@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*overflow-y: scroll;*/
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  vertical-align: top;
}

* {
  -webkit-filter: inherit;
          filter: inherit;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

/* Font Set
------------------------------------------------------------------------------*/
body {
  background-color: #ffffed;
  font-family: "Zen Old Mincho", serif;
  font-size: 62.5%;
  line-height: 1.6;
  font-weight: 500;
  color: #33606c;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-eb-garamond {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}

/* --------------------------------------------------
  iconfont
-------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?k9js36");
  src: url("../font/icomoon.eot?k9js36#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?k9js36") format("truetype"), url("../font/icomoon.woff?k9js36") format("woff"), url("../font/icomoon.svg?k9js36#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-x:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-insta:before {
  content: "\e903";
}

/* modules
------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  line-height: 1;
}

a {
  color: #33606c;
  text-decoration: underline;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
@media (hover: hover) {
  .notouch a:hover {
    color: #6da6b4;
    text-decoration: none;
  }
}

/* utility
------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 320px;
}

body:not(.top) #main_section {
  padding-top: 250px;
}
@media screen and (max-width: 1023px) {
  body:not(.top) #main_section {
    padding-top: 187.5px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.top) #main_section {
    padding-top: 125px;
  }
}
@media print {
  body:not(.top) #main_section {
    padding-top: 30mm;
  }
}

#main_section {
  -webkit-transition: opacity 500ms ease 100ms;
  transition: opacity 500ms ease 100ms;
}
@media screen and (max-width: 767px) {
  #main_section {
    width: 100%;
  }
}
body:not(.load) #main_section {
  opacity: 0;
  visibility: hidden;
}
.load #main_section {
  opacity: 1;
  visibility: visible;
}
/* --------------------------------------------------
	各ウィンドウサイズのmedia query
	@media screen and (min-width: 1366px) {
		PC（1366px〜）の広い画面の記述を入れる
	}
	@media screen and (min-width: 1024px) and (max-width: 1365px) {
		PC（1024px〜1365px）の狭い画面の記述を入れる
	}
	@media screen and (min-width: 1024px) {
		PC（1024px〜）の記述を入れる
	}
	@media screen and (min-width: 768px) and (max-width: 1023px) {
		タブレット（768px〜1023px）の記述を入れる
	}

	基本的には以下のみを使用する
	@media screen and (min-width: 768px) {
		PCとタブレット（768px〜）の記述を入れる
	}
	@media screen and (max-width: 767px) {
		スマホ（〜767px）の記述を入れる
	}
-------------------------------------------------- */
/* --------------------------------------------------
	各ウィンドウサイズでの表示非表示
	1024px〜      .pc_onlyか.dpcを使用
	768px〜1023px .tb_onlyか.dtbを使用
	768px〜       .tbpc_onlyか.dtbpcを使用
	〜767px       .sp_onlyか.dspを使用
-------------------------------------------------- */
/* --------------------------------------------------
	1280px〜 wide style
-------------------------------------------------- */
/* --------------------------------------------------
	1024px〜 1279px middle style
-------------------------------------------------- */
@media screen and (max-width: 1439px) {
  .wide_only {
    display: none !important;
  }
}
@media print {
  .wide_only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tbpc_only {
    display: none !important;
  }
}

.tb_only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tb_only {
    display: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .tb_only {
    display: none !important;
  }
}

.tbsp_only {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .tbsp_only {
    display: initial !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: initial !important;
  }
}

/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .open_menu .wrapper {
    width: 100%;
    height: 100%;
  }
}

/* --------------------------------------------------
	320px以下 最小サイズ以下
-------------------------------------------------- */
@media screen and (max-width: 320px) {
  body {
    overflow-x: scroll;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* --------------------------------------------------
	印刷設定
-------------------------------------------------- */
@page {
  margin: 0mm 5mm;
  size: A4 portrait;
}
@media print {
  body {
    width: 210mm;
    height: 297mm;
  }
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
.header-logo {
  position: absolute;
  top: 60px;
  left: 85px;
  width: 120px;
}
@media screen and (max-width: 1279px) {
  .header-logo {
    left: 6.640625vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-logo {
    top: 55.25px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    top: 14.5px;
    left: 2.6666666667%;
    width: 80px;
  }
}
@media print {
  .header-logo {
    top: 5mm;
    left: 10mm;
    width: 20mm;
  }
}

/* --------------------------------------------------
  header-nav
-------------------------------------------------- */
.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 0 592px;
  background-color: #e2f0f4;
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 767px) {
  .header-nav {
    border-radius: 0 0 0 80px;
  }
}
.open-menu .header-nav {
  width: 815px;
}
@media screen and (max-width: 767px) {
  .open-menu .header-nav {
    width: 100%;
  }
}
.header-nav .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 815px;
}
@media screen and (max-width: 767px) {
  .header-nav .inner {
    width: 100vw;
  }
}
.header-nav-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
}
.header-gnav {
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .header-gnav {
    padding-top: 58.5px;
  }
}
.header-gnav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 10.4294478528%;
  border-bottom: 1px solid #6da6b4;
}
@media screen and (max-width: 1279px) {
  .header-gnav-box {
    padding-right: 6.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .header-gnav-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 19.5px;
    padding-bottom: 19.5px;
    padding-right: 8%;
    padding-left: 8%;
  }
}
.header-gnav-main {
  margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
  .header-gnav-main {
    width: auto;
    margin-bottom: 11.7px;
  }
}
.header-gnav-main-item {
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header-gnav-main-item {
    font-size: 23.8px;
  }
}
@media print {
  .header-gnav-main-item {
    font-size: 23.8px;
  }
}
.header-gnav-main-item a {
  text-decoration: none;
}
@media (hover: hover) {
  .notouch .header-gnav-main-item a:not(.cu):hover {
    color: #6da6b4;
  }
}
.header-gnav-main-item a.cu {
  background-color: #43889a;
  color: #fff;
}
.header-gnav-sub {
  margin-bottom: -9px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .header-gnav-sub {
    width: auto;
    margin-bottom: 13.65px;
    margin-left: 0;
  }
}
.header-gnav-sub-item {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header-gnav-sub-item {
    font-size: 18.7px;
  }
}
@media print {
  .header-gnav-sub-item {
    font-size: 18.7px;
  }
}
.header-gnav-sub-item a {
  text-decoration: none;
}
@media (hover: hover) {
  .notouch .header-gnav-sub-item a:not(.cu):hover {
    color: #6da6b4;
  }
}
.header-gnav-sub-item a.cu {
  background-color: #43889a;
  color: #fff;
}
.header-gnav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .header-gnav-sns {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
}
.header-gnav-sns-item {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .header-gnav-sns-item {
    font-size: 15.6px;
  }
}
@media print {
  .header-gnav-sns-item {
    font-size: 15.6px;
  }
}
.header-gnav-sns-item:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .header-gnav-sns-item:not(:first-child) {
    margin-left: 9.75px;
  }
}
.header-gnav-sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #33606c;
  border-radius: 100%;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: border 400ms ease-in-out, color 400ms ease-in-out;
  transition: border 400ms ease-in-out, color 400ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-gnav-sns-item a {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
@media print {
  .header-gnav-sns-item a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .notouch .header-gnav-sns-item a:hover {
    border-color: #6da6b4;
    color: #6da6b4;
  }
}
.header-gnav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  padding-right: 10.4294478528%;
}
@media screen and (max-width: 1279px) {
  .header-gnav-bottom {
    padding-right: 6.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .header-gnav-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 32.5px;
    padding-right: 8%;
    padding-left: 8%;
  }
}
.header-gnav-snav {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .header-gnav-snav {
    margin-bottom: 32.5px;
  }
}
.header-gnav-snav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header-gnav-snav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.header-gnav-snav-item {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header-gnav-snav-item {
    font-size: 15.3px;
  }
}
@media print {
  .header-gnav-snav-item {
    font-size: 15.3px;
  }
}
.header-gnav-snav-item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .header-gnav-snav-item:not(:first-child) {
    margin-left: 0;
  }
}
.header-gnav-snav-item a {
  text-decoration: none;
}
@media (hover: hover) {
  .notouch .header-gnav-snav-item a:not(.cu):hover {
    color: #6da6b4;
  }
}
.header-gnav-snav-item a.cu {
  background-color: #43889a;
  color: #fff;
}
.header-gnav-logo {
  max-width: 120px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-gnav-logo {
    max-width: 104px;
  }
}

