@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  color: #292929;
  font-weight: 400;
  line-height: 1.2;
}

body {
  min-width: 83.33333vw;
}

main {
  margin-top: 9.72222vw;
}

a {
  transition: .3s;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 680px) {
  body {
    min-width: auto;
  }
  main {
    margin-top: 13.33333vw;
    overflow: hidden;
  }
}

/* フォント */
.eb_fonts {
  font-family: "EB Garamond", serif;
}

.lcd_fonts {
  font-family: "Libre Caslon Display", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

/* コンテンツ幅 */
.inner {
  max-width: 76.38889vw;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.page_inner {
  max-width: 83.33333vw;
  width: calc(100% - 30px);
  margin: 0 auto;
}

section {
  padding: 3.47222vw 0;
}

@media screen and (max-width: 680px) {
  section {
    padding: 10.66667vw 0;
  }
  .inner {
    max-width: calc(100% - 8vw);
  }
  .page_inner {
    max-width: calc(100% - 8vw);
  }
}

/* PC・SP 表示切り替え
***************************************************************/
.sp_only {
  display: none;
}

.home .top_none {
  display: none;
}

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

/*共通パーツ
***************************************************************/
/* セクションタイトル */
.section_title {
  text-align: center;
}

.section_title h2 {
  display: inline-flex;
  align-items: center;
  gap: 0.83333vw;
  font-family: "EB Garamond", serif;
  font-size: 3.125vw;
  color: #2046a8;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 6.25vw;
  padding: 2.08333vw 0 2.43056vw;
}

.section_title h2::before {
  content: "";
  display: inline-block;
  width: 9.16667vw;
  height: 8.05556vw;
  background-image: url(../images/common/icon_title01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 3.88889vw;
  left: -4.09722vw;
  transform: translate(0, -50%);
  z-index: -1;
}

.section_title h2 span {
  font-size: 1.11111vw;
  padding-top: 0.41667vw;
}

.section_title.type2 h2 {
  color: #fff;
}

.section_title.type2 h2::before {
  background-image: url(../images/common/icon_title02.png);
  top: 3.81944vw;
}

/* ボタン */
.btn {
  text-align: center;
  margin: 3.47222vw auto 0;
  width: 30.41667vw;
}

.btn a {
  color: #2046a8;
  font-size: 1.38889vw;
  position: relative;
  padding-bottom: 1.38889vw;
  display: block;
  width: 100%;
}

.btn a::before {
  content: "";
  display: inline-block;
  width: 28.81944vw;
  height: 0.69444vw;
  background-image: url(../images/common/btn_arrow01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.btn.type2 {
  background: #fff;
  border-radius: 0 1.38889vw 0 0;
  padding: 1.38889vw 0 0.34722vw;
}

.btn.type3 {
  background: #2046a8;
  border-radius: 0 1.38889vw 0 0;
  padding: 1.38889vw 0 0.34722vw;
}

.btn.type3 a {
  color: #fff;
}

.btn.type3 a::before {
  background-image: url(../images/common/btn_arrow02.svg);
}

.btn.type4 a {
  color: #fff;
}

.btn.type4 a::before {
  background-image: url(../images/common/btn_arrow02.svg);
}

/* CTA */
.cta {
  position: fixed;
  bottom: 0.69444vw;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: opacity 0.5s ease-out;
  /* 透明度が変化する際のアニメーション */
  width: 3.81944vw;
}

.cta.fade-out {
  opacity: 0;
  /* 完全に透明（非表示相当） */
}

.cta_wrap {
  display: flex;
  flex-flow: column;
  gap: 0.20833vw;
}

.cta_wrap a {
  font-size: 1.38889vw;
  padding: 1.38889vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.69444vw;
  writing-mode: vertical-rl;
}

.cta_wrap .link1 {
  background: #2046a8;
  color: #fff;
  border-radius: 0.83333vw 0 0 0;
}

.cta_wrap .link2 {
  background: #fff;
  color: #2046a8;
  border-left: 0.06944vw solid #2046a8;
  border-top: 0.06944vw solid #2046a8;
  border-bottom: 0.06944vw solid #2046a8;
}

.cta_wrap .link3 {
  background: #04c756;
  color: #fff;
  border-radius: 0 0 0 0.83333vw;
  text-orientation: upright;
}

.cta_wrap .link1::after {
  content: "";
  display: inline-block;
  width: 1.94444vw;
  height: 1.94444vw;
  background-image: url(../images/common/icon_cta_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cta_wrap .link2::after {
  content: "";
  display: inline-block;
  width: 2.5vw;
  height: 2.29167vw;
  background-image: url(../images/common/icon_cta_fukidashi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cta_wrap .link3::after {
  content: "";
  display: inline-block;
  width: 2.91667vw;
  height: 2.91667vw;
  background-image: url(../images/common/icon_cta_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  /* セクションタイトル */
  .section_title h2 {
    font-size: 6.66667vw;
    margin-bottom: 5.33333vw;
    padding: 4vw 0 9.33333vw;
    white-space: nowrap;
  }
  .section_title h2 span {
    font-size: 3.2vw;
    letter-spacing: -1, 375;
  }
  .section_title h2::before {
    width: 21.33333vw;
    height: 18.66667vw;
    top: 7.2vw;
    left: -11.46667vw;
  }
  .section_title.type2 h2::before {
    top: 7.2vw;
  }
  /* ボタン */
  .btn {
    margin: 12vw auto 0;
    width: 100%;
    max-width: 85.33333vw;
  }
  .btn a {
    font-size: 4.26667vw;
    width: 100%;
  }
  .btn a::before {
    width: calc(100% - 17px);
    height: 2.13333vw;
  }
  .btn.type2 {
    background: #fff;
    border-radius: 0 5.33333vw 0 0;
    padding: 5.33333vw 0 1.33333vw;
  }
  .btn.type3 {
    background: #2046a8;
    border-radius: 0 5.33333vw 0 0;
    padding: 5.33333vw 0 1.33333vw;
  }
  /* CTA */
  .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: opacity 0.5s ease-out;
    /* 透明度が変化する際のアニメーション */
  }
  .cta.fade-out {
    opacity: 0;
    /* 完全に透明（非表示相当） */
  }
  .cta_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8vw;
  }
  .cta_wrap a {
    font-size: 3.73333vw;
    padding: 2.66667vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.33333vw;
    writing-mode: unset;
  }
  .cta_wrap .link1 {
    background: #2046a8;
    color: #fff;
    border-radius: 3.2vw 0 0 0;
  }
  .cta_wrap .link2 {
    background: #fff;
    color: #2046a8;
    border-left: 0.26667vw solid #2046a8;
    border-top: 0.26667vw solid #2046a8;
    border-right: 0.26667vw solid #2046a8;
  }
  .cta_wrap .link3 {
    background: #04c756;
    color: #fff;
    border-radius: 0 3.2vw 0 0;
  }
  .cta_wrap .link1::after {
    content: "";
    display: inline-block;
    width: 3.73333vw;
    height: 3.73333vw;
    background-image: url(../images/common/icon_cta_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .cta_wrap .link2::after {
    content: "";
    display: inline-block;
    width: 3.73333vw;
    height: 3.73333vw;
    background-image: url(../images/common/icon_cta_fukidashi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .cta_wrap .link3::after {
    content: "";
    display: inline-block;
    width: 3.73333vw;
    height: 3.73333vw;
    background-image: url(../images/common/icon_cta_line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}

/* 下層ページ 共通
***************************************************************/
/* MV */
.page_mv {
  height: 23.26389vw;
  position: relative;
  padding: 0;
}

.page_mv img {
  height: 23.26389vw;
}

.page_mv .page_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_mv .page_inner h1 {
  font-size: 3.125vw;
  font-weight: 500;
  color: #fff;
  padding-left: 1.38889vw;
}

.page_wrap {
  padding: 6.94444vw 0;
}

.page_wrap.type2 {
  padding: 2.77778vw 0 6.25vw;
}

.page_wrap section:nth-last-of-type(1) {
  padding: 4.16667vw 0 0;
}

.page_wrap section:nth-of-type(1) {
  padding: 0 0 4.16667vw;
}

/* セクションタイトル */
.page_title {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
  color: #2046a8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.73611vw;
  margin-bottom: 3.47222vw;
}

.page_title.type2 {
  color: #fff;
}

.page_title::before,
.page_title::after {
  content: "";
  display: inline-block;
  width: 12.08333vw;
  border-top: 0.06944vw solid #2046a8;
  position: relative;
  top: 0.27778vw;
}

.page_title.type2::before,
.page_title.type2::after {
  border-top: 0.06944vw solid #fff;
}

@media screen and (max-width: 680px) {
  .page_mv {
    height: 48vw;
  }
  .page_mv img {
    height: 48vw;
  }
  .page_mv .page_inner h1 {
    font-size: 4vw;
    padding-left: 0;
  }
  .page_wrap {
    padding: 8vw 0 16vw;
  }
  .page_wrap.type2 {
    padding: 8vw 0 16vw;
  }
  .page_wrap section:nth-last-of-type(1) {
    padding: 13.33333vw 0 0;
  }
  .page_wrap section:nth-of-type(1) {
    padding: 0 0 13.33333vw;
  }
  .page_title,
  .page_title.type2 {
    font-size: 4.26667vw;
    gap: 2.66667vw;
    margin-bottom: 8vw;
    white-space: nowrap;
  }
  .page_title::before,
  .page_title::after {
    width: 18.66667vw;
    top: 0;
  }
}

/* パンクズ */
.bread {
  margin-top: 0.69444vw;
}

.bread ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.69444vw;
}

.bread ul li {
  font-size: 0.83333vw;
  display: flex;
  align-items: center;
  gap: 0.69444vw;
}

.bread ul li::after {
  content: "";
  display: inline-block;
  width: 3.05556vw;
  border-top: 0.06944vw solid #242324;
}

.bread ul li:nth-last-of-type(1)::after {
  display: none;
}

@media screen and (max-width: 680px) {
  .bread {
    margin-top: 1.33333vw;
  }
  .bread ul li {
    font-size: 2.66667vw;
  }
  .bread ul li::after {
    width: 8vw;
  }
}

/* CONTACT CTA */
.contact_wrap {
  background: #2046a8;
  color: #fff;
  padding: 6.25vw 0;
  position: relative;
  overflow: hidden;
}

.contact_wrap img {
  position: absolute;
  left: 5.55556vw;
  top: 0;
  width: auto;
  height: 100%;
}

.contact_wrap .page_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.contact_wrap .page_inner h3 {
  font-size: 3.125vw;
  font-weight: 500;
}

.contact_wrap .page_inner .txtWrap {
  text-align: center;
}

.contact_wrap .page_inner .txtWrap h4 {
  font-size: 1.38889vw;
}

.contact_wrap .page_inner .txtWrap div.btn_flex {
  display: flex;
  gap: 3.33333vw;
  margin-top: 3.125vw;
}

.contact_wrap .page_inner .txtWrap div.btn_flex a {
  font-size: 1.38889vw;
  width: 21.59722vw;
  padding: 1.38889vw 0;
  border: 0.06944vw solid #fff;
}

.contact_wrap .page_inner .txtWrap div.btn_flex a:nth-of-type(2) {
  color: #2046a8;
  background: #fff;
}

.contact_wrap .page_inner .txtWrap p.txt1 {
  font-size: 2.08333vw;
  font-weight: bold;
  margin-top: 3.125vw;
}

.contact_wrap .page_inner .txtWrap p.txt2 {
  font-size: 1.38889vw;
}

@media screen and (max-width: 680px) {
  .contact_wrap {
    padding: 10.66667vw 0 !important;
  }
  .contact_wrap img {
    position: absolute;
    left: -26.66667vw;
    top: 0;
    width: auto;
    height: 100%;
  }
  .contact_wrap .page_inner {
    flex-flow: column;
  }
  .contact_wrap .page_inner h3 {
    font-size: 5.33333vw;
  }
  .contact_wrap .page_inner .txtWrap {
    text-align: center;
  }
  .contact_wrap .page_inner .txtWrap h4 {
    font-size: 3.73333vw;
    margin-top: 8vw;
  }
  .contact_wrap .page_inner .txtWrap div.btn_flex {
    flex-flow: column;
    align-items: center;
    gap: 5.33333vw;
    margin-top: 8vw;
  }
  .contact_wrap .page_inner .txtWrap div.btn_flex a {
    font-size: 3.73333vw;
    width: 74.66667vw;
    padding: 3.73333vw 0;
    border: 0.26667vw solid #fff;
  }
  .contact_wrap .page_inner .txtWrap p.txt1 {
    font-size: 5.33333vw;
    margin-top: 5.33333vw;
  }
  .contact_wrap .page_inner .txtWrap p.txt2 {
    font-size: 3.73333vw;
    margin-top: 1.33333vw;
  }
}

/* ACCESS
***************************************************************/
.access {
  display: flex;
  gap: 9.02778vw;
  padding: 6.25vw 0;
}

.access.type2 {
  padding: 6.25vw 0 0;
}

.access iframe {
  width: 51.74%;
  height: 39.09722vw;
}

.access .txtWrap {
  padding-top: 4.16667vw;
  width: 26.38889vw;
}

.access .txtWrap img {
  width: calc(100% - pixelsVw(20));
}

.access .txtWrap h3 {
  margin-top: 5.20833vw;
  color: #2046a8;
  text-align: center;
  font-size: 1.38889vw;
}

.access .txtWrap p {
  margin-top: 2.43056vw;
}

@media screen and (max-width: 680px) {
  .access {
    flex-flow: column;
    gap: 8vw;
    padding: 10.66667vw 0 21.33333vw;
  }
  .access.type2 {
    padding: 10.66667vw 0 0;
  }
  .access iframe {
    width: 100%;
    height: 74.66667vw;
  }
  .access .txtWrap {
    padding-top: 0;
    width: 100%;
  }
  .access .txtWrap img {
    width: 45.33333vw;
    display: block;
    margin: 0 auto;
  }
  .access .txtWrap h3 {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
  .access .txtWrap p {
    margin-top: 9.33333vw;
    padding: 0 4vw;
    font-size: 3.73333vw;
  }
}

/* ページネーション
***************************************************************/
.page-nation {
  display: flex;
  justify-content: center;
  margin-top: 6.25vw;
  gap: 0.83333vw;
}

.page-nation a,
.page-nation span {
  width: 2.5vw;
  height: 2.5vw;
  border: 0.06944vw solid #2046a8;
  text-align: center;
  padding: 0.48611vw 0;
  color: #2046a8;
}

.page-nation span.current {
  background: #2046a8;
  color: #fff;
}

.page-nation .prev {
  background-image: url(../images/common/next_arrow.svg);
  background-size: 0.69444vw;
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
  transform: scale(-1, 1);
  width: 1.38889vw;
}

.page-nation a.next {
  background-image: url(../images/common/next_arrow.svg);
  background-size: 0.69444vw;
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
  width: 1.38889vw;
}

.nav-links {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 680px) {
  /* ページネーション */
  .page-nation {
    margin-top: 10.66667vw;
    gap: 2.13333vw;
  }
  .page-nation a,
  .page-nation span {
    width: 5.33333vw;
    height: 5.33333vw;
    padding: 0.53333vw 0;
    font-size: 3.2vw;
  }
  .page-nation .prev {
    background-size: 1.6vw;
    width: 2.66667vw;
  }
  .page-nation a.next {
    background-size: 1.6vw;
    width: 2.66667vw;
  }
}

/* ヘッダー
***************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.77778vw 0;
  background: #2046a8;
  z-index: 100;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 3.47222vw 0 2.43056vw;
}

.logo_content .logo img {
  width: 24.30556vw;
}

.header_contact {
  display: flex;
  gap: 0.69444vw;
  justify-content: flex-end;
}

.header_contact a {
  text-align: center;
  border: 0.06944vw solid #fff;
  color: #fff;
  padding: 0.55556vw 1.38889vw;
}

.header_contact .link1 {
  color: #2046a8;
  background: #fff;
}

.header_contact .link2 {
  padding: 0.55556vw 1.52778vw;
}

.header_contact .link3 {
  padding: 0.55556vw 0.83333vw;
  color: #2046a8;
  background: #fff;
}

/* ハンバーガーメニュー非表示 */
.toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.global_nav {
  margin-top: 0.69444vw;
}

.global_nav ul {
  display: flex;
  gap: 1.25vw;
}

.global_nav ul li a {
  font-size: 0.90278vw;
  color: #fff;
}

@media screen and (max-width: 680px) {
  header {
    padding: 4.26667vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.66667vw;
  }
  .logo_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
  }
  .logo_content .logo img {
    width: 36.8vw;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    display: inline-block;
    width: 5.86667vw;
    height: 4.8vw;
    position: relative;
    z-index: 100;
  }
  .toggle-menu::before {
    content: "MENU";
    display: inline-block;
    font-size: 1.87vw;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5.86667vw;
    height: 0.26667vw;
    background-color: #fff;
    transition: .3s;
  }
  .toggle-menu .toggle-line::before {
    bottom: 0;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    bottom: 1.33333vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 18.66667vw 4vw 26.66667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #2046a8;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .header_contact {
    display: flex;
    gap: 5.33333vw;
    justify-content: center;
  }
  .header_contact a {
    padding: 1.06667vw 2.66667vw;
    font-size: 2.66667vw;
  }
  .header_contact .link1 {
    color: #2046a8;
    background: #fff;
  }
  .header_contact .link2 {
    padding: 1.06667vw 5.86667vw;
  }
  .header_contact .link3 {
    padding: 1.06667vw 2.66667vw;
    color: #2046a8;
    background: #fff;
  }
  .global_nav {
    margin-top: 21.33333vw;
    padding: 0 8vw;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    background-color: #fff;
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-10deg);
    bottom: 0.8vw;
  }
  .open .toggle-menu .toggle-line::after {
    background-color: #fff;
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(10deg);
    bottom: 0.8vw;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav ul {
    flex-flow: column;
    align-items: center;
    width: 32vw;
    margin: 0 auto;
    gap: 5.33333vw;
  }
  .global_nav ul li {
    width: 100%;
    text-align: center;
  }
  .global_nav ul li:nth-of-type(1) {
    border-bottom: 0.26667vw solid #fff;
    padding-bottom: 2.66667vw;
  }
  .global_nav ul li a {
    display: block;
    width: 100%;
    font-size: 3.46667vw;
  }
  .sp_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.33333vw;
    background: #fff;
    padding: 5.33333vw 0;
    border-radius: 8vw 0 0 0;
    max-width: 80vw;
    margin: 10.66667vw auto 0;
  }
  .sp_tel img {
    width: 8vw;
  }
  .sp_tel .txtBox {
    display: flex;
    flex-flow: column;
    gap: 1.33333vw;
    align-items: center;
  }
  .sp_tel .txtBox p {
    font-weight: bold;
    font-size: 3.73333vw;
    color: #2046a8;
  }
}

/* schedule
***************************************************************/
.schedule {
  padding: 6.25vw 0 4.86111vw;
}

.schedule h3 {
  text-align: center;
  font-size: 3.125vw;
  color: #2046a8;
}

.schedule .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 6.25vw;
  max-width: 81.94444vw;
}

.schedule .inner .txtWrap {
  width: 36.11111vw;
}

.schedule .inner .txtWrap .month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.06944vw solid #2046a8;
  padding-bottom: 0.20833vw;
}

.schedule .inner .txtWrap .month .txt1 {
  font-size: 1.80556vw;
}

.schedule .inner .txtWrap .month .txt2 {
  font-size: 1.45833vw;
}

.schedule .inner .txtWrap .week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.59722vw;
  padding: 1.80556vw 0;
  border-bottom: 0.06944vw solid #2046a8;
}

.schedule .inner .txtWrap .week p {
  font-size: 1.73611vw;
}

.schedule .inner .txtWrap .week p.col_01 {
  color: #d24251;
}

.schedule .inner .txtWrap .week p.col_02 {
  color: #2046a8;
}

.schedule .inner .txtWrap .day {
  display: flex;
  flex-flow: column;
  gap: 1.59722vw;
  margin-top: 1.59722vw;
}

.schedule .inner .txtWrap .day .dayBox {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.59722vw;
  text-align: center;
}

.schedule .inner .txtWrap .day .dayBox p {
  font-size: 1.73611vw;
  font-weight: bold;
  position: relative;
}

.schedule .inner .txtWrap .day .dayBox p.close::before {
  content: "";
  display: inline-block;
  width: 2.08333vw;
  border-top: 0.13889vw solid #d24251;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.schedule .inner .txtWrap .day .dayBox p.close::after {
  content: "";
  display: inline-block;
  width: 2.08333vw;
  border-top: 0.13889vw solid #d24251;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 680px) {
  .schedule {
    padding: 21.33333vw 0;
  }
  .schedule h3 {
    font-size: 6.4vw;
  }
  .schedule .inner {
    flex-flow: column;
    gap: 10.66667vw;
    margin-top: 10.66667vw;
  }
  .schedule .inner .txtWrap {
    width: 100%;
  }
  .schedule .inner .txtWrap .month .txt1 {
    font-size: 4.8vw;
  }
  .schedule .inner .txtWrap .month .txt2 {
    font-size: 3.73333vw;
  }
  .schedule .inner .txtWrap .week {
    gap: 2.66667vw;
    padding: 3.73333vw 0;
  }
  .schedule .inner .txtWrap .week p {
    font-size: 4.26667vw;
  }
  .schedule .inner .txtWrap .day {
    display: flex;
    flex-flow: column;
    gap: 2.66667vw;
    margin-top: 2.66667vw;
  }
  .schedule .inner .txtWrap .day .dayBox {
    gap: 2.66667vw;
  }
  .schedule .inner .txtWrap .day .dayBox p {
    font-size: 4.53333vw;
  }
  .schedule .inner .txtWrap .day .dayBox p.close::before {
    width: 6.66667vw;
    border-top: 0.26667vw solid #d24251;
  }
  .schedule .inner .txtWrap .day .dayBox p.close::after {
    width: 6.66667vw;
    border-top: 0.26667vw solid #d24251;
  }
}

/* フッター
***************************************************************/
footer {
  background: #2046a8;
  color: #fff;
  padding: 6.25vw 0 1.73611vw;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 75vw;
}

footer .inner .footer_wrap p.txt {
  margin-top: 4.86111vw;
  line-height: 1.7;
}

footer .inner .footer_nav {
  width: 30.55556vw;
  padding-top: 9.375vw;
}

footer .inner .footer_nav .footer_contact {
  display: flex;
  gap: 0.69444vw;
}

footer .inner .footer_nav .footer_contact a {
  text-align: center;
  border: 0.06944vw solid #fff;
  padding: 0.55556vw 1.38889vw;
}

footer .inner .footer_nav .footer_contact a.link1 {
  color: #2046a8;
  background: #fff;
}

footer .inner .footer_nav .footer_contact a.link2 {
  padding: 0.55556vw 1.52778vw;
}

footer .inner .footer_nav .footer_contact a.link3 {
  padding: 0.55556vw 0.83333vw;
  color: #2046a8;
  background: #fff;
}

footer .inner .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.04167vw 1.38889vw;
  margin-top: 5.20833vw;
}

footer .inner .footer_nav ul li a {
  font-size: 0.97222vw;
}

footer .copyright {
  text-align: center;
  margin-top: 9.72222vw;
  font-size: 0.97222vw;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 12vw 0 2.66667vw;
  }
  footer .inner {
    flex-flow: column;
    max-width: 100%;
  }
  footer .inner .footer_wrap a {
    width: 57.33333vw;
    display: block;
    margin: 0 auto;
  }
  footer .inner .footer_wrap p.txt {
    margin-top: 13.33333vw;
    font-size: 3.73333vw;
  }
  footer .inner .footer_wrap p.txt a {
    text-align: center;
    width: auto;
  }
  footer .inner .footer_nav {
    width: 100%;
    padding-top: 18.66667vw;
  }
  footer .inner .footer_nav .footer_contact {
    gap: 2.66667vw;
    justify-content: center;
  }
  footer .inner .footer_nav .footer_contact a {
    padding: 1.06667vw 4.8vw;
    font-size: 2.66667vw;
  }
  footer .inner .footer_nav .footer_contact a.link2 {
    padding: 1.06667vw 4.8vw;
  }
  footer .inner .footer_nav .footer_contact a.link3 {
    padding: 1.06667vw 2.66667vw;
  }
  footer .inner .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.66667vw;
    margin-top: 20vw;
  }
  footer .inner .footer_nav ul li a {
    font-size: 3.2vw;
  }
  footer .copyright {
    margin-top: 32vw;
    font-size: 3.2vw;
  }
}

/* MV
***************************************************************/
.mv {
  padding: 0;
}

@media screen and (max-width: 680px) {
  .slick-slide {
    width: 87.33vw;
  }
  .mv img {
    height: 100.67vw;
  }
}

/* section1
***************************************************************/
.sec1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.52778vw;
}

.sec1 ul li a {
  box-shadow: 0 0.20833vw 0.55556vw #d4d0d0;
}

@media screen and (max-width: 680px) {
  .sec1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.66667vw;
    padding: 0 10.66667vw;
  }
}

/* section2
***************************************************************/
.sec2 .tab {
  display: flex;
  justify-content: center;
  gap: 1.38889vw;
}

.sec2 .tab li a {
  width: 14.93056vw;
  text-align: center;
  line-height: 1;
  padding: 1.11111vw 0;
  border: 0.06944vw solid #2046a8;
  border-radius: 3.47222vw;
  color: #2046a8;
}

.sec2 .tab li.active a {
  color: #fff;
  background: #2046a8;
}

.sec2 .area {
  display: none;
  opacity: 0;
  margin-top: 4.86111vw;
}

.sec2 .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sec2 .area_wrap {
  padding: 7.63889vw 1.38889vw 7.63889vw 4.86111vw;
  background: #2046a8;
  border-radius: 12.5vw 0 0 0;
  display: flex;
  gap: 5.55556vw;
}

.sec2 .area_wrap img {
  width: 29.02778vw;
}

.sec2 .area_wrap .txtBox {
  flex: 1;
  color: #fff;
}

.sec2 .area_wrap .txtBox h3 {
  font-size: 1.38889vw;
  text-align: center;
}

.sec2 .area_wrap .txtBox h3 span {
  border-bottom: 0.06944vw solid #fff;
  padding: 0 2.08333vw 0.34722vw 2.08333vw;
}

.sec2 .area_wrap .txtBox p.txt {
  font-size: 1.38889vw;
  margin-top: 3.47222vw;
  line-height: 1.75;
}

.sec2 .area_wrap .txtBox p.txt2 {
  font-size: 1.38889vw;
  margin-top: 3.125vw;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .sec2 .tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.66667vw;
  }
  .sec2 .tab li a {
    width: 100%;
    padding: 2.66667vw 0;
    border-radius: 13.33333vw;
    font-size: 3.2vw;
  }
  .sec2 .area_wrap {
    padding: 13.33333vw 5.33333vw;
    background: #2046a8;
    border-radius: 26.66667vw 0 0 0;
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .sec2 .area_wrap img {
    width: 53.33333vw;
    margin-top: 10.66667vw;
    order: 1;
  }
  .sec2 .area_wrap .txtBox {
    display: contents;
  }
  .sec2 .area_wrap .txtBox h3 {
    font-size: 5.33333vw;
    text-align: center;
    color: #fff;
    order: 0;
  }
  .sec2 .area_wrap .txtBox h3 span {
    border-bottom: 0.26667vw solid #fff;
    padding: 0 8vw 1.33333vw 8vw;
  }
  .sec2 .area_wrap .txtBox p.txt {
    font-size: 3.73333vw;
    margin-top: 12vw;
    color: #fff;
    order: 2;
  }
  .sec2 .area_wrap .txtBox p.txt2 {
    font-size: 4.26667vw;
    margin-top: 12vw;
    text-align: center;
    color: #fff;
    order: 3;
  }
  .sec2 .btn.type2 {
    order: 4;
  }
}

/* section3
***************************************************************/
.sec3 .inner {
  max-width: 81.94444vw;
}

.sec3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25vw;
}

.sec3 ul li {
  position: relative;
  box-shadow: 0.13889vw 0.13889vw 0.13889vw rgba(216, 214, 214, 0.19);
}

@media screen and (max-width: 680px) {
  .sec3 .inner {
    max-width: 100%;
  }
  .sec3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4vw 4.8vw;
  }
}

/* section4
***************************************************************/
.sec4 {
  background-image: url(../images/front/sec4_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec4 .section_title h2 {
  margin-bottom: 2.08333vw;
}

.sec4 p.txt {
  text-align: center;
}

.sec4 p.txt2 {
  text-align: center;
  margin-top: 1.11111vw;
}

@media screen and (max-width: 680px) {
  .sec4 {
    background-image: url(../images/front/sec4_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec4 .section_title h2 {
    margin-bottom: 8vw;
  }
  .sec4 p.txt {
    line-height: 2;
    font-size: 3.2vw;
  }
  .sec4 p.txt2 {
    text-align: center;
    margin-top: 4.26667vw;
    line-height: 2;
    font-size: 3.2vw;
  }
}

/* section5
***************************************************************/
.sec5 .inner {
  position: relative;
  max-width: 69.44444vw;
  padding: 3.47222vw 0;
}

.sec5_title.type1 {
  position: absolute;
  top: 0;
  right: -7.63889vw;
}

.sec5_title.type2 {
  position: absolute;
  bottom: 0;
  left: -7.63889vw;
}

.sec5_title h2 {
  font-size: 3.125vw;
  color: #2046a8;
  font-weight: 500;
  position: relative;
  line-height: 1;
}

.sec5_title h2 span {
  font-size: 1.38889vw;
  writing-mode: vertical-rl;
}

.sec5_title.type1 span {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  height: 13.88889vw;
}

.sec5_title.type2 span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -93%);
  height: 12.5vw;
}

.sec5 .inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.08333vw;
  padding: 2.08333vw 0;
}

.sec5 .inner ul li {
  padding: 2.77778vw 2.08333vw;
  border: 0.06944vw solid #2046a8;
}

.sec5 .inner ul li:nth-of-type(1) {
  background-image: url(../images/front/future_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner ul li:nth-of-type(2) {
  background-image: url(../images/front/future_img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner ul li:nth-of-type(3) {
  background-image: url(../images/front/future_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner ul li:nth-of-type(4) {
  background-image: url(../images/front/future_img04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner ul li h3 {
  text-align: center;
  font-size: 1.38889vw;
  font-weight: 600;
  color: #2046a8;
}

.sec5 .inner ul li p {
  margin-top: 0.69444vw;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.69444vw 0.34722vw;
}

@media screen and (max-width: 680px) {
  .sec5 .inner {
    padding: 13.33333vw 8vw;
    max-width: 100%;
  }
  .sec5_title.type1 {
    position: absolute;
    top: 0;
    right: 0vw;
  }
  .sec5_title.type2 {
    position: absolute;
    bottom: 0;
    left: 0vw;
  }
  .sec5_title h2 {
    font-size: 5.33333vw;
  }
  .sec5_title h2 span {
    font-size: 4.26667vw;
    writing-mode: vertical-rl;
  }
  .sec5_title.type1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    height: 37.33333vw;
  }
  .sec5_title.type2 span {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -93%);
    height: 41.33333vw;
  }
  .sec5 .inner ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.66667vw;
    padding: 0;
  }
  .sec5 .inner ul li {
    padding: 5.33333vw 2.66667vw;
  }
  .sec5 .inner ul li h3 {
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 600;
    color: #2046a8;
  }
  .sec5 .inner ul li p {
    margin-top: 2.66667vw;
    line-height: 1.75;
    padding: 1.33333vw;
    font-size: 3.2vw;
  }
}

/* section6
***************************************************************/
.sec6 {
  padding: 0 0 3.47222vw;
}

.sec6 .inner ul {
  display: flex;
  flex-flow: column;
  gap: 2.22222vw;
}

.sec6 .inner ul li {
  max-width: 50.69444vw;
  border-bottom: 0.06944vw solid #2046a8;
  padding-bottom: 1.73611vw;
}

.sec6 .inner ul li:nth-of-type(2) {
  margin-left: auto;
}

.sec6 .inner ul li a {
  display: flex;
  align-items: center;
  gap: 2.08333vw;
}

.sec6 .inner ul li:nth-of-type(2) a {
  flex-flow: row-reverse;
}

.sec6 .inner ul li a img {
  width: 19.72222vw;
  height: 9.51389vw;
}

.sec6 .inner ul li a .txtBox p {
  color: #2046a8;
}

.sec6 .inner ul li:nth-of-type(2) .txtBox p {
  text-align: right;
}

.sec6 .inner ul li a .txtBox h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.34722vw;
}

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 8vw 0 13.33333vw;
  }
  .sec6 .inner ul {
    gap: 5.33333vw;
  }
  .sec6 .inner ul li {
    max-width: 100%;
    padding-bottom: 5.33333vw;
    margin-right: 8vw;
  }
  .sec6 .inner ul li:nth-of-type(2) {
    margin-right: 0;
    margin-left: 8vw;
  }
  .sec6 .inner ul li a {
    gap: 5.33333vw;
  }
  .sec6 .inner ul li a img {
    width: 28vw;
    height: 18.66667vw;
  }
  .sec6 .inner ul li a .txtBox p {
    font-size: 3.2vw;
  }
  .sec6 .inner ul li a .txtBox h3 {
    font-size: 3.2vw;
  }
}

/* section7
***************************************************************/
.sec7 {
  background: #d2daee;
}

.sec7 .inner {
  max-width: 86.80556vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.08333vw;
}

.sec7 .inner img {
  width: 36.80556vw;
}

.sec7 .inner .txt_wrap {
  max-width: 40.625vw;
  text-align: center;
}

.sec7 .inner .txt_wrap .section_title h2 {
  margin-bottom: 1.38889vw;
}

.sec7 .inner .txt_wrap h3 {
  font-size: 1.38889vw;
  color: #2046a8;
  font-weight: 600;
}

.sec7 .inner .txt_wrap h3 span {
  display: block;
  font-size: 1.11111vw;
  font-weight: normal;
}

.sec7 .inner .txt_wrap p {
  margin-top: 2.77778vw;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .sec7 .inner {
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .sec7 .inner img {
    width: 70%;
    order: 1;
  }
  .sec7 .inner .txt_wrap {
    display: contents;
  }
  .sec7 .inner .txt_wrap .section_title h2 {
    order: 0;
  }
  .sec7 .inner .txt_wrap h3 {
    margin-top: 8vw;
    order: 2;
  }
  .sec7 .inner .txt_wrap h3 span {
    display: block;
    font-size: 4.26667vw;
    font-weight: normal;
    order: 3;
  }
  .sec7 .inner .txt_wrap p {
    margin-top: 5.33333vw;
    line-height: 1.75;
    order: 4;
    font-size: 3.2vw;
  }
  .sec7 .inner .btn {
    order: 5;
  }
}

/*
***************************************************************/
.sec9 {
  background: #2046a8;
  padding: 5.55556vw 0;
}

.sec9 .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11.80556vw;
}

.sec9 .section_title h2 {
  margin-bottom: 0;
}

.sec9 .inner .txtWrap {
  border-left: 0.06944vw solid #fff;
  padding: 6.25vw 0 0.69444vw 8.68056vw;
  width: 41.31944vw;
}

.sec9 .inner .txtWrap ul {
  display: flex;
  flex-flow: column;
  gap: 0.34722vw;
}

.sec9 .inner .txtWrap ul li {
  display: flex;
  gap: 3.47222vw;
  color: #fff;
}

.sec9 .inner .txtWrap ul li p {
  width: 5.69444vw;
}

.sec9 .inner .txtWrap ul li h3 {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 680px) {
  .sec9 {
    background: #2046a8;
    padding: 21.33333vw 0 10.66667vw;
  }
  .sec9 .inner {
    flex-flow: column;
    gap: 10.66667vw;
  }
  .sec9 .section_title h2 {
    margin-bottom: 0;
  }
  .sec9 .inner .txtWrap {
    border-left: unset;
    border-top: 0.26667vw solid #fff;
    padding: 13.33333vw 0 2.66667vw 0;
    width: 100%;
  }
  .sec9 .inner .txtWrap ul {
    display: flex;
    flex-flow: column;
    gap: 1.33333vw;
  }
  .sec9 .inner .txtWrap ul li {
    gap: 4vw;
  }
  .sec9 .inner .txtWrap ul li p {
    width: 21.86667vw;
    font-size: 3.73333vw;
  }
  .sec9 .inner .txtWrap ul li h3 {
    font-size: 3.73333vw;
  }
}

/*=====================================
初めての方へ
=====================================*/
.page_title.type2 {
  margin: 0 calc(50% - 50vw) 3.47222vw;
  width: 100vw;
}

.page_title::before,
.page_title::after {
  width: 17.70833vw;
}

@media screen and (max-width: 680px) {
  .page_title::before,
  .page_title::after {
    width: 18.66667vw;
    top: 0;
  }
}

/* section1
***************************************************************/
.page_wrap section.about_sec1:nth-of-type(1) {
  padding: 0 0 6.25vw;
}

.about_sec1 .page_inner p.txt {
  text-align: center;
  font-size: 0.97222vw;
  font-weight: 500;
  margin-top: 3.47222vw;
  line-height: 1.75;
  padding-top: 0.69444vw;
}

.about_sec1 .page_inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.08333vw;
  margin-top: 7.63889vw;
}

.about_sec1 .page_inner ul li {
  position: relative;
  border: 0.06944vw solid #2046a8;
  padding: 5.20833vw 2.43056vw 8.33333vw;
  text-align: center;
}

.about_sec1 .page_inner ul li:nth-of-type(1) {
  padding: 6.94444vw 2.43056vw 0;
}

.about_sec1 .page_inner ul li h4 {
  font-size: 2.01389vw;
  font-weight: 500;
  color: #2046a8;
  position: absolute;
  top: -0.97222vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  display: inline-block;
  padding: 0 3.47222vw;
  white-space: nowrap;
  line-height: 1;
}

.about_sec1 .page_inner ul li a.link1 {
  font-size: 2.01389vw;
  font-weight: 600;
  color: #2046a8;
}

.about_sec1 .page_inner ul li p.txt2 {
  font-size: 1.04167vw;
  margin-top: 0.69444vw;
}

.about_sec1 .page_inner ul li a.link2 {
  font-size: 1.38889vw;
  font-weight: 500;
  background: #2046a8;
  color: #fff;
  display: block;
  padding: 1.59722vw 0;
}

.about_sec1 .page_inner ul li a.link3 {
  font-size: 1.38889vw;
  font-weight: 500;
  border: 0.13889vw solid #2046a8;
  color: #2046a8;
  display: block;
  padding: 1.59722vw 0;
}

@media screen and (max-width: 680px) {
  .page_wrap section.about_sec1:nth-of-type(1) {
    padding: 0 0 13.33333vw;
  }
  .about_sec1 .page_inner p.txt {
    font-size: 3.2vw;
    margin-top: 10.66667vw;
  }
  .about_sec1 .page_inner ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
    margin-top: 16vw;
    padding: 0 10.66667vw;
  }
  .about_sec1 .page_inner ul li:nth-of-type(1) {
    padding: 18.66667vw 9.33333vw 13.33333vw;
  }
  .about_sec1 .page_inner ul li {
    padding: 10.66667vw 5.33333vw 21.33333vw;
  }
  .about_sec1 .page_inner ul li h4 {
    font-size: 3.73333vw;
    top: -2.4vw;
    padding: 0 8vw;
  }
  .about_sec1 .page_inner ul li a.link1 {
    font-size: 3.73333vw;
  }
  .about_sec1 .page_inner ul li p.txt2 {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }
  .about_sec1 .page_inner ul li a.link2 {
    font-size: 3.73333vw;
    padding: 4vw 0;
  }
  .about_sec1 .page_inner ul li a.link3 {
    font-size: 3.73333vw;
    padding: 4vw 0;
  }
}

/* section2
***************************************************************/
.about_sec2 {
  background: #2046a8;
  padding: 6.25vw 0;
  overflow: hidden;
}

.about_sec2 .page_inner {
  max-width: 1070px;
}

.about_sec2 ul {
  display: flex;
  flex-flow: column;
  gap: 5.90278vw;
}

.about_sec2 ul li {
  border: 0.06944vw solid #2046a8;
  padding: 2.08333vw 3.47222vw;
  display: flex;
  align-items: flex-start;
  gap: 4.51389vw;
  position: relative;
  background: #fff;
}

.about_sec2 ul li::before {
  content: "";
  display: inline-block;
  width: 5.90278vw;
  height: 1.80556vw;
  background-image: url(../images/common/icon_flow_w_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -4.16667vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.about_sec2 ul li:nth-last-of-type(1)::before {
  display: none;
}

.about_sec2 ul li img.img {
  width: 21.875vw;
}

.about_sec2 ul li .txtBox {
  flex: 1;
}

.about_sec2 ul li .txtBox h3 {
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
}

.about_sec2 ul li .txtBox h3 span.t1 span.t2 {
  font-size: 2.08333vw;
  font-weight: 600;
  margin-right: 1.38889vw;
}

.about_sec2 ul li .txtBox p.txt {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 3.81944vw;
}

@media screen and (max-width: 680px) {
  .about_sec2 {
    padding: 13.33333vw 0;
  }
  .about_sec2 ul {
    gap: 10.66667vw;
  }
  .about_sec2 ul li {
    padding: 8vw 5.33333vw;
    gap: 5.33333vw;
  }
  .about_sec2 ul li::before {
    width: 7.46667vw;
    height: 2.66667vw;
    bottom: -7.46667vw;
  }
  .about_sec2 ul li:nth-last-of-type(1)::before {
    display: none;
  }
  .about_sec2 ul li img.img {
    width: 29.33333vw;
  }
  .about_sec2 ul li .txtBox {
    flex: 1;
  }
  .about_sec2 ul li .txtBox h3 {
    font-size: 3.73333vw;
    display: flex;
  }
  .about_sec2 ul li .txtBox h3 span.t1 {
    white-space: nowrap;
  }
  .about_sec2 ul li .txtBox h3 span.t1 span.t2 {
    font-size: 3.73333vw;
    margin-right: 4vw;
  }
  .about_sec2 ul li .txtBox p.txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

/* section3
***************************************************************/
.about_sec3 .page_inner {
  max-width: 1090px;
}

.about_sec3 .txtWrap {
  display: flex;
  flex-flow: column;
  gap: 3.81944vw;
  margin-top: 6.94444vw;
}

.about_sec3 .txtWrap .txtBox {
  border: 0.06944vw solid #2046a8;
  padding: 4.16667vw 2.08333vw;
  position: relative;
}

.about_sec3 .txtWrap .txtBox h3 {
  font-size: 1.73611vw;
  font-weight: 500;
  position: absolute;
  left: 2.77778vw;
  top: -1.11111vw;
  background: #fff;
  padding: 0 2.08333vw;
}

.about_sec3 .txtWrap .txtBox p.gothic {
  font-weight: 500;
  line-height: 1.75;
}

.about_sec3 .txtWrap2 {
  margin-top: 7.63889vw;
}

.about_sec3 .txtWrap2 .txtBox {
  position: relative;
  background: #2046a8;
  padding: 5.55556vw 1.38889vw 1.38889vw;
}

.about_sec3 .txtWrap2 .txtBox h3 {
  font-size: 3.125vw;
  font-weight: 500;
  color: #2046a8;
  position: absolute;
  top: -2.25694vw;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
  border: 0.06944vw solid #2046a8;
  background: #fff;
  padding: 0.69444vw 2.08333vw;
}

.about_sec3 .txtWrap2 .txtBox p.gothic {
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .about_sec3 .txtWrap {
    gap: 8vw;
    margin-top: 16vw;
  }
  .about_sec3 .txtWrap .txtBox {
    padding: 10.66667vw 5.33333vw;
  }
  .about_sec3 .txtWrap .txtBox h3 {
    font-size: 4.26667vw;
    left: 8vw;
    top: -3.2vw;
    padding: 0 5.33333vw;
  }
  .about_sec3 .txtWrap .txtBox p.gothic {
    font-size: 3.2vw;
  }
  .about_sec3 .txtWrap2 {
    margin-top: 16vw;
  }
  .about_sec3 .txtWrap2 .txtBox {
    padding: 10.66667vw 5.33333vw 5.33333vw;
  }
  .about_sec3 .txtWrap2 .txtBox h3 {
    font-size: 4.26667vw;
    top: -1.18056vw;
    padding: 2.66667vw 8vw;
    white-space: nowrap;
  }
  .about_sec3 .txtWrap2 .txtBox p.gothic {
    font-size: 3.2vw;
  }
}

/*=====================================
アクセス
=====================================*/
.access {
  display: none;
}

/* section1
***************************************************************/
.page_wrap section.access_sec1 {
  padding: 0;
}

.access_sec1 iframe {
  display: block;
  margin: 0 auto;
  width: 59.02778vw;
  height: 43.75vw;
}

.access_sec1 .txtBox {
  display: block;
  margin: 2.77778vw auto 0;
  width: 32.63889vw;
}

.access_sec1 .txtBox h2 {
  font-size: 3.125vw;
  font-weight: 500;
  color: #2046a8;
  margin-bottom: 2.08333vw;
}

.access_sec1 .txtBox p {
  line-height: 1.75;
}

.slider {
  margin-top: 5.55556vw;
}

.slider .slick-slide {
  margin: 0 1.04167vw;
}

@media screen and (max-width: 680px) {
  .page_wrap section.access_sec1 {
    padding: 0;
  }
  .access_sec1 iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 80vw;
  }
  .access_sec1 .txtBox {
    margin: 5.33333vw auto 0;
    width: 100%;
  }
  .access_sec1 .txtBox h2 {
    font-size: 5.33333vw;
    text-align: center;
  }
  .access_sec1 .txtBox p {
    margin-top: 8vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .slider {
    margin-top: 10.66667vw;
  }
  .slider .slick-slide {
    margin: 0 1.33333vw;
  }
}

/*=====================================
キャンペーン
=====================================*/
/* section1
***************************************************************/
.page_wrap section.campaign_sec1 {
  padding: 0;
}

.campaign_sec1 ul {
  display: flex;
  flex-flow: column;
  gap: 3.47222vw;
}

.campaign_sec1 ul li {
  display: flex;
  gap: 8.33333vw;
  border-bottom: 0.06944vw solid #2046a8;
  padding-bottom: 7.63889vw;
}

.campaign_sec1 ul li:nth-last-of-type(1) {
  border-bottom: unset;
  padding-bottom: 2.77778vw;
}

.campaign_sec1 ul li .img {
  width: 23.61111vw;
  height: 23.61111vw;
  background: #d2daee;
  position: relative;
}

.campaign_sec1 ul li .img img {
  position: absolute;
  top: 2.43056vw;
  left: 4.86111vw;
  width: 25vw;
  height: 25vw;
}

.campaign_sec1 ul li .txtBox {
  flex: 1;
  padding-top: 7.63889vw;
}

.campaign_sec1 ul li .txtBox h3 {
  border: 0.69444vw solid #2046a8;
  color: #2046a8;
  font-size: 1.38889vw;
  line-height: 1.75;
  display: flex;
}

.campaign_sec1 ul li .txtBox h3 span {
  color: #fff;
  background: #2046a8;
  padding: 0.20833vw 2.77778vw 0 0.69444vw;
  margin-right: 2.08333vw;
  font-size: 1.11111vw;
}

.campaign_sec1 ul li .txtBox p {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 4.86111vw;
}

@media screen and (max-width: 680px) {
  .page_wrap section.campaign_sec1 {
    padding: 0;
  }
  .campaign_sec1 ul {
    gap: 8vw;
  }
  .campaign_sec1 ul li {
    flex-flow: column;
    align-items: center;
    gap: 21.33333vw;
    padding-bottom: 8vw;
  }
  .campaign_sec1 ul li:nth-last-of-type(1) {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .campaign_sec1 ul li .img {
    width: 53.33333vw;
    height: 53.33333vw;
    left: -10.66667vw;
  }
  .campaign_sec1 ul li .img img {
    position: absolute;
    top: 5.33333vw;
    left: 10.66667vw;
    width: 61.33333vw;
    height: 61.33333vw;
  }
  .campaign_sec1 ul li .txtBox {
    padding-top: 0;
  }
  .campaign_sec1 ul li .txtBox h3 {
    border: 2.13333vw solid #2046a8;
    font-size: 3.73333vw;
  }
  .campaign_sec1 ul li .txtBox h3 span {
    padding: 0.26667vw 5.33333vw 0 1.06667vw;
    margin-right: 2.66667vw;
    font-size: 3.2vw;
  }
  .campaign_sec1 ul li .txtBox p {
    font-size: 3.2vw;
    margin-top: 5.33333vw;
  }
}

/*=====================================
クリニックについて
=====================================*/
/* section1
***************************************************************/
.page_wrap section.clinic_sec1 {
  padding: 0 3.47222vw;
}

.clinic_sec1 .txtWrap {
  max-width: 68.75vw;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.clinic_sec1 .txtWrap h2 {
  font-size: 3.125vw;
  color: #2046a8;
  display: flex;
  align-items: center;
  gap: 1.38889vw;
  line-height: 1;
}

.clinic_sec1 .txtWrap h2 span {
  font-size: 1.38889vw;
  font-weight: 500;
  padding-top: 0.34722vw;
}

.clinic_sec1 .txtWrap .txtBox {
  border: 0.06944vw solid #2046a8;
  padding: 6.94444vw 0;
  position: relative;
  text-align: center;
  margin-top: 2.08333vw;
}

.clinic_sec1 .txtWrap .txtBox h3.eb_fonts {
  font-size: 8.68056vw;
  line-height: 1;
  writing-mode: vertical-rl;
  color: #2046a8;
  opacity: .5;
  position: absolute;
  right: 1.25vw;
  top: 0;
  transform: translate(100%, 0);
}

.clinic_sec1 .txtWrap .txtBox p.txt {
  line-height: 1.75;
}

.clinic_sec1 h3.sub_title {
  font-size: 3.125vw;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1.38889vw;
  line-height: 1;
  background: #2046a8;
  padding: 1.38889vw;
  margin: 4.51389vw 5.20833vw 0;
}

.clinic_sec1 h3 span {
  font-size: 1.38889vw;
  font-weight: 500;
  padding-top: 0.34722vw;
}

.clinic_sec1 .txtWrap2 {
  margin-top: 2.08333vw;
  display: flex;
  align-items: flex-end;
  gap: 10.55556vw;
  margin-bottom: 3.47222vw;
}

.clinic_sec1 .txtWrap2 .imgBox {
  width: 29.16667vw;
  position: relative;
}

.clinic_sec1 .txtWrap2 .imgBox img.img1 {
  margin-left: 2.08333vw;
}

.clinic_sec1 .txtWrap2 .imgBox h4 {
  font-size: 1.66667vw;
  color: #fff;
  background: #2046a8;
  padding: 1.04167vw 0;
  text-align: center;
  width: 25vw;
  margin-top: -4.86111vw;
  position: relative;
}

.clinic_sec1 .txtWrap2 .txtBox {
  flex: 1;
  text-align: center;
  padding: 0 8.68056vw 1.38889vw 0;
}

.clinic_sec1 .txtWrap2 .txtBox h5 {
  font-size: 1.73611vw;
  font-weight: 500;
  color: #2046a8;
}

.clinic_sec1 .txtWrap2 .txtBox p {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 3.81944vw;
}

.clinic_sec1 .txtWrap2 .txtBox h4 {
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
  margin-top: 2.77778vw;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .page_wrap section.clinic_sec1 {
    padding: 0 0 10.66667vw;
  }
  .clinic_sec1 .txtWrap {
    max-width: calc(100% - 50px);
  }
  .clinic_sec1 .txtWrap h2 {
    font-size: 5.33333vw;
    gap: 2.66667vw;
  }
  .clinic_sec1 .txtWrap h2 span {
    font-size: 3.2vw;
    padding-top: 0.8vw;
  }
  .clinic_sec1 .txtWrap .txtBox {
    padding: 13.33333vw 5.33333vw;
    margin-top: 2.66667vw;
  }
  .clinic_sec1 .txtWrap .txtBox h3.eb_fonts {
    font-size: 10.66667vw;
    right: 1.06667vw;
    top: 0;
    transform: translate(100%, 0);
  }
  .clinic_sec1 .txtWrap .txtBox p.txt {
    font-size: 3.2vw;
  }
  .clinic_sec1 h3.sub_title {
    font-size: 5.33333vw;
    gap: 2.66667vw;
    padding: 2.66667vw;
    margin: 8vw 2.66667vw 0;
  }
  .clinic_sec1 h3 span {
    font-size: 3.2vw;
    padding-top: 0.8vw;
  }
  .clinic_sec1 .txtWrap2 {
    margin-top: 5.33333vw;
    flex-flow: column;
    align-items: center;
    gap: 8vw;
    margin-bottom: 0;
  }
  .clinic_sec1 .txtWrap2 .imgBox {
    width: 58.66667vw;
    position: relative;
  }
  .clinic_sec1 .txtWrap2 .imgBox img.img1 {
    margin-left: 0;
  }
  .clinic_sec1 .txtWrap2 .imgBox h4 {
    font-size: 3.73333vw;
    padding: 2.66667vw 0;
    width: 48vw;
    margin-top: -8vw;
  }
  .clinic_sec1 .txtWrap2 .txtBox {
    padding: 0;
  }
  .clinic_sec1 .txtWrap2 .txtBox h5 {
    font-size: 3.73333vw;
  }
  .clinic_sec1 .txtWrap2 .txtBox p {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
  .clinic_sec1 .txtWrap2 .txtBox h4 {
    font-size: 3.73333vw;
    margin-top: 8vw;
  }
}

/* section2
***************************************************************/
.clinic_sec2 {
  background: #2046a8;
}

.clinic_sec2 p.txt {
  text-align: center;
  color: #fff;
  line-height: 1.75;
}

.clinic_sec2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.38889vw;
  align-items: flex-start;
  margin-top: 2.77778vw;
  padding: 0 4.16667vw;
}

.clinic_sec2 ul li {
  padding: 2.08333vw;
  border: 0.06944vw solid #fff;
  position: relative;
}

.clinic_sec2 ul li:nth-of-type(2) {
  margin-top: 16.31944vw;
}

.clinic_sec2 ul li h3 {
  font-size: 1.73611vw;
  color: #fff;
  position: absolute;
  bottom: -0.97222vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: #2046a8;
  padding: 0 1.38889vw;
}

.clinic_sec2 p.txt2 {
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-top: 5.55556vw;
}

@media screen and (max-width: 680px) {
  .clinic_sec2 p.txt {
    font-size: 3.2vw;
  }
  .clinic_sec2 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.33333vw;
    align-items: flex-start;
    margin-top: 10.66667vw;
    padding: 0 10.66667vw;
  }
  .clinic_sec2 ul li {
    padding: 8vw;
    border: 0.26667vw solid #fff;
    position: relative;
  }
  .clinic_sec2 ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .clinic_sec2 ul li h3 {
    font-size: 4.8vw;
    bottom: -2.66667vw;
    padding: 0 4vw;
  }
  .clinic_sec2 p.txt2 {
    font-size: 3.2vw;
    margin-top: 10.66667vw;
  }
}

/* section3
***************************************************************/
.clinic_sec3 .inner {
  position: relative;
  max-width: 69.44444vw;
  padding: 3.47222vw 0;
}

.clinic_sec3_title.type1 {
  position: absolute;
  top: 0;
  right: -7.63889vw;
}

.clinic_sec3_title.type2 {
  position: absolute;
  bottom: 0;
  left: -7.63889vw;
}

.clinic_sec3_title h2 {
  font-size: 3.125vw;
  color: #2046a8;
  font-weight: 500;
  position: relative;
  line-height: 1;
}

.clinic_sec3_title h2 span {
  font-size: 1.38889vw;
  writing-mode: vertical-rl;
}

.clinic_sec3_title.type1 span {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  height: 13.88889vw;
}

.clinic_sec3_title.type2 span {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -93%);
  height: 12.5vw;
}

.clinic_sec3 .inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.08333vw;
  padding: 2.08333vw 0;
}

.clinic_sec3 .inner ul li {
  padding: 2.77778vw 2.08333vw;
  border: 0.06944vw solid #2046a8;
}

.clinic_sec3 .inner ul li:nth-of-type(1) {
  background-image: url(../images/front/future_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clinic_sec3 .inner ul li:nth-of-type(2) {
  background-image: url(../images/front/future_img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clinic_sec3 .inner ul li:nth-of-type(3) {
  background-image: url(../images/front/future_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clinic_sec3 .inner ul li:nth-of-type(4) {
  background-image: url(../images/front/future_img04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clinic_sec3 .inner ul li h3 {
  text-align: center;
  font-size: 1.38889vw;
  font-weight: 600;
  color: #2046a8;
}

.clinic_sec3 .inner ul li p {
  margin-top: 0.69444vw;
  line-height: 1.75;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.69444vw 0.34722vw;
}

@media screen and (max-width: 680px) {
  .clinic_sec3 .inner {
    padding: 13.33333vw 8vw;
    max-width: 100%;
  }
  .clinic_sec3_title.type1 {
    position: absolute;
    top: 0;
    right: 0vw;
  }
  .clinic_sec3_title.type2 {
    position: absolute;
    bottom: 0;
    left: 0vw;
  }
  .clinic_sec3_title h2 {
    font-size: 5.33333vw;
  }
  .clinic_sec3_title h2 span {
    font-size: 4.26667vw;
    writing-mode: vertical-rl;
  }
  .clinic_sec3_title.type1 span {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    height: 37.33333vw;
  }
  .clinic_sec3_title.type2 span {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -93%);
    height: 41.33333vw;
  }
  .clinic_sec3 .inner ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.66667vw;
    padding: 5.33333vw 0;
  }
  .clinic_sec3 .inner ul li {
    padding: 5.33333vw 2.66667vw;
  }
  .clinic_sec3 .inner ul li h3 {
    text-align: center;
    font-size: 4.26667vw;
    font-weight: 600;
    color: #2046a8;
  }
  .clinic_sec3 .inner ul li p {
    margin-top: 2.66667vw;
    line-height: 1.75;
    padding: 1.33333vw;
    font-size: 3.2vw;
  }
}

/*=====================================
ドクター紹介
=====================================*/
/* section1
***************************************************************/
.doctor_sec1 .page_inner .txtWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.doctor_sec1 .page_inner .txtWrap .img {
  padding: 0 2.77778vw 0 5.90278vw;
  position: relative;
}

.doctor_sec1 .page_inner .txtWrap .img h2 {
  text-align: center;
  width: 32.63889vw;
  background: #2046a8;
  color: #fff;
  font-size: 2.08333vw;
  font-weight: 500;
  padding: 1.04167vw 0;
  position: absolute;
  left: 1.38889vw;
  bottom: -1.38889vw;
}

.doctor_sec1 .page_inner .txtWrap .img h2 span {
  display: block;
  font-size: 1.11111vw;
  margin-bottom: 0.69444vw;
}

.doctor_sec1 .page_inner .txtWrap .txtBox {
  text-align: center;
}

.doctor_sec1 .page_inner .txtWrap .txtBox p.en {
  text-align: right;
  font-size: 3.47222vw;
  color: #a8b2d6;
  line-height: 1;
  letter-spacing: -0.06944vw;
}

.doctor_sec1 .page_inner .txtWrap .txtBox h3 {
  font-size: 1.38889vw;
  font-weight: 600;
  color: #2046a8;
  border-bottom: 0.06944vw solid #2046a8;
  display: inline-block;
  padding: 0 2.77778vw 0.69444vw;
  margin-top: 3.125vw;
}

.doctor_sec1 .page_inner .txtWrap .txtBox .txt {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 4.16667vw;
  letter-spacing: -0.06944vw;
  font-weight: 500;
}

.doctor_sec1 .page_inner .txtWrap .txtBox h4 {
  font-size: 0.97222vw;
  line-height: 2;
  margin-top: 2.77778vw;
  color: #2046a8;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .doctor_sec1 .page_inner .txtWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    gap: 8vw;
  }
  .doctor_sec1 .page_inner .txtWrap .img {
    padding: 0;
    width: 58.66667vw;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .doctor_sec1 .page_inner .txtWrap .img h2 {
    width: 64vw;
    font-size: 4.26667vw;
    padding: 2.66667vw 0;
    left: -10.66667vw;
    bottom: -5.33333vw;
  }
  .doctor_sec1 .page_inner .txtWrap .img h2 span {
    display: block;
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
  .doctor_sec1 .page_inner .txtWrap .txtBox p.en {
    font-size: 5.86667vw;
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
  }
  .doctor_sec1 .page_inner .txtWrap .txtBox h3 {
    font-size: 3.73333vw;
    display: inline-block;
    padding: 0 5.33333vw 1.33333vw;
  }
  .doctor_sec1 .page_inner .txtWrap .txtBox .txt {
    font-size: 3.2vw;
    margin-top: 8vw;
    letter-spacing: 0;
  }
  .doctor_sec1 .page_inner .txtWrap .txtBox h4 {
    font-size: 3.73333vw;
    margin-top: 5.33333vw;
  }
}

/* section2
***************************************************************/
.page_wrap section.doctor_sec2 {
  background: #d2daee;
  padding-bottom: 2.77778vw;
  margin-top: 4.16667vw;
}

.doctor_sec2 .page_inner {
  border: 0.13889vw solid #2046a8;
  position: relative;
}

.doctor_sec2 .page_inner h2 {
  font-size: 1.73611vw;
  color: #2046a8;
  position: absolute;
  top: -1.11111vw;
  left: 6.94444vw;
  background: #d2daee;
  padding: 0 2.08333vw;
}

.doctor_sec2 .page_inner ul {
  padding: 2.43056vw 10.76389vw;
  display: flex;
  flex-flow: column;
  gap: 0.69444vw;
}

.doctor_sec2 .page_inner ul li {
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .page_wrap section.doctor_sec2 {
    padding: 8vw 0;
    margin-top: 0;
  }
  .doctor_sec2 .page_inner {
    border: 0.53333vw solid #2046a8;
    position: relative;
  }
  .doctor_sec2 .page_inner h2 {
    font-size: 4.26667vw;
    top: -2.66667vw;
    left: 10.66667vw;
    background: #d2daee;
    padding: 0 5.33333vw;
  }
  .doctor_sec2 .page_inner ul {
    padding: 9.33333vw 10.66667vw;
    gap: 1.33333vw;
  }
  .doctor_sec2 .page_inner ul li {
    font-size: 3.2vw;
  }
}

/*=====================================
よくある質問
=====================================*/
/* section1
***************************************************************/
.faq_sec1 .page_inner {
  max-width: 74.30556vw;
}

.faq_list {
  display: flex;
  flex-flow: column;
  gap: 1.38889vw;
}

.faq_list li {
  border: 0.06944vw solid #2046a8;
  position: relative;
}

.faq_list li::before {
  content: "Q";
  display: inline-block;
  font-size: 2.77778vw;
  position: absolute;
  left: 3.05556vw;
  top: 1.38889vw;
  color: #fff;
  z-index: 1;
}

.faq_list .title {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  font-size: 1.38889vw;
  background: #2046a8;
  color: #fff;
  padding: 2.63889vw 7.63889vw;
}

.faq_list .box {
  padding: 3.81944vw 3.81944vw 3.81944vw 6.25vw;
  position: relative;
}

.faq_list .box::before {
  content: "A";
  display: inline-block;
  font-size: 2.77778vw;
  position: absolute;
  left: 3.05556vw;
  top: 1.38889vw;
  color: #2046a8;
  z-index: 1;
  font-family: 'Noto Serif JP', serif;
}

.faq_list .box p {
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .mt_single .mt_faq {
    padding: 13.33333vw 0 0;
  }
  .faq_sec1 .page_inner {
    max-width: 100%;
    padding: 0 4vw;
  }
  .faq_list {
    gap: 2.66667vw;
  }
  .faq_list li::before {
    font-size: 4.26667vw;
    left: 5.33333vw;
    top: 1.86667vw;
  }
  .faq_list .title {
    font-size: 3.2vw;
    padding: 2.66667vw 10.66667vw 2.66667vw 16vw;
  }
  /*アイコンの＋と×*/
  .faq_list .title::before,
  .faq_list .title::after {
    width: 3.2vw;
    height: 0.26667vw;
  }
  .faq_list .title::before {
    right: 2.66667vw;
  }
  .faq_list .title::after {
    right: 2.66667vw;
  }
  .faq_list .title.close::after {
    transform: rotate(0deg);
  }
  .faq_list .box {
    padding: 7.46667vw 8vw 10.66667vw;
  }
  .faq_list .box::before {
    font-size: 4.26667vw;
    left: 5.33333vw;
    top: 1.86667vw;
  }
  .faq_list .box p {
    font-size: 3.2vw;
  }
}

/* 施術 一覧
***************************************************************/
.mt {
  padding: 0;
}

.mt h2.title {
  text-align: center;
  font-size: 3.125vw;
  font-weight: 500;
  color: #2046a8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.73611vw;
  margin-bottom: 3.47222vw;
}

.mt h2.title::before,
.mt h2.title::after {
  content: "";
  display: inline-block;
  width: 12.08333vw;
  border-top: 0.06944vw solid #2046a8;
  position: relative;
  top: 0.27778vw;
}

.mt .txtWrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.04167vw;
}

.mt .txtWrap2 {
  margin-top: 6.25vw;
  padding: 0 6.25vw;
}

.mt .txtWrap2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.73611vw 3.47222vw;
  text-align: center;
}

.mt .txtWrap2 ul li a {
  border: 0.06944vw solid #2046a8;
  padding: 1.38889vw 0;
  display: block;
  position: relative;
  font-weight: 500;
}

.mt .txtWrap2 ul li a::before {
  content: "";
  display: inline-block;
  width: 0.83333vw;
  height: 0.83333vw;
  background-image: url(../images/common/next_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.38889vw;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .mt h2.title {
    font-size: 4.26667vw;
    gap: 0.69444vw;
    margin-bottom: 8vw;
  }
  .mt h2.title::before,
  .mt h2.title::after {
    width: 18.66667vw;
    top: 0;
  }
  .mt .txtWrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4vw 4.8vw;
  }
  .mt .txtWrap2 {
    margin-top: 10.66667vw;
    padding: 0 8.53333vw;
  }
  .mt .txtWrap2 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 5.33333vw;
  }
  .mt .txtWrap2 ul li a {
    padding: 2.66667vw 5.33333vw 2.66667vw 2.66667vw;
    font-size: 3.2vw;
    text-align: left;
  }
  .mt .txtWrap2 ul li a::before {
    width: 2.13333vw;
    height: 2.13333vw;
    right: 2.66667vw;
  }
}

/* 施術 詳細
***************************************************************/
.mt_single section {
  padding: 6.25vw 0;
}

.mt_single section:nth-of-type(1) {
  padding: 10.06944vw 0 6.25vw;
}

/* MV */
.mt_mv {
  padding: 0;
}

/* ページ内リンク */
.page_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.73611vw 1.38889vw;
  max-width: 68.05556vw;
}

.page_link a {
  display: block;
  text-align: center;
  font-size: 0.97222vw;
  padding: 1.11111vw 2.08333vw 1.11111vw 0.69444vw;
  position: relative;
  border: 0.06944vw solid #2046a8;
  transition: .3s;
  letter-spacing: -0.06944vw;
}

.page_link a::before {
  content: "";
  display: inline-block;
  width: 1.73611vw;
  height: 0.34722vw;
  background-image: url(../images/common/next_arrow02_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.55556vw;
  transform: translate(0, -50%);
  transition: .3s;
}

@media screen and (min-width: 681px) {
  .page_link a:hover {
    background: #2046a8;
    color: #fff;
    opacity: 1;
  }
  .page_link a:hover::before {
    background-image: url(../images/common/next_arrow02_w.svg);
  }
}

@media screen and (max-width: 680px) {
  .mt_single section {
    padding: 13.33333vw 0;
  }
  .mt_single section:nth-of-type(1) {
    padding: 25.33333vw 0 13.33333vw;
  }
  /* MV */
  .mt_mv {
    padding: 0;
  }
  /* ページ内リンク */
  .page_link {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.66667vw;
  }
  .page_link a {
    display: block;
    text-align: center;
    font-size: 3.73333vw;
    padding: 4.26667vw 0;
    position: relative;
    border: 0.26667vw solid #2046a8;
    transition: .3s;
  }
  .page_link a::before {
    width: 7.46667vw;
    height: 1.86667vw;
    background-image: url(../images/common/next_arrow02_b.svg);
    right: 4vw;
  }
}

/* CASE */
.mt_case ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.86111vw;
  margin: 0 2.77778vw;
}

.mt_case ul li {
  padding-bottom: 3.47222vw;
  position: relative;
}

.mt_case ul li img {
  height: 20.13889vw;
}

.mt_case ul li dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.69444vw;
  flex-wrap: wrap;
  margin-top: 1.73611vw;
}

.mt_case ul li dl dt {
  text-align: center;
  color: #fff;
  background: #2046a8;
  border-radius: 2.77778vw;
  padding: 0.06944vw 0.69444vw;
  line-height: 1.45833vw;
  font-weight: normal;
  letter-spacing: -0.06944vw;
}

.mt_case ul li dl dd {
  width: 64%;
  text-align: right;
  padding: 0.20833vw 0;
  line-height: 1.45833vw;
  font-size: 0.90278vw;
  letter-spacing: -0.06944vw;
}

.mt_case ul li dl dd:nth-of-type(3) {
  min-height: 4.86111vw;
}

.mt_case ul li dl dt:nth-last-of-type(1) {
  width: 6.94444vw;
  display: block;
  margin: 0.69444vw auto 0;
}

.mt_case ul li dl dd:nth-last-of-type(1) {
  width: 100%;
  text-align: left;
}

.mt_case ul li .link {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translate(-50%, 0);
}

.mt_case ul li .link span {
  position: relative;
}

.mt_case ul li .link span::before {
  content: "";
  display: inline-block;
  width: 2.77778vw;
  height: 2.77778vw;
  background-image: url(../images/common/next_arrow03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -3.47222vw;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .mt_case ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24vw;
    margin: 0;
  }
  .mt_case ul li {
    position: relative;
    padding: 5.33333vw 5.33333vw 10.66667vw;
  }
  .mt_case ul li img {
    height: auto;
  }
  .mt_case ul li dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.66667vw;
    flex-wrap: wrap;
    margin-top: 6.66667vw;
  }
  .mt_case ul li dl dt {
    text-align: center;
    color: #fff;
    background: #2046a8;
    border-radius: 10.66667vw;
    padding: 0.8vw 2.66667vw;
    line-height: 5.6vw;
    font-weight: normal;
  }
  .mt_case ul li dl dd {
    width: 62%;
    text-align: right;
    padding: 0.8vw 0;
    line-height: 5.6vw;
    font-size: 3.73333vw;
  }
  .mt_case ul li dl dt:nth-last-of-type(1) {
    width: 32vw;
    display: block;
    margin: 2.66667vw auto 0;
  }
  .mt_case ul li dl dd:nth-last-of-type(1) {
    width: 100%;
    text-align: left;
  }
  .mt_case ul li .link span::before {
    content: "";
    display: inline-block;
    width: 10.66667vw;
    height: 10.66667vw;
    background-image: url(../images/common/next_arrow03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -13.33333vw;
    transform: translate(0, -50%);
  }
}

/* About */
.mt_about .page_inner {
  padding: 0 6.94444vw 0 3.125vw;
}

.mt_about p.txt {
  text-align: center;
  margin-bottom: 7.63889vw;
  line-height: 1.75;
}

.mt_about .txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.16667vw;
}

.mt_about .txtWrap img {
  width: 26.04167vw;
}

.mt_about .txtWrap .txtBox {
  max-width: 43.05556vw;
  border: 0.06944vw solid #2046a8;
  position: relative;
  padding: 8.68056vw 3.125vw;
}

.mt_about .txtWrap .txtBox h3 {
  position: absolute;
  top: -7.15278vw;
  right: -3.125vw;
  font-size: 2.77778vw;
  color: rgba(32, 70, 168, 0.35);
  background: #fff;
  text-align: center;
  height: 13.88889vw;
  width: 330px;
}

.mt_about .txtWrap .txtBox h3 .t1 {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.mt_about .txtWrap .txtBox h3 .t2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}

.mt_about .txtWrap .txtBox p {
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .mt_about .page_inner {
    padding: 0;
  }
  .mt_about p.txt {
    margin-bottom: 10.66667vw;
    font-size: 3.2vw;
  }
  .mt_about .txtWrap {
    flex-flow: column;
    gap: 16vw;
  }
  .mt_about .txtWrap img {
    width: 100%;
  }
  .mt_about .txtWrap .txtBox {
    padding: 16vw 2.66667vw 12vw;
    max-width: 100%;
  }
  .mt_about .txtWrap .txtBox h3 {
    top: -5.33333vw;
    right: -1.33333vw;
    font-size: 5.33333vw;
    width: 53.33333vw;
  }
  .mt_about .txtWrap .txtBox p {
    font-size: 2.66667vw;
  }
}

/* Result */
.mt_single .mt_result {
  background: #d2daee;
  padding: 3.81944vw 0;
}

.mt_result .img {
  display: block;
  width: 26.04167vw;
  margin: 0 auto;
}

.mt_result p.txt {
  max-width: 45.48611vw;
  line-height: 1.75;
  margin: 3.125vw auto 0;
}

@media screen and (max-width: 680px) {
  .mt_single .mt_result {
    background: #d2daee;
    padding: 14.66667vw 0;
  }
  .mt_result .img {
    width: 60%;
  }
  .mt_result p.txt {
    margin: 8vw auto 0;
    font-size: 3.2vw;
    max-width: 90%;
  }
}

/* Recommend */
.mt_single .mt_recommend {
  padding: 10.06944vw 0 6.25vw;
}

.mt_recommend .page_inner {
  position: relative;
}

.recommend_title {
  position: absolute;
  top: 0;
  left: 4.16667vw;
}

.recommend_title h2.title2 {
  writing-mode: vertical-rl;
  height: 40.13889vw;
  border-right: 0.13889vw solid #2046a8;
  color: #2046a8;
  font-size: 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recommend_title h2.title2 span {
  font-size: 1.38889vw;
}

.mt_recommend .txtWrap {
  padding-top: 7.63889vw;
}

.mt_recommend .txtWrap img.img {
  width: 49.30556vw;
  display: block;
  margin: 0 auto;
}

.mt_recommend .txtWrap ul {
  margin-left: 17.36111vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.08333vw;
  margin-top: 3.47222vw;
}

.mt_recommend .txtWrap ul li {
  padding-left: 3.81944vw;
  position: relative;
}

.mt_recommend .txtWrap ul li::before {
  content: "";
  display: inline-block;
  width: 3.125vw;
  height: 3.125vw;
  background-image: url(../images/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -0.625vw;
  left: 0;
}

@media screen and (max-width: 680px) {
  .mt_single .mt_recommend {
    padding: 14.66667vw 0 14.66667vw;
  }
  .mt_recommend .page_inner {
    position: relative;
  }
  .recommend_title {
    position: absolute;
    top: 0;
    left: 2.66667vw;
  }
  .recommend_title h2.title2 {
    height: 77.33333vw;
    font-size: 5.33333vw;
  }
  .recommend_title h2.title2 span {
    font-size: 3.2vw;
  }
  .mt_recommend .txtWrap {
    padding: 10.66667vw 0 0 16vw;
  }
  .mt_recommend .txtWrap img.img {
    width: 100%;
  }
  .mt_recommend .txtWrap ul {
    margin-left: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.66667vw;
    margin-top: 8vw;
  }
  .mt_recommend .txtWrap ul li {
    padding-left: 6.66667vw;
    font-size: 3.2vw;
  }
  .mt_recommend .txtWrap ul li::before {
    width: 5.33333vw;
    height: 5.33333vw;
    top: -0.53333vw;
  }
}

/* Failure */
.mt_failure p.txt {
  font-size: 0.97222vw;
  text-align: center;
  line-height: 1.75;
}

.mt_failure .img {
  max-width: 72.91667vw;
  margin: 2.77778vw auto 0;
}

@media screen and (max-width: 680px) {
  .mt_failure p.txt {
    font-size: 3.2vw;
  }
  .mt_failure .img {
    margin: 10.66667vw auto 0;
    max-width: 100%;
  }
}

/* Type */
.mt_type h3 {
  text-align: center;
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
}

.mt_type p.txt {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 2.77778vw;
  text-align: center;
}

.mt_type ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.77778vw 2.08333vw;
  margin-top: 2.77778vw;
}

.mt_type ul li {
  border: 0.06944vw solid #2046a8;
  padding: 2.77778vw 2.43056vw;
  display: flex;
  align-items: flex-start;
  gap: 2.43056vw;
}

.mt_type ul li img.img {
  width: 13.54167vw;
}

.mt_type ul li .txtBox {
  flex: 1;
  padding-top: 0.69444vw;
}

.mt_type ul li .txtBox h4 {
  text-align: center;
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
}

.mt_type ul li .txtBox p.txt2 {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 2.08333vw;
}

@media screen and (max-width: 680px) {
  .mt_type h3 {
    font-size: 3.73333vw;
  }
  .mt_type p.txt {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }
  .mt_type ul {
    gap: 5.33333vw 2.66667vw;
    margin-top: 5.33333vw;
  }
  .mt_type ul li {
    padding: 5.33333vw;
    flex-flow: column;
    align-items: center;
    gap: 5.33333vw;
  }
  .mt_type ul li img.img {
    width: 100%;
  }
  .mt_type ul li .txtBox {
    padding-top: 0;
  }
  .mt_type ul li .txtBox h4 {
    font-size: 4.26667vw;
  }
  .mt_type ul li .txtBox p.txt2 {
    font-size: 3.2vw;
    margin-top: 2.66667vw;
  }
}

/* Policy */
.mt_single .mt_policy {
  padding: 0 0 4.86111vw;
}

.mt_policy .page_inner {
  max-width: 68.05556vw;
}

.mt_policy ul {
  display: flex;
  flex-flow: column;
  gap: 2.77778vw;
}

.mt_policy ul li .policy_title {
  background: #2046a8;
  padding: 1.73611vw 1.38889vw;
  text-align: right;
  position: relative;
}

.mt_policy ul li h3 {
  color: #fff;
  font-size: 1.38889vw;
  font-weight: 500;
  line-height: 1.75;
}

.mt_policy ul li h3 span {
  color: #d2daee;
  font-size: 6.45833vw;
  position: absolute;
  left: -0.83333vw;
  top: -3.54167vw;
  line-height: 1;
}

.mt_policy ul li .txtBox {
  margin-top: 2.08333vw;
  display: flex;
  align-items: center;
  gap: 5.20833vw;
}

.mt_policy ul li .txtBox img.img {
  width: 26.38889vw;
}

.mt_policy ul li .txtBox p.txt {
  font-size: 0.97222vw;
  line-height: 1.75;
}

.mt_policy ul li:nth-of-type(2n) h3 {
  text-align: left;
}

.mt_policy ul li:nth-of-type(2n) h3 span {
  left: unset;
  right: -0.83333vw;
}

.mt_policy ul li:nth-of-type(2n) .txtBox {
  flex-flow: row-reverse;
}

.mt_policy ul li iframe {
  width: 57.29167vw;
  height: 29.51389vw;
  display: block;
  margin: 2.77778vw auto 0;
}

@media screen and (max-width: 680px) {
  .mt_single .mt_policy {
    padding: 0 0 13.33333vw;
  }
  .mt_policy .page_inner {
    width: 100%;
    max-width: 100%;
  }
  .mt_policy ul {
    gap: 5.33333vw;
  }
  .mt_policy ul li .policy_title {
    padding: 5.33333vw 2.66667vw 5.33333vw 17.33333vw;
  }
  .mt_policy ul li h3 {
    font-size: 3.2vw;
    display: inline-block;
    text-align: center;
  }
  .mt_policy ul li h3 span {
    font-size: 13.33333vw;
    position: absolute;
    top: 50%;
    left: 2.66667vw;
    transform: translate(0, -50%);
  }
  .mt_policy ul li .txtBox {
    margin-top: 5.33333vw;
    flex-flow: column;
    gap: 8vw;
  }
  .mt_policy ul li .txtBox img.img {
    width: 60vw;
  }
  .mt_policy ul li .txtBox p.txt {
    font-size: 3.2vw;
    padding: 0 8vw;
  }
  .mt_policy ul li:nth-of-type(2n) .policy_title {
    padding: 5.33333vw 17.33333vw 5.33333vw 2.66667vw;
    text-align: left;
  }
  .mt_policy ul li:nth-of-type(2n) h3 {
    text-align: center;
  }
  .mt_policy ul li:nth-of-type(2n) h3 span {
    left: unset;
    right: 2.66667vw;
  }
  .mt_policy ul li:nth-of-type(2n) .txtBox {
    flex-flow: column;
  }
  .mt_policy ul li iframe {
    width: 100%;
    height: 64vw;
    margin: 5.33333vw auto 0;
  }
}

/* Flow */
.mt_flow .page_inner {
  max-width: 74.30556vw;
}

.mt_flow ul {
  display: flex;
  flex-flow: column;
  gap: 5.90278vw;
}

.mt_flow ul li {
  border: 0.06944vw solid #2046a8;
  padding: 2.08333vw 3.47222vw;
  display: flex;
  align-items: flex-start;
  gap: 4.51389vw;
  position: relative;
}

.mt_flow ul li::before {
  content: "";
  display: inline-block;
  width: 5.90278vw;
  height: 1.80556vw;
  background-image: url(../images/common/icon_flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -4.16667vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.mt_flow ul li:nth-last-of-type(1)::before {
  display: none;
}

.mt_flow ul li img.img {
  width: 21.875vw;
}

.mt_flow ul li .txtBox {
  flex: 1;
}

.mt_flow ul li .txtBox h3 {
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
}

.mt_flow ul li .txtBox h3 span.t1 span.t2 {
  font-size: 2.08333vw;
  font-weight: 600;
  margin-right: 1.38889vw;
}

.mt_flow ul li .txtBox p.txt {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 3.81944vw;
}

@media screen and (max-width: 680px) {
  .mt_flow .page_inner {
    max-width: 100%;
  }
  .mt_flow ul {
    gap: 10.66667vw;
  }
  .mt_flow ul li {
    padding: 8vw 5.33333vw;
    gap: 5.33333vw;
  }
  .mt_flow ul li::before {
    width: 7.46667vw;
    height: 2.66667vw;
    bottom: -7.46667vw;
  }
  .mt_flow ul li:nth-last-of-type(1)::before {
    display: none;
  }
  .mt_flow ul li img.img {
    width: 29.33333vw;
  }
  .mt_flow ul li .txtBox {
    flex: 1;
  }
  .mt_flow ul li .txtBox h3 {
    font-size: 3.73333vw;
    display: flex;
  }
  .mt_flow ul li .txtBox h3 span.t1 {
    white-space: nowrap;
  }
  .mt_flow ul li .txtBox h3 span.t1 span.t2 {
    font-size: 3.73333vw;
    margin-right: 4vw;
  }
  .mt_flow ul li .txtBox p.txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

/* Price */
.mt_single .mt_price {
  padding: 3.47222vw 0 0;
}

.mt_price .page_inner {
  position: relative;
}

.mt_price .page_inner::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: calc(100% + 12.5vw);
  background: #2046a8;
  border-radius: 0 13.88889vw 0 0;
  position: absolute;
  right: 0;
  top: -3.47222vw;
  z-index: -1;
}

.mt_price p.txt {
  font-size: 0.97222vw;
  color: #fff;
  text-align: right;
  padding: 0 4.51389vw;
}

.mt_price ul {
  display: flex;
  flex-flow: column;
  gap: 1.04167vw;
  padding: 0 4.51389vw;
  margin-top: 1.04167vw;
}

.mt_price ul li {
  display: flex;
  background: #fff;
}

.mt_price ul li h3 {
  font-size: 1.38889vw;
  width: 20.48611vw;
  background: #d2daee;
  text-align: center;
  position: relative;
}

.mt_price ul li h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mt_price ul li p.txt2 {
  flex: 1;
  text-align: right;
  font-size: 1.38889vw;
  padding: 2.08333vw 3.81944vw;
}

.mt_price ul li p.txt2 span {
  font-size: 0.97222vw;
  display: block;
}

.mt_price p.txt3 {
  font-size: 0.97222vw;
  color: #fff;
  padding: 0 4.51389vw;
  margin-top: 1.04167vw;
}

.mt_price + section .page_inner::before {
  border-radius: 0;
}

@media screen and (max-width: 680px) {
  .mt_single .mt_price {
    padding: 10.66667vw 0 0;
  }
  .mt_price .page_inner {
    width: calc(100% - 30px);
  }
  .mt_price .page_inner::before {
    height: calc(100% + 10.67vw);
    border-radius: 0 42.66667vw 0 0;
    top: -10.67vw;
    right: 0;
    z-index: -1;
  }
  .mt_price p.txt {
    font-size: 2.66667vw;
    padding: 0 5.33333vw;
  }
  .mt_price ul {
    gap: 2.66667vw;
    padding: 0 5.33333vw;
    margin-top: 2.66667vw;
  }
  .mt_price ul li h3 {
    font-size: 3.2vw;
    width: 34.66667vw;
  }
  .mt_price ul li h3 span {
    width: 100%;
  }
  .mt_price ul li p.txt2 {
    flex: 1;
    font-size: 3.73333vw;
    padding: 5.33333vw 5.33333vw;
  }
  .mt_price ul li p.txt2 span {
    font-size: 3.2vw;
    display: block;
  }
  .mt_price p.txt3 {
    font-size: 2.66667vw;
    padding: 0 5.33333vw;
    margin-top: 2.66667vw;
  }
}

/* Details */
.page_wrap section.mt_details {
  padding-bottom: 3.47222vw;
}

.mt_details .page_inner {
  position: relative;
  z-index: 1;
}

.mt_details .page_inner::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: calc(100% + 12.5vw);
  background: #2046a8;
  border-radius: 0 13.88889vw 0 0;
  position: absolute;
  right: 0;
  top: -6.25vw;
  z-index: -1;
}

.mt_details ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.04167vw;
  padding: 0 4.51389vw;
}

.mt_details ul li {
  padding: 2.77778vw 1.73611vw;
  background: #fff;
  text-align: center;
}

.mt_details ul li h3 {
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
  padding-bottom: 0.34722vw;
  border-bottom: 0.13889vw solid #2046a8;
}

.mt_details ul li p {
  margin-top: 3.47222vw;
  height: auto;
  font-size: 0.97222vw;
  line-height: 1.75;
}

.mt_details .txtWrap {
  background: #fff;
  max-width: 60.41667vw;
  margin: 0 auto;
  text-align: center;
  padding: 2.43056vw 4.51389vw 2.08333vw;
  margin-top: 1.38889vw;
}

.mt_details .txtWrap h3 {
  font-size: 1.38889vw;
  font-weight: 500;
  color: #2046a8;
  border-bottom: 1px solid #2046a8;
  padding-bottom: 0.69444vw;
}

.mt_details .txtWrap p {
  font-size: 0.97222vw;
  line-height: 1.75;
  margin-top: 3.47222vw;
  min-height: 12.5vw;
}

.mt_details .txtWrap .list2 {
  display: block;
  padding: 0;
  margin-top: 2.08333vw;
  display: flex;
  flex-flow: column;
  gap: 0.34722vw;
}

.mt_details .txtWrap .list2 .item2 {
  padding: 0;
  text-align: left;
  font-size: 0.97222vw;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .page_wrap section.mt_details {
    padding-bottom: 8vw;
  }
  .mt_details .page_inner {
    width: calc(100% - 30px);
  }
  .mt_details .page_inner::before {
    content: "";
    display: inline-block;
    width: calc(100vw - 5px);
    height: calc(100% + 26.6666vw);
    background: #2046a8;
    border-radius: 0 42.66667vw 0 0;
    position: absolute;
    right: unset;
    left: -5.33333vw;
    top: -13.33333vw;
    z-index: -1;
  }
  .mt_details ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.66667vw 4vw;
    padding: 0 2.66667vw;
  }
  .mt_details ul li {
    padding: 5.33333vw 2.66667vw;
  }
  .mt_details ul li h3 {
    font-size: 3.2vw;
    font-weight: 500;
    color: #2046a8;
    padding-bottom: 1.33333vw;
    border-bottom: 0.53333vw solid #2046a8;
  }
  .mt_details ul li p {
    margin-top: 5.33333vw;
    height: auto;
    min-height: 18.66667vw;
    font-size: 2.66667vw;
  }
  .mt_details .txtWrap {
    max-width: 100%;
    padding: 8vw 5.33333vw;
    margin: 5.33333vw 2.66667vw 0;
  }
  .mt_details .txtWrap h3 {
    font-size: 3.73333vw;
    padding-bottom: 2.66667vw;
  }
  .mt_details .txtWrap p {
    font-size: 3.2vw;
    margin-top: 5.33333vw;
    min-height: auto;
  }
  .mt_details .txtWrap .list2 {
    margin-top: 5.33333vw;
    gap: 1.33333vw;
  }
  .mt_details .txtWrap .list2 .item2 {
    font-size: 3.2vw;
  }
}

/* FAQ */
.mt_single .mt_faq {
  padding: 6.25vw 0 0;
}

.mt_faq .page_inner {
  max-width: 68.75vw;
}

.accordion-area {
  display: flex;
  flex-flow: column;
  gap: 1.38889vw;
}

.accordion-area li {
  border: 0.06944vw solid #2046a8;
  position: relative;
}

.accordion-area li::before {
  display: inline-block;
  font-size: 2.08333vw;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 1.38889vw;
  top: 0.69444vw;
  color: #fff;
  z-index: 1;
}

.accordion-area li:nth-of-type(1):before {
  content: "Q1";
}

.accordion-area li:nth-of-type(2):before {
  content: "Q2";
}

.accordion-area li:nth-of-type(3):before {
  content: "Q3";
}

.accordion-area li:nth-of-type(4):before {
  content: "Q4";
}

.accordion-area li:nth-of-type(5):before {
  content: "Q5";
}

.accordion-area li:nth-of-type(6):before {
  content: "Q6";
}

.accordion-area li:nth-of-type(7):before {
  content: "Q7";
}

.accordion-area li:nth-of-type(8):before {
  content: "Q8";
}

.accordion-area .title {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  font-size: 1.38889vw;
  background: #2046a8;
  color: #fff;
  padding: 1.38889vw 6.59722vw;
  line-height: 1.75;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 2.08333vw;
  height: 0.13889vw;
  background-color: #fff;
}

.accordion-area .title::before {
  top: 48%;
  right: 1.04167vw;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  right: 1.04167vw;
  transform: rotate(90deg);
  transition: .3s;
}

.accordion-area .title.close::after {
  transform: rotate(0deg);
}

.accordion-area .box {
  display: none;
  padding: 2.43056vw 3.47222vw 5.55556vw;
  position: relative;
}

.accordion-area .box::before {
  content: "A";
  display: inline-block;
  font-size: 2.08333vw;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 1.38889vw;
  top: 0.69444vw;
  color: #2046a8;
  z-index: 1;
}

.accordion-area .box p {
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .mt_faq .page_inner {
    max-width: 80%;
  }
  .mt_single .mt_faq {
    padding: 13.33333vw 0 0;
  }
  .accordion-area {
    gap: 2.66667vw;
  }
  .accordion-area li::before {
    font-size: 4.26667vw;
    left: 5.33333vw;
    top: 2.66667vw;
  }
  .accordion-area .title {
    font-size: 3.2vw;
    padding: 2.66667vw 10.66667vw 2.66667vw 16vw;
  }
  /*アイコンの＋と×*/
  .accordion-area .title::before,
  .accordion-area .title::after {
    width: 3.2vw;
    height: 0.26667vw;
  }
  .accordion-area .title::before {
    right: 2.66667vw;
  }
  .accordion-area .title::after {
    right: 2.66667vw;
  }
  .accordion-area .title.close::after {
    transform: rotate(0deg);
  }
  .accordion-area .box {
    padding: 7.46667vw 8vw 10.66667vw;
  }
  .accordion-area .box::before {
    font-size: 4.26667vw;
    left: 5.33333vw;
    top: 1.86667vw;
  }
  .accordion-area .box p {
    font-size: 3.2vw;
  }
}

/*=====================================
施術 一覧
=====================================*/
/* お知らせ
***************************************************************/
.news {
  padding: 0;
}

.news ul {
  display: flex;
  flex-flow: column;
  gap: 2.43056vw;
}

.news ul li {
  border: 0.06944vw solid #9a9a9a;
}

.news ul li .news_title {
  display: flex;
  align-items: flex-start;
  padding: 1.73611vw 4.16667vw;
  background: #2046a8;
}

.news ul li .news_title p.time {
  color: #fff;
  font-size: 1.38889vw;
  font-weight: 500;
  width: 9.02778vw;
}

.news ul li .news_title p.ca {
  color: #2046a8;
  background: #fff;
  font-size: 1.38889vw;
  font-weight: 500;
  padding: 0.13889vw 0;
  border-radius: 2.08333vw;
  margin-right: 2.08333vw;
  width: 8.33333vw;
  text-align: center;
}

.news ul li .news_title h2.title {
  color: #fff;
  font-size: 1.38889vw;
  font-weight: 500;
  flex: 1;
}

.news ul li .news_wrap {
  padding: 2.77778vw 4.16667vw;
}

.news ul li .news_wrap p.txt {
  font-size: 1.38889vw;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .news ul {
    gap: 2.66667vw;
  }
  .news ul li .news_title {
    padding: 2.66667vw 5.33333vw;
  }
  .news ul li .news_title p.time {
    font-size: 2.66667vw;
    width: 16vw;
    padding-top: 0.53333vw;
  }
  .news ul li .news_title p.ca {
    font-size: 2.66667vw;
    margin-right: 2.66667vw;
    width: 16vw;
  }
  .news ul li .news_title h2.title {
    font-size: 2.66667vw;
    padding-top: 0.53333vw;
  }
  .news ul li .news_wrap {
    padding: 5.33333vw;
  }
  .news ul li .news_wrap p.txt {
    font-size: 3.2vw;
  }
}

/* 採用情報
***************************************************************/
.recruit_sec1 .accordion-area li:before {
  display: none;
}

.recruit_sec1 .page_inner {
  max-width: 1050px;
}

.accordion-area {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  gap: 3.47222vw;
}

.recruit_sec1 .accordion-area li {
  border: unset;
}

.accordion_title {
  transition: all .3s ease;
  border: 0.06944vw solid #2046a8;
  padding: 2.08333vw 8.33333vw;
  color: #2046a8;
  font-size: 1.38889vw;
  gap: 1.04167vw;
  position: relative;
  font-weight: 500;
}

.accordion_title span {
  font-size: 0.97222vw;
  color: #000;
  transition: .3s;
  margin-left: 1.38889vw;
}

.accordion_title.close {
  color: #fff;
  background: #2046a8;
}

.accordion_title.close span {
  color: #fff;
}

.accordion_title::before {
  content: "";
  display: inline-block;
  width: 2.77778vw;
  height: 2.5vw;
  background-image: url(../images/recruit/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.38889vw;
  transform: translate(0, -50%);
  transition: .3s;
}

.accordion_title.close::before {
  background-image: url(../images/recruit/arrow_w.svg);
  transform: translate(0, -50%) rotate(180deg);
}

.accordion_box {
  display: none;
}

table {
  display: block;
  width: 100%;
  padding: 3.47222vw 2.43056vw 0;
}

table tbody {
  display: block;
  width: 100%;
}

table tbody tr {
  display: flex;
}

table tbody tr th {
  width: 27.77778vw;
  padding: 2.77778vw 0;
  text-align: center;
  background: #d2daee;
  border-top: 0.06944vw solid #9a9a9a;
  border-left: 0.06944vw solid #9a9a9a;
  border-right: 0.06944vw solid #9a9a9a;
  line-height: 1.75;
  font-weight: 500;
}

table tbody tr td {
  flex: 1;
  padding: 2.77778vw 3.47222vw;
  border-top: 0.06944vw solid #9a9a9a;
  border-right: 0.06944vw solid #9a9a9a;
  line-height: 1.75;
  font-weight: 500;
}

table tbody tr:nth-last-of-type(1) th,
table tbody tr:nth-last-of-type(1) td {
  border-bottom: 0.06944vw solid #9a9a9a;
}

@media screen and (max-width: 680px) {
  .page_wrap section.recruit_sec1:nth-of-type(1) {
    padding: 0;
  }
  .recruit_sec1 .page_inner {
    padding: 0 2.66667vw;
  }
  .accordion-area {
    gap: 8vw;
  }
  .accordion_title {
    padding: 4vw 8vw;
    font-size: 3.73333vw;
    gap: 4vw;
  }
  .accordion_title span {
    font-size: 3.2vw;
    transition: .3s;
  }
  .accordion_title::before {
    width: 5.86667vw;
    height: 4.8vw;
    top: 6.66667vw;
    right: 1.86667vw;
  }
  table {
    padding: 8vw 5.33333vw 0;
  }
  table tbody tr th {
    width: 24vw;
    padding: 5.33333vw 0;
    font-size: 3.2vw;
  }
  table tbody tr td {
    padding: 5.33333vw 8vw;
    font-size: 3.2vw;
  }
}

/* サイトマップ
***************************************************************/
.page_wrap section.sitemap:nth-of-type(1) {
  padding: 0;
}

.list01 {
  display: flex;
  flex-flow: column;
  gap: 4.86111vw;
}

.list01_item h2 {
  font-size: 3.125vw;
  color: #fff;
  text-align: center;
  background: #2046a8;
  position: relative;
  overflow: hidden;
  padding: 0.34722vw 0;
  z-index: 1;
}

.list01_item h2::before {
  content: "";
  display: inline-block;
  width: 12.5vw;
  height: 7.01389vw;
  background-image: url(../images/common/sitemap_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
}

.list02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.51389vw 4.86111vw;
  padding: 4.51389vw 4.16667vw 0 4.16667vw;
}

.item02 a {
  color: #2046a8;
  background-image: url(../images/common/sitemap_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  padding-bottom: 0.69444vw;
}

@media screen and (max-width: 680px) {
  .page_wrap section.sitemap:nth-of-type(1) {
    padding: 0;
  }
  .list01 {
    gap: 8vw;
  }
  .list01_item h2 {
    font-size: 4.8vw;
  }
  .list01_item h2::before {
    width: 26.66667vw;
    height: 16.26667vw;
  }
  .list02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8vw 5.33333vw;
    padding: 8vw 5.33333vw 0 5.33333vw;
  }
  .item02 a {
    color: #2046a8;
    background-image: url(../images/common/sitemap_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    display: block;
    padding-bottom: 2.66667vw;
    font-size: 3.2vw;
  }
}
