@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.nav_tel i,
.nav_fax i {
  color: #052c93;
  font-size: 20px;
}

.navli {
  border-right: 1px solid #888;
}

.nav_tel span,
.nav_fax span {
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
}

@media only screen and (max-width: 1170px) and (min-width: 768px) {
  .nav_fax {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .nav_tel {
    display: none !important;
  }
}
.carousel {
  position: relative;
}

.copy {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 85.6vw;
  max-width: 642px !important;
  max-height: 306px !important;
  margin: auto !important;
}
@media (min-width: 768px) {
  .copy {
    width: 33.4375vw;
  }
}

.copy h3.title {
  font-size: 3vw;
}

.copy div.part {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5em;
  max-width: calc(100% - 30px);
  margin: auto;
}

.copy a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background: #052c93;
  padding: 0px;
  border-radius: 20px;
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .copy h3.title {
    font-size: 5vw;
    padding: 10px;
    margin: 0;
  }
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}
.hidden {
  display: none !important;
}

body:not(.top) a,
body:not(.top) a:visited,
body:not(.top) a:hover {
  color: #1f92e2;
}

/**/
/*#header .inner,*/
#content .inner,
#footer .inner,
.pagetop .inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

.bn1 a,
.bn2 a,
.bn3 a,
.bn4 a {
  background-size: cover;
  position: relative;
  height: 150px;
  line-height: 130px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 200ms;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn2 a {
  background: url(/images/bn2.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn3 a {
  background: url(/images/bn3.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn4 a {
  background: url(/images/bn4.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn1 span,
.bn2 span,
.bn3 span,
.bn4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* header */
#header {
  height: 81px;
}

@media (min-width: 768px) {
  #header .inner {
    display: flex;
  }
}
#header .info {
  float: right;
  width: 50%;
  margin-top: 35px;
}

.header_tel {
  text-align: right;
}

.header_tel span {
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}

.header_tel img {
  vertical-align: bottom;
  margin-right: 7px;
}

/* nav */
#nav {
  width: auto;
  float: right;
  background: none;
  padding-bottom: 10px;
  padding-top: 25px;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: auto;
  /*height:80px;*/
  box-sizing: border-box;
  font-size: 14px;
}

#nav li a {
  display: block;
  /*
  	height:80px;
  	line-height:80px;
  */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#nav li.nav_contact a {
  background: #004098;
  color: #fff;
}

#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.submenu_ul {
  position: absolute;
  z-index: 1;
}

.submenu_ul > li {
  background: #50350d;
  list-style: none;
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  color: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.submenu_ul > li a:hover {
  color: #ccc !important;
}

/* content */
#content {
  margin-bottom: 40px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

.wrap .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* メイン */
.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  background: url(/images/mainimage_bg.png) repeat center top;
}

.carousel > div {
  width: 100%;
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.pagetop {
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: calc(13.3333333333vw + 10px);
  text-align: right;
  line-height: 1;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pagetop .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .pagetop .sp {
    display: none;
  }
}

.pagetop img {
  display: block;
  float: right;
}
@media (max-width: 767px) {
  .pagetop img {
    width: 60px;
    height: auto;
  }
}

#footer {
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 1.428em;
}

#footer .inner {
  padding: 50px 0 50px;
}

#footer .footer_title {
  float: left;
  margin-right: 35px;
  font-weight: bold;
}

#footer ul {
  /*	float: left;*/
  margin-bottom: 10px;
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

#footer ul li {
  display: block;
  list-style: none;
}

.footer_ul_wrap {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 5px;
}

.footer_ul,
.footer_ul li,
.footer_ul li a {
  display: inline !important;
  text-align: center !important;
}

#footer ul.footer_ul li a:after {
  content: "　|";
}

#footer ul li.nav07 a:after {
  display: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer .f_logo {
  margin: 0 0 18px;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  background: #1a1a1a;
  color: #fff;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding-bottom: calc(13.3333333333vw + 15px + 70px);
  }
}

/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
h3 {
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
  text-align: center;
  letter-spacing: 0.1em;
}

.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 1.5em 0;
  background-size: cover;
  margin-bottom: 40px;
}

.blog_body .wf_bread_ul + .wrap h3 {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  display: block;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #5a514f;
  margin: 0;
  font-weight: bold;
}

.h3_title_wrap > .inner {
  padding: 0;
}

/*.under h3{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 30px 0;
	display:block;
	font-size:32px;
	letter-spacing:0.05em;
	margin:0 0 40px;
	font-weight:bold;
}*/
.under h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0 0.5em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  font-size: 26px;
}
@media (min-width: 768px) {
  .under h3 {
    font-size: 34px;
  }
}

.under h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 44px;
  height: 2px;
  background: #1f92e2;
}

