@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 62.5%;
  position: relative;
}
@media screen and (max-width: 1087px) {
  html {
    font-size: 0.969932105vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #333;
}

a {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.fCopy .wrap {
  width: 100%;
  font-family: "Noto Serif CJK JP", "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1087px) {
  .inner {
    padding: 0 3.491755577%;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  cursor: pointer;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.tabOnly {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .tab, .tabOnly {
    display: block !important;
  }
  img.tab, img.tabOnly {
    display: inline !important;
  }
  .tabNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp, .tab {
    display: block !important;
  }
  img.sp, img.tab {
    display: inline !important;
  }
  .pc {
    display: none !important;
  }
  .tabNone {
    display: none !important;
  }
}
a[href^="tel:"] {
  cursor: default;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
}
header .logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  header .logo {
    left: 20px;
    top: 10px;
    transform: translateY(0);
    max-width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  header .logo {
    position: static;
    padding: 10px;
    height: 60px;
    margin: 0 auto;
  }
  header .logo img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
  }
}
header .spmenu_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  header .spmenu_btn {
    display: block;
  }
}
header .spmenu_btn img {
  transition: 0.3s ease;
}
header .spmenu_btn img.ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header .spmenu_btn.active img.ov {
  opacity: 1;
}
header .pnav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  header .pnav {
    display: none;
  }
}
header .pnav > div {
  display: flex;
  align-items: center;
}
header .pnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header .pnav .now {
  line-height: 0;
  max-width: 217px;
  width: 100%;
}
header .pnav .now a {
  padding: 19px 0;
  background: rgb(25, 128, 187);
  background: -moz-linear-gradient(left, rgb(25, 128, 187) 0%, rgb(1, 91, 161) 100%);
  background: -webkit-linear-gradient(left, rgb(25, 128, 187) 0%, rgb(1, 91, 161) 100%);
  background: linear-gradient(to right, rgb(25, 128, 187) 0%, rgb(1, 91, 161) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1980bb", endColorstr="#015ba1",GradientType=1 );
  display: block;
  line-height: 0;
  position: relative;
}
header .pnav .now a::after {
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: 0.5s ease;
}
header .pnav .now a.hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .pnav .now {
    max-width: 180px;
  }
}
header .pnav .online_btn {
  line-height: 0;
  max-width: 217px;
  width: 100%;
}
header .pnav .online_btn a {
  padding: 19px 0;
  background: rgb(63, 141, 221);
  background: linear-gradient(90deg, rgb(63, 141, 221) 0%, rgb(50, 111, 174) 100%);
  display: block;
  position: relative;
  line-height: 0;
}
header .pnav .online_btn a::after {
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: 0.5s ease;
}
header .pnav .online_btn a.hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .pnav .online_btn {
    max-width: 180px;
  }
}
header .pnav .button {
  display: inline-block; /* ボタンをインライン要素として表示 */
  padding: 15px 30px; /* ボタン内の余白 */
  text-decoration: none; /* 下線を削除 */
  font-weight: bold; /* 文字を太字に */
  color: #fff; /* 文字色を白に */
  letter-spacing: 3px; /* 文字間隔を2pxに設定 */
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* 影の効果 */
  min-width: 200px;
}
header .pnav .phone {
  background: linear-gradient(to right, #f7971e, #ffd200);
}
header .pnav .contact {
  background: linear-gradient(to right, #2aa152, #32cd32); /* 緑色のグラデーション */
}
header .pnav .contact a {
  padding: 19px 0;
  background: rgb(212, 60, 96);
  background: -moz-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  background: -webkit-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  background: linear-gradient(to right, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d43c60", endColorstr="#9d143e",GradientType=1 );
  display: block;
  position: relative;
  line-height: 0;
}
header .pnav .contact a::after {
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: 0.5s ease;
}
header .pnav .contact a.hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .pnav .contact {
    max-width: 180px;
  }
}
header .pnav .online {
  margin-right: 20px;
}
header .pnav .online a {
  padding-left: 30px;
  transition: 0.3s ease;
}
header .pnav .online a.hover {
  color: #1071ae;
}
header .pnav .online a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(48, 145, 206);
  background: -moz-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: linear-gradient(to right, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3091ce", endColorstr="#0b4281",GradientType=1 );
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .pnav .online {
    margin-right: 15px;
  }
  header .pnav .online a {
    padding-left: 20px;
  }
  header .pnav .online a::before {
    width: 15px;
  }
}
header .pnav .outline {
  margin-right: 20px;
}
header .pnav .outline a {
  padding-left: 30px;
  transition: 0.3s ease;
}
header .pnav .outline a span {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  line-height: 0;
}
header .pnav .outline a span img {
  transition: 0.3s ease;
}
header .pnav .outline a span img.ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
header .pnav .outline a.hover {
  color: #1071ae;
}
header .pnav .outline a.hover span img {
  transition: 0.3s ease;
}
header .pnav .outline a.hover span img.df {
  opacity: 0;
}
header .pnav .outline a.hover span img.ov {
  opacity: 1;
}
header .pnav .outline a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgb(48, 145, 206);
  background: -moz-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: linear-gradient(to right, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3091ce", endColorstr="#0b4281",GradientType=1 );
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .pnav .outline {
    margin-right: 15px;
  }
  header .pnav .outline a {
    padding-left: 20px;
  }
  header .pnav .outline a::before {
    width: 15px;
  }
}
header .gnav ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .gnav ul li {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .gnav ul li a {
  padding: 30px 0;
  display: block;
  position: relative;
  white-space: nowrap;
}
header .gnav ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: rgb(48, 145, 206);
  background: -moz-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: -webkit-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  background: linear-gradient(to right, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3091ce", endColorstr="#0b4281",GradientType=1 );
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
header .gnav ul li a.hover::after, header .gnav ul li a.current::after {
  width: 100%;
  left: 0;
  right: auto;
}
header .gnav ul li a span {
  padding: 0 28px;
  display: block;
}
header .gnav ul li + li span {
  border-left: 1px solid #888888;
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
  header .gnav ul li a span {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1023px) {
  header .gnav ul li + li span {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  header .gnav ul li a span {
    padding: 0;
    border-left: none;
  }
}
header .gnav ul li.drop {
  position: static;
  cursor: pointer;
}
header .gnav ul li.drop .dropmenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translateY(100%);
  padding: 4rem 0 2rem;
}
header .gnav ul li.drop .dropmenu .drop_ttl {
  margin-bottom: 4rem;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel {
  display: flex;
  justify-content: center;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div {
  max-width: 272px;
  width: 100%;
  margin: 0 1.6rem;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a {
  padding: 0 0 2rem;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a span {
  border-left: none;
  padding: 0;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a .photo {
  margin-bottom: 1.5rem;
  position: relative;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a .photo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a .text {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a.hover .photo::after {
  background: rgba(255, 255, 255, 0.3);
}
header .gnav ul li.drop .dropmenu .dropmenu_panel > div a.hover .text {
  color: #000;
}
header .gnav ul li.drop a:hover::after, header .gnav ul li.drop a.current::after {
  width: 100%;
  left: 0;
  right: auto;
}
header .gnav ul li.drop:hover .dropmenu {
  opacity: 1;
  pointer-events: auto;
}
header .gnav ul li.nav_sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .gnav {
    position: fixed;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 60px;
    padding-top: 1px;
    background: #fff;
    overflow-y: scroll;
  }
  header .gnav::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(48, 145, 206);
    background: -moz-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    background: -webkit-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    background: linear-gradient(to right, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3091ce", endColorstr="#0b4281",GradientType=1 );
  }
  header .gnav ul {
    background: #fff;
    padding: 0;
    flex-wrap: wrap;
  }
  header .gnav ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
  }
  header .gnav ul li a {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  header .gnav ul li + li {
    border-left: 1px solid #e0e0e0;
  }
  header .gnav ul li.nav_pc {
    display: none;
  }
  header .gnav ul li.nav_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .gnav ul li {
    width: 100%;
    font-size: 11px;
  }
  header .gnav ul li a {
    padding: 20px 0;
  }
  header .gnav ul li + li {
    border-left: none;
  }
}

footer #phone {
  display: block;
  width: 100%;
  height: 0;
  margin-top: -133px;
  padding-top: 133px;
}
@media screen and (max-width: 1023px) {
  footer #phone {
    margin-top: -47px;
    padding-top: 47px;
  }
}
footer .cv_area {
  padding: 5rem 3rem;
  background: url(/wp-content/themes/swell_child/assets/images/background-image-seisan.png) center no-repeat;
  background-size: cover;
}
footer .cv_area .sec_inner {
  background: #fff;
  box-shadow: 6px 6px 6px -2px rgba(0, 0, 0, 0.1);
  padding: 3%;
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner {
    padding: 2rem;
  }
  footer .cv_area .sec_inner .inner {
    padding: 0 1.5rem;
  }
}
footer .cv_area .sec_inner .clm_box {
  display: flex;
  justify-content: space-between;
}
footer .cv_area .sec_inner .clm_box .small {
  width: 31.25%;
}
footer .cv_area .sec_inner .clm_box .small p {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner .clm_box .small p {
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 1.25rem;
    margin-bottom: -0.55rem;
  }
}
footer .cv_area .sec_inner .clm_box .large {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner .clm_box {
    flex-wrap: wrap;
  }
  footer .cv_area .sec_inner .clm_box .small {
    width: 100%;
    text-align: center;
  }
  footer .cv_area .sec_inner .clm_box .large {
    width: 100%;
    margin-top: 2.5rem;
  }
}
footer .cv_area .sec_inner .upper {
  display: flex;
  justify-content: space-between;
}
footer .cv_area .sec_inner .upper > div {
  width: 47.619047619%;
}
footer .cv_area .sec_inner .upper > div.reserve a {
  text-align: center;
  display: block;
  background: rgb(2, 140, 205);
  background: -moz-linear-gradient(left, rgb(2, 140, 205) 0%, rgb(0, 126, 179) 100%);
  background: -webkit-linear-gradient(left, rgb(2, 140, 205) 0%, rgb(0, 126, 179) 100%);
  background: linear-gradient(to right, rgb(2, 140, 205) 0%, rgb(0, 126, 179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#028ccd", endColorstr="#007eb3",GradientType=1 );
  display: block;
  position: relative;
}
footer .cv_area .sec_inner .upper > div.reserve a::after {
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: 0.5s ease;
}
footer .cv_area .sec_inner .upper > div.reserve a.hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
footer .cv_area .sec_inner .upper > div.form a {
  text-align: center;
  display: block;
  background: rgb(212, 60, 96);
  background: -moz-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  background: -webkit-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  background: linear-gradient(to right, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d43c60", endColorstr="#9d143e",GradientType=1 );
  display: block;
  position: relative;
}
footer .cv_area .sec_inner .upper > div.form a::after {
  content: "";
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: 0.5s ease;
}
footer .cv_area .sec_inner .upper > div.form a.hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner .upper {
    flex-wrap: wrap;
  }
  footer .cv_area .sec_inner .upper > div {
    width: 100%;
  }
  footer .cv_area .sec_inner .upper > div.form {
    margin-top: 1.5rem;
  }
}
footer .cv_area .sec_inner .lower {
  background: rgb(11, 92, 143);
  background: -moz-linear-gradient(-22deg, rgb(11, 92, 143) 0%, rgb(25, 156, 189) 50%, rgb(11, 92, 143) 100%);
  background: -webkit-linear-gradient(-22deg, rgb(11, 92, 143) 0%, rgb(25, 156, 189) 50%, rgb(11, 92, 143) 100%);
  background: linear-gradient(158deg, rgb(11, 92, 143) 0%, rgb(25, 156, 189) 50%, rgb(11, 92, 143) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0b5c8f", endColorstr="#0b5c8f",GradientType=1 );
}
footer .cv_area .sec_inner .lower_inner {
  padding: 3rem 2.8rem;
  background: #fff;
}
footer .cv_area .sec_inner .lower_inner::after {
  content: "";
  width: 1px;
  height: calc(100% - 6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background: rgb(25, 156, 189);
  background: -moz-linear-gradient(top, rgb(25, 156, 189) 0%, rgb(11, 92, 143) 100%);
  background: -webkit-linear-gradient(top, rgb(25, 156, 189) 0%, rgb(11, 92, 143) 100%);
  background: linear-gradient(to bottom, rgb(25, 156, 189) 0%, rgb(11, 92, 143) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#199cbd", endColorstr="#0b5c8f",GradientType=0 );
}
footer .cv_area .sec_inner .lower_inner_clm {
  display: flex;
  justify-content: space-between;
  position: relative;
}
footer .cv_area .sec_inner .lower_inner_clm > div {
  width: 47.231270358%;
}
footer .cv_area .sec_inner .lower_inner_clm .text {
  font-size: 1.2rem;
  line-height: 1.416666667;
  letter-spacing: 0.1em;
  margin-top: 1.2499999998rem;
  margin-bottom: -0.2500000002rem;
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner .lower_inner {
    padding: 3rem 1.4rem;
  }
  footer .cv_area .sec_inner .lower_inner::after {
    content: none;
  }
  footer .cv_area .sec_inner .lower_inner_clm {
    flex-wrap: wrap;
  }
  footer .cv_area .sec_inner .lower_inner_clm > div {
    width: 100%;
    text-align: center;
  }
  footer .cv_area .sec_inner .lower_inner_clm > div + div {
    margin-top: 3rem;
  }
  footer .cv_area .sec_inner .lower_inner_clm .text {
    font-size: 1rem;
    line-height: 1.416666667;
    letter-spacing: 0.1em;
    margin-top: 1.2916666665rem;
    margin-bottom: -0.2083333335rem;
  }
}
@media screen and (max-width: 767px) {
  footer .cv_area .sec_inner .lower {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  footer .cv_area {
    padding: 4rem 2rem;
  }
}
footer .contact_area {
  padding: 7rem 3.2rem 4rem;
}
footer .contact_area .ftr_logo {
  text-align: center;
  margin-bottom: 6.5rem;
}
footer .contact_area .ftr_logo a img {
  transition: 0.3s ease;
}
footer .contact_area .ftr_logo a.hover img {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer .contact_area .ftr_logo {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .contact_area {
    padding: 3.5rem 2rem 2rem;
  }
}
footer .contact_area .contact_clm {
  display: flex;
  justify-content: space-between;
  max-width: 957px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm {
    margin-bottom: 0;
  }
}
footer .contact_area .contact_clm > div {
  width: 45.141065831%;
}
footer .contact_area .contact_clm > div .name {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2.5rem;
}
footer .contact_area .contact_clm > div .name_ttl {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  margin-top: -0.3rem;
  margin-bottom: -0.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm > div .name_ttl {
    font-size: 1.2rem;
    margin-top: -0.225rem;
    margin-bottom: -0.225rem;
  }
}
footer .contact_area .contact_clm > div .name_text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.65rem;
  padding-bottom: 1.15rem;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm > div .name_text {
    font-size: 1.1rem;
    margin-top: 1.225rem;
    padding-bottom: 0.725rem;
  }
}
footer .contact_area .contact_clm > div .phone_area .text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.65rem;
  margin-bottom: -0.35rem;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm > div .phone_area .text {
    font-size: 1.1rem;
    margin-top: 1.225rem;
    margin-bottom: -0.275rem;
  }
}
footer .contact_area .contact_clm > div .phone .address_area .address_text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.15rem;
  margin-bottom: -0.35rem;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm > div .phone .address_area .address_text {
    font-size: 1.1rem;
    margin-top: 1.225rem;
    margin-bottom: -0.275rem;
  }
}
footer .contact_area .contact_clm > div .phone .address_area .address_cap {
  font-size: 1.2rem;
  line-height: 1.833333333;
  letter-spacing: 0.1em;
  margin-top: 1.0000000002rem;
  margin-bottom: -0.4999999998rem;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm > div .phone .address_area .address_cap {
    font-size: 0.9rem;
    margin-top: 1.1250000002rem;
    margin-bottom: -0.4166666665rem;
  }
}
footer .contact_area .contact_clm .east .name_ttl {
  color: #0066aa;
}
footer .contact_area .contact_clm .west .name_ttl {
  color: #003870;
}
@media screen and (max-width: 767px) {
  footer .contact_area .contact_clm {
    display: block;
  }
  footer .contact_area .contact_clm > div {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .contact_area .contact_clm > div + div {
    margin-top: 5rem;
  }
}
footer .contact_area .fnav {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
footer .contact_area .fnav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .contact_area .fnav ul li {
  line-height: 1;
}
footer .contact_area .fnav ul li a {
  display: block;
  line-height: 1;
  padding: 0 1.5rem;
  transition: 0.3s ease;
}
footer .contact_area .fnav ul li a.hover {
  color: #003870;
}
footer .contact_area .fnav ul li + li a {
  border-left: 1px solid #6b6b6b;
}
footer .contact_area .fnav ul li:first-child a {
  padding-left: 0;
}
footer .contact_area .fnav ul li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  footer .fnav {
    background: rgb(48, 145, 206);
    background: -moz-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    background: -webkit-linear-gradient(left, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    background: linear-gradient(to right, rgb(48, 145, 206) 0%, rgb(11, 66, 129) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3091ce", endColorstr="#0b4281",GradientType=1 );
    padding: 1px 0;
    margin-bottom: 25px;
  }
  footer .fnav.pc {
    display: none !important;
  }
  footer .fnav.sp {
    display: block !important;
  }
  footer .fnav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
  }
  footer .fnav ul li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
  }
  footer .fnav ul li:nth-child(even) {
    border-left: 1px solid #e0e0e0;
  }
  footer .fnav ul li:nth-last-of-type(1), footer .fnav ul li:nth-last-of-type(2) {
    border-bottom: none;
  }
  footer .fnav ul li a {
    display: block;
    font-size: 11px;
    padding: 15px 0;
  }
  footer .fmenu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
  footer .fmenu ul {
    display: flex;
    justify-content: center;
    border: 1px solid #c9c9c9;
    border-right: none;
  }
  footer .fmenu ul li {
    border-right: 1px solid #c9c9c9;
  }
  footer .fmenu ul .east {
    background: #0066aa;
    width: 25%;
  }
  footer .fmenu ul .west {
    background: #003870;
    width: 25%;
  }
  footer .fmenu ul .contact {
    background: rgb(212, 60, 96);
    background: -moz-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
    background: -webkit-linear-gradient(left, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
    background: linear-gradient(to right, rgb(212, 60, 96) 0%, rgb(157, 20, 62) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d43c60", endColorstr="#9d143e",GradientType=1 );
    width: 50%;
  }
  footer .fmenu ul a {
    display: block;
    text-align: center;
  }
}
footer .ftr_bnr_area {
  margin-bottom: 4rem;
}
footer .ftr_bnr_area a img {
  transition: 0.3s ease;
}
footer .ftr_bnr_area a.hover img {
  opacity: 0.7;
}
footer .ftr_bnr_area .bnr_list > div {
  text-align: center;
}
footer .ftr_bnr_area .bnr_list > div + div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  footer .ftr_bnr_area {
    margin-bottom: 3rem;
  }
}
footer .slide_bnr {
  padding: 0 25px;
}
footer .copy_area {
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  background: #0097b2;
  line-height: 1;
  padding: 2rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  footer .copy_area {
    font-size: 1rem;
  }
}
footer .slick-slide {
  padding: 0 5px;
}

#main_contents {
  margin-top: 131px;
}
@media screen and (max-width: 1023px) {
  #main_contents {
    margin-top: 60px;
  }
}

.sec_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#pankuzu {
  margin-top: -0.48rem;
  margin-bottom: 9.52rem;
}
#pankuzu ul li {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 0.3rem;
}
#pankuzu ul li span {
  color: #0e4b8a;
}
#pankuzu ul li a {
  position: relative;
}
#pankuzu ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #111;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s ease;
}
#pankuzu ul li a.hover {
  color: #0e4b8a;
}
#pankuzu ul li a.hover::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    margin-bottom: 4.52rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
    margin-top: -0.65rem;
    margin-bottom: -0.65rem;
  }
}

.smallTxt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .smallTxt {
    font-size: 1rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

.clm {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -3.5rem;
}
.clm > div {
  margin-top: 3.5rem;
}
@media screen and (max-width: 959px) {
  .clm > div img {
    width: 100%;
  }
}
.clm.clm2 > div {
  width: 48.4375%;
}
@media screen and (max-width: 959px) {
  .clm.clm2 > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clm.clm2 > div {
    width: 100%;
  }
}
.clm.clm2_1 > div.large {
  width: 65.625%;
}
.clm.clm2_1 > div.small {
  width: 31.25%;
}
@media screen and (max-width: 959px) {
  .clm.clm2_1 > div.large, .clm.clm2_1 > div.small {
    width: 100%;
  }
}
.clm.clm2_2 > div.large {
  width: 74.0625%;
}
.clm.clm2_2 > div.small {
  width: 22.1875%;
}
@media screen and (max-width: 767px) {
  .clm.clm2_2 > div.large, .clm.clm2_2 > div.small {
    width: 100%;
  }
}
.clm.clm2_3 > div.large {
  width: 56.756756757%;
}
.clm.clm2_3 > div.small {
  width: 39.527027027%;
}
@media screen and (max-width: 959px) {
  .clm.clm2_3 > div.large, .clm.clm2_3 > div.small {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .clm.clm2_3 > div.large, .clm.clm2_3 > div.small {
    width: 100%;
  }
}
.clm.clm3 > div {
  width: 31.25%;
}
@media screen and (max-width: 959px) {
  .clm.clm3 > div {
    width: 48.4375%;
  }
}
@media screen and (max-width: 767px) {
  .clm.clm3 {
    margin-top: -3.75%;
  }
  .clm.clm3 > div {
    margin-top: 3.75%;
    width: 48.125%;
  }
}
.clm.clm4 > div {
  width: 22.1875%;
}
@media screen and (max-width: 767px) {
  .clm.clm4 > div {
    width: 48.125%;
  }
}
.clm.clm4_1 > div.large {
  width: 48.125%;
}
.clm.clm4_1 > div.small {
  width: 22.1875%;
}
@media screen and (max-width: 767px) {
  .clm.clm4_1 > div.large {
    width: 100%;
  }
  .clm.clm4_1 > div.small {
    width: 48.125%;
  }
}

.acap {
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}

.slider-for {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slider-for {
    margin-bottom: 5px;
  }
}
.slider-nav {
  /* padding: 0px 6.6% 0 8.8%; */
  display: flex;
  justify-content: space-between;
}
.slider-nav .thum {
  position: relative;
  outline: none;
  display: inline-block;
  width: 10.15625%;
  cursor: pointer;
}
.slider-nav .thum .ov {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider-nav .thum.slick-current, .slider-nav .thum.hover {
  /* opacity: 0.7; */
}
.slider-nav .thum.thumbnail-current .ov, .slider-nav .thum.hover .ov {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .slider-nav {
    text-align: center;
    justify-content: center;
  }
  .slider-nav .thum {
    width: 10px;
    height: 10px;
    background: #a5a5a5;
    border-radius: 50%;
    margin-right: 10px;
  }
  .slider-nav .thum.thumbnail-current {
    background: #000;
  }
  .slider-nav .thum img {
    display: none;
  }
}

.slick-slide img,
.slick-slide a {
  outline: none;
}

.captionArea {
  margin-top: 9.6rem;
  margin-bottom: 5.6rem;
}
.captionArea .inner p {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.pagetop {
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .pagetop {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 45px;
    bottom: 90px;
  }
}
.pagetop.stop {
  position: absolute;
  bottom: auto;
  top: 103px;
  transform: translateY(-100%);
}
@media screen and (max-width: 1023px) {
  .pagetop.stop {
    top: 17px;
  }
}
.pagetop a {
  display: block;
  position: relative;
}
.pagetop a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
.pagetop a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=main.css.map */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: url('js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/slick/fonts/slick.eot');
    src: url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-next:hover,
{
	opacity: 0.7;
}
/* .slick-prev:hover:before,
.slick-next:hover:before,
{
    opacity: 0.7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
} */

/* .slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.slick-prev{
  left: 0;
  transform: translate(0%, -50%) rotate(-45deg);
  border-top: 2px solid #1071ae;
  border-left: 2px solid #1071ae;
}
/* @media only screen and (max-width: 599px) {
	.slick-prev {
		background: url(js/slick/prev.png) no-repeat center center;
		background-size: 25% auto;
	}
} */
/*
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
*/
.slick-next
{
    right: 0;
    transform: translate(0%, -50%) rotate(-45deg);
    border-right: 2px solid #1071ae;
    border-bottom: 2px solid #1071ae;
  }
}
/* @media only screen and (max-width: 599px) {
	.slick-next {
		background: url(js/slick/next.png) no-repeat center center;
		background-size: 25% auto;
	}
} */

/*
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
*/

/* Dots */

.slick-dotted.slick-slider
{
    /* margin-bottom: 30px; */
}

.slick-dots
{
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);

    display: block;

    max-width: 1044px;

    width: 100%;
    padding: 0 10px;
    margin: 0;

    list-style: none;

    text-align: right;
    line-height: 0;
    vertical-align: top;
}
.slick-dots::before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li
{
    position: relative;

    display: inline-block;
    vertical-align: top;

    width: 37px;
    height: 6px;
    padding: 0;
    line-height: 0;

    cursor: pointer;
}
.slick-dots li + li {
  margin-left: 5px;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 37px;
    height: 6px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /* font-family: 'slick';
    font-size: 6px; */
    /* line-height: 20px; */

    position: absolute;
    top: 0;
    left: 0;

    width: 37px;
    height: 6px;

    content: '';
    text-align: center;

    opacity: .8;
    color: black;

    background: #fff;
    transition: .3s ease;

}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
}

@media screen and (max-width: 767px) {
  .slick-dots
  {
      position: absolute;
      bottom: 42px;
      left: 50%;
      padding: 0 35px;
  }
  .slick-dots::before {
    width: calc(100% - 70px);
  }
  .slick-dots li
  {
      width: 28px;
      height: 4px;
  }
  .slick-dots li button
  {
      width: 28px;
      height: 4px;
  }
  .slick-dots li button:before
  {
      width: 28px;
      height: 4px;
  }

}
