@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1280px;
  margin: 0 auto;
  max-width: 96%;
}

@media screen and (min-width: 1000px) {
  .topinner {
    padding-left: 280px;
  }
}
/* tinyMCE用に見出しをリセット */
.toppage h2,
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn,
.btn-style {
  text-align: left;
}

.link_btn a,
.btn-style a {
  background: #1d2a66;
  max-width: 100%;
  padding: 0.8em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.2em;
  width: 210px;
}

.btn-style-w a {
  background: none;
  border: 1px solid #fff;
}

.link_btn a span,
.btn-style a span {
  display: block;
  font-size: 12px;
}

.link_btn a::after,
.btn-style a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
}

.link_btn a:hover,
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  width: auto;
  min-width: 310px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
}

.sec_news .news dt {
  float: left;
  clear: left;
  color: #433f3f;
  padding: 15px 0;
}

.sec_news .news dd {
  padding: 15px 0 15px 110px;
}

.news dd a {
  text-decoration: none;
  color: #433f3f;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h3 {
  font-size: 40px;
  color: #1f1f1f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn a {
  position: absolute;
  top: 13px;
  right: 0;
  color: #433f3f;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

.sec_news .news .btn a:after {
  content: " ＞";
  font-weight: bold;
}

.sec_news .btn-style a {
  width: 138px;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.btn2 a {
  width: 49%;
}

.btn2 a + a {
  margin-left: 2%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
  /* .mainimage{
          background: url(img/mainimage.jpg) no-repeat center / cover;
      height: 650px;
  }*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns > .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col3 > .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-right: 2%;
  }
  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }
  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns.col4 > .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis: 23.5%;
    margin-right: 2%;
  }
  .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }
  .col_align {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }
  /*==========================
  	　mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sp-columns .column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* -----------------------custom_CSS----------------------- */
.bread_wrap {
  background: #fff;
}

.mainblock p,
.mce-content-body p,
.mainblock ul,
.mce-content-body ul {
  margin: 0 0 24px;
}

.mainblock p:last-child,
.mce-content-body p:last-child,
.mainblock ul:last-child,
.mce-content-body ul:last-child {
  margin-bottom: 0;
}

.archive_wrap:not(.archive_category_wrap),
#aside .menu-blog li a {
  font-size: 16px;
}

a,
a:visited {
  color: #006cb8;
}

.bread {
  padding: 0.8em 0 0.8em;
  margin-bottom: 0;
  text-align: left;
}

.btn-style {
  text-align: center;
}

.link_btn a,
.btn-style a {
  max-width: 250px;
  min-width: auto;
  width: 100%;
  border: 1px solid #006cb8;
  background: #006cb8;
  color: #fff;
  border-radius: 0px;
  font-weight: 500;
  padding: 1em 1.5em;
}

.link_btn a:after,
.btn-style a:after {
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link_btn a:after,
.btn-style a:after {
  right: 4%;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 3%;
}

.mainblock p,
.mce-content-body p,
.mainblock ul,
.mce-content-body ul {
  display: block;
  margin: 0 0 24px;
}

.mainblock p:last-child,
.mce-content-body p:last-child,
.mainblock ul:last-child,
.mce-content-body ul:last-child {
  margin-bottom: 0;
}

.bread {
  text-align: left;
}

#aside .menu-blog h3 {
  border-bottom: 2px solid #006cb8;
}

#aside .menu-blog li a::after {
  background: #006cb8;
}

.bread li a {
  color: #006cb8;
}

.wpcf7-spinner {
  position: absolute !important;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  color: #0b0e07;
  font-weight: 400;
}

#contents > .inner {
  overflow: initial;
}

/*==========================
サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.5em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #0b0e07;
}

#menu-sitemap li a:hover {
  color: #006cb8;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

@media screen and (min-width: 1200px) {
  .wpcf7 dl {
    width: 65%;
  }
}
.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

div.wpcf7 .ajax-loader {
  position: absolute !important;
}

/*==========================
お問い合わせ
==========================*/
.wpcf7 dl dt {
  float: none;
  margin-bottom: 0;
}

.wpcf7 dl dd {
  padding-left: 5px;
  padding-top: 5px;
}