.under h4 {
  position: relative;
  padding-bottom: 0.1em;
  margin-top: 1em;
  border-bottom: solid 1px;
  font-size: 22px;
}
.under h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 5vw;
  max-width: 50px;
  height: 1px;
  background: #1f92e2;
}
@media (min-width: 768px) {
  .under h4 {
    font-size: 28px;
  }
}

.under h5 {
  margin-top: 1em;
  position: relative;
  padding-left: calc(8px + 0.5em);
  font-size: 18px;
}
.under h5::after {
  content: "";
  position: absolute;
  top: calc(0.6em - 4px);
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #1f92e2;
}
@media (min-width: 768px) {
  .under h5 {
    font-size: 20px;
  }
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.under .wf_bread_ul {
  max-width: 100%;
  background-size: 100% 80px;
  padding: 2px 20px;
  box-sizing: border-box;
}

.page_title {
  background: #000c1c;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
}

/* template */
.under .wrap {
  margin-bottom: 10px;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

/* 画像 */
.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  #nav .nav_contact {
    margin-left: 30px;
  }
  #footer .column_l .column_inner {
    border-right: 1px solid #fff;
  }
  #footer .column_r .column_inner {
    padding-left: 30px;
  }
  #footer .column_r .column_inner ul {
    padding-right: 30px;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 1240px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .pagetop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #header .inner,
  #nav .inner {
    width: auto;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #nav li a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }
  #nav .nav_contact {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
  }
  #nav {
    background: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li.nav01 {
    border-left: none;
  }
  #nav ul li a {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
  #nav ul {
    top: 88px;
  }
  #header h1 {
    top: 4px;
  }
  #toggle {
    top: 23px;
  }
}
@media only screen and (max-width: 320px) {
  #header {
    height: 75px;
  }
  #header h1 {
    top: 0;
    padding-top: 24px;
    padding-left: 12px;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 17px;
  }
  #nav ul {
    top: 74px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul li a {
  color: #1a1a1a;
}

.wf_blog_ul li a {
  color: #1a1a1a;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #1a1a1a;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb_h3 {
  margin-bottom: 20px !important;
}

.mb_h4 {
  margin-bottom: 18px !important;
}

.mb_h5 {
  margin-bottom: 10px !important;
}

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #0f7144;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 14px;
  position: relative;
  text-align: left;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 48%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #3584d5;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 16px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:before {
  /* background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;*/
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
  width: 22%;
  font-weight: normal;
  color: #50a81e;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
}

@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 80%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

.top01,
.top02,
.top03,
.top04,
.top05,
.top06 {
  padding: 60px 0;
}

h3.title_alt span.en {
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}

h3.title_alt span.jp {
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
}

.mainimage_wrap > .inner,
.section_service > .inner,
.section_map > .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.mainimage_wrap > .inner {
  position: relative;
  height: 1px;
  padding: 0 0 55% !important;
  background: url(/images/mainimage01.jpg) center;
  background-size: cover;
}

.mainimage_wrap .column {
  padding: 0 !important;
}

.mainimage_wrap > .inner .img_span {
  z-index: 1;
  display: block;
}

.mainimage_wrap > .inner .img_span::before,
.mainimage_wrap > .inner .img_span::after {
  position: absolute;
  content: "";
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimage_wrap > .inner .img_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

.mainimage_wrap > .inner .img_span::after {
  background: url(/images/dot.png);
}

.mainimage_wrap > .inner img {
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -326px;
}

.section_point {
  background: url(/images/dot02.png), url(/images/section_bg01.jpg) no-repeat center top;
  background-size: auto, cover;
  text-align: center;
  padding: 70px 0 60px;
}

.section_point .columns img {
  display: block;
  border: 6px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
}

.section_point .bold {
  font-size: 18px;
  margin-bottom: 10px;
}

.section_point .txt {
  text-align: left;
  font-size: 15px;
  line-height: 1.5em;
}

.section_service {
  padding: 0;
}

.section_service > .inner {
  padding: 0 !important;
}

.section_service .columns {
  margin: 0 !important;
}

.section_service .column {
  background-size: auto, cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 0 !important;
}

.section_service .column_service01 {
  background-image: url(/images/dot03.png), url(/images/bg01.jpg);
}

.section_service .column_service02 {
  background-image: url(/images/dot03.png), url(/images/bg02.jpg);
}

.section_service .column_service03 {
  background-image: url(/images/dot03.png), url(/images/bg03.jpg);
}

.section_service .column_service04 {
  background-image: url(/images/dot03.png), url(/images/bg04.jpg);
}

.section_service .servicebox_wrap {
  width: 420px;
  max-width: 90%;
  margin: 100px auto;
  box-sizing: border-box;
  padding: 135px 55px 70px;
  display: block;
  text-align: left;
  border: 1px solid #fff;
  background-position: center 58px;
  background-repeat: no-repeat;
}

.section_service .column_service01 .servicebox_wrap {
  background-image: url(/images/icon01.svg);
}

.section_service .column_service02 .servicebox_wrap {
  background-image: url(/images/icon02.svg);
}

.section_service .column_service03 .servicebox_wrap {
  background-image: url(/images/icon03.svg);
}

.section_service .column_service04 .servicebox_wrap {
  background-image: url(/images/icon04.svg);
}

.servicebox .bold {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}

.section_map > .inner {
  position: relative;
  padding-bottom: 30%;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}

.section_map > .inner iframe,
.section_map > .inner object,
.section_map > .inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_blog {
  padding: 85px 0;
}

.section_blog .wf_blog_li_date,
.section_blog .wf_blog_li_title {
  display: block;
}

.section_blog .link_btn {
  display: block;
  max-width: inherit;
  text-align: center;
}

.section_blog .link_btn a {
  display: inline-block;
}

.section_news {
  background: url(/images/dot03.png);
  padding: 60px 0;
}

.section_news > .inner > .cont {
  background: #fff;
  padding-bottom: 1px;
}

.section_logo > .inner {
  padding: 0;
}

.footer_nav_l {
  float: left;
}

.footer_nav_r {
  float: left;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_text {
  box-sizing: border-box;
  font-size: 95%;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

#sidecontact {
  display: block;
  position: fixed;
  top: 200px;
  z-index: 1000;
}

#sidecontact.rightContent {
  right: 0;
}

#sidecontact.rightContent a,
#sidecontact.rightContent a img {
  display: block;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.border_table table th {
  border-bottom-color: #254295;
}

.service_ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: url(/images/logo_icon.svg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 0.5em;
  background-size: 40px;
  text-align: center;
  position: relative;
  margin-top: 1em;
  line-height: 1.3em;
}

.under .service_ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 2px;
  background: #254295;
}

