@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
:root {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 2.5555vmin;
  }
}

.site-body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, sans-serif;
  font-size: max(1.5rem , 14px);
  color: #1f1f1f;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 767px) {
  .site-body {
    min-width: 1280px;
  }
}

.site-body *, .site-body *:before, .site-body *:after {
  box-sizing: border-box;
}

.site-body img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .site-body img {
    width: auto;
    height: auto;
  }
}

.site-body a {
  color: inherit;
  transition: 0.2s;
}

.site-body a:hover {
  opacity: 0.7;
}

.site-body a:focus {
  overflow: visible;
}

a {
  text-decoration: none;
}

.font-min,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hannari","Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.font-sans {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, sans-serif;
}

/*==================================================

setting

==================================================*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.text-box {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .text-box p br {
    display: none;
  }
  .text-box p .sp-inline {
    display: inline;
  }
}

.text-box p + p {
  padding-top: 1.5em;
}

.text-box.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  display: block;
}

.thumb a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.thumb.no-photo {
  background: #eee;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

/*.cmn-ol.ol-reset*/
.cmn-ol ol {
  list-style: none;
  /* olがはき出す数字を消す */
  counter-reset: li;
  position: relative;
}

.cmn-ol ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
}

.e404-content a {
  text-decoration: underline;
  color: #f39835;
}