.wpcf7 dl dd input,
.wpcf7 dl dd textarea {
  padding: 5px 2px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 dl dt {
  width: 100%;
}

.wpcf7 dl dd {
  width: 100%;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}

.wpcf7 dl dd .wpcf7-list-item label {
  float: left;
}

.wpcf7 dl dd .wpcf7-list-item input,
.wpcf7 dl dd .wpcf7-list-item span {
  vertical-align: unset;
}

.wpcf7 dl dd .wpcf7-list-item input {
  width: auto;
  margin: 0;
  -webkit-appearance: auto;
}

.wpcf7 dl dd .wpcf7-list-item span {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wpcf7 dl dt,
  .wpcf7 dl dd {
    margin: 0;
  }
  .wpcf7 dl dt {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .wpcf7 dl dd {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wpcf7 dl dt,
  .wpcf7 dl dd {
    margin: 0;
    vertical-align: top;
    width: auto;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
  }
  .wpcf7 dl dt {
    width: 220px;
  }
  .wpcf7 dl dd {
    width: calc(100% - 220px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
a[href^="tel:"] {
  color: #0b0e07;
  text-decoration: none;
}

.f-custom {
  border-bottom: 0 !important;
  font-weight: 700;
}

@media (max-width: 767px) {
  dd.f-custom {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*==========================
見出し
==========================*/
.page-title {
  padding: 3em 0;
  background: url(img/under_title.jpg) no-repeat center/cover;
}

.page-title h2 {
  font-size: 25px;
  color: #006cb8;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}

@media screen and (min-width: 768px) {
  .page-title {
    padding: 4.5em 0;
  }
  .page-title h2 {
    font-size: 36px;
  }
}
.text-large,
.page-title h2,
.post-type-page h3,
.under h3,
.entry-block h3,
.mce-content-body h4,
.under h4,
.entry-block h4,
.mce-content-body h5,
.under h5,
.entry-block h5,
.post-type-page h6,
.under h6 {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}

/*-- H3 ------------*/
.post-type-page h3,
.under h3 {
  color: #006cb8;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding: 0;
  padding-top: 54px;
  position: relative;
}

.under h3.under_ttl {
  padding: 10px 18px;
  border-top: solid 1px #006cb8;
  border-bottom: solid 1px #006cb8;
  font-size: clamp(20px, 2.6vw, 24px);
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
}

.under h3.under_ttl:after {
  background: #bbbbbb;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 30%;
}

.under h3.under_ttl:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .post-type-page h3,
  .under h3 {
    margin-top: 40px;
    font-size: 24px;
  }
}
.post-type-page h3:after,
.under h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("img/h3.png") no-repeat center/cover;
  width: 55px;
  height: 44px;
}

.mainblock > h3:first-child,
.mainblock > div:first-child h3,
.mainblock > h3:first-of-type {
  margin-top: 0;
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3,
.mce-content-body h4,
.under h4 {
  padding: 0;
  color: #006cb8;
  display: block;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  padding: 14px 0;
  padding-left: 14px;
  border-top: 1px solid #006cb8;
  border-bottom: 1px solid #006cb8;
}

.under h4.under_ttl {
  color: #fff;
  display: table;
  font-size: clamp(18px, 2.6vw, 22px);
  line-height: 1.5;
  background: #fff;
  margin-top: 1em;
  margin-bottom: 0.7em;
  position: relative;
  letter-spacing: 0.08em;
  background: none;
  padding: 5px 10px;
  border-radius: 0px;
  background: #3790cf;
  position: relative;
  font-weight: 500;
  border: 0;
}

.under h4.under_ttl:before,
.under h4.under_ttl:after {
  display: none;
}

.entry-block h3:after,
.mce-content-body h4:after,
.under h4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 18px;
  background: #bbbbbb;
}

@media only screen and (max-width: 767px) {
  .entry-block h3,
  .mce-content-body h4,
  .under h4 {
    font-size: 22px;
  }
}
.mce-content-body div.h3 + h4,
div.h3 + h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #006cb8;
}

.under h3 + h4,
.under div.h3 + h4,
.under div.h3 + div.h4 h4 {
  margin-top: 0 !important;
}

/*-- H5 ------------*/
.entry-block h4,
.mce-content-body h5,
.under h5 {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  background: none;
  display: table;
  padding: 5px 10px;
  border-radius: 0px;
  background: #3790cf;
  position: relative;
}

.entry-block h4:before,
.mce-content-body h5:before,
.under h5:before {
  display: none;
}

.entry-block h4:after,
.mce-content-body h5:after,
.under h5:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .entry-block h4,
  .mce-content-body h5,
  .under h5 {
    font-size: 20px;
  }
}
.under h4 + h5,
.under div.h4 + h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/
.entry-block h5,
.post-type-page h6,
.under h6 {
  color: #0b0e07;
  display: table;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  border: none;
  background: none;
  padding: 0;
  padding: 0;
  border-bottom: 4px double #006cb8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.under h5.under_ttl {
  color: #0b0e07;
  display: table;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  border: none;
  background: none;
  padding: 0;
  padding: 0;
  border-bottom: 4px double #006cb8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.entry-block h5:before,
.post-type-page h6:before,
.under h6:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .entry-block h5,
  .post-type-page h6,
  .under h6 {
    font-size: 19px;
  }
}
.text-large {
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #006cb8;
}

@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  /*padding-top: 56.25%;*/
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================
ボックス
==========================*/
.bg-block {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.border-block {
  background: #fff;
  border: 2px solid #006cb8;
}

.border-block,
.bg-block {
  margin-top: 0;
  border-radius: 0px;
  padding: 40px 40px;
}

@media screen and (min-width: 768px) {
  .border-block,
  .bg-block {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .border-block,
  .bg-block {
    padding: 40px 40px;
  }
}
.border-block:not(:last-child),
.bg-block:not(:last-child) {
  margin-bottom: 40px !important;
}

.border-block:first-child,
.bg-block:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .border-block,
  .bg-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .border-block,
  .bg-block {
    padding: 24px 16px;
  }
}
.border-block ul:last-child,
.border-block ol:last-child,
.border-block dl:last-child,
.border-block table:last-child,
.border-block p:last-child,
.bg-block ul:last-child,
.bg-block ol:last-child,
.bg-block dl:last-child,
.bg-block table:last-child,
.bg-block p:last-child {
  margin-bottom: 0;
}

body:not(.home) #contents div.clearfix {
  margin-bottom: 40px;
}

body:not(.home) #contents div.clearfix:last-child {
  margin-bottom: 0;
}

body:not(.home) #contents .sec_box,
body:not(.home) #contents .columns {
  margin-bottom: 40px;
}

body:not(.home) #contents .sec_box:last-child,
body:not(.home) #contents .columns:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  body:not(.home) #contents .sec_box .border-block,
  body:not(.home) #contents .sec_box .bg-block,
  body:not(.home) #contents .columns .border-block,
  body:not(.home) #contents .columns .bg-block {
    height: 100%;
    padding: 40px 16px;
  }
}
/*-- 流れ ------------*/
.flow-block {
  border: 2px solid #006cb8;
  background: #fff;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 82px;
  position: relative;
  padding: 40px 32px;
}

@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block ul:last-child,
.flow-block ol:last-child,
.flow-block dl:last-child,
.flow-block table:last-child,
.flow-block p:last-child {
  margin-bottom: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

.flow-block:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -105px 0;
  border: 40px solid transparent;
  border-top: 35px solid #afcbea;
}

.flow-block:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 40px 30px;
  }
}
.bg-block .flow-block:after {
  border-top: 35px solid #e1ecf8;
}

.title_number {
  border: none;
  display: block;
  padding-left: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: none !important;
}

.title_number:before,
.title_number:after {
  display: none !important;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.2em;
  margin-right: 0.4em;
  background: #006cb8;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}

.title_number {
  vertical-align: middle;
  padding: 0 !important;
  color: #0b0e07 !important;
}

.title_number:before,
.title_number:after {
  display: none !important;
}

/*-- Q&A ------------*/
.qa-block {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
  padding-top: 10px;
}

.qa-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.qa-block:after {
  display: none !important;
}

.qa-block:before {
  content: "";
  position: absolute;
  top: 25px;
  background: none;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #006cb8;
  border-right: 3px solid #006cb8;
}

.qa-block:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qa-block.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.qa-block .answer {
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
  display: none;
}

.qa-block .answer p {
  padding: 7px 0 12px 46px;
  margin: 0;
}

.qa-block .answer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bbbbbb;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}

.qa-block .answer:after {
  content: "A";
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  border: none;
  font-family: "Zen Kaku Gothic New", serif;
}

body .qa-block h4 {
  margin-top: 0 !important;
}