.message_txt_wrap {
  text-align: center;
}

.message_txt_wrap ul {
  display: inline-block;
}

.message_txt_wrap ul li {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.message_txt_wrap ul li::before {
  display: none;
}

.btn_wrap a {
  position: relative;
  min-width: 210px;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: boder-box;
  padding: 10px 50px;
  margin: 0 auto;
  display: block;
  background: #1f92e2;
  font-family: "EB Garamond", serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #fff !important;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .btn_wrap a {
    min-width: 280px;
    padding: 14px 60px;
  }
}

.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a::before {
  content: unset;
}

.btn_wrap a::after {
  right: 20px;
  width: 18px;
  height: 3px;
  transform: skewX(45deg);
  transition: 0.2s;
  border: unset;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 768px) {
  .btn_wrap a::after {
    width: 28px;
  }
}

.btn_wrap a:hover::after {
  right: 17px;
}

.columns .btn_wrap a {
  min-width: min(210px, 100%);
}
@media (min-width: 768px) {
  .columns .btn_wrap a {
    min-width: min(280px, 100%);
  }
}

.btn_wrap .columns a {
  min-width: min(210px, 100%);
}
@media (min-width: 768px) {
  .btn_wrap .columns a {
    min-width: min(280px, 100%);
  }
}

@media screen and (min-width: 768px) {
  .under #content {
    min-height: 600px;
  }
  .imgtxt_wrap .columns:not(.is-desktop) {
    display: block !important;
    overflow: hidden;
  }
  .imgtxt_right .left {
    float: left;
    width: 63%;
    margin: 0;
  }
  .imgtxt_right .wf_img_cont {
    float: right;
    width: 34%;
    margin: 0 0 2% 3%;
  }
  .imgtxt_left .left {
    float: right;
    width: 63%;
    margin: 0;
  }
  .imgtxt_left .wf_img_cont {
    float: left;
    width: 34%;
    margin: 0 3% 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
  .under .wrap.h3_title_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 845px) {
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #footer .columns {
    text-align: left;
  }
  #footer .column_l {
    margin-bottom: 15px;
  }
  #footer .footer_title {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer ul {
    margin-right: 20px;
  }
  #footer .column_inner {
    overflow: hidden;
  }
  #footer .column_l p a[href^="tel:"] {
    color: #fff !important;
  }
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }
  #sidecontact {
    display: none;
  }
  .section_point {
    padding: 40px 0 20px;
  }
  .section_point .columns .column {
    margin-bottom: 25px;
  }
  .section_service .columns .column {
    flex: inherit;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .section_service .servicebox_wrap {
    padding: 135px 25px 40px;
    margin: 0 auto;
    max-width: 90%;
  }
  .section_news {
    padding: 40px 0;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
  .blog_body .wf_bread_ul + .wrap h3 {
    padding: 0 0 25px 0;
    font-size: 28px;
  }
  .imgtxt_wrap .img_span {
    margin-top: 1em;
  }
  .service_ttl01 {
    font-size: 22px;
  }
  p.service_ttl01 {
    margin-bottom: 0 !important;
  }
  .service_con01 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .section_service .servicebox_wrap {
    padding: 110px 20px 30px;
    background-position: center 39px;
  }
  .section_service .columns .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
  .under .wrap.h3_title_wrap h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .under .wrap.h3_title_wrap h3 .en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 961px) {
  #header .hdr_top {
    max-width: 30%;
  }
}
#header .hdr_top img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#header .hdr_top .top {
  display: none;
}