/*==========================================
PC表示で電話番号リンクを無効
===========================================*/
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.map-wrap {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map {
    padding-top: 66%;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video iframe, .video img, .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn-table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-table table tr {
    display: block;
    padding: 2rem 0;
  }
  .cmn-table table tr + tr {
    border-top: 1px solid rgba(31, 31, 31, 0.2);
  }
  .cmn-table table tr th, .cmn-table table tr td {
    display: block;
  }
  .cmn-table table tr th {
    font-weight: 700;
    padding-bottom: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-table table tr th, .cmn-table table tr td {
    padding: 2rem 0;
  }
  .cmn-table table tr + tr th, .cmn-table table tr + tr td {
    border-top: 1px solid rgba(31, 31, 31, 0.2);
  }
}

.cont-table {
  background: #fff;
  padding: 2rem 4rem;
  box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.08);
}

.cont-table table tr th {
  width: 240px;
}

/*タブ切替*/
.tab-btns__item {
  cursor: pointer;
  transition: 0.2s;
}

.tab-btns__item.is-active {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tab-content {
  display: none;
  margin-top: 72px;
  transition: 0.2s;
}

.tab-content.is-active {
  display: block;
  -webkit-animation: tabFade 0.3s ease;
  animation: tabFade 0.3s ease;
}

@-webkit-keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*▲タブ切替*/
/*==========================================
display flexキッド
===========================================*/
.flex {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/*==================================================

header

==================================================*/
.header {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  padding: 12px 5% 24px;
  z-index: 9999;
}

.header__in {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.duo-wrap .header__in{
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.header__logo {
  width: 200px;
}

.header__right {
  display: none;
}

.header__contact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.header__contact .comp-dl {
  margin: 2rem 0;
}

.page-top .header {
  position: relative;
}

.comp-dl div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.comp-dl div + div {
  margin-top: 4px;
}

.comp-dl dt {
  background: #cbebff;
  color: #0f659c;
  text-align: center;
  width: 8rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.comp-dl dd {
  padding-left: 8px;
}

.tel a {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 24px;
}

.tel a:before {
  content: "";
  width: 18px;
  height: 30px;
  background: url(../img/icon_tel.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tel--wt a {
  color: #fff;
}

.tel--wt a:before {
  background-image: url(../img/icon_tel_wt.png);
}

.sns-btns {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.sns-btns .sns-btn {
  width: 4.2rem;
  height: 4.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sns-btns .sns-btn + .sns-btn {
  margin-left: 1.6rem;
}

/*nav
---------------------------------------------*/
.sp_nav {
  position: fixed;
  right: 3%;
  top: 15px;
  z-index: 9999;
  background: #0f659c;
  width: 56px;
}

.sp_nav svg {
  width: 100%;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sp_nav path {
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}

.sp_nav path#top-bd,
.sp_nav path#bottom-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav path#middle-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 8px 0%;
  background: #0f659c;
}

.sp_nav a span {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #0f659c;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sp_nav_li > li {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 5% 3%;
  background: #fff;
}

#sp_nav_li > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 5px;
}

#sp_nav_li > li > a span {
  font-size: 10px;
  font-weight: 400;
}

#sp_nav_li > li:nth-last-child(3) {
  border-bottom: 1px solid #fff;
}

/*  #sp_nav_li>li:nth-child(n+5):nth-child(odd){
border-right: none;
} */
.remodal-close {
  color: #fff;
}

/*==================================================

duo

==================================================*/
.duo-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.duo-contents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.duo-contents__item {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.duo-contents__item:before {
  content: "";
  background: url(../img/duo_1_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}

.duo-contents__item--2:before {
  background-image: url(../img/duo_2_bg.jpg);
}

.duo-contents__item--3:before {
  background-image: url(../img/duo_3_bg.jpg);
}

.duo-contents__item--4:before {
  background-image: url(../img/duo_4_bg.jpg);
}

.duo-contents__item:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.duo-contents__item a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 5vmin;
}

.duo-contents__item a:hover {
  opacity: 1;
}

.duo-contents__item a:hover .duo-box {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.duo-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: 0.2s ease;
}

.duo-box small {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  margin-bottom: .8rem;
  color: #0f659c;
  letter-spacing: 0.1em;
}

.duo-box small:before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: #0f659c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.duo-box p {
  font-size: 2rem;
  color: #0f659c;
}

.duo-box p em {
  font-size: 2.8rem;
}

.duo-box p span {
  display: inline-block;
}

.duo-btn-style {
  margin-top: 1.2rem;
  background: #0f659c;
  color: #fff;
  width: 20rem;
  max-width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}

.duo-btn-style:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*==================================================

content

==================================================*/
/*---------main_visual------------*/
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 85vmin;
  background: url(../img/mv_bg.jpg) no-repeat center/cover;
}

.mv-ttl {
  margin: auto;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 999;
  text-align: right;
  max-width: 90%;
}

/*---------/main_visual------------*/
.cmn-btn a {
  display: -webkit-inline-flex;
  display: inline-flex;
  min-width: 230px;
  height: 50px;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #0f659c;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
}

.cmn-btn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#sec-about,
#sec-merit,
#sec-feature,
#sec-message,
#sec-company,
#sec-contact {
  padding-top: 84px;
  margin-top: -84px;
}

/*sec-about
--------------------------------------------*/
.sec-about__top {
  background: #fff;
  padding: 4.4rem 0 6rem;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 26, 42, 0.09));
  filter: drop-shadow(0px 0px 30px rgba(0, 26, 42, 0.09));
}

.sec-about__top:after {
  content: '';
  width: 228px;
  height: 47px;
  background: url(../img/about_arr.png) no-repeat center top/contain;
  position: absolute;
  left: 50%;
  bottom: -46px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 30px 30px rgba(0, 26, 42, 0.09));
  filter: drop-shadow(0 30px 30px rgba(0, 26, 42, 0.09));
  z-index: 2;
}

.sec-about__ttl {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

.sec-about__ttl:after {
  content: '';
  width: 7.2rem;
  height: 2px;
  background: #0f659c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-about__bottom {
  background: #fbfbfb;
}

.sec-about__bottom .inbox {
  position: relative;
  z-index: 1;
  padding-top: 13rem;
  padding-bottom: 13rem;
  padding-left: 5vmin;
  padding-right: 5vmin;
  width: 100%;
}

.sec-about__bottom .inbox:after {
  content: "";
  width: 40vmin;
  height: 40vmin;
  background: url(../img/greetign_bg.png) no-repeat right top/contain;
  position: absolute;
  right: -5vmin;
  top: 0;
  z-index: -1;
}

.sec-about__bottom__ttl {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}

.sec-about__bottom__ttl em {
  color: #0f659c;
}

.sec-about__bottom .text-box {
  width: 100%;
}

.check-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  /*align-items: center;*/
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 5%;
}

.check-list li {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 300;
  /*text-align: center;*/
  padding-left: 4.2rem;
  position: relative;
  z-index: 1;
}

.check-list li br {
  display: none;
}

.check-list li:before {
  content: '';
  width: 34px;
  height: 27px;
  background: url(../img/icon_check.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.check-list li em {
  font-size: 2rem;
  color: #0f659c;
  font-weight: 400;
}

.check-list li + li {
  margin-top: 2rem;
}

.price-table-style {
  width: 640px;
  max-width: 100%;
  border-right: 1px solid #cfcfcf;
  margin-top: 4rem;
}

.price-table-style__head {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}

.price-table-style__head > * {
  height: 100%;
  height: 4.8rem;
  background: #0f659c;
  color: #fff;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.price-table-style__head h4 {
  font-size: 1.6rem;
  border-left: 1px solid #cfcfcf;
}

.price-table-style__body div {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}

.price-table-style__body dt, .price-table-style__body dd {
  width: 50%;
  padding: 1.2rem;
  text-align: center;
  font-size: 1.6rem;
}

.price-table-style__body dt {
  background: #0f659c;
  color: #fff;
}

/*sec-merit
--------------------------------------------*/
.sec-merit {
  padding: 8rem 0 12rem;
}

.sec-merit__ttl {
  text-align: center;
  font-size: 4rem;
  padding-bottom: 2.8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

.sec-merit__ttl:after {
  content: '';
  width: 7.2rem;
  height: 2px;
  background: #0f659c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-merit__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.sec-merit__content:nth-child(2n) {
  /*flex-direction: row;*/
}

.sec-merit__img {
  -webkit-order: -1;
  order: -1;
  width: 100%;
  /*height: 416px;*/
  aspect-ratio: 912 / 416;
  background: url(../img/merit_img_1.jpg) no-repeat center/cover;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  /*margin: 0 -50px;*/
}

.sec-merit__img--2 {
  background-image: url(../img/merit_img_2.jpg);
}

.sec-merit__img--3 {
  background-image: url(../img/merit_img_3.jpg);
}

.sec-merit__box {
  width: 100%;
  background: #FFF;
  box-shadow: 1rem 0 3rem rgba(0, 26, 42, 0.09);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 3.2rem 3rem 4rem;
  z-index: 2;
}

.sec-merit__box__ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.sec-merit__box__ttl small {
  color: #0f659c;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
  margin-bottom: .8rem;
}

.sec-merit__box__ttl small:before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #0f659c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-merit__box__ttl__in {
  font-size: 2rem;
}

.sec-merit__box__ttl__in em {
  font-size: 2.8rem;
  line-height: 1;
  color: #0f659c;
}

/*sec-feature
--------------------------------------------*/
.sec-feature__ttl {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  line-height: 1.3;
  padding-top: 6.4rem;
}

.sec-feature__ttl em {
  font-size: 5.6rem;
}

.sec-feature__ttl em span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec-feature__ttl em span:before {
  content: "";
  width: 9px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-feature__ttl:before {
  content: "";
  width: 100%;
  height: 358px;
  background: url(../img/feature_bg.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec-feature__list {
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 960px;
  max-width: 90%;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-feature__list__item {
  width: 436px;
  margin-top: 10rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec-feature__list__item h4 {
  font-size: 2.6rem;
  margin-bottom: .8rem;
}

.sec-feature__list__item h4 em {
  font-size: 3.6rem;
  color: #0f659c;
}

.sec-feature__list__img {
  position: relative;
  z-index: 1;
  margin-bottom: 1.2rem;
}

.sec-feature__list__img:before {
  content: "01";
  position: absolute;
  left: 0;
  top: .1em;
  font-size: 13rem;
  color: rgba(200, 230, 250, 0.3);
  z-index: -1;
  line-height: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sec-feature__list__item:nth-child(2) .sec-feature__list__img:before {
  content: "02";
}

.sec-feature__list__item:nth-child(3) .sec-feature__list__img:before {
  content: "03";
}

.sec-feature__list__item:nth-child(4) .sec-feature__list__img:before {
  content: "04";
}

/*sec-message
--------------------------------------------*/
.inbox .inbox {
  width: 100%;
}

.sec-message {
  margin-top: 8rem;
  padding-top: 9rem;
  padding-bottom: 8rem;
  position: relative;
}

.sec-message .inner {
  position: relative;
  z-index: 1;
  padding: 4rem 0 8.8rem;
}

.sec-message .inner:before {
  content: "";
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background: #dfeff9;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 220px;
}

.sec-message .inner:after {
  content: "";
  height: 500px;
  width: 100vw;
  min-width: 520px;
  position: absolute;
  right: 0;
  bottom: -80px;
  background: url(../img/ptn_st.png);
  z-index: -3;
}

.sec-message__in {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-message__text {
  width: 100%;
  margin-top: 4rem;
  -webkit-order: 1;
  order: 1;
}

.sec-message__ttl {
  font-size: 2.8rem;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.sec-message__ttl__in {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.sec-message__ttl__in:before {
  content: "";
  width: 27rem;
  height: 2px;
  background: #0f659c;
  position: absolute;
  left: -2rem;
  top: 60%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.sec-message__box + .sec-message__box {
  margin-top: 3.2rem;
}

.sec-message__box h4 {
  color: #0f659c;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.sec-message__note {
  /*display: flex;*/
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.sec-message__note .dl-style {
  width: 100%;
  height: 2.8rem;
  background: #0f659c;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.sec-message__note p {
  padding: .8rem 1.6rem .8rem 2.8rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sec-message__figure {
  max-width: 70%;
  margin: 0 auto;
}

.sec-message__figure figcaption {
  text-align: right;
  font-size: 1.4rem;
}

.sec-message__figure figcaption em {
  color: #0f659c;
  font-size: 1.6rem;
}

.cmn-dl {
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background: #fff;
}

.cmn-dl div {
  /*display: flex;
		align-items: flex-start;*/
  border-bottom: 1px solid #cfcfcf;
}

.cmn-dl dt {
  background: #0f659c;
  color: #fff;
  padding: .6rem 1.2rem .6rem 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}

.cmn-dl dd {
  padding: .6rem 1.6rem 1.6rem 2.8rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

/*sec-company
--------------------------------------------*/
.sec-company {
  padding-top: 11.4rem;
}

.sec-company__in {
  padding: 4rem 0 8.8rem;
  position: relative;
  z-index: 1;
}

.sec-company__in:before {
  content: "";
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background: #dfeff9;
  z-index: -2;
  position: absolute;
  top: 0;
  right: 220px;
}

.sec-company__in:after {
  content: "";
  height: 500px;
  width: 100vw;
  min-width: 520px;
  position: absolute;
  left: 660px;
  top: 50%;
  background: url(../img/ptn_st.png);
  z-index: -3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-company__ttl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 4rem;
  padding-right: 50%;
}

.sec-company__ttl__in {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.sec-company__ttl__in:before {
  content: "";
  width: 27rem;
  height: 2px;
  background: #0f659c;
  position: absolute;
  right: -36px;
  top: 60%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.sec-company__content {
  margin-bottom: 6rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-company__content .cmn-dl {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.sec-company__content .cmn-dl div {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.sec-company .map-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.sec-company .map-wrap .map {
  width: 100%;
}

/*sec-contact
--------------------------------------------*/
.sec-contact {
  padding: 12rem 0;
}

.sec-contact__ttl {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 7.2rem;
}

.sec-contact__ttl__in {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  padding: .4rem 5rem 2rem;
  border-right: 1px solid #0f659c;
  border-left: 1px solid #0f659c;
  position: relative;
  z-index: 1;
  line-height: 1;
  color: #0f659c;
}

.sec-contact__ttl__in:before, .sec-contact__ttl__in:after {
  content: "";
  width: 1.5rem;
  height: 100%;
  border-top: 1px solid #0f659c;
  border-bottom: 1px solid #0f659c;
  position: absolute;
  top: 0;
  z-index: -1;
}

.sec-contact__ttl__in:before {
  left: 0;
}

.sec-contact__ttl__in:after {
  right: 0;
}

/*==================================================

footer

==================================================*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

.footer {
  background: #0f659c;
  color: #fff;
}

.footer__in {
  padding: 5.6rem 0 3.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__left {
  margin-bottom: 2rem;
}

.footer__contact {
  /*display: flex;*/
  margin-top: 5.6rem;
}

.footer__contact .tel {
  margin-bottom: 1.6rem;
}

.footer .sns-btn {
  width: 3.5rem;
  height: 3.5rem;
}

.footer__nav {
  margin-bottom: 4rem;
  display: none;
}

.footer__nav a {
  color: #fff;
}

.footer__nav li + li {
  margin-left: 3rem;
}

#copyright {
  font-size: 10px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  padding: 4px;
  background: #0f659c;
}

#copyright a {
  color: #fff;
}

/*==================================================

下層

==================================================*/
.sv {
  background: url(../img/sv_img.jpg) no-repeat center;
  background-size: cover;
  height: 70vmin;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
}

.sv__ttl {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  padding: 1rem;
  width: 90%;
  color: #0f659c;
}

#bread {
  padding: 16px 0;
  width: 100%;
  max-width: 1080px;
}

#bread ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread li {
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

#bread li {
  opacity: 0.7;
}

#bread li:last-child {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bread {
    padding: 8px 5%;
  }
  #bread ul {
    width: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  #bread li {
    display: inline;
    padding-right: 20px;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.btt-content {
  padding: 4rem 0 8rem;
}

.inbox.btt-content {
  padding: 5rem 0 8rem;
}

.title01 {
  font-size: 2.8rem;
  color: #0f659c;
  margin-bottom: 4rem;
}

.title02 {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 5px solid #0f659c;
  position: relative;
  z-index: 1;
  padding-left: 1.6rem;
}

.title02:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #0f659c;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 + * {
  margin-top: 30px;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #1f1f1f;
}

.site_map-li > li span {
  display: block;
  color: #1f1f1f;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #1f1f1f;
  padding: 14px 40px 12px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0f659c;
  position: absolute;
  left: 15px;
  top: 19px;
}

.site_map-li > li ul {
  margin: -10px 0 10px;
}

.site_map-li > li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
  color: rgba(31, 31, 31, 0.8);
}

.site_map-li > li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0f659c;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_box:last-child {
  margin-bottom: 0;
}

.privacy_text {
  font-size: 16px;
}

#privacy {
  margin-top: 4rem;
}

.pri-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  color: #0f659c;
  font-weight: bold;
}

.privacy .pri_bg {
  background-color: #fff;
  width: 100%;
  height: 225px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.privacy iframe {
  width: 100%;
  height: 225px;
  display: block;
}

.inline-privacy .privacy_box {
  padding: 15px;
}

.inline-privacy h1 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  padding: 3px 10px 2px;
  background-color: #f2f2f2;
}

.privacy_text {
  font-size: 14px;
}

/*news
-----------------------------------*/
.news-list li {
  padding: 20px 0;
  position: relative;
  font-weight: 700;
}

.news-list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news-list .thumb {
  z-index: 0;
}

.news-list-head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.news-ymd {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 16px;
  display: inline-block;
  padding: 0;
  line-height: 1;
  z-index: 2;
  padding: 2px 0;
}

.tag {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 8px 0 0;
  display: block;
  min-width: 90px;
  letter-spacing: 0.08em;
  position: relative;
}

.tag a {
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
  padding: 2px 10px 2px;
  background: #0f659c;
  color: #fff;
  font-weight: 700;
  /*border-radius: 4px;*/
}

.news-ttl {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.news-ttl a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/*news-sg
-----------------------------------*/
.category-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
}

.category__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*white-space: nowrap;*/
  margin: 0 -12px 0;
  /*overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;*/
}

.category__item {
  margin: 12px;
}

.category__item a {
  padding: 4px 12px 4px;
  color: #0f659c;
  border-radius: 8px;
  border: 1px solid #0f659c;
  display: block;
}

.category__item a:hover {
  opacity: 1;
  background: #0f659c;
  color: #fff;
}

.category__item.is-active a {
  background: #0f659c;
  color: #fff;
}

/*.aside-category{
position: sticky;
top: 120px;
right: 0;
width: 240px;
order:2;
border: 2px solid $main_color;
padding-bottom: 8px;
margin-bottom: 40px;
padding: 16px;
h3{
padding-bottom: 8px;
font-size: 18px;
color: #555;
font-weight: 500;
}
ul{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
li{
padding: 8px 16px 8px 32px;
line-height: 1.3;
position: relative;
color: #797979;
font-size: 14px;
transition:0.12s;
margin-right: 24px;
span{
transition:0.12s;
display: inline-block;
padding-bottom: 4px;
border-bottom: 0px solid $main_color;
}
&.is-active{
color: $main_color;
a{
color: $main_color;
}
span{
border-bottom: 1px solid $main_color;
}
}
&:last-child{
border-bottom: none;
}
&:before{
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 4px;
border-color: transparent transparent transparent $main_color;
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
}
}
}
*/
/*	#sg_box{
word-wrap: break-word;
overflow-wrap: break-word;
ol{
margin: 1em 0;
padding-left: 40px;
list-style-type: decimal;
}
ul{
margin: 1em 0;
padding-left: 40px;
list-style-type: disc;
}
p{
}
a,a span{
text-decoration: underline;
}
table{
max-width: 100% !important;
tr{
background: $sub_color;
}
th,td{
border: 1px solid $text_color;
padding: 16px;
}
}
img{
margin: 12px 0;
}
}*/
.sg_day {
  font-size: 16px;
  color: #0f659c;
  text-align: right;
  padding: 24px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #0f659c;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 16px;
  color: #0f659c;
}

.page_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 24px;
}

.page_btn .left a {
  padding: 0 0 2px 16px;
  position: relative;
}

.page_btn .left a:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent #0f659c transparent transparent;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 24px;
}

.page_btn .right a {
  padding: 0 16px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0f659c;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .text_c a::before {
  display: none;
}

.pagenation {
  text-align: center;
  margin-top: 32px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #0f659c;
  color: #0f659c;
  margin: 0 8px;
}

.pagenation li a {
  display: block;
  padding: 8px 16px;
}

.pagenation li.current {
  background-color: #0f659c;
  color: #fff;
  padding: 8px 16px;
}

.sns-sharerbtn-list {
  margin-top: 40px;
}

.sns-sharerbtn-list li + li {
  margin-left: 20px;
}

.sb_style h1,
.sb_style h2 {
  border-color: #0f659c;
}

.sb_style h3 {
  color: #fff;
}

.sb_style h4:before {
  background-color: #0f659c;
}

.sb_style ul li:before {
  background-color: #0f659c;
}

.duo-btn{
  flex-shrink: 1;
  margin-left: 2rem;
}
.duo-btn a{
 /*width: 22rem;*/
 max-width: 100%;
 /*height: 4rem;*/
 color: #fff;
 background: #0f659c;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-align-items: center;
 align-items: center;
 padding: 1rem 2rem 1rem 1rem;
 letter-spacing: 0.1em;
 position: relative;
 z-index: 1;
 font-size: 1.2rem;
}

.duo-btn a:after{
 content: '';
 width: .5rem;
 height: .5rem;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 position: absolute;
 right: 1.2rem;
 top: 50%;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}