.mce-content-body .qa-block h4,
.qa-block h4 {
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 20px 0 50px !important;
  display: block;
  position: relative;
  /* pointer-events: none; */
  margin-top: 0 !important;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.mce-content-body .qa-block h4:before,
.qa-block h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #006cb8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}

.mce-content-body .qa-block h4:after,
.qa-block h4:after {
  background: none;
  content: "Q";
  position: absolute;
  top: -4px;
  bottom: auto;
  left: 10px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  border: none;
}

.wpcf7-list-item-label {
  display: inline-block;
}

/*==========================
リスト
==========================*/
/*-- UL ------------*/
.ul01,
.ul02,
.ul_check,
.ul_arrow,
.ol01,
.ol_decimal,
.ollist {
  margin-top: 0;
  margin-bottom: 24px;
}

.ul01 li,
.ul02 li,
.ul_check li,
.ul_arrow li,
.ol01 li,
.ol_decimal li,
.ollist li {
  margin: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul01 li:last-child,
.ul02 li:last-child,
.ul_check li:last-child,
.ul_arrow li:last-child,
.ol01 li:last-child,
.ol_decimal li:last-child,
.ollist li:last-child {
  margin-bottom: 0;
}

.ul01 li::before,
.ul01 li::after,
.ul02 li::before,
.ul02 li::after,
.ul_check li::before,
.ul_check li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ol01 li::before,
.ol01 li::after,
.ol_decimal li::before,
.ol_decimal li::after,
.ollist li::before,
.ollist li::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul01 + p,
.ul02 + p,
.ul_check + p,
.ul_arrow + p,
.ol01 + p,
.ol_decimal + p,
.ollist + p {
  margin-bottom: 24px;
}

/* ul01 */
.ul01 li::before {
  border-radius: 50%;
  background: #006cb8;
  height: 8px;
  left: 0;
  top: 7px;
  width: 8px;
}

/* ul_check チェックのリスト */
.ul_check li,
.ul_arrow li {
  padding-left: 2em;
}

.ul_check li::before,
.ul_arrow li::before {
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after,
.ul_arrow li:after {
  content: "";
  position: absolute;
  display: block;
  background: #006cb8;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li:after {
  display: none;
}

.ul_arrow li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.45em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #006cb8;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 数字のOLリスト */
.ol_decimal {
  counter-reset: ol_circle;
}

.ol_decimal li {
  padding-left: 28px;
  position: relative;
}

.ol_decimal li::before,
.ol_decimal li:after {
  content: "";
  position: absolute;
}

.ol_decimal li::before {
  background-color: #006cb8 !important;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 0;
  width: 20px;
  position: absolute;
}

.page-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: none;
  padding: 0;
  margin-top: 0 !important;
  border: 2px solid #006cb8 !important;
  border-radius: 0px !important;
  padding: 30px 30px !important;
}

@media screen and (max-width: 767px) {
  .page-list {
    padding: 30px 20px !important;
  }
}
.page-list li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 40px;
}

.page-list li a:before,
.page-list li a:after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

@media screen and (min-width: 768px) {
  .page-list li {
    margin-bottom: 0 !important;
  }
  .page-list li:nth-child(n+3) {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:not(:nth-of-type(2n)) {
    margin-right: 0 !important;
  }
}
.page-list li a {
  color: #0b0e07 !important;
}

.page-list li a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: auto;
  margin: auto;
  width: 26px;
  height: 26px;
  border: 0;
  background: #006cb8;
  border-radius: 50%;
}

.page-list li a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px !important;
  right: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-list li a {
  text-decoration: none;
  padding-left: 40px;
}

.page-list li a:hover {
  opacity: 1;
  text-decoration: underline !important;
}

.page-list li a:hover:after {
  left: 7px !important;
  right: auto;
}

.page-list li a {
  text-decoration: none;
  color: #006cb8;
}

.page-list li a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-list li {
    margin-right: 5%;
  }
}
.page-list2 li {
  position: relative;
  margin: 0.5em 0;
}

.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #59c3e2;
  border: 1px solid #59c3e2;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.page-list2 li a:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #59c3e2;
  border-right: 1px solid #59c3e2;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.page-list2 li a:hover {
  background: #59c3e2;
  color: #fff;
}

.page-list2 li a:hover:after {
  border-color: #fff;
  right: 10px;
}

/*==========================
テーブル
==========================*/
table {
  margin-bottom: 2em;
  margin-top: 0 !important;
}

.color01 {
  color: #006cb8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.color02 {
  color: #bbbbbb;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*-- 診療時間表 ------------*/
.time-table {
  table-layout: fixed;
}

.time-table th,
.time-table td {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
  font-weight: 500;
}

.time-table thead th,
.time-table thead td {
  border: none;
}

.time-table thead th {
  background: #efefef;
  color: #0b0e07;
}

.time-table thead th:first-child {
  width: 30%;
}

.time-table tbody tr {
  border-color: #ddd;
}

.time-table tbody th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .time-table {
    font-size: 82%;
  }
}
/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  background: #fff;
}

.table01 tbody tr th {
  text-align: left;
  float: none;
  font-weight: 500;
  padding: 1em 0 1em 1em;
}

.table01 tbody tr th:first-child {
  border-top: 1px solid #006cb8;
  color: #006cb8;
  width: 20%;
  font-weight: 500;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .table01 tbody tr th:first-child {
    width: 25%;
  }
}
.table01 tbody tr:last-child th:first-child {
  border-bottom: 1px solid #006cb8;
}

.table01 tbody tr th,
.table01 tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
}

.table01 tbody tr th:first-child,
.table01 tbody tr td:first-child {
  color: #006cb8;
  border-bottom: 1px solid #006cb8;
  border-top: 1px solid #006cb8;
}

.table01 th,
.table01 td {
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
}

.table01 th {
  padding-right: 1em;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  table-layout: fixed;
}

.border-table th,
.border-table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.border-table thead th,
.border-table thead td {
  background: #006cb8;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.border-table tbody th {
  background: rgba(204, 204, 204, 0.1);
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}

.border-table tbody td {
  text-align: left;
  padding-right: 1em;
}

.border-table tbody td:last-child {
  text-align: left;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  table-layout: fixed;
}

.fee-table th,
.fee-table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.fee-table thead th,
.fee-table thead td {
  background: #006cb8;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #f7f9fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}

.fee-table tbody th:first-child {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .fee-table tbody th:first-child {
    width: 35%;
  }
}
.fee-table tbody td {
  text-align: left;
  padding-right: 1em;
}

.fee-table tbody td:last-child {
  text-align: left;
}

table.table_center th,
table.table_center td {
  text-align: center !important;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 800px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 0;
  }
  /* googlemap --------------------*/
}
.googlemap {
  padding-top: 50%;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .googlemap {
    padding-top: 60%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .border-table th,
  .border-table td,
  .fee-table th,
  .fee-table td {
    font-size: 80%;
    padding: 10px 5px;
    line-height: 1.5;
  }
  .table01 th,
  .table01 td {
    font-size: 80%;
  }
}
@media screen and (max-width: 999px) {
  .sp_over {
    overflow: clip;
  }
  #nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav ul.menu {
    top: 60px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    background: #c6e1f3;
  }
  #nav ul.menu.open {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #nav ul li a:before {
    display: none;
  }
  #nav ul li a,
  #nav ul li span {
    padding: 8px 6px 8px 15px;
    font-size: 16px;
  }
  #nav ul li .sub-menu {
    background: #e4f4ff;
  }
  #nav ul li .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav ul li a:hover {
    background: #bbbbbb;
    color: #333;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #e4f4ff;
    color: #0b0e07;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
  }
  #menu-header-nav .sp {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  #nav .menu > li > a span {
    background: none;
    padding: 0;
  }
  #nav .menu .has_children > a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none !important;
  }
  #nav ul li a:after {
    display: none !important;
  }
  /* #nav .menu > li.has_children > a  {
    display: none;
  } */
  #nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
    padding: 20px 10px;
  }
  #nav ul.menu > li {
    width: 49%;
    border: none;
  }
  #nav ul.menu > li > a {
    border: none;
    padding: 0;
    text-align: center;
    background: transparent !important;
    color: #333 !important;
    font-weight: bold;
  }
  #nav ul.menu > li.sp_nav_title,
  #nav ul.menu > li:first-child {
    width: 100%;
  }
  #nav ul.menu > li.sp_nav_title > a {
    font-size: 20px;
    padding: 10px 10px;
    color: #006cb8 !important;
    background: #fff !important;
    border: 1px solid #006cb8;
    position: relative;
  }
  #nav ul.menu > li.sp_nav_title > a:after {
    content: "";
    position: absolute;
    display: block !important;
    margin: auto;
    left: auto;
    right: 5px;
    top: auto;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #006cb8 transparent;
    border-width: 0px 0px 8px 8px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #nav ul li .sub-menu {
    background: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
    margin-top: 10px;
  }
  #nav ul li .sub-menu li {
    width: 49%;
    border: none !important;
  }
  #nav ul li .sub-menu li a {
    background: transparent;
    border: none;
    padding: 0;
    color: #333 !important;
  }
  #nav ul.menu > li > .hdr_list_nav_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li {
    border: none;
    background: transparent;
    width: 50%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #006cb8;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a {
    border: none;
    background: transparent;
    display: block;
    padding: 0;
    text-align: center;
    position: relative;
    padding-top: 38px;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li:nth-child(odd) a:after {
    content: "";
    position: absolute;
    display: block !important;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    border: none;
    background: #006cb8;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 40px;
    height: 36px;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon01:before {
    background: url("img/sp_hdr_side_icon01.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon02:before {
    background: url("img/sp_hdr_side_icon02.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon03:before {
    background: url("img/sp_hdr_side_icon03.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon04:before {
    background: url("img/sp_hdr_side_icon04.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon05:before {
    background: url("img/sp_hdr_side_icon05.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon06:before {
    background: url("img/sp_hdr_side_icon06.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon07:before {
    background: url("img/sp_hdr_side_icon07.png") no-repeat center/cover;
  }
  #nav ul.menu > li > .hdr_list_nav_sp li a.side_icon08:before {
    background: url("img/sp_hdr_side_icon08.png") no-repeat center/cover;
  }
}
@media screen and (min-width: 1000px) {
  #nav {
    background: transparent;
  }
  #nav > .inner {
    width: 1280px !important;
    max-width: 98%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 5px;
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0;
  }
  #nav .menu > li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: auto;
    float: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav .menu > li:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #bfbfbf;
  }
  #nav .menu > li:last-child:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    background: #bfbfbf;
  }
  #nav .menu > li > a {
    font-size: 16px;
    letter-spacing: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    width: 100%;
    color: #333333;
    background: transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #nav .menu > li > a .ic {
    display: block;
    margin-bottom: 5px;
  }
  #nav .menu > li > a .ic img {
    display: block;
    margin: auto;
  }
  #nav .menu > li > a .en {
    display: block;
    font-size: 12px;
  }
  #nav .menu > li > a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 2px solid #333333;
  }
  #nav .menu > li > a:hover img {
    opacity: 1;
  }
  #nav .menu > li.has_children > a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #006cb8;
    border-right: 1px solid #006cb8;
  }
  #nav .menu > li:not(:first-child) > a:before {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  #nav .menu > li.has_children > a:after {
    right: 3px;
  }
}
@media screen and (min-width: 1450px) {
  #nav .menu > li > a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.mainblock.under {
  padding-bottom: 0;
}