#header h1 {
  float: none;
  margin: 0;
}

#header .hdr_info_wrap {
  max-width: 68%;
}

#header .hdr_info_list.pc2 {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 460px;
  background: #fff;
}
#header .hdr_info_list.pc2 > li {
  flex: auto;
}
#header .hdr_info_list.pc2 > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 10px;
  border: solid 1px #1f92e2;
  background: #fff;
}
#header .hdr_info_list.pc2 > li a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 28px;
  height: 4px;
  border-right: solid 1px #1f92e2;
  border-bottom: solid 1px #1f92e2;
  transform: skewX(45deg);
  transition: 0.2s;
}
#header .hdr_info_list.pc2 > li a:hover::after {
  right: 7px;
}
#header .hdr_info_list.pc2 > li.bl a {
  background: #1f92e2;
}
#header .hdr_info_list.pc2 > li.bl a::after {
  border-color: #fff;
}
#header .hdr_info_list.pc2 img {
  vertical-align: middle;
}

#menu {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}

#menu #menu-inner {
  max-width: 100%;
}

#menu-btn {
  display: none;
}

#menu-list > li {
  position: relative;
  transition: all 0.2s;
}

#menu-list > li:hover {
  cursor: pointer;
}

#menu-list > li > a {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
}

#menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-list > li > ul.menu-children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
}

#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-list > li > ul.menu-children > li {
  text-align: center;
  width: 200px;
}

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 3;
  text-decoration: none;
  background: #fff;
  color: #1a1a1a !important;
  padding: 5px 10px;
  border-bottom: 1px solid #1f92e2;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #ddeffc;
  transition: all 0.2s;
  opacity: 1;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  /* 
  #header h1 {
    position: absolute;
    margin-top: 0;
    top: 14px;
    left: 10px;
    max-width: 45%;
  }
   */
  #menu #menu-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
    padding-right: 1em;
  }
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #1a1a1a !important;
    font-size: clamp(14px, 1.4568158169vw, 16px);
    white-space: nowrap;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 50px;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    width: 100%;
    height: 50px;
    padding: 0;
  }
  #header h1 {
    max-width: 50%;
    width: 185px;
    margin-left: 10px;
  }
  #header .hdr_info_list.sp2 {
    display: flex;
    align-items: center;
  }
  #header .hdr_info_list.sp2 > li {
    border-left: solid 1px #fff;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 50px;
    display: block;
  }
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #fff;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
    background: #1f92e2;
  }
  .toggle span {
    position: absolute;
    left: 0;
    right: 0;
    width: 23px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 15.5px;
  }
  .toggle span:nth-child(2) {
    top: 24.5px;
  }
  .toggle span:nth-child(3) {
    bottom: 14.5px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #1f92e2;
    padding: 10px;
    background: #fff;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding-left: 20px;
    line-height: 2;
    background: #faf7eb;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: none;
  }
}
@media (min-width: 961px) {
  #header .hdr_top {
    flex: 0 1 auto;
    margin: 0 30px;
  }
}
/* under */
body:not(.top) h2,
body:not(.top) h3,
body:not(.top) h4,
body:not(.top) h5 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
body:not(.top) .h2_title_wrap {
  height: 140px;
  background: url("../images/h1.jpg") no-repeat center/cover;
}
body:not(.top) .h2_title_wrap > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
body:not(.top) .h2_title_wrap h2 {
  color: #fff;
  font-size: 28px;
}
@media (min-width: 768px) {
  body:not(.top) .h2_title_wrap h2 {
    font-size: 32px;
  }
}

.borderbox {
  padding: 30px 50px 30px !important;
  box-sizing: border-box;
  border: none;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }
}
.wrap.anchor .borderbox {
  background-color: rgba(31, 146, 226, 0.2);
}
.wrap.anchor .ul02 li::before {
  border-left: 5px solid #1f92e2;
}
.wrap:not(.anchor) .borderbox {
  border: solid 3px rgba(31, 146, 226, 0.2);
  background-color: #fff;
}
.wrap:not(.anchor) .ul02 li::before {
  border-left: 5px solid #1f92e2;
}