/* --------------------------------------------------
  header-menu
-------------------------------------------------- */
.header-menu {
  position: fixed;
  top: 85px;
  right: 85px;
  z-index: 11;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1279px) {
  .header-menu {
    right: 6.640625vw;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu {
    top: 55.25px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    top: 20px;
    right: 5.3333333333%;
    width: 60px;
    height: 60px;
  }
}
@media print {
  .header-menu {
    display: none;
  }
}
.header-menu-inner {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #dedede;
  background-color: #43889a;
  border-radius: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.1em;
  -webkit-transition: border 400ms ease, background 400ms ease, color 400ms ease;
  transition: border 400ms ease, background 400ms ease, color 400ms ease;
}
@media screen and (max-width: 767px) {
  .header-menu-inner {
    font-size: 14px;
  }
}
@media print {
  .header-menu-inner {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .notouch .header-menu-inner:hover {
    background-color: #cfe6ec;
    color: #33606c;
  }
}
.open-menu .header-menu-inner {
  border-color: #FFF;
}
.header-menu-box {
  position: relative;
}
.header-menu-box .normal,
.header-menu-box .close {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.open-menu .header-menu-box .normal {
  opacity: 0;
}
.header-menu-box .close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.open-menu .header-menu-box .close {
  opacity: 1;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  margin-top: 130px;
  padding: 130px 0;
  background-color: #f4f4e6;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 84.5px;
    padding: 84.5px 0;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.71875%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 84%;
  }
}
.footer-logo {
  width: 120px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 104px;
    margin-bottom: 30px;
  }
}
.footer-box {
  width: calc(100% - 160px - 7.7477477477%);
}
@media screen and (max-width: 767px) {
  .footer-box {
    width: 100%;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 19.5px;
    padding-bottom: 19.5px;
  }
}
.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 650px;
  margin-bottom: -22px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    width: 100%;
    margin-bottom: 5.2px;
  }
}
.footer-nav-item {
  margin-bottom: 22px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-bottom: 14.3px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-right: 13px;
  }
}
.footer-nav-item a {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-nav-item a {
    font-size: 15.3px;
  }
}
@media print {
  .footer-nav-item a {
    font-size: 15.3px;
  }
}
.footer-nav-item.big a {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav-item.big a {
    font-size: 17px;
  }
}
@media print {
  .footer-nav-item.big a {
    font-size: 17px;
  }
}
.footer-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-nav-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-nav-sns-item:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer-nav-sns-item:not(:first-child) {
    margin-left: 9.75px;
  }
}
.footer-nav-sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #33606c;
  border-radius: 100%;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: border 400ms ease-in-out, color 400ms ease-in-out;
  transition: border 400ms ease-in-out, color 400ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .footer-nav-sns-item a {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
@media print {
  .footer-nav-sns-item a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .notouch .footer-nav-sns-item a:hover {
    border-color: #6da6b4;
  }
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-snav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer-snav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
    margin-bottom: 32.5px;
  }
}
.footer-snav-item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-snav-item:not(:last-child) {
    margin-right: 0;
  }
}
.footer-snav-item a {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-snav-item a {
    font-size: 13.6px;
  }
}
@media print {
  .footer-snav-item a {
    font-size: 13.6px;
  }
}
.footer-copyright {
  font-size: 14px;
}