.home #footer {
  margin-top: 0;
  border-top: none;
}

#footer {
  margin-top: 50px;
  padding: 30px 0 0 !important;
  background: #006cb8 !important;
  font-size: 16px;
  color: #0b0e07 !important;
  border-top: 2px solid #006cb8;
}

#footer > .inner {
  width: 100%;
  max-width: 100%;
}

#footer .sec_logo {
  margin: 0 0 20px;
}

#footer .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
  color: #fff;
  font-weight: bold;
  padding: 23px 10px;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
}

#footer .sec_title2 {
  font-size: 18px;
  line-height: 1;
  padding: 24px 0;
  margin: 0 0 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footer table.address {
  margin-bottom: 10px;
}

#footer table.address th,
#footer table.address td {
  padding: 8px 0;
  line-height: 25px;
  color: #fff;
}

#footer table.address th a,
#footer table.address td a {
  color: #fff;
}

#footer table.address th {
  width: 120px;
  text-align: left;
  padding-right: 8px;
}

#footer table.address th .sec_span {
  position: relative;
  padding-left: 20px;
}

#footer table.address th .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
}

#footer .sec_img {
  margin: 0;
}

#footer .sec_list li {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  padding-left: 14px;
}

#footer .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 4px;
  height: 2px;
  background: #99c4e3;
}

#footer .sec_list li:not(:first-child) {
  margin-top: 15px;
}

#footer .sec_box {
  padding: 30px 10px;
  background: #004e85;
}

#footer .sec_box .sec_bnr_list li {
  text-align: center;
}

#footer .sec_box .sec_bnr_list li:not(:first-child) {
  margin-top: 10px;
}

#footer .btn-style {
  margin: 30px 0 0;
}

#footer .btn-style a {
  border: 1px solid #fff;
  font-weight: bold;
  background: transparent;
  max-width: 320px;
  padding: 15px 0;
  letter-spacing: 0;
}

#footer .btn-style a .sec_span {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 32px;
}

#footer .btn-style a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: 0;
  width: 22px;
  height: 16px;
  background: url("img/footer_icon.png") no-repeat center/cover;
}

#footer .btn-style a:after {
  width: 8px;
  height: 8px;
}

#footer .btn-style a:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px) {
  .btn-style {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  #footer {
    padding: 50px 0 0 !important;
    margin-top: 70px;
  }
  #footer .sec_logo {
    margin: 0 0 25px;
  }
  #footer .sec_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
  #footer .sec_title2 {
    font-size: 17px;
  }
  #footer .sec_box {
    padding: 30px 10px;
  }
  #footer .row {
    gap: 0 2%;
  }
  #footer .row .row {
    gap: initial;
  }
  #footer .row .col_2 {
    margin: 0;
  }
  #footer .row .col_2:first-child {
    width: 49%;
  }
  #footer .row .col_2:last-child {
    width: 49%;
  }
  #footer .btn-style {
    text-align: left;
  }
  #footer table.address th {
    width: 100px;
  }
}
@media only screen and (min-width: 1439px) {
  #footer table.address th {
    width: 120px;
  }
  #footer .row {
    gap: 0 6%;
  }
  #footer .row .col_2:first-child {
    width: 47%;
  }
  #footer .row .col_2:last-child {
    width: 47%;
  }
  #footer {
    padding: 60px 0 0 !important;
    margin-top: 100px;
  }
  #footer .sec_logo {
    margin: 0 0 30px;
  }
  #footer .sec_title {
    font-size: 24px;
    margin: 0 0 50px;
  }
  #footer .sec_title2 {
    font-size: 24px;
  }
  #footer .sec_box {
    padding: 30px;
  }
}
.copyright {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  color: #fff;
  background: #006cb8;
  padding: 10px 0 17%;
}