.faq .question {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 768px) {
  .faq .question {
    padding-left: calc(30px + 0.5em);
  }
}
@media (min-width: 769px) {
  .faq .question {
    padding-block: 7px;
    padding-left: calc(50px + 0.5em);
  }
}
.faq .question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 400;
  background: #1f92e2;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .faq .question::before {
    top: 3px;
    width: 30px;
    height: 30px;
    padding-top: 1px;
    padding-right: 1px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .faq .question::before {
    padding-bottom: 1px;
    padding-left: 1px;
  }
}
.faq .question::after {
  content: unset;
}
.faq .answer {
  position: relative;
  margin-bottom: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (max-width: 768px) {
  .faq .answer {
    padding-left: calc(30px + 0.5em);
  }
}
@media (min-width: 769px) {
  .faq .answer {
    padding-block: 4px;
    padding-left: calc(50px + 0.5em);
  }
}
.faq .answer::before {
  content: "A";
  position: absolute;
  top: 0px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 400;
  background: #1f92e2;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .faq .answer::before {
    top: 1px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.faq .readmore {
  position: relative;
  padding: 0;
}
.faq .readmore label {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  transform: unset;
  display: block;
  width: auto;
  padding: 0.5em 2.5em;
  padding-right: calc(1em + 10px);
  background: rgba(31, 146, 226, 0.2);
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.faq .readmore label::before {
  content: "Q.";
  position: absolute;
  top: 0.5em;
  left: 1em;
  display: block;
}
.faq .readmore label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #1f92e2;
  border-bottom: solid 1px #1f92e2;
  transition: 0.3s;
  transform: translateY(-2px) rotate(45deg);
}
.faq .readmore input[type=checkbox]:checked ~ label::before {
  content: "Q.";
}
.faq .readmore input[type=checkbox]:checked ~ label::after {
  transform: translateY(2px) rotate(225deg);
}
.faq .readmore input[type=checkbox] {
  display: none;
}
.faq .readmore-content {
  position: relative;
  height: 0px;
  overflow: hidden;
}
.faq .readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
  margin-top: 10px;
}

#upper_footer {
  border-top: solid 1px rgba(26, 26, 26, 0.2);
}
#upper_footer .inner {
  padding: 40px 10px;
}
@media (min-width: 768px) {
  #upper_footer .inner {
    padding: 90px 30px;
  }
}
@media (min-width: 1260px) {
  #upper_footer .inner {
    padding: 90px 30px;
  }
}
@media (max-width: 767px) {
  #upper_footer .row_footer > .column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #upper_footer .row_footer {
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: clamp(40px, -10.109px + 6.516vw, 115px);
         column-gap: clamp(40px, -10.109px + 6.516vw, 115px);
  }
  #upper_footer .row_footer > .col_l {
    flex: unset;
  }
  #upper_footer .row_footer > .col_r {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #upper_footer .row_fnav > .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #upper_footer .row_fnav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
}
#upper_footer .row_fnav a {
  color: #1a1a1a;
  line-height: 1.3;
}
#upper_footer .row_fnav > li .title {
  position: relative;
  display: block;
  padding-bottom: 0.2em;
  margin-bottom: 8px;
  border-bottom: solid 1px;
  font-weight: bold;
}
#upper_footer .row_fnav > li .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 40px;
  height: 1px;
  background: #1f92e2;
}
#upper_footer .row_fnav .menu {
  border: unset;
}
#upper_footer .row_fnav .menu > li a {
  font-weight: bold;
}
#upper_footer .row_fnav .sub-menu > li a {
  font-size: 15px;
}
#upper_footer .space_logo {
  width: 253px;
  margin: 0 auto;
}
#upper_footer .space_logo:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #upper_footer .space_logo {
    margin-left: 0;
  }
}
#upper_footer .space_contact p {
  text-align: center;
}
@media (min-width: 768px) {
  #upper_footer .space_contact p {
    text-align: left;
  }
}

.ic_tel {
  color: #1a1a1a !important;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .ic_tel {
    font-size: 40px;
  }
}
.ic_tel::before {
  content: "TEL";
  display: inline-block;
  padding-right: 0.5em;
  font-size: 60%;
  letter-spacing: 0.08em;
}
.ic_tel:has(a)::before {
  content: unset;
}
.ic_tel:has(a) a::before {
  content: "TEL";
  display: inline-block;
  padding-right: 0.5em;
  font-size: 60%;
  letter-spacing: 0.08em;
}
.ic_tel:has(a):hover a {
  opacity: 1;
  text-decoration: none;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
.btn_wrap.ic_mail a::before {
  content: "";
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 0.5em;
  border-radius: 0;
  background: url("../images/icon_mail.png") no-repeat center/contain;
}

.fixedfooter {
  position: fixed;
  left: 0;
  bottom: 0;
}
.fixedfooter ul {
  display: flex;
}
.fixedfooter ul > li {
  flex: 1;
}
.fixedfooter ul > li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .columns.reverse {
    flex-direction: row-reverse;
  }
}

.part:not(:last-child) {
  margin-bottom: 1em;
}

.box_bg {
  padding: 30px 10px;
  background: rgba(31, 146, 226, 0.1);
}
@media (min-width: 768px) {
  .box_bg {
    padding: 20px 40px;
  }
}
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child {
  margin-top: 0;
}

