@charset "utf-8";

/* --------------------------------------------
  base
----------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  letter-spacing: .05em;
  line-height: 1.5;
  font-family: YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

address {
  font-style: normal;
}

/* 源ノ明朝 ------------------
font-family: "Noto Serif JP", serif;
font-weight: semi-bold 600,bold 700
--------------------------- */

/* break point ---------
  xl - ~ 1280px
  l  - 1279px ~ 769px
  m  - 768px ~ 415px
  s  - 414px ~
-----------------------*/

/* --------------------------------------------
  style
----------------------------------------------*/
/* -------------------------------
  共通
---------------------------------*/
/* 太字 */
.text-bold {
  font-weight: bold;
}

/* 中央寄せ */
.text-center {
  text-align: center;
}

/* リンク */
.text-link {
  font-weight: bold;
  color: #333;
}

/*インデント*/
.text-indent {
  padding-left:1em;
  text-indent:-1em;
}

/*下線*/
.text-underline {
  text-decoration: underline;
}
p a {
	color: #0276d6;
	text-decoration: underline;
	font-weight: bold;
}
/* 改行 */
@media screen and (min-width: 1280px) {
  .br-xl-none {
    display: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .br-l-none {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  .br-m-none {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .br-s-none {
    display: none;
  }
}

/* 表示・非表示 */
@media screen and (min-width: 1280px) {
  .xl-none {
    display: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .l-none {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  .m-none {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .s-none {
    display: none;
  }
}

/* tel-number */
a.tel-number {
  text-decoration: none;
  transition: all .3s;
}
a.tel-number:hover {
  opacity: .7;
}

/* アンカーリンク調整 */
.anchor {
  display: block;
  padding-top: 56px;
  margin-top: -56px;
}
@media screen and (max-width: 414px) {
  .anchor {
    padding-top: 48px;
    margin-top: -48px;
  }
}

@media screen and (max-width: 768px) {
  .anchor.anchor--houjin {
    padding-top: 48px;
    margin-top: -48px;
  }
}

/* clearfix */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------
  btn
---------------------------------*/
.plan-sub .btn-area > p {
	text-align: center;
	padding: 20px 0;
	color: #333333;
}
/* btn-area--hero */
.btn-area--hero .primary-btn {
  width: 264px;
}
@media screen and (max-width: 1279px) {
  .btn-area--hero .primary-btn {
    width: 227px;
  }
}
@media screen and (max-width: 768px) {
  .btn-area--hero .primary-btn {
    width: 100%;
  }
	.plan-sub .btn-area > p {
		text-align: left;
	}
}

@media screen and (max-width: 1279px) {
  .btn-area--hero .primary-btn__inner {
    height: 56px;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--hero .primary-btn__inner {
    height: 40px;
    font-size: 1.2rem;
  }
}

.btn-area--hero .primary-btn__inner:hover {
  opacity: .9;
}

.btn-area--hero .primary-btn__inner::after {
  right: 16px;
}
@media screen and (max-width: 414px) {
  .btn-area--hero .primary-btn__inner::after {
    right: 8px;
  }
}

/* btn-area--procedure */
.btn-area--procedure {
  margin-top: 36px;
}

.btn-area--procedure .primary-btn + .primary-btn {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .btn-area--procedure .primary-btn + .primary-btn {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .btn-area--procedure .primary-btn__inner::after {
    right: 16px;
  }
}

/* btn-area--footer */
.btn-area--footer {
  margin-bottom: 42px;
}

.btn-area--footer .primary-btn + .primary-btn {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .btn-area--footer .primary-btn + .primary-btn {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .btn-area--footer .primary-btn__inner::after {
    right: 14px;
  }
}

/* btn-area--feature */
.btn-area--feature {
  width: 100%;
  margin-top: 32px;
}

.btn-area--feature .primary-btn {
  width: 400px;
}
@media screen and (max-width: 1279px) {
  .btn-area--feature .primary-btn {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .btn-area--feature .primary-btn {
    width: auto;
    max-width: 494px;
    margin: 0 auto
  }
}

/* btn-area--case */
.btn-area--case {
  margin-top: 80px;
}
@media screen and (max-width: 414px) {
  .btn-area--case {
    margin-top: 36px;
    padding: 0 32px;
  }
}

.btn-area--case .primary-btn {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .btn-area--case .primary-btn {
    width: 320px;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--case .primary-btn {
    width: auto;
  }
}

/* btn-area--overseas */
.btn-area--overseas {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn-area--overseas {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 28px;
  }
}

@media screen and (max-width: 414px) {
  .btn-area--overseas .btn-wrap {
    width: 224px;
    margin: 0 auto;
  }
}

.btn-area--overseas .primary-btn + .primary-btn {
  margin-left: 16px;
}
@media screen and (max-width: 1279px) {
  .btn-area--overseas .primary-btn + .primary-btn {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .btn-area--overseas .primary-btn + .primary-btn {
    margin-top: 12px;
    margin-left: 0;
  }
}

.btn-area--overseas .primary-btn__inner {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .btn-area--overseas .primary-btn__inner {
    font-size: 1.2rem;
  }
}

/* btn-area--modal-close */
.btn-area--modal-close .close-btn {
  width: 264px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .btn-area--modal-close .close-btn {
    width: 224px;
  }
}

/* btn-area--modal-submit */
.btn-area--modal-submit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .btn-area--modal-submit {
    margin-top: 32px;
  }
}

.btn-area--modal-submit .primary-btn {
  width: 264px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .btn-area--modal-submit .primary-btn {
    width: 224px;
  }
}

.btn-area--modal-submit .primary-btn__inner {
  height: 48px;
  font-size: 1.4rem;
}

/* btn-area--information */
.btn-area--information {
  margin: 20px 40px 0;
}

.btn-area--information .primary-btn {
  text-align: center;
}

.btn-area--information .primary-btn__inner {
  max-width: 400px;
}

/* btn-area--faq */
.btn-area--faq {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .btn-area--faq {
    margin-bottom: 72px;
  }
}

/* btn-area--subpage-head */
.btn-area--subpage-head {
  margin-top: 24px;
}
@media screen and (max-width: 414px) {
  .btn-area--subpage-head {
    padding: 0 32px;
  }
}

.btn-area--subpage-head .primary-btn {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .btn-area--subpage-head .primary-btn {
    width: 320px;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--subpage-head .primary-btn {
    width: auto;
  }
}
.btn-area--subpage-head .primary-btn__inner {
  height: 48px;
  font-size: 1.4rem;
}

/* btn-area--function */
@media screen and (max-width: 1279px) {
  .btn-area--function {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.btn-area--function .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .btn-area--function .btn-wrap {
    display: block;
  }
}
/* btn-area--header */
@media screen and (max-width: 1279px) {
  .btn-area--header {
    display: none;
  }
}

.btn-area--header .primary-btn {
  width: 132px;
}

.btn-area--header .primary-btn__inner {
  height: 32px;
  font-size: 1.3rem;
}

.btn-area--header .primary-btn--detail .primary-btn__inner::after {
  right: 8px;
  width: 5px;
  height: 8px;
  background-size: 5px 8px;
}

/* btn-area--header-menu */
.btn-area--header-menu {
  padding: 96px 32px 44px;
}

.btn-area--header-menu .primary-btn {
  width: 320px;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .btn-area--header-menu .primary-btn {
    width: auto;
  }
}

/* btn-area--plan */
@media screen and (max-width: 414px) {
 
}

.btn-area--plan .primary-btn {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .btn-area--plan .primary-btn {
    width: 320px;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--plan .primary-btn {
    width: auto;
  }
}

/* btn-area--plan-card */
.btn-area--plan-card {
  padding-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .btn-area--plan-card {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--plan-card {
    padding: 0 16px 24px;
  }
}

.btn-area--plan-card .primary-btn {
  max-width: 264px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .btn-area--plan-card .primary-btn {
    max-width: 320px;
  }
}

@media screen and (max-width: 1279px) {
  .btn-area--plan-card .primary-btn__inner {
    height: 48px;
  }
}

/* btn-area--feature-point */
@media screen and (max-width: 768px) {
  .btn-area--feature-point {
    padding: 0 16px;
  }
}

.btn-area--feature-point .btn-wrap {
  max-width: 1043px;
  margin: 120px auto 0;
}
@media screen and (max-width: 1279px) {
  .btn-area--feature-point .btn-wrap {
    max-width: 660px;
    margin: 104px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-area--feature-point .btn-wrap {
    max-width: 550px;
    margin-top: 40px;
  }
}

/* btn-area--feature-point */
.btn-area--download-list {
  width: 100%;
}

.btn-area--download-list .primary-btn__inner {
  height: 48px;
  font-size: 1.4rem;
}

/* btn-area--houjin-plan-detail-bottom */
.btn-area--houjin-plan-detail-bottom {
  max-width: 872px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-area--houjin-plan-detail-bottom {
    max-width: 494px;
  }
}

.btn-area--houjin-plan-detail-bottom .primary-btn {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .btn-area--houjin-plan-detail-bottom .primary-btn {
    margin-right: 0;
  }
}

.btn-area--houjin-plan-detail-bottom .primary-btn + .primary-btn {
  margin-left: 8px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .btn-area--houjin-plan-detail-bottom .primary-btn + .primary-btn {
    margin-left: 0;
  }
}

/* primary-btn--houjin-plan-detail-bottom-download */
.primary-btn--houjin-plan-detail-bottom-download .primary-btn__inner {
  background-color: #f58700;
}
@media screen and (max-width: 768px) {
  .primary-btn--houjin-plan-detail-bottom-download .primary-btn__inner {
    height: 48px;
  }
}

/* primary-btn--houjin-plan-detail-bottom-consultation */
.primary-btn--houjin-plan-detail-bottom-consultation .primary-btn__inner {
  background-color: #0076d6;
}
@media screen and (max-width: 768px) {
  .primary-btn--houjin-plan-detail-bottom-consultation .primary-btn__inner {
    height: 48px;
  }
}

/* btn-area--houjin-sidemenu */
.orange_btn {
	width: 80%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	  .orange_btn {
		width: 100%;
		margin: auto;
	}
}
.btn-area--houjin-sidemenu {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .btn-area--houjin-sidemenu {
    max-width: 544px;
    margin: 0 auto;
  }
}

.btn-area--houjin-sidemenu .primary-btn {
  width: 56px;
}
@media screen and (max-width: 1279px) {
  .btn-area--houjin-sidemenu .primary-btn {
    margin-right: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--houjin-sidemenu .primary-btn {
    margin-right: 4px;
  }
}

.btn-area--houjin-sidemenu .primary-btn + .primary-btn {
  margin-left: 0;
}
@media screen and (max-width: 1279px) {
  .btn-area--houjin-sidemenu .primary-btn + .primary-btn {
    margin-left: 8px;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .btn-area--houjin-sidemenu .primary-btn + .primary-btn {
    margin-left: 4px;
  }
}

/* primary-btn--houjin-sidemenu-trial */
.primary-btn--houjin-sidemenu-trial .primary-btn__inner {
  height: 200px;
  background-color: #f58700;
  transition: opacity .3s;
}
@media screen and (max-width: 1279px) {
  .primary-btn--houjin-sidemenu-trial .primary-btn__inner {
    height: 48px;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn--houjin-sidemenu-trial .primary-btn__inner {
    height: 40px;
    font-size: 1.2rem;
  }
}

.primary-btn--houjin-sidemenu-trial .primary-btn__inner::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .primary-btn--houjin-sidemenu-trial .primary-btn__inner::after {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn--houjin-sidemenu-trial .primary-btn__inner::after {
    right: 8px;
  }
}

/* primary-btn--houjin-sidemenu-consultation */
.primary-btn--houjin-sidemenu-consultation .primary-btn__inner {
  height: 200px;
  background-color: #0076d6;
  transition: opacity .3s;
}
@media screen and (max-width: 1279px) {
  .primary-btn--houjin-sidemenu-consultation .primary-btn__inner {
    height: 48px;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn--houjin-sidemenu-consultation .primary-btn__inner {
    height: 40px;
    font-size: 1.2rem;
  }
}

.primary-btn--houjin-sidemenu-consultation .primary-btn__inner::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .primary-btn--houjin-sidemenu-consultation .primary-btn__inner::after {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn--houjin-sidemenu-consultation .primary-btn__inner::after {
    right: 8px;
  }
}

/* btn-wrap--flex */
.btn-wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* btn-wrap--pc-flex */
@media screen and (min-width: 769px) {
  .btn-wrap--pc-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap--pc-flex .primary-btn + .primary-btn {
    margin-top: 12px;
    margin-left: 0;
  }
}

/* btn-wrap--xl-m-flex */
@media screen and (min-width: 415px) {
  .btn-wrap--xl-m-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 414px) {
  .btn-wrap--xl-m-flex .primary-btn + .primary-btn {
    margin-top: 12px;
    margin-left: 0;
  }
}

/* primary-btn */
.primary-btn {
  width: 100%;
  font-weight: bold;
}

.primary-btn + .primary-btn {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .primary-btn + .primary-btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn + .primary-btn {
    margin-left: 8px;
  }
}

.primary-btn__inner {
  /*botton reset*/
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /*style*/
  position: relative;
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #003e70;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  transition: all .3s;
}
@media screen and (max-width: 1279px) {
  .primary-btn__inner {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .primary-btn__inner {
    height: 48px;
  }
}

.primary-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/ic_arrow_right.svg) no-repeat;
  background-size: 9px 15px;
  transform: translate(0,-50%);
}
@media screen and (max-width: 414px) {
  .primary-btn__inner::after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
  }
}

.primary-btn__inner:hover {
  opacity: .7;
}

/* pdfリンク */
.primary-btn__inner[href*=".pdf"] span {
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-btn__inner[href*=".pdf"] span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background: url(../img/ic_pdf.svg) no-repeat;
  background-size: 18px 18px;
}

.primary-btn--detail .primary-btn__inner[href*=".pdf"] span::after {
  background: url(../img/ic_pdf_03.svg) no-repeat;
}

/* primary-btn--register */
.primary-btn--register .primary-btn__inner {
  background-color: #2666C1;
}

/* primary-btn--trial */
.primary-btn--trial .primary-btn__inner {
  background-color: #2666C1;
}
.footer--houjin .primary-btn--trial .primary-btn__inner {
  background-color: #f58700;
}

/* primary-btn--consultation */
.footer--houjin .primary-btn--consultation .primary-btn__inner {
  background-color: #0076d6;
}

/* primary-btn--detail */
.primary-btn--detail .primary-btn__inner {
  border: 1px solid #003e70;
  background-color: #fff;
  color: #003e70;
}

.primary-btn--detail .primary-btn__inner::after {
  background: url(../img/ic_arrow_right_02.svg) no-repeat;
  background-size: 9px 15px;
}
@media screen and (max-width: 414px) {
  .primary-btn--detail .primary-btn__inner::after {
    background-size: 7px 12px;
  }
}

/* primary-btn--back */
.primary-btn--back .primary-btn__inner::after {
  left: 22px;
}

.primary-btn--back.primary-btn--detail .primary-btn__inner::after {
  background: url(../img/ic_arrow_left_02.svg) no-repeat;
}

/* primary-btn--down */
.primary-btn--down .primary-btn__inner::after {
  width: 14px;
  height: 8px;
  background: url(../img/ic_arrow_down.svg) no-repeat;
  background-size: 14px 8px;
}
@media screen and (max-width: 414px) {
  .primary-btn--down .primary-btn__inner::after {
    width: 14px;
    height: 8px;
  }
}

.primary-btn--down.primary-btn--detail .primary-btn__inner::after {
  background: url(../img/ic_arrow_down.svg) no-repeat;
}

/* close-btn */
.close-btn {
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}

.close-btn__inner {
  position: relative;
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  border: 1px solid #003e70;
  background-color: transparent;
  color: #003e70;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: all .3s;
}

.close-btn__inner:hover {
  opacity: .7;
}

.close-btn__inner::before {
  position: absolute;
  top: 50%;
  left: 22px;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/ic_close.svg) no-repeat;
  background-size: 13px 13px;
  transform: translate(0,-50%);
}

/* -------------------------------
  heading
---------------------------------*/
.primary-heading {
  position: relative;
  padding-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
  .primary-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .primary-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .primary-heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.primary-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 24px;
  height: 3px;
  margin-left: -12px;
  background-color: #ea713a;
}

.primary-heading.heading--houjin {
  font-family: YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-weight: bold;
}

.primary-heading--sub {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .primary-heading--sub {
    font-size: 1.8rem;
  }
}

/* simple-heading */
.simple-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .simple-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .simple-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .simple-heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.simple-heading wbr::before {
  content: "\200B"
}

.number-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
  .number-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .number-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .number-heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.number-heading--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.number-heading__varue {
  margin-right: 16px;
  color: #ddd;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .number-heading__varue {
    font-size: 7.2rem;
  }
}

/* -------------------------------
  tag
---------------------------------*/
.tag {
  margin: 4px 8px 4px 0;
  padding: 1px 8px;
  border: 1px solid #003e70;
  color: #003e70;
  font-size: 1.2rem;
}

.tag:last-child {
  margin: 4px 0;
}

/* tag-list */
.tag-list-wrap {
  margin-top: 8px;
}

.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

/* -------------------------------
  list
---------------------------------*/
/* primary-list */
.primary-list {
  line-height: 1.8;
  list-style: none;
}

.primary-list__item {
  position: relative;
  padding-left: 16px;
}

.primary-list__item::before {
  position: absolute;
  top: .9em;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
  transform: translate(100%,-50%);
}

/* check-list */
.check-list {
  list-style: none;
}

.check-list__item {
  position: relative;
  padding-left: 32px;
  font-size: 1.4rem;
}

.check-list__item::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/ic_table_check.svg) no-repeat;
}

.check-list__item + .check-list__item {
  margin-top: 10px;
}

/* -------------------------------
  text-wrap
---------------------------------*/
.text-wrap {
  margin-top: 32px;
}

.text-wrap--sub {
  margin-top: 20px;
}

/* -------------------------------
  common-inner
---------------------------------*/
.common-inner {
  padding: 0 42px;
}
.subpage-price-main .common-inner {
  background: linear-gradient(0deg, #eef1f3 50%, rgba(238, 241, 243, 0) 100%);
}
@media screen and (max-width: 768px) {
  .common-inner {
    padding: 0 16px;
  }
}

/* -------------------------------
  primary-area
---------------------------------*/
.primary-area {
  padding: 56px 0;
}

.primary-area--blue {
  background-color: #e3eaf6;
}

.primary-area__inner {
  max-width: 1043px;
  margin: 0 auto;
}

.primary-area__item {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .primary-area__item {
    margin-top: 32px;
  }
}

/* -------------------------------
  information-area
---------------------------------*/
.information-area {
  padding: 64px 0;
}
@media screen and (max-width: 414px) {
  .information-area {
    padding: 48px 0;
  }
}

.information-area__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 414px) {
  .information-area__heading {
    font-size: 1.4rem;
  }
}

/* information-area--price */
.information-area--price {
  background-color: #003e70;
}
.information-area--price .btn-area--information {
  margin: 20px 16px 0;
}

/* attention-area */
.attention-area {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #d11100;
  background-color: #fff;
  text-align: left;
}
.attention-area__item {
  color: #d11100;
  font-size: 1.2rem;
  font-weight: bold;
}

/* -------------------------------
  img-wrap
---------------------------------*/
@media screen and (max-width: 768px) {
  .img-l {
    display: none;
  }
}

.img-s {
  display: none;
  max-width: 446px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .img-s {
    display: block;
  }
}

/* -------------------------------
  box-3col
---------------------------------*/
.box-3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: space-between;    
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.box-3col__item {
  width: 32%;
  box-shadow: 0px 0px 6px #e2e2e2;
}
.box-3col__item:nth-of-type(2) {
	width: 66%;
}
@media screen and (max-width: 1279px) {
  .box-3col__item:first-of-type {
    width: 29%;
  }
  .box-3col__item:nth-of-type(2) {
    width: 70%;
  }
}

.box-3col__item + .box-3col__item {
  margin-left: 2%;
	display: flex;
   flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .box-3col__item + .box-3col__item {
    /*margin-top: 24px;
    margin-left: 0;*/
  }
}

@media screen and (max-width: 768px) {
  .box-3col {
    display: block;
  }
  .box-3col__item:first-of-type {
    width: 100%;
  }
  .box-3col__item:nth-of-type(2) {
    width: 100%;
	margin-left: 0;
	margin: 40px 0 0;
  }
}
/* -------------------------------
  header
---------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* header-inner */
.header-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 56px;
  padding: 50px;
  background-color: rgba(0,62,112,.4);
}
@media screen and (max-width: 414px) {
  .header-inner {
    height: 48px;
    padding: 0 16px;
  }
}

.header--houjin .header-inner {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header-inner {
    height: 48px;
    padding: 20px;
  }
  .header-title__logo-img {
    flex: none;
	max-width: 170px;
    width: 40%;
    height: auto;
   }
}

/* header-title */
.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header--houjin .header-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header-title__logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-title__logo-img {
  flex: none;
  width: 270px;
  height: auto;
}
@media screen and (max-width: 414px) {
}

@media screen and (max-width: 768px) {
  .header--houjin .header-title__logo-img {
    width: 140px;
    height: 10px;
  }
}

.header-title__text {
  flex: none;
  margin-left: 16px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header-title__text {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 414px) {
  .header-title__text {
    margin-left: 8px;
  }
}

.header--houjin .header-title__text {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .header--houjin .header-title__text {
    margin-top: -14px;
    margin-left: 0;
    width: 100%;
  }
}

/* header-nav */
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: none;
}

.header-nav__link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header-nav__address {
    display: none;
  }
}

.header-nav .tel-number {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.0rem;
}

.header-nav__reference {
  flex: none;
  margin-left: 24px;
  color: #fff;
  text-align: right;
}

.header-nav__tel {
  line-height: 1;
}

.header-nav__tel-icon {
  position: relative;
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

}

.header-nav__tel-icon::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-right: 8px;
  background: url(../img/ic_tel_01.svg) no-repeat;
  background-size: 22px 15px;
}

.header-nav__tel-icon--overseas::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(../img/ic_call.svg) no-repeat;
  background-size: 16px 16px;
}

.header-nav__tel-item + .header-nav__tel-item {
  margin-left: 8px;
}

.header-nav__tel-text {
  font-size: 1rem;
}

.header-nav__description {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1;
}

.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .header-nav-list {
    display: none;
  }
}

.header-nav-list__item + .header-nav-list__item {
  margin-left: 8px;
}

.header-nav-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 10px 25px 10px;
  color: #fff;
  ext-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f78600;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header-nav-list__link {
	  padding: 5px;
	  font-size: 1.1rem;
	}
}
.header-nav-list__link:hover {
  opacity: .7;
}

.header-nav-list__link--current {
  padding: 0 8px;
  border-bottom: 2px solid #f78600;
}

/* -------------------------------
  header-menu
---------------------------------*/
.header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #003e70;
  color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}

.header-menu .tel-number {
  color: #fff;
}

.header-menu__top {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 11px 24px;
  background-color: #003e70;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  .header-menu__top {
    height: 48px;
    padding: 11px 16px;
  }
}

/* header-menu-btn */
.header-menu-btn {
  position: relative;
  top: 0;
  right: -24px;
  display: none;
  width: 56px;
  height: 56px;
  background: url(../img/ic_header_menu_01.svg) no-repeat center;
  background-size: 18px 15px;
}
@media screen and (max-width: 1279px) {
  .header-menu-btn {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .header-menu-btn {
    right: -16px;
    width: 48px;
    height: 48px;
  }
}

/* header-menu-btn--inside */
.header-menu-btn--inside {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/ic_header_menu_close.svg) no-repeat center;
  background-size: 15px 15px;
}

/* header-menu-inner */
.header-menu-inner {
  overflow: auto;
}

/* header-menu-nav */
.header-menu-nav {
  padding: 96px 0 44px;
}
@media screen and (max-width: 414px) {
  .header-menu-nav {
    padding: 88px 0 36px;
  }
}

/* header-menu-list */
.header-menu-list {
  text-align: center;
}

.header-menu-list__item + .header-menu-list__item {
  margin-top: 36px;
}
@media screen and (max-width: 414px) {
  .header-menu-list__item + .header-menu-list__item {
    margin-top: 32px;
  }
}

.header-menu-list__link {
  padding: 0 4px 4px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}
@media screen and (max-width: 414px) {
  .header-menu-list__link {
    font-size: 1.6rem;
  }
}

.header-menu-list__link:hover {
  opacity: .7;
}

.header-menu-list__link--current {
  border-bottom: 2px solid #f78600;
}

.header-menu__bottom {
  padding: 44px 0 40px;
  border-top: 1px solid rgba(255,255,255,.3);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-menu__bottom {
    padding: 28px 0 88px;
  }
}

.header-menu__bottom--bottom-only {
  margin-top: 56px;
  border-top: none;
}
@media screen and (max-width: 414px) {
  .header-menu__bottom--bottom-only {
    margin-top: 48px;
  }
}

.header-menu__tel {
  position: relative;
  display: inline-block;
  padding-left: 44px;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.2rem;
}

.header-menu__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url(../img/ic_tel_01.svg) no-repeat;
  background-size: 30px 20px;
  transform: translate(0,-50%);
}

.header-menu__tel--overseas {
  padding-left: 32px;
  font-size: 2.8rem;
}

.header-menu__tel--overseas::before {
  width: 20px;
  height: 20px;
  background: url(../img/ic_call.svg) no-repeat;
  background-size: 20px 20px;
}

.header-menu__description {
  margin-top: 4px;
  font-size: 1.2rem;
}

.header-menu__link {
  color: #fff;
}

.header-menu__text {
  color: #fff;
}

/* -------------------------------
  hero
---------------------------------*/
.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 88vh;
  background: url(../img/hero_pc.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    background: url(../img/hero_sp.jpg) no-repeat center;
    background-size: cover;
    height: 814px;
  }
}
@media screen and (max-width: 414px) {
  .hero {
    height: 560px;
  }
}

.hero__contents {
  position: relative;
  left: 10%;
}
@media screen and (max-width: 1279px) {
  .hero__contents {
    left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .hero__contents {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.hero__main-text {
  font-size: 6.0rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
  .hero__main-text {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__main-text {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 414px) {
  .hero__main-text {
    font-size: 2.8rem;
  }
}

.hero__main-text--voluminous {
  font-size: 4.8rem;
}
@media screen and (max-width: 1279px) {
  .hero__main-text--voluminous {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__main-text--voluminous {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 414px) {
  .hero__main-text--voluminous {
    font-size: 2.4rem;
  }
}

.hero__sub-text {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .hero__sub-text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__sub-text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 414px) {
  .hero__sub-text {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.hero__sub-text wbr::before {
  content: "\200B"
}

@media screen and (max-width: 768px) {
  .hero__top {
    position: absolute;
    top: 13%;
    width: 100%;
  }
}

.hero__bottom {
  margin-top: 20px;
}  
@media screen and (max-width: 768px) {
  .hero__bottom {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 100%;
    max-width: 582px;
    margin: 0;
    padding: 0 16px;
    transform: translate(50%,0);
  }  
}
@media screen and (max-width: 414px) {
  .hero__bottom {
    bottom: 24px;
  }
}

.hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 102px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll-text {
  position: relative;
  width: 10px;
  height: 62px;
  margin-bottom: 40px;
}

.hero__scroll-text::after {
  position: absolute;
  bottom: -40px;
  left: 5px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #fff;
}
.hero__scroll-img {
  width: 10px;
  height: 62px;
}

.hero__scroll--blue .hero__scroll-text::after {
  background-color: #003e70;
}

/* hero-list */
.hero-list-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 414px) {
  .hero-list-wrap {
    margin-top: 16px;
  }
}

.hero-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .hero-list {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .hero-list {
    font-size: 1.2rem;
  }
}

.hero-list__item {
  text-decoration: underline;
  transition: all .3s;
}

.hero-list__item:hover {
  opacity: .7;
}

.hero-list__item + .hero-list__item {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .hero-list__item + .hero-list__item {
    margin: 12px 0 0;
  }
}

.hero-list__link {
  color: #fff;
}

/* hero--fix */
.hero--fix {
  height: 550px;
  padding: 0 42px;
}
@media screen and (max-width: 768px) {
  .hero--fix {
    height: 814px;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .hero--fix {
    height: 560px;
  }
}

.hero--fix .hero__contents {
  position: static;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .hero__contents {
    left: 42px;
  }
}
@media screen and (max-width: 768px) {
  .hero__contents {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

/* -----------------
  middle-head
------------------*/
.middle-head {
  padding: 124px 0 48px;
  background: url("../../img/img_bg01.webp") no-repeat bottom right / cover;;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .middle-head {
    padding: 80px 0 48px;
  }
}

.middle-head-inner {
  max-width: 1043px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .middle-head-inner {
    display: block;
  }
}

/*@media screen and (max-width: 1279px) {
  .middle-head__item {
    width: 49%;
  }
}*/
@media screen and (max-width: 768px) {
  .middle-head__item {
    width: 100%;
  }
}

.middle-head__item + .middle-head__item {
  margin-left: 16px;
}
@media screen and (max-width: 1279px) {
  .middle-head__item + .middle-head__item {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .middle-head__item + .middle-head__item {
    margin-top: 24px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .middle-head__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

.middle-head__row + .middle-head__row {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .middle-head__row + .middle-head__row {
    margin-top: 20px;
  }
}

.middle-head__heading {
  padding: 8px 16px;
  border: 1px solid #333333;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .1em;
  word-break: keep-all;
  color: #333333;
}
@media screen and (max-width: 1279px) {
  .middle-head__heading {
    padding: 6px 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .middle-head__heading {
    text-align: center;
  }
}

.middle-head__heading wbr::before {
  content: "\200B"
}

.middle-head__logo {
  width: 338px;
  height: 48.28px;
}
@media screen and (max-width: 768px) {
  .middle-head__logo {
    width: 280px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .middle-head__logo {
    width: 240px;
    height: 34.28px;
  }
}

.middle-head__text {
    font-weight: bold;
    line-height: 1.8;
    font-size: 6rem;
    color: #003e70;
}
.small-head__text {
	padding: 20px 0 0;
    font-weight: bold;
    line-height: 1.5;
    font-size: 3rem;
    color: #333333;
}
@media screen and (max-width: 1279px) {
  .middle-head__text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .middle-head__text {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
  }
  .small-head__text {
    font-size: 2.2rem;
   }
}

.middle-head__text + .middle-head__text {
  margin-top: 12px;
}

.middle-head__link {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .middle-head__link {
    font-size: 1.2rem;
  }
}

.middle-head__figure {
  width: 560px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .middle-head__figure {
    width: auto;
    max-width: 560px;
    min-width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .middle-head__figure {
    max-width: 384px;
    min-width: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .middle-head__figure {
    max-width: 284px;
  }
}


/* -------------------------------
  section-feature
---------------------------------*/
/* feature-inner */
.feature-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .feature-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .feature-inner {
    display: block;
    padding: 0 9%;
  }
}
@media screen and (max-width: 414px) {
  .feature-inner {
    padding: 0 24px;
  }
}

/* feature-text */
.feature-text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .feature-text {
    width: auto;
    font-size: 1.5rem;
  }
}

.feature-text + .feature-text {
  margin-top: 32px;
}

.feature-text__sub {
  margin-top: 16px;
  font-size: 1.2rem;
}

/* feature-top */
.feature-top {
  position: relative;
  height: 560px;
  padding: 98px 0 94px;
  background-color: #003e70;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .feature-top {
    position: relative;
    height: auto;
    padding: 64px 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .feature-top {
    padding: 64px 0 0;
  }
}

.feature-top::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-top::after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .feature-top .feature-inner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .feature-top .feature-inner {
    padding: 0 9% 42%;
  }
}
@media screen and (max-width: 414px) {
  .feature-top .feature-inner {
    padding: 0 24px 56%;
  }
}

.feature-top__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-top__content {
    width: 100%;
  }
}

.feature-top__textarea {
  width: 494px;
  margin-left: 86px;
}
@media screen and (max-width: 1279px) {
  .feature-top__textarea {
    width: auto;
    max-width: 410px;
    margin-left: 11%;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__textarea {
    max-width: 494px;
    margin: 0 auto;
  }
}

.feature-top__heading {
  position: relative;
  margin-bottom: 84px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
  .feature-top__heading {
    margin-bottom: 90px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__heading {
    margin-bottom: 78px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .feature-top__heading {
    margin-bottom: 68px;
    font-size: 2.2rem;
  }
}

.feature-top__heading::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
  display: inline-block;
  width: 23px;
  height: 3px;
  background-color: #ea713a;
}
@media screen and (max-width: 1279px) {
  .feature-top__heading::after {
    bottom: -50px;
  }
}
@media screen and (max-width: 414px) {
  .feature-top__heading::after {
    bottom: -36px;
    width: 20px;
  }
}

.feature-top__figure {
  position: absolute;
  top: 8px;
  right: 50%;
  width: 554px;
  margin-right: 86px;
}
@media screen and (max-width: 1279px) {
  .feature-top__figure {
    top: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .feature-top__figure {
    top: auto;
    bottom: 0;
    width: 82%;
    max-width: 554px;
    margin: 0;
    transform: translate(50%,50%);
  }
}
@media screen and (max-width: 414px) {
  .feature-top__figure {
    width: 88%;
  }
}

/* feature-point */
.feature-point-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 144px;
}
@media screen and (max-width: 1279px) {
  .feature-point-wrap {
    padding-bottom: 88px;
  }
}

.feature-point-wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #003e70;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .feature-point-wrap::after {
    display: none;
  }
}

.feature-point {
  min-height: 676px;
  padding: 248px 0 0;
}
@media screen and (max-width: 1279px) {
  .feature-point {
    min-height: 436px;
    padding: 220px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-point {
    min-height: 0;
    padding: 48% 0 0;
  }
}
@media screen and (max-width: 414px) {
  .feature-point {
    padding: 70% 0 0;
  }
}

.feature-point .feature-text {
  width: 400px;
}
@media screen and (max-width: 1279px) {
  .feature-point .feature-text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature-point .feature-text {
    width: auto;
  }
}

@media screen and (min-width: 1280px) {
  .feature-point .feature-inner {
    padding: 0 118px;
  }
}

.feature-point__textarea {
  width: 400px;
  flex: none;
}
@media screen and (max-width: 1279px) {
  .feature-point__textarea {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__textarea {
    width: auto;
    max-width: 494px;
    margin: 0 auto;
  }
}

.feature-point__heading {
  position: relative;
  margin-bottom: 64px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .1em;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .feature-point__heading {
    margin-bottom: 76px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .feature-point__heading {
    margin-bottom: 56px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.feature-point__heading::before {
  position: absolute;
  top: -48px;
  left: -78px;
  content: "";
  display: inline-block;
  width: 86px;
  height: 163px;
  background: url(../img/text_number_01.svg) no-repeat;
  background-size: 86px auto;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .feature-point__heading::before {
    top: -32px;
    left: -96px;
  }
}
@media screen and (max-width: 414px) {
  .feature-point__heading::before {
    top: -32px;
    left: -72px;
    width: 66px;
    height: 124px;
    background: url(../img/text_number_01.svg) no-repeat;
    background-size: auto 124px;
  }
}

.feature-point__heading::after {
  position: absolute;
  bottom: -32px;
  left: 0;
  content: "";
  display: inline-block;
  width: 23px;
  height: 3px;
  background-color: #ea713a;
}
@media screen and (max-width: 414px) {
  .feature-point__heading::after {
    bottom: -24px;
  }
}

.feature-point__heading wbr::before {
  content: "\200B"
}

.feature-point__figure {
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -48px;
}
@media screen and (max-width: 1279px) {
  .feature-point__figure {
    top: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__figure {
    margin-top: 32px;
    position: static;
  }
}

/* feature-point-wrap--top-none */
@media screen and (max-width: 768px) {
  .feature-point-wrap--top-none .feature-point--01 {
    padding: 112px 0 0;
  }
}

/* feature-point--01 */
.feature-point--01 .feature-point__figure {
  width: 692px;
}
@media screen and (max-width: 1279px) {
  .feature-point--01 .feature-point__figure {
    width: 52%;
    max-width: 994px;
    margin-left: -2%;
    transform: translate(0,-50%);
  }
}
@media screen and (max-width: 768px) {
  .feature-point--01 .feature-point__figure {
    width: auto;
    max-width: 494px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--01 .feature-point__figure {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.feature-point--01 .feature-point__heading {
  margin-left: 82px;
}
@media screen and (max-width: 1279px) {
  .feature-point--01 .feature-point__heading {
    margin: 0 0 84px 96px;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--01 .feature-point__heading {
    margin: 0 0 56px 72px;
  }
}

@media screen and (min-width: 1280px) {
  .feature-point--01 .feature-point__textarea {
    width: 472px;
  }
}


/* feature-point--02 */
@media screen and (max-width: 1279px) {
  .feature-point--02 {
    padding: 172px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--02 {
    padding: 132px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .feature-point--02 .feature-inner {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1279px) {
  .feature-point--02 .feature-text {
    margin-left: auto;
  }
}

.feature-point--02 .feature-point__heading {
  margin-left: 104px;
}
@media screen and (max-width: 1279px) {
  .feature-point--02 .feature-point__heading {
    margin-left: calc(10% + 100px);
  }
}
@media screen and (max-width: 768px) {
  .feature-point--02 .feature-point__heading {
    margin-left: 100px;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--02 .feature-point__heading {
    margin-left: 72px;
  }
}

.feature-point--02 .feature-point__heading::before {
  top: -44px;
  left: -98px;
  width: 109px;
  height: 163px;
  background: url(../img/text_number_02.svg) no-repeat;
  background-size: 109px auto;
}
@media screen and (max-width: 1279px) {
  .feature-point--02 .feature-point__heading::before {
    top: -48px;
    left: -100px;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--02 .feature-point__heading::before {
    top: -38px;
    left: -72px;
    width: 83px;
    height: 124px;
    background-size: 83px auto;
  }
}

.feature-point--02 .feature-point__figure {
  top: -42px;
  right: 50%;
  left: auto;
  width: 582px;
  margin-right: -42px;
}
@media screen and (max-width: 1279px) {
  .feature-point--02 .feature-point__figure {
    top: 50%;
    width: 47%;
    max-width: 994px;
    margin-right: 0;
    transform: translate(1%,-60%);
  }
}
@media screen and (max-width: 768px) {
  .feature-point--02 .feature-point__figure {
    width: auto;
    max-width: 412px;
    margin: 32px auto 0;
    transform: translate(4%,0);
  }
}
@media screen and (max-width: 414px) {
  .feature-point--02 .feature-point__figure {
    margin: 32px -8px 0;
  }
}

.feature-point--02 .primary-btn {
  margin-left: auto;
}

/* feature-point--03 */
.feature-point--03 {
  padding: 252px 0 0;
}
@media screen and (max-width: 1279px) {
  .feature-point--03 {
    padding: 164px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--03 {
    padding: 132px 0 0;
  }
}

.feature-point--03 .feature-point__heading {
  margin-left: 118px;
}
@media screen and (max-width: 414px) {
  .feature-point--03 .feature-point__heading {
    margin-left: 72px;
  }
}

.feature-point--03 .feature-point__heading::before {
  top: -40px;
  left: -106px;
  width: 101px;
  height: 165px;
  background: url(../img/text_number_03.svg) no-repeat;
  background-size: 101px;
}
@media screen and (max-width: 414px) {
  .feature-point--03 .feature-point__heading::before {
    top: -38px;
    left: -64px;
    width: 77px;
    height: 126px;
    background-size: 77px auto;
  }
}

.feature-point--03 .feature-point__figure {
  top: -48px;
  width: 568px;
  margin-left: -32px;
}
@media screen and (max-width: 1279px) {
  .feature-point--03 .feature-point__figure {
    top: 50%;
    width: 52%;
    max-width: 568px;
    margin-left: -2%;
    transform: translate(0,-46%);
  }
}
@media screen and (max-width: 768px) {
  .feature-point--03 .feature-point__figure {
    width: auto;
    max-width: 312px;
    margin: 32px auto 0;
    transform: none;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--03 .feature-point__figure {
    margin: 32px 9% 0;
  }
}

/* feature-point--general */
.feature-point--general .feature-point__figure {
  top: 0;
  width: 692px;
}
@media screen and (max-width: 1279px) {
  .feature-point--general .feature-point__figure {
    top: 50%;
    width: 52%;
    transform: translate(0,-50%)
  }
}
@media screen and (max-width: 768px) {
  .feature-point--general .feature-point__figure {
    width: auto;
    max-width: 494px;
    margin: 8px auto 0;
    transform: none;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--general .feature-point__figure {
    margin: 8px -24px 0;
  }
}

@media screen and (max-width: 768px) {
  .feature-point--general.feature-point--02 {
    padding: 96px 0 0;
  }
}

.feature-point--general.feature-point--02 .feature-point__figure {
  margin-right: -48px;
}
@media screen and (max-width: 1279px) {
  .feature-point--general.feature-point--02 .feature-point__figure {
    margin-right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .feature-point--general.feature-point--02 .feature-point__figure {
    margin-right: auto;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--general.feature-point--02 .feature-point__figure {
    margin-right: -24px;
  }
}

@media screen and (max-width: 768px) {
  .feature-point--general.feature-point--03 {
    padding: 96px 0 0;
  }
}

.feature-point--general.feature-point--03 .feature-point__figure {
  margin-left: -48px;
}
@media screen and (max-width: 1279px) {
  .feature-point--general.feature-point--03 .feature-point__figure {
    margin-left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .feature-point--general.feature-point--03 .feature-point__figure {
    margin-left: auto;
  }
}
@media screen and (max-width: 414px) {
  .feature-point--general.feature-point--03 .feature-point__figure {
    margin-left: -24px;
  }
}

/* -------------------------------
  section-function
---------------------------------*/
/* section-function--last-child */
@media screen and (min-width: 769px) {
  .section-function--last-child {
    padding-bottom: 128px;
  }
}

/* function-inner */
.function-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .function-inner {
    max-width: 100%;
  }
}

/* function-main */
.function-main {
  padding: 0 42px;
}
@media screen and (max-width: 768px) {
  .function-main {
    padding: 0;
  }
}

/* function-head */
.function-head {
  position: relative;
  padding: 72px 0 352px;
  background: url(../img/img_people.png) no-repeat center bottom;
  background-size: 720px 327px;
}
@media screen and (max-width: 1279px) {
  .function-head {
    padding-bottom: 36%;
    background-size: 74%;
  }
}
@media screen and (max-width: 768px) {
  .function-head {
    padding-bottom: 236px;
    background-size: auto 196px;
  }
}
@media screen and (max-width: 414px) {
  .function-head {
    padding-top: 32px;
  }
}

.function-head::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: 72px;
  background-color: #003e70;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .function-head::before {
    display: none;
  }
}

.function-head .function-inner {
  padding: 0 4%;
}
@media screen and (max-width: 414px) {
  .function-head .function-inner {
    padding: 0 16px;
  }
}

.function-head__heading {
  display: inline-block;
  margin: 0 auto;
  padding: 24px 84px;
  border: 1px solid #003e70;
  color: #003e70;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 1279px) {
  .function-head__heading {
    width: 660px;
    padding: 28px 84px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .function-head__heading {
    width: 100%;
    max-width: 550px;
    padding: 16px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .function-head__heading {
    line-height: 1.4;
  }
}

/* function-list-wrap */
.function-list-wrap {
  width: 100%;
  padding: 96px 42px;
}
@media screen and (max-width: 1279px) {
  .function-list-wrap {
    padding: 80px 42px;
  }
}
@media screen and (max-width: 768px) {
  .function-list-wrap {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 414px) {
  .function-list-wrap {
    padding: 40px 16px;
  }
}

/* function-list */
.function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  color: #fff;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .function-list {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .function-list {
    max-width: 550px;
  }
}

.function-list__item {
  width: 22%;
  margin-left: 4%;
}

.function-list__item:first-child {
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .function-list__item:nth-of-type(n+5) {
    margin-top: 42px;
  }

  .function-list__item:nth-of-type(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1279px) {
  .function-list__item {
    width: 28.66%;
    margin-left: 7%;
  }
  
  .function-list__item:nth-of-type(3n+1) {
    margin: 0;
  }

  .function-list__item:nth-of-type(n+4) {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .function-list__item {
    width: 45%;
    margin-left: 10%;
  }

  .function-list__item:nth-of-type(n+3) {
    margin-top: 42px;
  }

  .function-list__item:nth-of-type(3n+1) {
    margin-left: 10%;
  }

  .function-list__item:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .function-list__item {
    width: 47%;
    margin-left: 6%;
  }

  .function-list__item:nth-of-type(n+3) {
    margin-top: 24px;
  }

  .function-list__item:nth-of-type(3n+1) {
    margin-left: 6%;
  }

  .function-list__item:nth-of-type(odd) {
    margin-left: 0;
  }
}

.function-list__icon {
  text-align: center;
}

.function-list__icon > img {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 1279px) {
  .function-list__icon > img {
    width: 40px;
    height: 40px;
  }
}

.function-list__heading {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .function-list__heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .function-list__heading {
    margin-top: 12px;
  }
}

.function-tab-nav__text wbr::before {
  content: "\200B"
}

.function-list__text {
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .function-list__text {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .function-list__text {
    line-height: 1.5;
  }
}

/* -------------------------------
  section-case
---------------------------------*/
.section-case {
  padding: 128px 0;
}
@media screen and (max-width: 414px) {
  .section-case {
    padding: 104px 0;
  }
}

.section-case.case--houjin {
  padding: 0 0 16px;
}

/* case-list */
.case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.case--houjin .case-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 986px;
}
@media screen and (max-width: 1279px) {
  .case--houjin .case-list {
    max-width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .case--houjin .case-list {
    margin-top: 24px;
    max-width: 688px;
  }
}

.case-list__item {
  width: 464px;
}
@media screen and (max-width: 1279px) {
  .case-list__item {
    width: 384px;
  }
}
@media screen and (max-width: 768px) {
  .case-list__item {
    width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .case-list__item {
    width: 256px;
  }
}

.case--houjin .case-list__item {
  margin-bottom: 40px;
  width: 46.75%;
}
@media screen and (max-width: 768px) {
  .case--houjin .case-list__item {
    width: 48.25%;
  }
}
@media screen and (max-width: 414px) {
  .case--houjin .case-list__item {
    width: 100%;
  }
}

.case-list__item + .case-list__item {
  margin-left: 60px;
}
@media screen and (max-width: 1279px) {
  .case-list__item + .case-list__item {
    margin-left: 48px;
  }
}
@media screen and (max-width: 414px) {
  .case-list__item + .case-list__item {
    margin-left: 16px;
  }
}

.case--houjin .case-list__item + .case-list__item {
  margin-left: 6.49%;
}
@media screen and (max-width: 768px) {
  .case--houjin .case-list__item + .case-list__item {
    margin-left: 3.48%;
  }
}
@media screen and (max-width: 414px) {
  .case--houjin .case-list__item + .case-list__item {
    margin-left: 0;
  }
}

.case--houjin .case-list__item:nth-child(odd) {
  margin-left: 0;
}

.case-list__item:hover {
  opacity: .7;
  transition: all .3s;
}

.case-list__link {
  text-decoration: none;
  color: #333;
}

.case-list__textarea {
  position: relative;
  margin: 32px 0 0 58px;
}
@media screen and (max-width: 768px) {
  .case-list__textarea {
    margin: 16px 0 0 24px;
  }
}

.case--houjin .case-list__textarea {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .case--houjin .case-list__textarea {
    margin: 16px 0 0;
  }
}

.case-list__textarea::before {
  position: absolute;
  top: -16px;
  left: -50px;
  content: "";
  width: 101px;
  height: 75px;
  margin-top: -1px;
  background: url(../img/img_quotation.svg) no-repeat;
  background-size: 101px 75px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case-list__textarea::before {
    position: absolute;
    top: -16px;
    left: -20px;
    content: "";
    width: 68px;
    height: 50px;
    margin-top: -1px;
    background: url(../img/img_quotation.svg) no-repeat;
    background-size: 68px auto;
  }
}

.case--houjin .case-list__textarea::before {
  display: none;
}

.case-list__main-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .case-list__main-text {
    font-size: 1.4rem;
  }
}

.case-list__sub-text {
  position: relative;
  margin-top: 12px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .case-list__sub-text {
    font-size: 1.2rem;
  }
}

.case-list__sub-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 24px;
  height: 1px;
  margin-top: -1px;
  background-color: #003e70;
}

/* -------------------------------
  section-procedure
---------------------------------*/
.section-detail {
  padding: 118px 0 168px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 414px) {
  .section-detail {
    padding: 104px 0 76px;
  }
}

.section-detail.detail--houjin {
  padding: 36px 0;
  background:#f1f1f1;
}

/* detail-contents */
.detail-contents + .detail-contents {
  padding-top: 118px; 
}
@media screen and (max-width: 1279px) {
  .detail-contents + .detail-contents {
    padding-top: 128px; 
  }
}
@media screen and (max-width: 414px) {
  .detail-contents + .detail-contents {
    padding-top: 104px; 
  }
}

/* detail-contents--price */
/* price-wrap */
.price-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 260px;
}
@media screen and (max-width: 768px) {
  .price-wrap {
    padding-top: 176px;
  }
}

/* price-figure */
.price-figure {
  position: absolute;
  top: 56px;
  right: 50%;
  width: 540px;
  transform: translate(50%,0);
}
@media screen and (max-width: 1279px) {
  .price-figure {
    top: 84px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .price-figure {
    top: 7.5%;
    width: 100%;
    max-width: 332px;
    padding: 0 16px;
  }
}

/* price-body */
.price-body {
  padding: 72px 0 64px;
  background-color: #003e70;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price-body {
    padding: 48px 24px 40px;
  }
}

.price-body--group {
  background-color: #fff;
  color: #333;
}

/* price-main */
.price-main {
  max-width: 1043px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .price-main {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .price-main {
    max-width: 100%;
  }
}

/* price-main--group */
.price-main--group .price-head__tag-text {
  background-color: #003e70;
  color: #fff;
}

.price-main--group .price-head__title {
  color: #003e70;
}

.price-main--group .price-minutely-wrap {
  border-top: 1px solid #c7d3e6;
}

.price-main--group .price-content {
  border-top: 1px solid #c7d3e6;
}

.price-main--group .price-list {
  border-top: 1px solid #c7d3e6;
}

.price-main--group .price-minutely__row-title {
  border: 1px solid #333;
}

.price-main--group .price-list__item::before {
  background-color: #333;
}

/* price-head */
.price-head {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-head {
    margin-bottom: 28px;
  }
}

.price-head__tag {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .price-head__tag {
    margin-bottom: 8px;
  }
}

.price-head__tag-text {
  display: inline-block;
  padding: 3px 8px;
  background-color: #fff;
  color: #003e70;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-head__tag-text {
    padding: 2px 8px;
    font-size: 1rem;
  }
}

.price-head__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .1em;    
  color: #fff;
}
.box-3col__item:first-of-type .price-head__title {
	text-align: center;
	 background-color: #003e70;
	padding: 10px 0;
}
.box-3col__item:nth-of-type(2) .price-head__title {
	text-align: center;
	 background-color: #0e2f4a;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .price-head__title {
    font-size: 1.8rem;
  }
}

.price-head__value {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px auto 13px;
  text-align: center;
}
.price-head__value_out {
  	width: 25%;
	margin: 10px 0;
}
.price-head__value_out + .price-head__value_out  {
	border-left: 1px solid #c5c5c5;
}
.box-3col__item:first-of-type .price-head__value{
	width: 100%;    
	margin: 30px auto 23px;
}
.price-head__value-inner {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.price-head__value-inner {
		flex-wrap: wrap;
	}
  .price-head__value {
    margin-top: 4px;
    font-size: 1.4rem;
  }
	.price-head__value_out {
		width: 50%;
		margin: 10px 0;
	}
	.price-head__value_out:nth-of-type(2n + 1)  {
		border-left: none;
	}
}

.price-head__value-strong {
  color: #f78600;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .price-head__value-strong {
    font-size: 2.4rem;
  }
}

.price-head__text {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .price-head__text {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.price-head__attention {
  margin-top: 16px;
}

.price-head__icon {
  text-align: center;
  margin-bottom: 12px;
}

.price-head__icon > img {
  width: 40px;
  height: 40px;
}

.price-head__sub {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .price-head__sub {
    margin-top: 4px;
  }
}

/* price-head--card */
.price-head--card {
  height: 224px;
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 1279px) {
  .price-head--card {
    height: auto;
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

/* price-head--sub */
.price-head--sub {
  margin-bottom: 0;
}

.price-head--sub .price-head__title {
  font-size: 2rem;
}

.price-head--sub .price-head__value {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .price-head--sub .price-head__value {
    font-size: 1.4rem;
  }
}

.price-head--sub .price-head__value-strong {
  font-size: 2.2rem;
}

/* price-description */
.price-description {
	margin: 20px 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.price-description_big {
	font-size: 1.6rem;    
	margin: 20px 0 0;
	text-align: center;
}
/* price-minutely */
.price-minutely-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,.3);
}

.price-minutely {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 24px 0;
}
@media screen and (max-width: 1279px) {
  .price-minutely {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  .price-minutely {
    width: 100%;
  }
}

.price-minutely__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-minutely__row + .price-minutely__row {
  margin: 0 0 0 64px;
}

@media screen and (max-width: 1279px) {
  .price-minutely__row + .price-minutely__row {
    margin: 16px 0 0 0;
  }
}

.price-minutely__row-title {
  flex: none;
  width: 88px;
  margin-right: 24px;
  border: 1px solid #fff;
  font-size: 1.2rem;
  text-align: center;
}

.price-minutely__row-text {
  flex: auto;
  word-break: keep-all;
}
@media screen and (max-width: 1279px) {
  .price-minutely__row-text {
    font-size: 1.4rem;
  }
}

.price-minutely__row-text wbr::before {
  content: "\200B";
}

/* price-content */
.price-content {
  padding: 36px 0;
  border-top: 1px solid rgba(255,255,255,.3);
}
@media screen and (max-width: 768px) {
  .price-content {
    padding: 32px 0;
  }
}

.price-content--top {
  border-top: none;
}

.price-content--bottom {
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.price-content--card {
  padding: 32px 0;
  border-top: 1px solid #c7d3e6;
}
@media screen and (max-width: 1279px) {
  .price-content--card {
    max-width: 660px;
    margin: 0 auto;
    padding: 24px 0;
  }
}

.price-content--head {
  border-top: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .price-content--head .price-content__heading {
    font-size: 2.2rem;
  }
}

.price-content--slice {
  padding: 0;
}

.price-content__heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .price-content__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .price-content__heading {
    line-height: 1.4;
  }
}

.price-content__heading wbr::before {
  content: "\200B";
}

.price-content__text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price-content__text {
    font-size: 1.4rem;
  }
}

.price-content__text-item + .price-content__text-item {
  margin-top: 8px;
}

.price-content__link {
  color: #333;
}

.price-content__link--white {
  color: #333;
}

/* price-content__text-wrap--flex */
.price-content__text-wrap--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .price-content__text-wrap--flex {
    display: block;
  }
}

.price-content__text-wrap--flex .price-content__text {
  margin-top: 0;
}

.price-content__text-wrap--flex .price-content__text + .price-content__text {
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .price-content__text-wrap--flex .price-content__text + .price-content__text {
    margin-top: 24px;
    margin-left: 0;
  }
}


/* price-list */
.price-list {
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,.3);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .price-list {
    padding-top: 32px;
  }
}

.price-list__item {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .price-list__item {
    font-size: 1.2rem;
  }
}

.price-list__item::before {
  position: absolute;
  top: .6em;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}

.price-list__item + .price-list__item {
  margin-top: 8px;
}

/* detail-contents--compare */
/* compare-table */
.compare-table-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 414px) {
  .compare-table-wrap {
    padding-top: 48px;
  }
}

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

.compare-table__head {
  padding: 35px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 38.5%;
}
@media screen and (max-width: 768px) {
  .compare-table__head {
    width: 50%;
    padding: 28px 16px;
    font-size: 1.4rem;
  }
}

.compare-table__head:first-child {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .compare-table__head:first-child {
    display: none;
  }
}

.compare-table__head:nth-of-type(2) {
  background-color: #003e70;
}

.compare-table__head:nth-of-type(3) {
  background-color: #333;
}

.compare-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compare-table__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.compare-table__row:first-child > .compare-table__item {
  border: none;
}

.compare-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 38.5%;
  border-top: 1px solid #e3eaf6;
  padding: 20px 24px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .compare-table__item {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 50%;
    padding: 20px 16px;
  }
}

.compare-table__item:first-child {
  width: 23%;
  border-top: 1px solid #c7d3e6;
  background-color: #e3eaf6;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .compare-table__item:first-child {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .compare-table__item:first-child {
    width: 100%;
    padding: 12px 16px;
    border: none;
  }
}

.compare-table__item:nth-of-type(2) {
  background-color: #fff;
}

.compare-table__item:nth-of-type(3) {
  background-color: #f8f8f8;
}

.compare-table__item:nth-of-type(2),
.compare-table__item:nth-of-type(3) {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .compare-table__item:nth-of-type(2),
  .compare-table__item:nth-of-type(3) {
    font-size: 1.2rem;
  }
}

.compare-table__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.compare-table__item-strong {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 414px) {
  .compare-table__item-strong {
    font-size: 1.4rem;
  }
}

.compare-table__check {
  width: 22px;
  height: 22px;
}

.compare-table__cross {
  width: 14px;
  height: 14px;
}

/* table-list */
.table-list {
  width: 100%;
  max-width: 264px;
  line-height: 1.8;
  text-align: left;
  list-style: none;
}

.table-list__item {
  position: relative;
  padding-left: 10px;
}

.table-list__item::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
  transform: translate(0,-50%);
}

/* detail-contents--process */
/* process-list */
.process-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 82px;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .process-list {
    display: block;
    padding-top: 52px;
  }
}

.detail--houjin .process-list {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail--houjin .process-list {
    padding-top: 24px;
  }
}

.process-list__item {
  width: 100%;
  background-color: #fff;
}

.process-list__item + .process-list__item {
  position: relative;
  margin-left: 32px;
}
@media screen and (max-width: 1279px) {
  .process-list__item + .process-list__item {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 414px) {
  .process-list__item + .process-list__item {
    margin: 32px 0 0 0;
  }
}

.process-list__item + .process-list__item::before {
  position: absolute;
  top: 48px;
  left: -24px;
  content: "";
  display: block;
  width: 16px;
  height: 40px;
  border: 20px solid transparent;
  border-left: 16px solid #003e70;
}
@media screen and (max-width: 1279px) {
  .process-list__item + .process-list__item::before {
    top: -28px;
    left: 50%;
    width: 48px;
    height: 16px;
    margin-left: -24px;
    border: 24px solid transparent;
    border-top: 16px solid #003e70;
  }
}
@media screen and (max-width: 414px) {
  .process-list__item + .process-list__item::before {
    top: -24px;
  }
}

/* process-list--subpage */
.process-list--subpage {
  padding-top: 0;
}

/* process-content */
.process-content {
  margin: 0 48px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  .process-content {
    margin: 0 60px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .process-content {
    margin: 0 24px;
    padding-bottom: 24px;
  }
}

.process-content__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 36px 0 16px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .process-content__head {
    padding: 24px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .process-content__head {
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.process-content__bottom {
  padding-top: 16px;
  border-top: 1px solid #e3eaf6;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .process-content__bottom {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .process-content__bottom {
    text-align: left;
  }
}

.process-content__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .process-content__text {
    font-size: 1.4rem;
  }
}

.process-content__description {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .process-content__description {
    margin-top: 8px;
  }
}

/* detail-contents--area */
@media screen and (max-width: 768px) {
  .detail-contents--area {
    font-size: 1.4rem;
  }
}

/* -------------------------------
  plan
---------------------------------*/
/* plan-area */
.plan-area {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .plan-area--has-tag {
    padding-top: 12px;
  }
}

/* plan-card */
.plan-card {
 /* position: relative;*/
  padding: 0 32px ;
}
@media screen and (max-width: 1279px) {
  .plan-card {
    padding: 0 32px 72px;
  }
}
@media screen and (max-width: 768px) {
  .plan-card {
    padding: 0 16px 72px;
  }
}

.plan-card__tag {
  position: absolute;
  top: 0;
  right: 50%;
  display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 148px;
  height: 32px;
  padding: 0 48px;
  background-color: #f78600;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transform: translate(50%,-50%);
}
@media screen and (max-width: 1279px) {
  .plan-card__tag {
    height: 24px;
    font-size: 1.2rem;
  }
}

.plan-card__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* plan-card--white */
.plan-card--white {
  background-color: #fff;
  color: #333; 
	display: flex;
   flex-direction: column;    
	padding: 0 10px 30px;
}

.plan-card--white .price-head__title {
  color: #003e70;
}

/* plan-sub */
.plan-sub {
  margin-top: 64px;
}
@media screen and (max-width: 1279px) {
  .plan-sub {
    margin-top: 48px;
  }
}

.plan-sub--border {
  padding: 0 36px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .plan-sub--border {
    padding: 0;
  }
}

/* -------------------------------
  section-faq
---------------------------------*/
.section-faq {
  padding: 108px 0 168px;
}
@media screen and (max-width: 414px) {
  .section-faq {
    padding: 88px 0 128px;
  }
}

.section-faq.faq--houjin {
  padding: 36px 0 40px;
  background:#f1f1f1;
}

/* faq-wrap */
.faq-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 26px;
}
@media screen and (max-width: 1279px) {
  .faq-wrap {
    padding-top: 56px;
  }
}
@media screen and (max-width: 414px) {
  .faq-wrap {
    padding-top: 40px;
  }
}

.faq--houjin .faq-wrap {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .faq--houjin .faq-wrap {
    padding-top: 24px;
  }
}

/* faq-block */
.faq-block + .faq-block {
  margin-top: 42px;
}
@media screen and (max-width: 414px) {
  .faq-block + .faq-block {
    margin-top: 36px;
  }
}

.faq-block__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #003e70;
 /* font-family: "Noto Serif JP", serif;*/
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .faq-block__heading {
    height: 40px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .faq-block__heading {
    font-size: 1.6rem;
  }
}

/* faq-list */
.faq-list {
  padding-top: 38px;
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .faq-list {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .faq-list {
    padding-top: 24px;
  }
}

.faq--houjin .faq-list {
  padding-top: 0;
}

.faq-list__item + .faq-list__item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .faq-list__item + .faq-list__item {
    margin-top: 16px;
  }
}

.faq-list__disc-list {
  padding: 16px 0;
  list-style: none;
}

.faq-list__disc-item {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 414px) {
  .faq-list__disc-item {
    padding-left: 12px;
  }
}

.faq-list__disc-item::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
}
@media screen and (max-width: 414px) {
  .faq-list__disc-item::before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}

.faq-list__disc-item + .faq-list__disc-item {
  margin-top: 6px;
}

.faq-list__question {
  position: relative;
  padding: 20px 62px 20px 32px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 414px) {
  .faq-list__question {
    padding: 12px 40px 12px 16px;
  }
}

.faq--houjin .faq-list__question {
  background: #fff;
}

.faq-list__answer {
  position: relative;
  padding: 22px 32px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f3f3f3;
  word-break: break-all;
}
@media screen and (max-width: 414px) {
  .faq-list__answer {
    padding: 12px 16px;
  }
}

.faq-list__question::before,
.faq-list__answer::before {
  position: absolute;
  display: inline-block;
  margin-top: -1px;
  color: #003e70;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .faq-list__question::before,
  .faq-list__answer::before {
    margin-top: -2px;
  }
}

.faq-list__question::before {
  content: "Q";
}

.faq-list__answer::before {
  content: "A";
}

.faq-list__text {
  display: inline-block;
  padding-left: 32px;
}
@media screen and (max-width: 414px) {
  .faq-list__text {
    padding-left: 24px;
  }
}

.faq-list__link {
  color: #0276d6;
  font-weight: bold;
}

.faq-list__link:visited {
  color: #333;
}

/* -------------------------------
  section-sub
---------------------------------*/
.section-sub {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-sub {
    padding-top: 24px;
  }
}

/* -------------------------------
  footer
---------------------------------*/
.footer {
  padding: 64px 0 0px;
  background-color: #003e70;
}
@media screen and (max-width: 414px) {
  .footer {
    padding: 36px 0 0px;
  }
}

@media screen and (max-width: 1279px) {
  .footer.footer--houjin {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 768px) {
  .footer.footer--houjin {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 414px) {
  .footer.footer--houjin {
    margin-bottom: 89px;
  }
}

.footer .tel-number {
  color: #fff;
}

.footer__inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    padding: 0 40px;
  }
}

.footer__inner + .footer-nav {
  border-top: 1px solid rgba(255,255,255,.3);
}


/* footer-top */
.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 42px;
  color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
  }
}

.footer-top__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-top__content {
    width: 100%;
    text-align: center;
  }
}

.footer-top__content + .footer-top__content {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .footer-top__content + .footer-top__content {
    margin: 36px 0 0 0;
  }
}

.footer-top__title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-top__title {
    font-size: 1.4rem;
  }
}

.footer-top__tel {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding-left: 56px;
  font-family: "Times New Roman", Times, serif;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .footer-top__tel {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__tel {
    margin-top: 8px;
    padding-left: 44px;
    font-size: 3.2rem;
  }
}

.footer-top__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 41px;
  height: 27px;
  background: url(../img/ic_tel_01.svg) no-repeat;
  background-size: 41px 27px;
  transform: translate(0,-50%);
}
@media screen and (max-width: 768px) {
  .footer-top__tel::before {
    width: 30px;
    height: 20px;
    background-size: 30px 20px;
  }
}

.footer-top__tel--overseas {
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .footer-top__tel--overseas {
    margin-top: 16px;
    padding-left: 32px;
    font-size: 2.8rem;
  }
}

.footer-top__tel--overseas::before {
  width: 28px;
  height: 28px;
  background: url(../img/ic_call.svg) no-repeat;
  background-size: 28px 28px;
}
@media screen and (max-width: 768px) {
  .footer-top__tel--overseas::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

.footer-top__description {
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .footer-top__description {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top__description {
    margin-top: 12px;
  }
}

/* footer-list */
.footer-list {
  list-style: none;
}

.footer-list__item + .footer-list__item {
  margin-top: 18px;
}

.footer-list__link {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
}

.footer-list__link:hover {
  opacity: .7;
}

.footer-list__link[href*=".pdf"]::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url(../img/ic_pdf.svg) no-repeat;
  background-size: 15px 15px;
  transform: translate(0,-50%);
}

/* footer-nav */
.footer-nav {
  padding: 20px 0;
}
@media screen and (max-width: 414px) {
  .footer-nav {
    padding: 24px 0;
  }
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    display: block;
    text-align: center;
    padding: 0 16px;
  }
}

.footer-nav-list__item + .footer-nav-list__item {
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .footer-nav-list__item + .footer-nav-list__item {
    margin-top: 4px;
    margin-left: 0;
  }
}

.footer-nav-list__link {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.footer-nav-list__link:hover {
  opacity: .7;
}

.footer-nav-list__link[href*=".pdf"] {
  padding-right: 28px;
}

.footer-nav-list__link[href*=".pdf"]::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url(../img/ic_pdf.svg) no-repeat;
  background-size: 15px 15px;
  transform: translate(0,-50%);
}

/* footer-bottom */
.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 24px 0;
  background-color: #fff;
}
@media screen and (max-width: 414px) {
  .footer-bottom {
    padding: 16px 0;
  }
}

.footer-bottom__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
}

.footer-bottom__logo > img {
  width: 58px;
  height: 12px;
}
@media screen and (max-width: 414px) {
  .footer-bottom__logo > img {
    width: 48px;
    height: 10px;
  }
}

.footer-bottom__copylight {
  margin-left: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 414px) {
  .footer-bottom__copylight {
    margin-left: 10px;
    font-size: 1rem;
  }
}

/* footer--thin */
.footer--thin {
  padding: 0;
}

/* footer--center */
.footer--center .footer-top {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.footer--center .footer-top__content {
  text-align: center;
}

/* -------------------------------
  sub page
---------------------------------*/
/* header--subpage */
.header--subpage .header-inner {
  background: #ffffff;
}

/* -----------------
  subpage-head
------------------*/
.subpage-head {
  padding: 112px 0 48px;
  background-color: #003e70;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .subpage-head {
    padding: 98px 0 48px;
    background-color: #003e70;
  }
}

.subpage-head__subheading {
  margin-top: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .subpage-head__subheading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .subpage-head__subheading {
    font-size: 1.8rem;
  }
}

/* subpage-head--case */
.subpage-head--case {
  padding: 112px 0 160px;
}
@media screen and (max-width: 414px) {
  .subpage-head--case {
    padding: 104px 0 48px;
  }
}

/* subpage-top */
.subpage-top {
  padding-bottom: 72px;
}

/* -----------------
  download
------------------*/
/* download-inner */
.download-inner {
  padding: 0 42px;
}
@media screen and (max-width: 768px) {
  .download-inner {
    padding: 0 32px;
  }
}

/* download-main */
.download-main {
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .download-main {
    padding: 40px 0;
  }
}

/* download-list */
.download-list-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.download-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.download-list--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.download-list__item {
  position: relative;
  width: 32%;
  background-color: #f3f3f3;
  transition: all .3s;
}
@media screen and (max-width: 1279px) {
  .download-list__item {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .download-list__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.download-list__item:hover {
  opacity: .7;
}

.download-list__item + .download-list__item {
  margin-left: 2%;
}
@media screen and (max-width: 1279px) {
  .download-list__item + .download-list__item {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .download-list__item + .download-list__item {
    margin-left: auto;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .download-list__item + .download-list__item:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .download-list__item + .download-list__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .download-list__item + .download-list__item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .download-list__item + .download-list__item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .download-list__item + .download-list__item:nth-of-type(3n+1) {
    margin-left: 3%;
  }
  .download-list__item + .download-list__item:nth-of-type(odd) {
    margin-left: 0;
  }
}

.download-list__link[href*=".pdf"] .download-list__top::before {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/ic_pdf_02.svg) no-repeat;
  background-size: 24px 24px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .download-list__link[href*=".pdf"] .download-list__top::before {
    top: 12px;
    left: 12px;
  }
}

.download-list__link {
  text-decoration: none;
}

.download-list__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 232px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .download-list__top {
    height: 200px;
  }
}

.download-list__top--horizontal .download-list__figure {
  width: 208px;
}
@media screen and (max-width: 768px) {
  .download-list__top--horizontal .download-list__figure {
    width: 184px;
  }
}

.download-list__bottom {
  padding: 8px 32px 32px;
}
@media screen and (max-width: 768px) {
  .download-list__bottom {
    padding: 4px 24px 24px;
  }
}

.download-list__title {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .download-list__title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.download-list__title wbr::before {
  content: "\200B"
}

.download-list__text {
  margin-top: 16px;
  color: #333;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .download-list__text {
    margin-top: 12px;
  }
}

.download-list__figure {
  width: 128px;
}
@media screen and (max-width: 768px) {
  .download-list__figure {
    width: 108px;
  }
}

.download-list__accordion {
  margin-top: 16px;
}

/* .download-list__item--btn-link */
.download-list__item--btn-link:hover {
  opacity: 1;
}

.download-list__item--btn-link .download-list__bottom {
  padding: 8px 32px 96px;
}
/* @media screen and (max-width: 768px) {
  .download-list__item--btn-link .download-list__bottom {
    padding: 4px 24px 24px;
  }
} */

.download-list__btn {
  position: absolute;
  bottom: 32px;
  padding: 0 32px;
}

/* ------------------------------
  accordion
---------------------------------*/
.small-accordion {
  background-color: #e8e8e8;
}

.small-accordion__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
}

.small-accordion__heading-text {
  position: relative;
  padding-left: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.small-accordion__heading-text::before,
.small-accordion__heading-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3px;
  height: 12px;
  margin: -6px 0 0 0;
  background: #003e70;
}

.small-accordion__heading-text::after {
  transform: rotate(90deg);
}

.small-accordion__content {
  padding: 0 12px 6px;
  font-size: 1.2rem;
}

.js-open .small-accordion__heading-text::before {
  display: none;
}


/* -------------------------------
  form
---------------------------------*/
/* form-select */
.form-select-wrap {
  position: relative;
  width: 100%;
}

.form-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url(../img/ic_arrow_down.svg) no-repeat;
  background-size: 14px 8px;
  transform: translate(0,-50%);
}

.form-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 28px 0 12px;
  border: 1px solid #003e70;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
}

.form-select::-ms-expand {
  display: none;
}

/* form-select modal */
.form-select-wrap--modal {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-select-wrap--modal {
    width: 100%;
  }
}

.form-select--modal {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .form-select--modal {
    width: 100%;
  }
}

/* -------------------------------
  js
---------------------------------*/
/* -----------------
  js-header
------------------*/
@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header.js-header-fix {
  position: fixed;
  top: 0;
  animation: header 0.2s ease-out forwards;
  -moz-animation: header 0.2s ease-out forwards;
  -webkit-animation: header 0.2s ease-out forwards;
  -ms-animation: header 0.2s ease-out forwards;
}

.js-header-fix .header-inner {
  background-color: #fff;
}

.js-header-fix .header-title__text {
  color: #333;
}

.js-header-fix .header-nav__reference {
  color: #003e70;
}

.js-header-fix .tel-number {
  color: #003e70;
}

.js-header-fix .header-nav__link {
  color: #003e70;
}

.js-header-fix .header-nav__tel-icon::before {
  background: url(../img/ic_tel_02.svg) no-repeat;
  background-size: 22px 15px;
}

.js-header-fix .header-nav__tel-icon--overseas::before {
  background: url(../img/ic_call_02.svg) no-repeat;
  background-size: 16px 16px;
}

.js-header-fix .header-nav-list__link {
  color: #FFFFFF;
}

.js-header-fix .header-menu-btn {
  background: url(../img/ic_header_menu_02.svg) no-repeat center;
  background-size: 18px 15px;
}

/* -----------------
  js-accordion
------------------*/
.js-accordion {
  display: none;
}

/* js-accordion-btn */
.js-accordion-btn {
  cursor: pointer;
}

/* js faq-block */
.faq-block__heading.js-accordion-btn,
.faq-list__question.js-accordion-btn {
  position: relative;
}

.faq-block__heading.js-accordion-btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../img/ic_plus.svg) no-repeat;
  background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
  .faq-block__heading.js-accordion-btn::after {
    top: 16px;
  }
}
@media screen and (max-width: 414px) {
  .faq-block__heading.js-accordion-btn::after {
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -12px;
    background-size: 16px 16px;
  }
}

.faq-block__heading.js-accordion-btn.js-open::after {
  background: url(../img/ic_minus.svg) no-repeat;
  background-size: 20px 20px;
}

/* js faq-list */
.faq-list__question.js-accordion-btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: "";
  display: block;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(../img/ic_arrow_down.svg) no-repeat;
  background-size: 14px 8px;
}
@media screen and (max-width: 414px) {
  .faq-list__question.js-accordion-btn::after {
    right: 16px;
  }
}

.faq-list__question.js-accordion-btn.js-open::after {
  background: url(../img/ic_arrow_up.svg) no-repeat;
  background-size: 14px 8px;
}

/* -----------------
  js-modal
------------------*/
.modal {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 3;
}

.modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-height: calc(100vh - 10%);
  padding: 48px 40px;
  background: #fff;
  transform: translate(-50%,-50%);
  overflow-y: scroll;
}
@media screen and (max-width: 1279px) {
  .modal__content {
    padding: 48px 28px;
  }
}
@media screen and (max-width: 414px) {
  .modal__content {
    padding: 32px 28px 40px;
  }
}

.modal__head {
  padding-bottom: 28px;
}
@media screen and (max-width: 414px) {
  .modal__head {
    padding-bottom: 12px;
  }
}

.modal__heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__heading {
    font-size: 1.8rem;
  }
}

.modal__body--border {
  border-top: 1px solid #c7d3e6;
}

.modal__body-box {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .modal__body-box {
    padding: 32px 0;
  }
}

.modal__body-box--form {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .modal__body-box--form {
    padding: 32px 0 0;
  }
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(../img/ic_close.svg) no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}

/* modal--overseas */
.modal--overseas .modal__content {
  width: 92%;
  max-width: 1090px;
}
.modal--overseas .modal__main {
  max-width: 824px;
  margin: 0 auto;
}

/* modal--confirm */
.modal--confirm .modal__content {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .modal--confirm .modal__content {
    width: 92%;
  }
}

/* modal--middle */
.modal--middle .modal__content {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1279px) {
  .modal--middle .modal__content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .modal--middle .modal__content {
    width: 92%;
  }
}

/* modal--select */
@media screen and (min-width: 769px) {
  .modal--select .modal__content {
    top: 40%;
  }
}

/* modal-img */
.modal-img {
  text-align: center;
}

/* modal-map */
.modal-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 342px;
  background: url(../img/img_map.png) no-repeat center;
  background-size: 600px 264px;
}
@media screen and (max-width: 768px) {
  .modal-map {
    margin: 0 -28px;
  }
}
@media screen and (max-width: 414px) {
  .modal-map {
    height: 276px;
    background: url(../img/img_map.png) no-repeat top 0 center;
    background-size: 344px 186px;
  }
}

/* js-modal-open */
.js-modal-open {
  cursor: pointer;
}

/* -----------------
  js-header-menu
------------------*/
.js-header-menu {
  display: none;
}

/* js-header-menu-btn */
.js-header-menu-btn {
  cursor: pointer;
}

/* -----------------
  js-tab
------------------*/
.js-tab-nav {
  cursor: pointer;
}

.js-tab-contents {
  display: none;
}

.js-tab-contents.js-show {
  display: block;
}

/* js-active */
/* function-tab-nav js-active */
.function-tab-nav__item.js-active {
  background-color: #fff;
  color: #333;
}

.function-tab-nav__item.js-active:hover {
  opacity: 1;
  transition: unset;
}

.function-tab-nav__item.js-active + .function-tab-nav__item::before {
  content: none;
}

.js-active .function-tab-nav__number {
  color: #ddd;
}

/* process-main-tab-nav js-active */
.process-main-tab-nav__item.js-active {
  background-color: #e3eaf6;
  color: #333;
}


/* -----------------
  swiper.js
------------------*/
.swiper-container {
  margin-top: 96px;
  padding: 0 10%;
}
@media screen and (max-width: 1279px) {
  .swiper-container {
    margin-top: 64px;
    padding: 0 42px;
  }
}
@media screen and (max-width: 414px) {
  .swiper-container {
    margin-top: 52px;
    padding: 0 32px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-color: #003e70;
  background-image: none;
}
@media screen and (max-width: 1279px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 3%;
}

.swiper-button-next {
  right: 3%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  transform: translate(-50%,-50%);
}

.swiper-button-prev::after {
    background: url(../img/ic_arrow_left.svg) no-repeat;
    background-size: 9px 15px;
}
.swiper-button-next::after {
    background: url(../img/ic_arrow_right.svg) no-repeat;
    background-size: 9px 15px;
}

.swiper-button-prev.swiper-button-disabled ,
.swiper-button-next.swiper-button-disabled  {
  background-color: #ddd;
  opacity: 1;
}

.swiper-slide {
  opacity: .5;
}

.swiper-slide-prev.swiper-slide-visible {
  opacity: .5;
}

.swiper-slide-visible {
  opacity: 1;
}
.l-container01_price .icon-pro02 {
    background-color: #F78600;
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
    padding: 0 14px;
    position: absolute;
    right: 4%;
}
.c-modal01__close::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url(../../assets/img/price/icon_cansel01_white.svg) no-repeat center / contain;
}
.p-priceOption__column01 {
    display: inherit; 
    grid-template-columns: inherit; 
    margin-bottom: 40px;
}
.p-priceOption__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
@media screen and (max-width: 768px) {
	.p-priceOption__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
 }
.p-priceOption__column01Lead span {
	font-size: 1.2rem;
}
.more_small {
	font-size: 1.0rem;
}
.p-priceOption__listText01Num {
    min-width: inherit;
}
.p-priceOption__listText01 {
    line-height: 1;
}
.p-priceOption__column01Body {
    padding: 24px 0;
}
.p-priceOption__listItem {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
}
.p-priceFunction__title01 {
    font-size: 4.2rem;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.p-priceOption__inner {
    padding: 80px 0 0px;
}
.first_price {
	padding: 0 0 50px;
}
.p-priceFlow__title {
    margin-bottom: 28px;
    text-align: center;
}
.bunner_img{
	max-width: 848px;
	width: 90%;
	margin: auto;
    transition: all .3s;
}
.bunner_img:hover {
	opacity: .7;
}
.l-container01 {
    max-width: 1280px;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.p-priceFunction__list {
    max-width: 1280px;
    width: 100%;
}
.p-priceOption__list {
    max-width: 1280px;
    width: 100%;
}
.p-priceOption__listLogoImg {
    max-width: 207px;
    width: 100%;
}
.p-priceFunction__listLink--icon06::before {
    background-image: url(../../assets/img/price/ic_story.svg);
}
.p-priceFunction__listLink--icon11::before {
    background-image: url(../../assets/img/price/ic_article.svg);
}
.p-priceFunction__listLink--icon13::before {
    background-image: url(../../assets/img/price/ic_nkd.svg);
}
.p-priceFunction__listLink--icon01::before {
    background-image: url(../../assets/img/price/ic_jinji.svg);
}
.p-priceFunction__listLink--icon12::before {
    background-image: url(../../assets/img/price/ic_chouyukan.svg);
}
.p-priceFunction__listLink--icon04::before {
    background-image: url(../../assets/img/price/ic_translation_02.svg);
}
.p-priceFunction__listLink--icon10::before {
    background-image: url(../../assets/img/price/ic_column_02.svg);
}
.p-priceFunction__listLink--icon02::before {
    background-image: url(../../assets/img/price/ic_clip_02.svg);
}
.p-priceFunction__listLink--icon03::before {
    background-image: url(../../assets/img/price/ic_smartphone.svg);
}
.p-priceFunction__listLink--icon05::before {
    background-image: url(../../assets/img/price/ic_paper.svg);
}
.p-priceFunction__listLink--icon09::before {
    background-image: url(../../assets/img/price/ic_foryou_02.svg);
}
.p-priceFunction__listLink--icon07::before {
    background-image: url(../../assets/img/price/ic_group_02.svg);
}
.p-priceFunction__listLink--icon08::before {
    background-image: url(../../assets/img/price/ic_gift_02.svg);
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
    .p-priceFunction__title01 {
        font-size: 2.8rem;
    }
	.p-priceOption__listItem {
		padding: 5px 8px;
	}
	.p-priceOption__listText02 {
		font-size: 1.2rem;
	}
	.p-priceOption__listItem .p-priceOption__listText02 {
		text-align: left;
		padding: 0 10px 10px;
	}
	.p-priceOption__listLogo {
		margin-bottom: 5px;
	}
	.bunner_img {
		width: 100%;
	}
}
.p-priceOption__listItem a:hover{
	    opacity: .7;
		transition: all .3s;
}