@media only screen and (min-width: 768px) {
  .copyright {
    margin-top: 40px;
    padding: 1.2em 0;
  }
  .copyright .sec_span {
    width: 1280px;
    margin: 0 auto;
    max-width: 96%;
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .copyright .sec_span {
    padding-left: 280px;
  }
}
@media only screen and (min-width: 1439px) {
  .copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  #header {
    padding: 0;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header.header_open {
    background: #c6e1f3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #header > .inner {
    max-width: 98%;
    margin-right: 0;
  }
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .textwidget h1 {
    width: 75%;
    max-width: 100%;
    float: none;
    max-width: 250px;
  }
  #header .textwidget #toggle {
    width: 60px;
    float: none;
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  #header {
    position: relative;
    background: #fff;
  }
  #header > .inner {
    display: block;
    gap: 0;
    overflow: initial;
  }
  #header > .inner .header_column {
    width: 98%;
    margin: auto;
  }
  #header > .inner .header_column .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4%;
  }
  #header > .inner .header_column h1 {
    width: 100%;
    max-width: 271px;
  }
}
.totop a {
  text-decoration: none;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #aside .inq {
    display: block !important;
  }
  #aside .clearfix {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
  }
  #aside .clearfix a {
    display: block;
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  #aside .clearfix a img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #aside .inq01 {
    position: fixed;
    margin: auto;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  #aside .inq {
    position: fixed;
    top: 200px;
    right: 0;
    width: 80px;
    z-index: 5;
  }
}
.fix_link {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type),
  .row .col_3:not(:first-of-type),
  .row .col_4:not(:first-of-type),
  .row .col_5:not(:first-of-type),
  .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2,
  .row.sp_col_2 .col_3,
  .row.sp_col_2 .col_4,
  .row.sp_col_2 .col_5,
  .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child),
  .row.sp_col_2 .col_3:not(:first-child),
  .row.sp_col_2 .col_4:not(:first-child),
  .row.sp_col_2 .col_5:not(:first-child),
  .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n),
  .row.sp_col_2 .col_3:nth-child(2n),
  .row.sp_col_2 .col_4:nth-child(2n),
  .row.sp_col_2 .col_5:nth-child(2n),
  .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3),
  .row.sp_col_2 .col_3:nth-child(n+3),
  .row.sp_col_2 .col_4:nth-child(n+3),
  .row.sp_col_2 .col_5:nth-child(n+3),
  .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child,
  .row.sp_col_2 .col_3:last-child,
  .row.sp_col_2 .col_4:last-child,
  .row.sp_col_2 .col_5:last-child,
  .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2,
  .row.sp_col_3 .col_3,
  .row.sp_col_3 .col_4,
  .row.sp_col_3 .col_5,
  .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child),
  .row.sp_col_3 .col_3:not(:first-child),
  .row.sp_col_3 .col_4:not(:first-child),
  .row.sp_col_3 .col_5:not(:first-child),
  .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n),
  .row.sp_col_3 .col_3:nth-child(3n),
  .row.sp_col_3 .col_4:nth-child(3n),
  .row.sp_col_3 .col_5:nth-child(3n),
  .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4),
  .row.sp_col_3 .col_3:nth-child(n+4),
  .row.sp_col_3 .col_4:nth-child(n+4),
  .row.sp_col_3 .col_5:nth-child(n+4),
  .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child,
  .row.sp_col_3 .col_3:last-child,
  .row.sp_col_3 .col_4:last-child,
  .row.sp_col_3 .col_5:last-child,
  .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 3%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2,
  .row.gap_row .col_3,
  .row.gap_row .col_4,
  .row.gap_row .col_5,
  .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}

.row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media screen and (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 screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_span {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_col ul {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .page-designation .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-designation .row .col_3 .border-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 15px;
  }
}
.bold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }
  .sp-table table {
    width: 768px;
  }
}
a[href^="tel:"] {
  color: #0b0e07;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.mainimage {
  position: relative;
}

.mainimage .slick-dots {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
}

.mainimage .slick-dots li button {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #bbc6ce;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.mainimage .slick-dots li.slick-active button {
  background: #00497c;
}

.mainimage .slider-wrap .slick-slide {
  opacity: 1 !important;
}

.mainimage .main_slide_box {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1400px;
}

.mainimage .main_slide {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5%;
  max-width: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.mainimage .main_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5%;
}

.mainimage .main_slide .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mainimage .main_slide .slick-dots li button {
  cursor: pointer;
  border: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #d4d4d4;
  border-radius: 50%;
}

.mainimage .main_slide .slick-dots li.slick-active button {
  background: #006cb8;
}

.mainimage .slick-arrow {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.mainimage .slick-prev {
  left: 10px;
  right: auto;
  background: url("img/main_arrow01.png") no-repeat center/cover;
}

.mainimage .slick-next {
  left: auto;
  right: 10px;
  background: url("img/main_arrow02.png") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mainimage .topinner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainimage {
    background: #e4f4ff;
  }
  .mainimage .slider .slick-slide {
    margin: 0 10px;
  }
  .mainimage .main_slide {
    left: auto;
    right: 2%;
    top: 0;
    bottom: 0;
    max-width: 45%;
  }
  .mainimage .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .mainimage .slick-prev {
    left: 20px;
    right: auto;
  }
  .mainimage .slick-next {
    left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .mainimage .slick-prev {
    left: 0;
    right: 640px;
  }
  .mainimage .slick-next {
    left: 640px;
    right: 0;
  }
}
.scroll_bnr_box {
  padding: 30px 10px;
  background: rgba(0, 73, 124, 0.85);
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 12vw;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .scroll_bnr_box {
    display: none;
  }
}
.scroll_bnr_box.close_box {
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scroll_bnr_box .scroll_close {
  position: absolute;
  margin: auto;
  left: auto;
  right: -15px;
  bottom: auto;
  top: -15px;
  cursor: pointer;
}

.scroll_bnr_box .sec_bnr_list li {
  text-align: center;
}

.scroll_bnr_box .sec_bnr_list li:not(:first-child) {
  margin-top: 10px;
}

.scroll_bnr_box .sec_title {
  font-size: 18px;
  line-height: 1;
  padding: 10px 0;
  margin: 0 0 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.scroll_bnr_box li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.scroll_bnr_box li img {
  max-width: 278px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .scroll_bnr_box {
    margin-right: 20px;
  }
  .scroll_bnr_box .sec_bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .scroll_bnr_box .sec_bnr_list li {
    margin: 0 !important;
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .scroll_bnr_box {
    padding: 30px 10px;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 90px;
  }
  .scroll_bnr_box .sec_title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1439px) {
  .scroll_bnr_box {
    padding: 15px;
    width: 150px;
  }
  .scroll_bnr_box .sec_title {
    font-size: 14px;
    line-height: 1.4;
  }
}
.sec_top .sec_text {
  letter-spacing: 0.05em;
  line-height: 32px;
}

.sec_top .sec_img {
  text-align: center;
  margin: 0;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}

.sec_top.sec_border_top {
  border-top: 2px solid #c6c7c7;
  position: relative;
}

.sec_top.sec_border_top:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -3px;
  bottom: auto;
  width: 200px;
  height: 4px;
  background: #006cb8;
}

.sec_top h2 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px;
  text-align: left;
  font-weight: bold;
  color: #006cb8;
}

.sec_top h2 .sec_span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 1439px) {
  .sec_top h2 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 25px;
  }
}
.sec01 {
  padding: 50px 0 30px;
  background: #e4f4ff;
}

.sec01 .sec_box {
  padding: 14px;
  background: #fff;
  border: 1px solid #bfbfbf;
}

.sec01 .sec_box dl dt {
  font-size: 20px;
  line-height: 1;
  padding: 5px 20px;
  color: #fff;
  background: #ed7d31;
  font-weight: bold;
  text-align: center;
  width: 120px;
}

.sec01 .sec_box dl dd {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec01 .sec_box dl dt {
    margin-top: 20px;
  }
  .sec01 .sec_box dl dt:first-child {
    margin-top: 0;
  }
  .sec01 .sec_box dl dd {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 80px 0 40px;
  }
  .sec01 .sec_box dl dd:not(:first-of-type) {
    margin-top: 10px;
  }
  .sec01 .sec_box dl dt:not(:first-of-type) {
    margin-top: 10px;
  }
  .sec01 .sec_box dl dt {
    float: left;
    padding: 5px 20px;
  }
  .sec01 .sec_box dl dd {
    padding-left: 140px;
    min-height: 30px;
  }
}
.sec02 {
  background: #e4f4ff;
}

.sec02 .sec_box {
  padding: 30px 10px;
  background: #fff;
  border: 1px solid #bfbfbf;
}

.sec02 .title_box {
  margin-bottom: 10px;
}

.sec02 .sec_title {
  font-size: 20px;
  line-height: 1;
  color: #ed7d31;
  font-weight: bold;
  margin: 0;
}

.sec02 .sec_title .sec_span {
  font-size: 16px;
  padding-left: 10px;
  font-weight: 500;
  color: #ed7d31;
}

.sec02 .sec_btn a {
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #fbe3d8;
  color: #ed7d31;
  font-weight: bold;
}

.sec02 .sec_btn a:hover {
  text-decoration: none;
}

.sec02 dl dt .sec_span {
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 3px 0;
  margin-top: 2px;
}

.sec02 dl dd {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}

.sec02 dl dd a {
  color: #333333;
  padding-left: 10px;
}

.sec02 dl dd a:hover {
  text-decoration: underline;
}

.sec02 .sec_info_box .sec_img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec_btn {
    text-align: center;
    margin-top: 15px !important;
  }
  .sec02 dl dt {
    padding-top: 10px;
  }
  .sec02 dl dd {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .sec_title {
    font-size: 24px;
    line-height: 1;
  }
  .sec02 .title_box {
    margin-bottom: 20px;
  }
  .sec02 .sec_title .sec_span {
    font-size: 16px;
    padding-left: 10px;
  }
  .sec02 .sec_box {
    padding: 30px;
  }
  .sec02 .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .sec02 dl dt,
  .sec02 dl dd {
    padding: 8px 0;
  }
  .sec02 dl dt {
    float: left;
  }
  .sec02 dl dd {
    font-size: 18px;
    padding-left: 140px;
  }
  .sec02 .sec_info_box .sec_img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .sec02 .sec_title {
    font-size: 30px;
    line-height: 1;
  }
  .sec02 .sec_title .sec_span {
    font-size: 16px;
    padding-left: 10px;
  }
  .sec02 .sec_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4%;
  }
  .sec02 .sec_info_box dl {
    width: calc(96% - 215px);
  }
  .sec02 .sec_info_box .sec_img {
    width: 215px;
    margin: 0;
  }
}
.sec03 {
  padding-top: 40px;
  position: relative;
  z-index: 0;
}