/* --------------------------------------------------
  parts-btn
-------------------------------------------------- */
.parts-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  width: 100%;
  max-width: 404px;
  padding: 25px 10px;
  border: 1px solid #33606c;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border 400ms ease, background 400ms ease, color 400ms ease;
  transition: border 400ms ease, background 400ms ease, color 400ms ease;
}
@media screen and (max-width: 767px) {
  .parts-btn {
    padding: 16.25px 6.5px;
  }
}
@media (hover: hover) {
  .notouch .parts-btn:not([disabled]):hover {
    border-color: #6da6b4;
    color: #6da6b4;
  }
  .notouch .parts-btn:not([disabled]):hover .parts-arrow {
    border-left-color: #6da6b4;
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
  .notouch .parts-btn:not([disabled]):hover .parts-plus {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .notouch .parts-btn:not([disabled]):hover .parts-plus::before, .notouch .parts-btn:not([disabled]):hover .parts-plus::after {
    background-color: #6da6b4;
  }
}
.parts-btn-small {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .parts-btn-small {
    padding: 11.7px 6.5px;
  }
}
.parts-btn-small .parts-btn-text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .parts-btn-small .parts-btn-text {
    font-size: 13.6px;
  }
}
@media print {
  .parts-btn-small .parts-btn-text {
    font-size: 13.6px;
  }
}
.parts-btn-color {
  border-color: #43889a;
  background-color: #43889a;
  color: #FFF;
}
@media (hover: hover) {
  .notouch .parts-btn-color:not([disabled]):hover {
    border-color: #6da6b4;
    background-color: #6da6b4;
    color: #dedede;
  }
  .notouch .parts-btn-color:not([disabled]):hover .parts-arrow {
    border-left-color: #dedede;
  }
  .notouch .parts-btn-color:not([disabled]):hover .parts-arrow::after {
    border-left-color: #6da6b4;
  }
}
.parts-btn-color-white {
  border-color: #FFF;
  background-color: #FFF;
}
@media (hover: hover) {
  .notouch .parts-btn-color-white:not([disabled]):hover {
    border-color: #e2f0f4;
    background-color: #e2f0f4;
    color: #6da6b4;
  }
  .notouch .parts-btn-color-white:not([disabled]):hover .parts-arrow {
    border-left-color: #6da6b4;
  }
  .notouch .parts-btn-color-white:not([disabled]):hover .parts-arrow::after {
    border-left-color: #6da6b4;
  }
}
.parts-btn-white {
  border-color: #FFF;
  color: #FFF;
}
@media (hover: hover) {
  .notouch .parts-btn-white:not([disabled]):hover {
    border-color: #6da6b4;
    color: #6da6b4;
  }
  .notouch .parts-btn-white:not([disabled]):hover .parts-arrow {
    border-left-color: #6da6b4;
  }
}
.parts-btn-text {
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .parts-btn-text {
    font-size: 17px;
  }
}
@media print {
  .parts-btn-text {
    font-size: 17px;
  }
}
.parts-btn .parts-arrow,
.parts-btn .parts-plus {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border 400ms ease, -webkit-transform 400ms ease;
  transition: border 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border 400ms ease;
  transition: transform 400ms ease, border 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (max-width: 767px) {
  .parts-btn .parts-arrow,
  .parts-btn .parts-plus {
    right: 12px;
  }
}
.parts-btn .parts-arrow {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.parts-btn-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .parts-btn-icon {
    top: 3px;
    margin-right: 8.45px;
  }
}
.parts-btn-icon .icon-line {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .parts-btn-icon .icon-line {
    font-size: 20.4px;
  }
}
@media print {
  .parts-btn-icon .icon-line {
    font-size: 20.4px;
  }
}
.parts-btn-icon .icon-mail {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .parts-btn-icon .icon-mail {
    font-size: 15.3px;
  }
}
@media print {
  .parts-btn-icon .icon-mail {
    font-size: 15.3px;
  }
}
.parts-btn-icon + .parts-btn-text {
  display: inline-block;
  vertical-align: middle;
}

/* --------------------------------------------------
  parts-arrow
-------------------------------------------------- */
.parts-arrow {
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-color: #33606c;
}
.parts-btn-color .parts-arrow, .parts-btn-white .parts-arrow {
  border-left-color: #fff;
}
.parts-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 11px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #ffffed;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}
.parts-btn-color .parts-arrow::after, .parts-btn-white .parts-arrow::after {
  border-left-color: #43889a;
}
.parts-arrow-wide {
  border-width: 27px;
  border-top-width: 16px;
  border-bottom-width: 16px;
}
@media screen and (max-width: 767px) {
  .parts-arrow-wide {
    border-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}
.parts-arrow-wide::after {
  border-width: 24px;
  border-top-width: 14px;
  border-bottom-width: 14px;
}
@media screen and (max-width: 767px) {
  .parts-arrow-wide::after {
    border-width: 13px;
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
}
.parts-arrow-white {
  border-left-color: #fff;
}
.parts-arrow-white::after {
  border-left-color: #43889a;
}

/* --------------------------------------------------
  parts-plus
-------------------------------------------------- */
.parts-plus {
  position: relative;
  width: 20px;
  height: 20px;
}
.parts-plus::before, .parts-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #33606c;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}
.parts-btn-color .parts-plus::before, .parts-btn-white .parts-plus::before, .parts-btn-color .parts-plus::after, .parts-btn-white .parts-plus::after {
  background-color: #fff;
}
.parts-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.parts-plus-wide {
  width: 40px;
  height: 40px;
}
.parts-plus-white::after {
  background-color: #fff;
}

/* --------------------------------------------------
  parts-hd
-------------------------------------------------- */
.parts-hd {
  display: block;
  position: relative;
  font-size: 40px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parts-hd {
    font-size: 34px;
  }
}
@media print {
  .parts-hd {
    font-size: 34px;
  }
}
.parts-hd:first-child {
  margin-top: -0.35em;
}
@media screen and (max-width: 767px) {
  .parts-hd:first-child {
    margin-top: -0.2275em;
  }
}
@media print {
  .parts-hd:first-child {
    margin-top: -0.2275em;
  }
}
.parts-hd-white {
  color: #FFF;
}
.parts-hd::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -32px;
  width: 55px;
  height: 52px;
  background: url(../img/common/title-bg.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .parts-hd::before {
    top: -13px;
    left: -20.8px;
    width: 35.75px;
    height: 33.8px;
  }
}
@media print {
  .parts-hd::before {
    display: none;
  }
}

/* --------------------------------------------------
  parts-shd
-------------------------------------------------- */
.parts-shd {
  display: block;
  position: relative;
  font-size: 34px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parts-shd {
    font-size: 28.9px;
  }
}
@media print {
  .parts-shd {
    font-size: 28.9px;
  }
}
.parts-shd:first-child {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .parts-shd:first-child {
    margin-top: -9.75px;
  }
}
@media print {
  .parts-shd:first-child {
    margin-top: -9.75px;
  }
}
.parts-shd-white {
  color: #FFF;
}
.parts-shd::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -24px;
  width: 41.25px;
  height: 39px;
  background: url(../img/common/title-bg.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .parts-shd::before {
    top: -9.75px;
    left: -15.6px;
    width: 26.8125px;
    height: 25.35px;
  }
}
@media print {
  .parts-shd::before {
    display: none;
  }
}
.parts-shd-word {
  padding-top: 85px;
}
.parts-shd-word::before {
  background: none;
}

/* --------------------------------------------------
  parts-sshd
-------------------------------------------------- */
.parts-sshd {
  display: block;
  position: relative;
  font-size: 26px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parts-sshd {
    font-size: 22.1px;
  }
}
@media print {
  .parts-sshd {
    font-size: 22.1px;
  }
}
.parts-sshd:first-child {
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .parts-sshd:first-child {
    margin-top: -7.15px;
  }
}
@media print {
  .parts-sshd:first-child {
    margin-top: -7.15px;
  }
}
.parts-sshd-white {
  color: #FFF;
}
.parts-sshd::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: -17.6px;
  width: 30.25px;
  height: 28.6px;
  background: url(../img/common/title-bg.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .parts-sshd::before {
    top: -7.15px;
    left: -11.44px;
    width: 19.6625px;
    height: 18.59px;
  }
}
@media print {
  .parts-sshd::before {
    display: none;
  }
}

/* --------------------------------------------------
  parts-text
-------------------------------------------------- */
.parts-text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parts-text {
    font-size: 17px;
  }
}
@media print {
  .parts-text {
    font-size: 17px;
  }
}
.parts-text-white {
  color: #FFF;
}

/* --------------------------------------------------
  parts-note
-------------------------------------------------- */
.parts-note {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parts-note {
    font-size: 15.3px;
  }
}
@media print {
  .parts-note {
    font-size: 15.3px;
  }
}
.parts-note-white {
  color: #FFF;
}
.parts-note-indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

/* --------------------------------------------------
  parts-contact
-------------------------------------------------- */
.parts-contact {
  width: 86.71875%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .parts-contact {
    width: 84%;
  }
}
@media print {
  .parts-contact {
    display: none;
  }
}
.parts-contact-inner {
  padding: 65px 5.8558558559%;
  border: 30px solid #e2f0f4;
  background: #fff;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .parts-contact-inner {
    padding: 26px 6.9333333333%;
    border-width: 12px;
    border-radius: 52px;
  }
}
.parts-contact .parts-hd:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .parts-contact .parts-hd:not(:last-child) {
    margin-bottom: 13px;
  }
}
.parts-contact-box {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .parts-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .parts-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts-contact-box:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .parts-contact-box:not(:last-child) {
    margin-bottom: 27.3px;
  }
}
.parts-contact-box .parts-text {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .parts-contact-box .parts-text {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .parts-contact-box .parts-text:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .parts-contact-box .parts-text:not(:last-child) {
    margin-bottom: 15px;
  }
}
.parts-contact-box .parts-btn .parts-arrow::after {
  border-left-color: #fff;
}
.parts-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .parts-contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts-contact-btn .parts-btn {
  max-width: 48.3695652174%;
}
@media screen and (max-width: 767px) {
  .parts-contact-btn .parts-btn {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .parts-contact-btn .parts-btn:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* --------------------------------------------------
  pagetop
-------------------------------------------------- */
.pagetop {
  position: relative;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 26px;
  }
}
@media print {
  .pagetop {
    display: none;
  }
}
.pagetop-btn {
  display: block;
  position: fixed;
  bottom: 85px;
  width: 40px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (max-width: 767px) {
  .pagetop-btn {
    bottom: 30px;
    width: 26px;
  }
}
@media (hover: hover) {
  .notouch .pagetop-btn:hover {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.pagetop-btn.show {
  opacity: 1;
}
.pagetop-btn.end {
  position: absolute;
  margin-bottom: -85px;
}
@media screen and (max-width: 767px) {
  .pagetop-btn.end {
    margin-bottom: -30px;
  }
}
.pagetop-btn.end .pagetop-btn-path {
  fill: rgba(255, 255, 255, 0);
  stroke: #33606c;
}
.pagetop-btn-svg {
  width: 100%;
  height: auto;
}
.pagetop-btn-path {
  fill: rgba(255, 255, 255, 0.2);
  stroke: #9FA6A8;
  stroke-width: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* --------------------------------------------------
  under-hero
-------------------------------------------------- */
.under-hero-inner {
  position: relative;
  width: 86.71875%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .under-hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.under-hero-img {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .under-hero-img {
    height: 56.25vw;
  }
}
.under-hero-img img {
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .under-hero-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.under-hero-img + .under-hero-hd {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 50px 20px 0;
  background-color: #ffffed;
  border-radius: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .under-hero-img + .under-hero-hd {
    position: static;
    margin: 0 auto 15px;
    padding: 0;
    background-color: transparent;
  }
}
.under-hero-hd {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .under-hero-hd {
    width: 84%;
    margin: 0 auto 26px;
  }
}

/* --------------------------------------------------
  parts-table
-------------------------------------------------- */
.parts-table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0 28px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .parts-table-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16.9px 0 18.2px;
  }
}
@media print {
  .parts-table-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts-table-box:first-child {
  border-top: 1px solid #dedede;
}
.parts-table-box-hd {
  width: 14.4144144144%;
  margin-right: 2.7027027027%;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .parts-table-box-hd {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .parts-table-box-hd {
    width: 100%;
    margin-right: 0;
    font-size: 17px;
  }
}
@media print {
  .parts-table-box-hd {
    width: 100%;
    margin-right: 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .parts-table-box-hd:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media print {
  .parts-table-box-hd:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .parts-table-box-hd br {
    display: none;
  }
}
@media print {
  .parts-table-box-hd br {
    display: none;
  }
}
.parts-table-box-text {
  width: 82.8828828829%;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .parts-table-box-text {
    width: calc(100% - 160px - 2.7027027027%);
  }
}
@media screen and (max-width: 767px) {
  .parts-table-box-text {
    width: 100%;
    font-size: 17px;
  }
}
@media print {
  .parts-table-box-text {
    width: 100%;
    font-size: 17px;
  }
}
.parts-table-box-text p,
.parts-table-box-text .parts-text {
  font: inherit;
}
.parts-table-box-text .parts-btn {
  line-height: 1;
}
.parts-table-box-text .parts-btn:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .parts-table-box-text .parts-btn:not(:last-child) {
    margin-bottom: 13px;
  }
}
.parts-table-box-text .parts-btn:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .parts-table-box-text .parts-btn:not(:first-child) {
    margin-top: 13px;
  }
}
.parts-table-box-list {
  font: inherit;
}
.parts-table-box-item {
  padding-left: 1em;
  text-indent: -1em;
  font: inherit;
}
.parts-table-box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 6.5217391304%;
}
@media screen and (max-width: 767px) {
  .parts-table-box-column {
    gap: 20px 6.3492063492%;
  }
}
.parts-table-box-column-item {
  font: inherit;
}
@media screen and (max-width: 767px) {
  .parts-table-box-column-item:first-child {
    width: 100%;
  }
}
.parts-table-box-column-item-hd {
  font: inherit;
}
.parts-table-box-column-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  font: inherit;
}
@media screen and (max-width: 767px) {
  .parts-table-box-column-item-text {
    gap: 20px 5.3333333333vw;
  }
}
.parts-table-box-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .parts-table-box-img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.parts-table-box-img figure {
  margin: 0;
}
.parts-table-box-img figure img {
  border-radius: 20px;
}

/* --------------------------------------------------
  parts-flow
-------------------------------------------------- */
.parts-flow {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .parts-flow {
    margin-bottom: 84.5px;
  }
}
.parts-flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86.71875%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .parts-flow-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 84%;
  }
}
.parts-flow-box {
  width: 48.6486486486%;
}
@media screen and (max-width: 767px) {
  .parts-flow-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .parts-flow-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.parts-flow-box .parts-hd:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .parts-flow-box .parts-hd:not(:last-child) {
    margin-bottom: 14.3px;
  }
}
.parts-flow-box .parts-text:not(:last-child) {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .parts-flow-box .parts-text:not(:last-child) {
    margin-bottom: 27.3px;
  }
}
.parts-flow-img {
  width: 48.6486486486%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .parts-flow-img {
    width: 100%;
  }
}
.parts-flow-img img {
  border-radius: 15px;
}

/* --------------------------------------------------
	card
-------------------------------------------------- */
.card {
  position: relative;
  margin-top: 85px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .card {
    margin-top: 55.25px;
    margin-bottom: 84.5px;
  }
}
.card-inner {
  width: 86.71875%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .card-inner {
    width: 84%;
  }
}
.card-lead {
  max-width: 74.3243243243%;
}
@media screen and (max-width: 1279px) {
  .card-lead {
    max-width: 825px;
  }
}
.card-lead:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .card-lead:not(:last-child) {
    margin-bottom: 55.25px;
  }
}
.card-lead .parts-shd:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .card-lead .parts-shd:not(:last-child) {
    margin-bottom: 19.5px;
  }
}
.card-lead .parts-sshd {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card-lead .parts-sshd {
    margin-bottom: 6.5px;
  }
}
.card-lead > .parts-text:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .card-lead > .parts-text:not(:last-child) {
    margin-bottom: 26px;
  }
}
.card-lead-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .card-lead-list:not(:last-child) {
    margin-bottom: 26px;
  }
}
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2.7027027027%;
}
@media screen and (max-width: 767px) {
  .card-list {
    gap: 19.5px 0;
  }
}
.card-list:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .card-list:not(:last-child) {
    margin-bottom: 55.25px;
  }
}
.card-item {
  width: 48.6486486486%;
  padding: 2.7027027027% 2.7027027027% 0;
  border: 1px solid #6da6b4;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .card-item {
    width: 100%;
    padding: 6.1904761905% 6.1904761905% 0;
  }
}
.card-item:first-child {
  width: 100%;
}
.card-item:first-child .card-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-item:first-child .card-img {
    max-width: 100%;
  }
}
.card-item:first-child .card-info-hd {
  margin: 0 4.0540540541%;
}
@media screen and (max-width: 767px) {
  .card-item:first-child .card-info-hd {
    margin: 0 9.2857142857%;
  }
}
.card-item:first-child .parts-text {
  margin: 0 4.0540540541%;
}
@media screen and (max-width: 767px) {
  .card-item:first-child .parts-text {
    margin: 0 9.2857142857%;
  }
}
.card-item:first-child .parts-btn {
  margin: 0 4.0540540541%;
}
@media screen and (max-width: 767px) {
  .card-item:first-child .parts-btn {
    margin: 0 auto;
  }
}
.card-item .parts-text {
  margin: 0 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .card-item .parts-text {
    margin: 0 9.2857142857%;
  }
}
.card-item .parts-text:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .card-item .parts-text:not(:last-child) {
    margin-bottom: 14.3px;
  }
}
.card-item .parts-text:last-child {
  margin-bottom: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .card-item .parts-text:last-child {
    margin-bottom: 9.2857142857%;
  }
}
.card-item .parts-btn {
  width: 83.3333333333%;
  margin: 0 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .card-item .parts-btn {
    width: 81.2698412698%;
    margin: 0 auto;
  }
}
.card-item .parts-btn:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .card-item .parts-btn:not(:last-child) {
    margin-bottom: 14.3px;
  }
}
.card-item .parts-btn:last-child {
  margin-bottom: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .card-item .parts-btn:last-child {
    margin-bottom: 9.2857142857%;
  }
}
.card-img {
  margin: 0 0 5px;
  padding: 0;
}
.card-img img {
  border-radius: 30px;
}
.card-info-hd {
  margin: 0 8.3333333333%;
  font-size: 27px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .card-info-hd {
    margin: 0 9.2857142857%;
    font-size: 25.5px;
  }
}
@media print {
  .card-info-hd {
    font-size: 25.5px;
  }
}
.card-info-hd:not(:last-child) {
  margin-bottom: 5px;
}