.flowbox .part_flow {
  position: relative;
}
.flowbox .part_flow:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .flowbox .part_flow:not(:last-child) {
    margin-bottom: 70px;
  }
}
.flowbox .part_flow:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #1f92e2;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .flowbox .part_flow:not(:last-child)::after {
    top: calc(100% + 20px);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #1f92e2;
  }
}
.flowbox .flow_title {
  margin-bottom: 20px;
}

/*

top

*/
.top #upper_footer {
  border-top: unset;
}
@media (min-width: 961px) {
  .top #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .top #header .hdr_top {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.9));
  }
  .top #header .hdr_top .default {
    display: none;
  }
  .top #header .hdr_top .top {
    display: block;
  }
  .top #header #menu-list {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.9));
  }
  .top #header #menu-list > li > a {
    color: #fff !important;
  }
}
.top .mainmovie {
  background: url("../images/sp_image1.jpg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .top .mainmovie {
    background: url("../images/image1.jpg") no-repeat center/cover;
  }
}
.top .mainmovie .inner {
  padding: unset;
}
.top .mainmovie .wf_input_html {
  position: relative;
  padding-bottom: 49.5%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.top .mainmovie .wf_input_html iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .sec_top {
  position: relative;
  z-index: 0;
}
.top .sec_top.wf_type1 {
  background-color: #fff;
}
.top .sec_top.wf_type1 .wf_type1_bg_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top .sec_top .sec_head_bg_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.top .sec_top .sec_head_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top .sec_top .inner {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .top .sec_top .inner {
    padding: 140px 0;
  }
}
.top .sec_top h2,
.top .sec_top h3,
.top .sec_top h4,
.top .sec_top h5 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  line-height: 1.5;
}
.top .sec_top .part {
  line-height: 1.7692307692;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .top .sec_top .part {
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .top .sec_top .part.sp-keep-all {
    word-break: keep-all;
  }
}
@media (min-width: 768px) {
  .top .sec_top .part.pc-keep-all {
    word-break: keep-all;
  }
}
.top .sec_top .btn_wrap:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top .sec_top .btn_wrap:not(:first-child) {
    margin-top: 50px;
  }
}
.top .sec_top .top_h2 .en,
.top .sec_top .top_h2 .jp {
  display: block;
  font-weight: normal;
}
.top .sec_top .top_h2 .en {
  font-family: "EB Garamond", serif;
  line-height: 0.9;
  letter-spacing: 0.05em;
}
.top .sec_top .top_h2 .jp {
  margin-top: 0.6em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top .sec_top .top_h2 {
    margin-bottom: 40px;
  }
  .top .sec_top .top_h2 .en {
    font-size: 42px;
  }
  .top .sec_top .top_h2 .jp {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .top .sec_top .top_h2 {
    margin-bottom: 55px;
  }
  .top .sec_top .top_h2 .en {
    font-size: clamp(70px, 16.473px + 6.961vw, 100px);
  }
  .top .sec_top .top_h2 .jp {
    font-size: 32px;
  }
}
.top .sec_top .top_h2.wh .en,
.top .sec_top .top_h2.wh .jp {
  color: #fff;
}
.top .sec_top .block_news {
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top .sec_top .block_news {
    display: grid;
    grid-template-areas: "title link" "list list";
    grid-auto-columns: 1fr auto;
    grid-auto-rows: auto;
    row-gap: 5px;
  }
}
@media (min-width: 768px) {
  .top .sec_top .block_news {
    display: flex;
    align-items: center;
    -moz-column-gap: 45px;
         column-gap: 45px;
    padding: 30px 50px;
  }
}
.top .sec_top .block_news .news_h2 {
  font-family: "EB Garamond", serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top .sec_top .block_news .news_h2 {
    grid-area: title;
  }
}
@media (min-width: 768px) {
  .top .sec_top .block_news .news_h2 {
    font-size: 36px;
  }
}
.top .sec_top .block_news .news_list {
  flex: 1;
}
@media (max-width: 767px) {
  .top .sec_top .block_news .news_list {
    grid-area: list;
  }
}
@media (max-width: 767px) {
  .top .sec_top .block_news .news_link {
    grid-area: link;
  }
}
.top .sec_top .block_news .news_link a {
  color: #1f92e2;
  font-family: "EB Garamond", serif;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .top .sec_top .block_news .news_link a {
    font-size: 18px;
  }
}
.top .sec_top .block_news .wf_blog_ul {
  margin: 0;
  margin-top: 3px;
  color: #1a1a1a;
}
.top .sec_top .block_news .wf_blog_ul li {
  padding: 0;
  border: unset;
}
.top .sec_top .block_news .wf_blog_ul li:hover .wf_blog_li_title {
  text-decoration: underline;
}
.top .sec_top .block_news .wf_blog_ul a {
  color: #1a1a1a;
}
.top .sec_top .block_news .wf_blog_ul .wf_blog_li_thumb {
  display: none;
}
.top .sec_top .block_news .wf_blog_ul .wf_blog_li_date,
.top .sec_top .block_news .wf_blog_ul .wf_blog_li_title {
  padding: 0;
}
@media (max-width: 767px) {
  .top .sec_top .block_news .wf_blog_ul .wf_blog_li_date,
  .top .sec_top .block_news .wf_blog_ul .wf_blog_li_title {
    float: left;
  }
}
.top .sec_top .block_news .wf_blog_ul .wf_blog_li_title {
  padding-left: 1em;
}
.top .sec_message .inner {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .top .sec_message .inner {
    padding-top: 275px;
  }
}
@media (min-width: 768px) {
  .top .sec_message .inner {
    padding-top: 275px;
  }
}
.top .sec_message.wf_type1 {
  background: #0f0f0f;
}
@media (max-width: 767px) {
  .top .sec_message.wf_type1 .wf_type1_bg_img img {
    width: 100%;
    height: auto;
  }
}
.top .sec_message .block_news {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  width: 90%;
  max-width: 945px;
}
.top .sec_message .block_message {
  position: relative;
  background: #0f0f0f;
  color: #fff;
  box-sizing: border-box;
  /* sp */
  padding: 35px 10px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .top .sec_message .block_message {
    width: 71.6666666667vw;
    max-width: calc(700px + max(50vw - 800px, clamp(40px, -31.369px + 9.281vw, 80px)));
    padding: clamp(40px, -31.369px + 9.281vw, 80px);
    padding-top: 70px;
    padding-left: max(50vw - 800px, clamp(40px, -31.369px + 9.281vw, 80px));
    padding-bottom: 150px;
  }
}
.top .sec_message .block_message .btn_wrap {
  /* sp */
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top .sec_message .block_message .btn_wrap {
    margin-top: 50px;
  }
}
.top .sec_message .block_message .btn_wrap a {
  width: 56vw;
  min-width: unset;
  max-width: 280px;
  margin-left: 0;
}
.top .sec_message .block_message .title_en {
  position: absolute;
  top: 0;
  color: rgba(254, 254, 254, 0.1);
  font-family: "EB Garamond", serif;
  line-height: 0.7;
  letter-spacing: 0.05em;
  /* sp */
  right: 10px;
  transform: translateY(-70%);
  font-size: 100px;
}
@media (min-width: 768px) {
  .top .sec_message .block_message .title_en {
    right: -65px;
    transform: translateY(-65%);
    font-size: clamp(150px, 60.789px + 11.601vw, 200px);
  }
}
.top .sec_message .message_h2 {
  color: #fff;
  /* sp */
  margin-bottom: 20px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .top .sec_message .message_h2 {
    margin-bottom: 35px;
    font-size: clamp(33px, 22.821px + 1.324vw, 44px);
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .top .sec_base .sec_head_bg_img {
    height: 68vw;
  }
}
@media (min-width: 768px) {
  .top .sec_base .sec_head_bg_img {
    height: 600px;
  }
}
.top .sec_base .columns_base > .column .part {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
}
@media (max-width: 767px) {
  .top .sec_base .columns_base {
    margin-bottom: 20px;
  }
  .top .sec_base .columns_base > .column:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top .sec_base .btn_wrap:not(:first-child) {
    margin-top: 40px;
  }
}
.top .sec_strengths {
  background: #fff;
  overflow: hidden;
}
.top .sec_strengths .num_counter {
  counter-reset: strengths_counter; /* カウンターの名前を'strengths_counter'として初期化 */
}
.top .sec_strengths .num_counter .num_increment {
  counter-increment: strengths_counter; /* .sec_top内の各h3でカウンターを1増やす */
}
.top .sec_strengths .num_counter .with_num::after {
  content: counter(strengths_counter, decimal-leading-zero); /* カウンターの値を表示 */
  display: inline-block;
}
@media (max-width: 767px) {
  .top .sec_strengths .sec_head_bg_img {
    height: 92.6666666667vw;
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .sec_head_bg_img {
    height: min(57.9166666667vw, 695px);
  }
}
.top .sec_strengths .top_h2 .en {
  padding-bottom: 0.15em;
}
.top .sec_strengths .top_h2 .jp strong {
  color: #1f92e2;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .top .sec_strengths .top_h2 .jp strong {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .top .sec_strengths .columns_strengths > .column:not(:last-child) {
    margin-bottom: 20px;
  }
  .top .sec_strengths .columns_strengths:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths {
    align-items: center;
    justify-content: center;
    -moz-column-gap: clamp(20px, -17.016px + 4.813vw, 60px);
         column-gap: clamp(20px, -17.016px + 4.813vw, 60px);
  }
  .top .sec_strengths .columns_strengths > .column_text {
    flex: 1;
    min-width: 350px;
  }
  .top .sec_strengths .columns_strengths > .column_img {
    flex: unset;
    width: 57.2916666667%;
  }
  .top .sec_strengths .columns_strengths:not(.reverse) > .column_img {
    text-align: right;
  }
  .top .sec_strengths .columns_strengths:not(.reverse) > .column_text {
    padding-right: max(50vw - 800px, 20px);
  }
  .top .sec_strengths .columns_strengths.reverse {
    flex-direction: row-reverse;
  }
  .top .sec_strengths .columns_strengths.reverse > .column_img {
    text-align: left;
  }
  .top .sec_strengths .columns_strengths.reverse > .column_text {
    padding-left: max(50vw - 800px, 20px);
  }
  .top .sec_strengths .columns_strengths:not(:last-child) {
    margin-bottom: 110px;
  }
}
.top .sec_strengths .columns_strengths .strengths_h3 {
  position: relative;
}
.top .sec_strengths .columns_strengths .strengths_h3::after {
  position: absolute;
  color: rgba(31, 146, 226, 0.12);
  font-family: "EB Garamond", serif;
  font-weight: normal;
  line-height: 0.73;
  transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .top .sec_strengths .columns_strengths .strengths_h3::after {
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths .strengths_h3::after {
    bottom: -20px;
    font-size: clamp(200px, 98.207px + 13.237vw, 310px);
  }
}
.top .sec_strengths .columns_strengths .strengths_h3 .en,
.top .sec_strengths .columns_strengths .strengths_h3 .jp {
  display: block;
  line-height: 1;
}
.top .sec_strengths .columns_strengths .strengths_h3 .en {
  color: #939393;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.03em;
}
.top .sec_strengths .columns_strengths .strengths_h3 .jp {
  margin-top: 0.5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .top .sec_strengths .columns_strengths .strengths_h3 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .top .sec_strengths .columns_strengths .strengths_h3 .en {
    font-size: 15px;
  }
  .top .sec_strengths .columns_strengths .strengths_h3 .jp {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths .strengths_h3 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .top .sec_strengths .columns_strengths .strengths_h3 .en {
    font-size: clamp(20px, 15.991px + 0.521vw, 26px);
  }
  .top .sec_strengths .columns_strengths .strengths_h3 .jp {
    font-size: clamp(35px, 23.642px + 1.477vw, 52px);
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths .btn_wrap a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths:nth-of-type(1) .strengths_h3::after {
    left: calc(100% - 90px);
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths:nth-of-type(2) .strengths_h3::after {
    left: calc(100% - 170px);
  }
}
@media (min-width: 768px) {
  .top .sec_strengths .columns_strengths:nth-of-type(3) .strengths_h3::after {
    left: calc(100% - 140px);
  }
}
.top .sec_info {
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .top .sec_info .sec_head_bg_img {
    height: 104.8vw;
  }
}
@media (min-width: 768px) {
  .top .sec_info .sec_head_bg_img {
    height: 1058px;
  }
}
@media (min-width: 768px) {
  .top .sec_info .block_info {
    padding: 90px;
    padding-right: clamp(20px, 50vw - 600px, 160px);
    padding-left: max(50vw - 600px, 20px);
    margin-right: max(50vw - 600px - clamp(20px, 50vw - 600px, 160px), 0px);
    background: #fff;
  }
}
.top .sec_info .columns_info .part_text {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top .sec_info .columns_info {
    width: 90%;
    margin: 0 auto;
  }
  .top .sec_info .columns_info > .column {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
  }
  .top .sec_info .columns_info > .column:not(:last-child) {
    margin-bottom: 20px;
  }
  .top .sec_info .columns_info:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .top .sec_info .columns_info > .column:nth-child(2) {
    text-align: right;
  }
  .top .sec_info .columns_info > .column:nth-child(2) .part {
    display: block;
    width: 100%;
    max-width: 570px;
  }
  .top .sec_info .columns_info:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top .sec_company .sec_head_bg_img {
    height: 68vw;
  }
}
@media (min-width: 768px) {
  .top .sec_company .sec_head_bg_img {
    height: min(45.8333333333vw, 550px);
  }
}
.top .sec_company .columns_company > .column .part {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
}
@media (max-width: 767px) {
  .top .sec_company .columns_company {
    margin-bottom: 20px;
  }
  .top .sec_company .columns_company > .column:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .top .sec_contact .columns_contact {
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top .sec_contact .columns_contact > .column {
    flex: unset;
    width: calc((100% - 20px) / 2);
  }
  .top .sec_contact .columns_contact > .column_r {
    max-width: 500px;
  }
}
.top .sec_contact .columns_contact .part {
  color: #fff;
}
.top .sec_contact .columns_contact .ic_tel {
  color: #fff !important;
  font-size: clamp(40px, 22.158px + 2.32vw, 50px);
}
.top .sec_contact .columns_contact .ic_tel a {
  color: #fff !important;
}
.top .sec_contact .columns_contact .btn_wrap {
  margin-top: 0;
}
@media (min-width: 768px) {
  .top .sec_contact .columns_contact .btn_wrap a {
    width: 100%;
  }
}/*# sourceMappingURL=local.css.map */