.sec03 .sec_title {
  font-size: 18px;
  line-height: 1;
  color: #006cb8;
  margin: 20px 0 10px;
  font-weight: 500;
}

.sec03 .sec_text {
  line-height: 27px;
}

.sec03:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 200px;
  background: #e4f4ff;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 40px;
  }
  .pc_tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding-top: 60px;
  }
  .sec03 .sec_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1300px) {
  .sec03 .sec_title {
    font-size: 20px;
    line-height: 1;
  }
  .pc_tablet {
    display: none;
  }
}
.sec_slider {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .sec_slider {
    background: url(img/sec_slider_bg.jpg) no-repeat center bottom;
    background-size: 350%;
  }
}
.sec_slider h2 {
  margin: 0 0;
}

.sec_slider h2 .sec_span {
  color: #006cb8;
}

.sec_slider .voice_slider {
  overflow: hidden;
  padding: 30px 0 30px;
}

.sec_slider .slick-list {
  overflow: initial;
}

.sec_slider .voice_slide {
  margin: 0 15px;
}

.sec_slider .sec_box {
  padding: 30px 3%;
  background: #fff;
}

.sec_slider .sec_title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}

.sec_slider .sec_text {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec_slider .topinner {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sec_slider .sec_img img {
    width: 100%;
  }
}
.sec_slider .slick-arrow {
  font-size: 0;
  margin: auto;
  top: 0;
  bottom: 4%;
}

.sec_slider .slick-prev {
  left: 5%;
  right: auto;
  background: url("img/slide_arrow01.png") no-repeat center/cover;
  width: 30px;
  height: 30px;
}

.sec_slider .slick-next {
  left: auto;
  right: 5%;
  width: 30px;
  height: 30px;
  background: url("img/slide_arrow02.png") no-repeat center/cover;
}

.sec_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5%;
  position: relative;
  bottom: -20px;
}

.sec_slider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec_slider .slick-dots li button {
  cursor: pointer;
  border: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
}

.sec_slider .slick-dots li.slick-active button {
  background: #006cb8;
}

@media only screen and (min-width: 768px) {
  .sec_slider {
    padding: 60px 0 0;
  }
  .sec_slider .sec04_box {
    background: url(img/sec_slider_bg.jpg) no-repeat center bottom;
  }
  .sec_slider h2 {
    margin: 0;
  }
  .sec_slider .slick-dots {
    bottom: -50px;
    gap: 0 2%;
  }
  .sec_slider .sec_img img {
    width: 100%;
  }
  .sec_slider .voice_slider {
    padding: 30px 0 70px;
  }
  .sec_slider .sec_title {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .sec_slider .sec_text {
    font-size: 14px;
  }
  .sec_slider .sec_box {
    padding: 20px 3%;
  }
  .sec_slider .slick-prev {
    left: 5px;
    right: auto;
    width: 30px;
    height: 30px;
  }
  .sec_slider .slick-next {
    left: auto;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .sec_slider .sec_text {
    font-size: 16px;
  }
  .sec_slider h2 {
    margin: 0;
  }
  .sec_slider .slick-dots {
    bottom: -20px;
  }
  .sec_slider .voice_slider {
    padding: 30px 0 80px;
  }
  .sec_slider .sec_box {
    padding: 25px 5%;
  }
  .sec_slider .sec_title {
    font-size: 24px;
  }
}
.sec05 {
  padding-top: 40px;
}

.sec05 .sp_bg_wrap {
  padding: 30px 10px;
  background: url("img/sp_sec05_bg.png") no-repeat center/cover;
}

.sec05 .sec_title2 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.sec05 .sec_text1 {
  color: #fff;
}

.sec05 .pc_tablet {
  display: none;
}

.sec05 .sec_title {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9f9f9f;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  color: #006cb8;
}

.sec05 .sec_text2 {
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .sec05 .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4%;
  }
  .sec05 .row .col_3 .sec_img {
    width: 24%;
  }
  .sec05 .row .col_3 .sp_wrap {
    width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding-top: 60px;
  }
  .sec05 .sp_bg_wrap {
    background: url("img/sec05_bg.png") no-repeat center/cover;
    padding: 50px 10px 145px;
  }
  .sec05 .sp_wrap {
    max-width: 240px;
    margin: auto;
  }
  .sec05 .row {
    padding: 0 10px;
    margin-top: -107px;
  }
  .sec05 .sec_title {
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding-bottom: 20px;
  }
  .sec05 .sec_title2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .sec05 .sec_text1 {
    color: #fff;
    line-height: 34px;
  }
  .sec05 .sec_text2 {
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (min-width: 1300px) {
  .sec05 .sec_title {
    font-size: 20px;
    line-height: 1;
  }
  .sec05 .sp_tablet {
    display: none;
  }
  .sec05 .sec_title2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .sec05 .pc_tablet {
    display: inline;
  }
  .sec05 .sec_text1 {
    text-align: center;
  }
}
.sec06 {
  padding: 40px 0;
}

.sec06 .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
  color: #006cb8;
  font-weight: bold;
  text-align: center;
}

.sec06 .sec_text {
  line-height: 27px;
}

.sec06 .sec_img {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .sec06 {
    padding: 60px 0;
  }
  .sec06 .row {
    gap: 30px 2%;
  }
  .sec06 .row .col_3 {
    margin: 0;
    width: 32%;
  }
  .sec06 .sec_title {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .sec06 .sec_box {
    padding: 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .sec06 .sec_title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .sec06 .sec_box {
    padding: 0 15px;
  }
}
.sec07 {
  padding-bottom: 40px;
}

.sec07 .sec_box {
  padding: 30px 10px;
  background: #e4f4ff;
}

@media screen and (max-width: 767px) {
  .sec07 .sec_box .sec_list li {
    text-align: center;
  }
  .sec07 .sec_box .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding-bottom: 60px;
  }
  .sec07 .sec_box {
    padding: 30px;
  }
  .sec07 .sec_box .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7px;
  }
  .sec07 .sec_box .sec_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .img_contets figure {
    margin-bottom: 15px;
    /*height: 230px;*/
  }
  .img_contets figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    /*height: 100%;*/
  }
}
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14,
#a15 {
  padding-top: 60px;
  margin-top: -60px;
}

#a01 h3.under_ttl,
#a02 h3.under_ttl,
#a03 h3.under_ttl,
#a04 h3.under_ttl,
#a05 h3.under_ttl,
#a06 h3.under_ttl,
#a07 h3.under_ttl,
#a08 h3.under_ttl,
#a09 h3.under_ttl,
#a10 h3.under_ttl,
#a11 h3.under_ttl,
#a12 h3.under_ttl,
#a13 h3.under_ttl,
#a14 h3.under_ttl,
#a15 h3.under_ttl {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10,
  #a11,
  #a12,
  #a13,
  #a14,
  #a15 {
    padding-top: 155px;
    margin-top: -155px;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
.under_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.under_list li {
  max-width: 90px;
}

@media (max-width: 767px) {
  .under_list {
    gap: 15px 2%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
  }
  .under_list li {
    width: 21%;
    text-align: center;
  }
}
ul.mark li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}

ul.mark li:not(:last-child) {
  margin-bottom: 10px;
}

ul.mark li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ul.star li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}

ul.star li:not(:last-child) {
  margin-bottom: 10px;
}

ul.star li:before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
}

.color_blue {
  color: #006cb8;
}

.feature_ttl {
  padding: 10px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: solid 1px #006cb8 !important;
  border-radius: 50% !important;
  background: #fff !important;
  font-weight: 700 !important;
  font-size: clamp(18px, 2.47vw, 20px) !important;
}

.feature_ttl:before,
.feature_ttl:after {
  display: none !important;
}

.button_list li:not(:last-child) {
  margin-bottom: 10px;
}

.section {
  margin-bottom: clamp(30px, 5.2vw, 80px);
}

.clearfix > h4 {
  margin-top: 20px !important;
}

.row .col_2.border-block {
  margin-bottom: 0 !important;
}

figure:not(:last-child) {
  margin-bottom: 1em;
}

.link_list_parts {
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.link_list_parts li {
  width: 100%;
}

.link_list_parts li a {
  border: solid 1px #3790cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 15px !important;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_list_parts li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #3790cf;
  border-right: solid 1px #3790cf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_list_parts li a:hover {
  background: #3790cf;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link_list_parts li a:hover:after {
  border-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.externa_ic {
  line-height: 1.4;
  padding-right: 25px !important;
}

a.externa_ic:after {
  content: "";
  width: 16px !important;
  height: 16px !important;
  background: url(img/external_icon.png) no-repeat center/cover;
  border: 0 !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  position: absolute;
  top: 0;
}

a.externa_ic:hover:after {
  background: url(img/external_icon_wh.png) no-repeat center/cover;
}

a.btn_externa_ic:after {
  content: "";
  width: 16px !important;
  height: 16px !important;
  background: url(img/external_icon_wh.png) no-repeat center/cover;
  border: 0 !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  position: absolute;
  top: 0;
}

a.txt_link_externa_ic {
  padding-right: 30px;
  position: relative;
}

a.txt_link_externa_ic:after {
  content: "";
  width: 16px !important;
  height: 16px !important;
  background: url(img/external_icon.png) no-repeat center/cover;
  border: 0 !important;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  position: absolute;
  bottom: 3px;
  right: 0;
}

@media (min-width: 768px) {
  ul *,
  ol * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.link_col_2,
  ol.link_col_2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  ul.link_col_2 li,
  ol.link_col_2 li {
    width: 49%;
    margin: 0 !important;
  }
}
.insurance_parts h4.under_ttl,
.common_border_parts h4.under_ttl {
  display: block !important;
  text-align: center;
}

.cafeteria_block {
  display: table;
  margin: auto;
  position: relative;
  padding: 1.5em 2.5em;
  background: rgba(55, 144, 207, 0.2);
}

.cafeteria_block a {
  color: #0b0e07 !important;
}

.cafeteria_block figure figcaption {
  text-align: center;
  margin-top: 10px;
}

.target_txt {
  color: #006cb8;
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 700;
}

@media (max-width: 767px) {
  table.responsive-stack th,
  table.responsive-stack td {
    display: block;
    width: 100% !important;
  }
}
.guide_box {
  display: table !important;
  margin: auto !important;
  background: #3790cf;
  color: #fff !important;
  padding: 0.7em 2em;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px;
}

.guide_box a {
  color: #fff !important;
  font-size: 30px;
  line-height: 1;
}

.guide_box .txt {
  display: block;
  font-size: 90%;
}

.movie {
  position: relative;
  padding-top: 56.5%;
}

.movie video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.claims_insurance_table th,
.claims_insurance_table td {
  font-size: 85%;
  text-align: center !important;
  border-color: #333;
  padding: 5px !important;
  font-weight: 700;
}

.claims_insurance_table .bg_yellow {
  background: #ffff99;
}

.claims_insurance_table .bg_green {
  background: #bbe0e3;
}

.flow-block .step_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 1.5em;
}

.flow-block .step_head p {
  font-weight: 700;
  font-size: 120%;
  margin: 0 !important;
}

.flow-block .step_head h4 {
  margin: 0 !important;
}

.bg-block02 {
  background: rgba(0, 108, 184, 0.1);
  padding: 1em 2em;
}

.bg-block02:not(:last-child) {
  margin-bottom: 1.5em;
}

.bg-block02 > h3,
.bg-block02 h4,
.bg-block02 h5 {
  margin-top: 0 !important;
}

.common_border_parts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-red {
  color: #ff0000;
}

.txt-large {
  font-size: 130%;
}

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffdcb8));
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  padding: 0 10px;
}

.under h4.form_ttl {
  text-align: center;
  border-top: 0;
  border-bottom: solid 2px #006cb8;
  padding: 0 0 10px;
}

.under h4.form_ttl:after {
  display: none;
}

.input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 4%;
}

.input_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  width: 40%;
}

.input_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 4%;
}

.input_wrap2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 48%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
}

.d-flex span {
  width: calc(100% - 50px);
}

.wpcf7 dl dd select {
  padding: 5px 2px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-style a.small_size {
  max-width: 180px;
  padding: 0.7em 10px;
  font-size: 95%;
}

figure {
  text-align: center;
}

#calc_form select,
#calc_form button {
  font-size: inherit;
}

#calc_form button,
#calc_form .result_item {
  margin-top: 10px;
}

#calc_form .form_item {
  padding: 5px 0;
}

#calc_form .result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
  font-weight: bold;
}

#calc_form .calc_result {
  font-size: 150%;
}

.calc_form_block {
  display: table;
  margin: auto;
}

.calc_form_block #calc_form {
  margin: auto;
}

.calc_form_block {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.calc_form_block .form_item select {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .calc_form_block .form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calc_form_block .form_item .cell_left {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .calc_form_block .form_item {
    border-bottom: dashed 1px #ccc;
  }
  .calc_form_block .form_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .calc_form_block .form_item .cell_left {
    margin-bottom: 10px;
  }
  .calc_form_block .form_item .cell_right {
    padding-bottom: 10px;
  }
}
.calc_form_block .button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.calc_form_block .button_list #calc_button {
  background: #006cb8;
  border: #006cb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0;
}
.calc_form_block .button_list #calc_button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calc_form_block .button_list #reset_button {
  background: #ccc;
  border-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin-top: 0;
}
.calc_form_block .result_item {
  font-size: 120%;
  padding-bottom: 10px;
  border-bottom: solid 1px #006cb8;
}
.calc_form_block .result_item.new {
  max-width: 350px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calc_form_block #monthly_insurance_premium {
  margin-left: 30px;
  font-size: 50px;
  text-align: right;
}

.ul_arrow_link li {
  padding: 0;
}

.ul_arrow_link li:before {
  display: none;
}

.ul_arrow_link li .sec_span {
  display: block;
  max-width: 250px;
  padding-top: 10px;
}

.ul_arrow_link li a {
  color: #006cb8;
  text-decoration: underline;
}

.ul_arrow_link li a:hover {
  text-decoration: none;
}

.partner_contents .partner_box {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
}

.partner_contents .partner_box:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.partner_contents .partner_box .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner_contents .sec_title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 600;
  text-align: left;
  font-family: "Zen Kaku Gothic New", serif;
}

.partner_contents .sec_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.partner_contents .sec_list_box li {
  padding: 0 10px;
  background: #e6e6e6;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", serif;
}

.partner_contents .sec_list_box li:first-child {
  width: 35%;
}

.partner_contents .sec_list_box li:last-child {
  width: calc(65% - 10px);
}

.partner_contents .sec_list_box li .sec_span {
  font-size: 24px;
  font-weight: bold;
}

.partner_contents .sec_list_box li .sec_span .span_small {
  font-size: 20px;
}

.partner_contents .sec_list_box li .sec_span2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.partner_contents .btn-style a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 96px;
  padding: 0;
  font-weight: bold;
  width: 100%;
  min-width: initial;
  max-width: 500px;
}

.partner_contents .btn-style a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5px;
  top: auto;
  border: none;
  bottom: 5px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url("img/partner_arrow.png") no-repeat center/cover;
}

.partner_contents .row .col_3:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.partner_contents .btn-style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partner_contents .btn-style a .sec_span {
  font-size: 16px;
  line-height: 22px;
}

.partner_contents .btn-style a .sec_span2 {
  font-size: 12px;
}

.partner_contents .partner_box .sec_logo img {
  max-height: 135px;
}

@media screen and (max-width: 767px) {
  .partner_contents .btn-style {
    text-align: center;
  }
  .partner_contents .btn-style a {
    margin: auto;
    height: 70px;
  }
  .partner_contents .partner_box .sec_logo img {
    margin: auto;
  }
  .partner_contents .partner_box .sec_logo {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .partner_contents .sec_title {
    font-size: 20px;
  }
  .partner_contents .sec_list_box li .sec_span {
    font-size: 24px;
  }
  .partner_contents .sec_list_box li .sec_span .span_small {
    font-size: 20px;
  }
  .partner_contents .sec_list_box li .sec_span2 {
    font-size: 14px;
    line-height: 20px;
  }
  .partner_contents {
    max-width: 1000px;
    margin: auto;
  }
  .partner_contents .row {
    gap: 0 2%;
  }
  .partner_contents .row .col_3 {
    margin: 0;
  }
  .partner_contents .row .col_3:first-child {
    width: 100%;
    margin: 0 0 15px;
  }
  .partner_contents .row .col_3:nth-child(2) {
    width: 60%;
  }
  .partner_contents .row .col_3:last-child {
    width: 38%;
    margin-top: auto;
    position: relative;
  }
  .partner_contents .row .col_3:last-child:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -3%;
    right: auto;
    top: auto;
    bottom: 0;
    width: 1px;
    height: 96px;
    background: #e6e6e6;
  }
  .partner_contents .btn-style a .sec_span {
    font-size: 14px;
    line-height: 20px;
  }
  .partner_contents .btn-style a .pc {
    display: inline !important;
  }
  .partner_contents .btn-style a .sec_span2 {
    font-size: 10px;
  }
  .partner_contents .sec_list_box li:first-child {
    width: 133px;
  }
  .partner_contents .sec_list_box li:last-child {
    width: calc(100% - 143px);
  }
}
@media screen and (min-width: 1300px) {
  .partner_contents .row .col_3:last-child:before {
    left: -7%;
  }
  .partner_contents .partner_box .sec_logo {
    text-align: center;
  }
  .partner_contents .partner_box .sec_logo img {
    margin: auto;
    max-height: 135px;
  }
  .partner_contents .row {
    gap: 0 4%;
  }
  .partner_contents .row .col_3:first-child {
    width: 20%;
    margin: 0;
  }
  .partner_contents .row .col_3:nth-child(2) {
    width: 42%;
  }
  .partner_contents .row .col_3:last-child {
    width: 30%;
  }
  .partner_contents .sec_title {
    font-size: 24px;
  }
  .partner_contents .sec_list_box li .sec_span {
    font-size: 30px;
  }
  .partner_contents .sec_list_box li .sec_span .span_small {
    font-size: 24px;
  }
  .partner_contents .sec_list_box li .sec_span2 {
    font-size: 18px;
    line-height: 24px;
  }
  .partner_contents .btn-style a .sec_span {
    font-size: 18px;
    line-height: 22px;
  }
  .partner_contents .btn-style a .sec_span2 {
    font-size: 14px;
  }
  .partner_contents .sec_list_box li:first-child {
    width: 133px;
  }
  .partner_contents .sec_list_box li:last-child {
    width: calc(100% - 143px);
  }
}
.advertisement_slider .advertisement_slide {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .advertisement_slider .advertisement_slide .bg-block {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .advertisement_slider .advertisement_slide .bg-block {
    padding: 40px 40px;
  }
}
.advertisement_slider .advertisement_slide .bg-block {
  margin: 0 10px;
}

.advertisement_slider .slick-arrow {
  font-size: 0;
  width: 20px;
  height: 20px;
}

.advertisement_slider .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.advertisement_slider .slick-prev {
  left: 10px;
}

.advertisement_slider .slick-prev:after {
  border-top: 2px solid #006cb8;
  border-left: 2px solid #006cb8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.advertisement_slider .slick-next {
  right: 10px;
}

.advertisement_slider .slick-next:after {
  border-top: 2px solid #006cb8;
  border-right: 2px solid #006cb8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .advertisement_slider .slick-arrow {
    top: 15%;
  }
}
.sec_top_title_box {
  padding: 20px 0 20px;
  background: #e4f4ff;
}

.sec_top_title_box .sec_top_title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}

.sec_top_title_box .sec_top_title .sec_span {
  color: #006cb8;
}

@media screen and (max-width: 767px) {
  .sec_top_title_box .sec_top_title .sec_span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec_top_title_box {
    padding: 50px 0 30px;
  }
  .sec_top_title_box .sec_top_title {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 1300px) {
  .sec_top_title_box {
    padding: 40px 0 40px;
  }
  .sec_top_title_box .sec_top_title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=index.css.map */