@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* 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 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}
html.is-active,
body.is-active {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 3px solid rgba(3, 119, 135, 0.5);
  letter-spacing: 0.03em;
  padding-bottom: min(3.168888888vw, 20px);
  margin-bottom: min(3.96111111vw, 25px);
  font-size: min(4.753333332vw, 30px);
  font-family: "Libre Baskerville", serif;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    /* border-bottom: 5px solid rgba(3, 119, 135, 0.5); */
    border-bottom: 5px solid #e7e7e7;
    letter-spacing: 0.06em;
    padding-bottom: min(1.768888888vw, 20px);
    /* margin-bottom: min(2.21111111vw, 25px); */
    margin-bottom: min(2.653333332vw, 30px);
    font-size: min(2.653333332vw, 30px);
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 3px;
  background-color: #037787;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail::before {
    bottom: -5px;
    width: 50px;
    height: 5px;
  }
}
.c-heading--secondary {
  margin-bottom: min(5.66666664vw, 30px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary {
    margin-bottom: min(2.777777776vw, 40px);
  }
}
.c-heading--secondary .jp {
  position: relative;
  display: block;
  color: #555555;
  font-family: "Zen Old Mincho", serif;
  font-size: min(3.77777776vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 min(9.374999994vw, 135px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .jp {
    font-size: min(1.388888888vw, 20px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .jp {
    font-size: min(1.388888888vw, 20px);
  }
}
.c-heading--secondary .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: min(8.333333328vw, 120px);
  height: 2px;
  background-color: #dddddd;
}
.c-heading--secondary .en {
  display: block;
  color: #037787;
  font-family: "Libre Baskerville", serif;
  font-size: min(13.599999936vw, 72px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: min(1.73611111vw, 25px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .en {
    font-size: min(6.3888888848vw, 92px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .en {
    font-size: min(6.3888888848vw, 92px);
  }
}

.c-heading--secondary .introduction__jp {
  position: relative;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(18 * var(--vw768), 18px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .introduction__jp {
    font-size: min(18 * var(--vw1100), 18px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .introduction__jp {
    font-size: min(18 * var(--vw1600), 18px);
  }
}
.c-heading--secondary .introduction__en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: min(48 * var(--vw768), 48px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: min(18 * var(--vw768), 18px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .introduction__en {
    font-size: min(48 * var(--vw1100), 48px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .introduction__en {
    font-size: min(48 * var(--vw1600), 48px);
  }
}

.c-heading--common {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    margin-bottom: 8rem;
  }
}
.c-heading--common .en {
  position: relative;
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(24 * var(--vw375), 24px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: min(10 * var(--vw375), 10px);
}
@media screen and (min-width: 480px), print {
  .c-heading--common .en {
    font-size: min(34 * var(--vw768), 34px);
    margin-bottom: min(20 * var(--vw768), 20px);
  }
}
.c-heading--common .jp {
  position: relative;
  display: inline-block;
  color: #037787;
  font-family: "Zen Old Mincho", serif;
  font-size: min(14 * var(--vw375), 14px);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 min(20 * var(--vw375), 20px);
}
@media screen and (min-width: 480px), print {
  .c-heading--common .jp {
    font-size: min(16 * var(--vw768), 16px);
    padding: 0 min(30 * var(--vw768), 30px);
  }
}
.c-heading--common .jp::before, .c-heading--common .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(20 * var(--vw768), 20px);
  height: 1px;
  background-color: #037787;
  z-index: 0;
}
.c-heading--common .jp::before {
  left: 0;
}
.c-heading--common .jp::after {
  right: 0;
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #4CA230;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  font-size: min(3.022222208vw, 16px);
  padding: 0 min(15.11111104vw, 80px) 0 0;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #000;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: min(1.388888888vw, 20px);
    padding: 0 min(9.027777772vw, 130px) 0 0;
  }
}
.c-link-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: min(11.33333328vw, 60px);
  height: min(1.511111104vw, 8px);
  background: url("../img/base/icon_arrow_gray.svg") no-repeat center/cover;
  z-index: 0;
  -webkit-transition-property: right 0.3s ease;
  transition-property: right 0.3s ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-link-button::after {
    width: min(6.249999996vw, 90px);
    height: min(0.694444444vw, 10px);
  }
}
.c-link-button span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(16.99999992vw, 90px);
  height: min(16.99999992vw, 90px);
  white-space: nowrap;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-link-button span {
    width: min(7.638888884vw, 110px);
    height: min(7.638888884vw, 110px);
  }
}
.c-link-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 100%;
  border: 1px solid #aaa;
  z-index: -1;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #037787;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover::after {
    right: -1rem;
    background: url("../img/base/icon_arrow_blue.svg") no-repeat center/cover;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::after {
    right: -1rem;
    background: url("../img/base/icon_arrow_blue.svg") no-repeat center/cover;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover span::before {
    border-color: #037787;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #037787;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #FE871F;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #FE871F;
  }
}

/* テキストの色 */
.u-color-base {
  color: #4CA230;
}

.u-color-hover {
  color: #037787;
}

.u-color-sub1 {
  color: #FE871F;
}

.u-color-sub5 {
  color: #FC3A5F;
}

.u-color-main {
  color: #4CA230;
}

.u-color-gray {
  color: #F2F2F2;
}

.u-color-gray2 {
  color: #C9C9C9;
}

.u-color-gray3 {
  color: #DEDEDE;
}

.u-color-red {
  color: #F2FFED;
}

.u-color-sub2 {
  color: #DEDEDE;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-note {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: 151px;
    margin-bottom: 150px;
  }
}

/* flex1 */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0 0 1.5em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #EA621B;
}

/* グローバル */
.c-global-contact .logo {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.c-global-contact .add {
  display: block;
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-global-contact .num {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 2rem;
  z-index: 1010;
}
@media screen and (min-width: 768px), print {
  .l-header {
    height: min(10.763888882vw, 155px);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header {
    height: min(10.763888882vw, 155px);
    padding: 0 min(10.41666666vw, 150px) 0 min(4.166666664vw, 60px);
  }
}
@media screen and (min-width: 1440px), print {
  .l-header {
    padding: 0 min(10.41666666vw, 150px) 0 min(10.41666666vw, 150px);
  }
}
.l-header.is-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  height: 80px;
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed {
    height: 100px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header.is-fixed {
    padding-left: 2rem;
  }
}
.l-header.is-fixed .c-nav__button {
  top: 2.8rem;
  right: 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed .c-nav__button {
    top: 3.7rem;
  }
}
.l-header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 1rem;
    right: 80px;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 1010;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_green.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #4CA230;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  width: 152px;
}
@media screen and (min-width: 1100px), print {
  .c-logo {
    width: min(14.583333324vw, 210px);
  }
}
@media screen and (min-width: 1280px), print {
  .c-logo {
    width: min(14.583333324vw, 210px);
  }
}
.c-logo img {
  width: 100%;
  height: auto;
}

/* --------------------------------

  c-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .c-navWrap {
    pointer-events: none;
    opacity: 0;
    height: 0;
  }
  .is-active .c-navWrap {
    height: auto;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    pointer-events: auto;
    opacity: 1;
  }
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ハンバーガーメニューボタン */
}
.is-active .c-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-nav__item {
  position: relative;
}
.is-active .c-nav__item:not(:last-child) {
  margin: 0 0 min(5.777777776vw, 40px) 0;
}
@media screen and (min-width: 768px), print {
  .is-active .c-nav__item:not(:last-child) {
    margin: 0 0 min(2.777777776vw, 40px) 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin: 0 min(2.777777776vw, 40px) 0 0;
  }
}
.c-nav__item.nav-active .c-nav__link {
  color: #037787;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.nav-active .c-nav__link {
    color: #037787;
  }
  .c-nav__item.nav-active .c-nav__link::after {
    border-color: #037787;
  }
}
.c-nav__link {
  position: relative;
  border: none;
  padding: 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000000;
  font-family: "Libre Baskerville", serif;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.is-active .c-nav__link {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  /* font-size: min(6.377777776vw, 40px); */
  font-size: min(28 * var(--vw768), 28px);
}
@media screen and (min-width: 768px), print {
  .is-active .c-nav__link {
    /* font-size: min(2.777777776vw, 40px); */
    font-size: min(28 * var(--vw1100), 28px);
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #037787;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__link:hover {
    color: #037787;
  }
}
.is-active .c-nav__link span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: min(10 * var(--vw768), 10px);
  font-size: min(14 * var(--vw768), 14px);
}
@media screen and (min-width: 1100px), print {
  .is-active .c-nav__link span {
    font-size: min(13 * var(--vw1100), 13px);
  }
}
.c-nav__link span {
  position: relative;
  display: none;
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 2.9rem;
  right: 2rem;
  width: 55px;
  height: 26px;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .c-nav__button {
    top: min(4.166666664vw, 60px);
    right: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    top: min(4.3055555528vw, 62px);
    right: min(4.4444444416vw, 64px);
  }
}
.c-nav__button-icon {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-nav__button-icon span {
  position: absolute;
  right: 0;
  display: block;
  background-color: #000;
  margin-left: auto;
  height: 1px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.is-active .c-nav__button-icon span {
  background-color: #fff;
}
.c-nav__button-icon span:nth-child(1) {
  width: 30px;
  top: 0;
}
.is-active .c-nav__button-icon span:nth-child(1) {
  top: 50%;
  width: 55px;
  /* -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%); */
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-nav__button-icon span:nth-child(2) {
  width: 45px;
  top: 12px;
}
.is-active .c-nav__button-icon span:nth-child(2) {
  opacity: 0;
}
.c-nav__button-icon span:nth-child(3) {
  width: 55px;
  bottom: 0;
}
.is-active .c-nav__button-icon span:nth-child(3) {
  top: 50%;
  /* -webkit-transform: rotate(-20deg) translateY(-50%);
          transform: rotate(-20deg) translateY(-50%); */
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-nav {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.is-active .l-nav {
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: none;
  margin-left: auto;
  padding: 3rem 1.5rem;
  opacity: 1;
  z-index: 1011;
}
.l-nav__container {
  position: relative;
}
.is-active .l-nav__container {
  margin: auto;
  min-height: 0;
  max-width: 100%;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    padding: 0 min(6.249999996vw, 90px) 0 0;
  }
  .is-active .l-nav__container {
    padding: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 46px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #000;
  }
  .is-active .l-nav__container::after {
    display: none;
  }
}
/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* background-color: #fff; */
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}
.l-main__shape--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: 1010;
}
@media screen and (min-width: 1100px), print {
  .l-main__shape--01 {
    top: 0;
    width: 63%;
    z-index: 2;
  }
  #top .l-main__shape--01 {
    z-index: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-main__shape--01 img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main__shape--01 img {
    height: 150px;
  }
}
.l-main__shape--02 {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1009;
}
@media screen and (min-width: 1100px), print {
  .l-main__shape--02 {
    top: 0;
    width: 96%;
    z-index: 1;
  }
  #top .l-main__shape--02 {
    z-index: -1;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-main__shape--02 img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main__shape--02 img {
    height: 190px;
  }
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 0 min(3.47222222vw, 50px);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .l-footer {
    padding: 0 min(3.47222222vw, 50px);
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 205px;
  background-color: #F5F5F5;
  z-index: -1;
}
.l-footer .c-heading--secondary {
  margin: 0;
}
.l-footer .c-heading--secondary .en {
  color: #fff;
}
.l-footer .c-heading--secondary .jp {
  color: #fff;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__contact {
  margin-top: min(8.666666664vw, 60px);
}
@media screen and (min-width: 768px), print {
  .l-footer__contact {
    margin-top: min(3.47222222vw, 50px);
  }
}
.l-footer__contact-link {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: min(5.91111109vw, 38px) min(9.3333333vw, 60px) min(5.91111109vw, 38px) min(21.7777777vw, 140px);
  font-size: min(3.999999996vw, 18px);
  letter-spacing: 0.05em;
  color: #222;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .l-footer__contact-link {
    padding: min(2.6388888872vw, 38px) min(4.166666664vw, 60px) min(2.6388888872vw, 38px) min(9.722222216vw, 140px);
    font-size: min(1.2499999992vw, 18px);
  }
}
@media (hover: hover) {
  .l-footer__contact-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #037787;
    color: #fff;
  }
  .l-footer__contact-link:where(:any-link, :enabled, summary):hover {
    background-color: #037787;
    color: #fff;
  }
  .l-footer__contact-link:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
  }
  .l-footer__contact-link:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
  }
}
.l-footer__contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: min(18.6666666vw, 120px);
  height: 2px;
  background: #222;
  z-index: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .l-footer__contact-link::before {
    width: min(8.333333328vw, 120px);
  }
}
.l-footer .c-inner {
  max-width: none;
}
.l-footer__nav {
  margin-bottom: min(7.22222222vw, 50px);
}
@media screen and (min-width: 768px), print {
  .l-footer__nav {
    margin-bottom: min(3.47222222vw, 50px);
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 min(6.5999999988vw, -27px) min(3.9111111104vw, -16px) 0;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list {
    margin: 0 min(9.0444444428vw, -37px) min(3.9111111104vw, -16px) 0;
  }
}
.l-footer__nav-list li {
  padding: 0 min(6.5999999988vw, 27px) min(3.9111111104vw, 16px) 0;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list li {
    padding: 0 min(9.0444444428vw, 37px) min(3.9111111104vw, 16px) 0;
  }
}
.l-footer__nav-list li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: min(3.9111111104vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #037787;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
}
.l-footer__container {
  background: #222;
  padding: min(8.666666664vw, 60px) 1em 13rem 1em;
}
@media screen and (min-width: 768px), print {
  .l-footer__container {
    padding: min(2.777777776vw, 40px) 2em min(9.722222216vw, 140px) 2em;
  }
}

.c-footer__copy {
  height: 8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #222;
  background-color: #F5F5F5;
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    margin: 0 -2em;
    padding: 0;
    height: 8rem;
  }
}
.c-footer__copy small {
  line-height: 1.2;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy small {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  transition:opacity .5s ease ;
  z-index: 101;
}
.c-footer__pagetop.is-fixed{
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .c-footer__pagetop {
  }
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
.c-footer__pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  overflow: hidden;
  background: url("../img/base/pagetop_ring.png") no-repeat;
  background-size: contain;
  -webkit-animation: ROLLRING 14s linear normal infinite;
  animation: ROLLRING 14s linear normal infinite;
}
@-webkit-keyframes ROLLRING {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes ROLLRING {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-footer__pagetop a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop a {
    width: 130px;
    height: 130px;
  }
}
/* --------------------------------

  スライダー

-------------------------------- */
.swiper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (min-width: 1100px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media screen and (min-width: 1100px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@media screen and (min-width: 768px), print {
  .p-related-article__slider {
    margin: 0 -15rem;
  }
}
@media screen and (min-width: 1100px), print {
  .p-related-article__slider {
    margin: 0 -20rem;
  }
}
@media screen and (min-width: 1280px), print {
  .p-related-article__slider {
    margin: 0 -40rem;
  }
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .swiper-controller {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .swiper-controller {
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.swiper-button-prev {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000;
  margin: 0 2rem 0 0;
  padding: 0 0.2em 0 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.swiper-button-prev:hover {
  background-color: #037787;
  border-color: #037787;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .swiper-button-prev::after {
    font-size: 1.7rem;
  }
}
.swiper-button-next {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 0 0.2em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-button-next:hover {
  background-color: #037787;
  border-color: #037787;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .swiper-button-next::after {
    font-size: 1.7rem;
  }
}
.swiper-link {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-link:hover .swiper-button {
  background-color: #fff;
  color: #037787;
  border-color: #037787;
}
.swiper-link:hover .swiper-title {
  color: #037787;
}
.swiper-link:hover .swiper-img img {
  scale: 1.1;
}
.swiper-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px), print {
  .swiper-img {
    margin-bottom: 2.5rem;
  }
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: 70%;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.swiper-button {
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  background-color: #037787;
  border: 1px solid #037787;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
@media screen and (min-width: 768px), print {
  .swiper-button {
    font-size: 1.4rem;
    padding: 1rem 3.8rem;
    margin-top: 2.5rem;
  }
}
.swiper-date {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .swiper-date {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-date {
    font-size: 1.5rem;
  }
}
.swiper-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .swiper-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-title {
    font-size: 1.8rem;
  }
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-pagetitle {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  z-index: 0;
  margin: 80px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .c-pagetitle {
    margin: min(155 * var(--vw1440), 155px) 0 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle {
    margin: min(155 * var(--vw1440), 155px) 0 0 0;
    padding: min(41 * var(--vw1600), 41px) 0 0 min(200 * var(--vw1600), 200px);
  }
}
@media screen and (max-width: 479.98px) {
  .c-pagetitle {
    padding-top: min(220 * var(--vw375), 220px);
  }
}
.c-pagetitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: min(350 * var(--vw768), 350px);
  padding: min(30 * var(--vw768), 30px) min(360 * var(--vw768), 360px) min(30 * var(--vw768), 30px) min(30 * var(--vw768), 30px);
  background-color: rgba(3, 119, 135, 0.05);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__inner {
    height: min(380 * var(--vw1100), 380px);
    padding: min(50 * var(--vw1100), 50px) min(410 * var(--vw1100), 410px) min(50 * var(--vw1100), 50px) min(50 * var(--vw1100), 50px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__inner {
    height: min(450 * var(--vw1600), 450px);
    padding: min(50 * var(--vw1600), 50px) min(600 * var(--vw1600), 600px) min(50 * var(--vw1600), 50px) min(50 * var(--vw1600), 50px);
  }
}
@media screen and (max-width: 479.98px) {
  .c-pagetitle__inner {
    padding: min(20 * var(--vw375), 20px);
    height: min(220 * var(--vw375), 220px);
  }
}
.c-pagetitle__img {
  position: absolute;
  top: 0;
  right: 0;
  height: min(300 * var(--vw768), 300px);
  width: min(350 * var(--vw768), 350px);
  border-radius: 0 0 0 1rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__img {
    height: min(320 * var(--vw1100), 320px);
    width: min(400 * var(--vw1100), 400px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__img {
    height: min(420 * var(--vw1600), 420px);
    width: min(550 * var(--vw1600), 550px);
  }
}
@media screen and (max-width: 479.98px) {
  .c-pagetitle__img {
    width: 100%;
    height: min(220 * var(--vw375), 220px);
    border-radius: 0;
  }
}
.c-pagetitle__img span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-pagetitle__img span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #037787;
}
.c-pagetitle__img span img {
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pagetitle__img span.is-active::before {
  -webkit-animation: barAnime forwards 1s 1 ease 0.1s normal;
  animation: barAnime forwards 1s 1 ease 0.1s normal;
}
.c-pagetitle__img span.is-active img {
  -webkit-animation: photoAnime forwards 1s 1 ease 0.5s normal;
  animation: photoAnime forwards 1s 1 ease 0.5s normal;
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes photoAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-pagetitle__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
  word-wrap: break-word;
}
.c-pagetitle__name .unit {
  display: block;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #D7D7D7;
  font-size: min(80 * var(--vw375), 80px);
  margin: 0 min(10 * var(--vw375), 10px) 0 0;
  padding-bottom: min(15 * var(--vw375), 15px);
}
@media screen and (min-width: 480px), print {
  .c-pagetitle__name .unit {
    font-size: min(80 * var(--vw768), 80px);
    margin: 0 min(15 * var(--vw768), 15px) 0 0;
    padding-bottom: min(15 * var(--vw768), 15px);
  }
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__name .unit {
    font-size: min(100 * var(--vw1100), 100px);
    margin: 0 min(15 * var(--vw1100), 15px) 0 0;
    padding-bottom: min(15 * var(--vw1100), 15px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name .unit {
    font-size: min(180 * var(--vw1600), 180px);
    margin: 0 min(35 * var(--vw1600), 35px) 0 0;
    padding-bottom: min(35 * var(--vw1600), 35px);
  }
}
.c-pagetitle__name .unit span {
  font-size: min(50 * var(--vw375), 50px);
}
@media screen and (min-width: 480px), print {
  .c-pagetitle__name .unit span {
    font-size: min(50 * var(--vw768), 50px);
  }
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__name .unit span {
    font-size: min(70 * var(--vw1100), 70px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name .unit span {
    font-size: min(100 * var(--vw1600), 100px);
  }
}
.c-pagetitle__name .title {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: min(24 * var(--vw375), 24px);
  max-width: none;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 480px), print {
  .c-pagetitle__name .title {
    font-size: min(24 * var(--vw768), 24px);
    max-width: min(270 * var(--vw768), 270px);
  }
}
@media screen and (min-width: 768px), print {
  .c-pagetitle__name .title {
    font-size: min(32 * var(--vw1100), 32px);
    max-width: min(380 * var(--vw1100), 380px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-pagetitle__name .title {
    font-size: min(44 * var(--vw1600), 44px);
    max-width: min(510 * var(--vw1600), 510px);
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime-delay1.is-active {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.js-anime-delay05.is-active {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.bounds-anime {
  opacity: 0;
}
.bounds-anime.is-active {
  -webkit-animation-name: MvIllustBounds;
  animation-name: MvIllustBounds;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes MvIllustBounds {
  0% {
    scale: 1;
    opacity: 0;
  }
  8% {
    scale: 1.07;
    opacity: 1;
  }
  17% {
    scale: 1.12;
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    scale: 1.02;
    opacity: 1;
  }
  68% {
    scale: 1;
    opacity: 1;
  }
  84% {
    scale: 1.01;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes MvIllustBounds {
  0% {
    scale: 1;
    opacity: 0;
  }
  8% {
    scale: 1.07;
    opacity: 1;
  }
  17% {
    scale: 1.12;
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    scale: 1.02;
    opacity: 1;
  }
  68% {
    scale: 1;
    opacity: 1;
  }
  84% {
    scale: 1.01;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}

.fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fadein-anime.is-active, .fadein-anime.fade-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.mv-fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.mv-fadein-anime.is-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer-fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.footer-fadein-anime.is-active, .footer-fadein-anime.fade-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.photoAnime {
  position: relative;
  /* height: min(47.733333312vw, 480px); */
  height: min(39.800995vw, 400px);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .photoAnime {
    /* height: min(33.333333312vw, 480px); */
    height: min(27.77777778vw, 400px);
  }
}
.photoAnime::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #037787;
}
.photoAnime::after {
  content: "";
  width: 100%;
  /* height: 110%; */
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.photoAnime.is-active::before {
  -webkit-animation: barAnime forwards 1.3s 1 ease 0.1s normal;
  animation: barAnime forwards 1.3s 1 ease 0.1s normal;
}
.photoAnime.is-active::after {
  -webkit-animation: photoAnime forwards 1.3s 1 ease 0.5s normal;
  animation: photoAnime forwards 1.3s 1 ease 0.5s normal;
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes photoAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* テキスト一文字アニメーション */
.char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.char.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* メディア画像表示アニメーション */
.fade-media-img-wrapper {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.3s ease;
  transition: opacity 0.4s 0.3s ease;
  overflow: hidden;
}
.fade-media-img-wrapper img {
  scale: 1.2;
  -webkit-transition-property: scale;
  transition-property: scale;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fade-media-img-wrapper.is-active {
  opacity: 1;
}
.fade-media-img-wrapper.is-active img {
  scale: 1;
}

.fade-media-img-bg {
  content: "";
  background-color: #1e1e1e;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: top 0.4s 0.6s ease;
  transition: top 0.4s 0.6s ease;
}
.fade-media-img-bg.is-active {
  top: calc(-100% - 10px);
}

.fade-wrapper {
  overflow: hidden;
}

.fade-bottom {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 1s 0s cubic-bezier(0.24, 0.91, 0.57, 0.97), -webkit-transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transition: opacity 1s 0s cubic-bezier(0.24, 0.91, 0.57, 0.97), -webkit-transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02), opacity 1s 0s cubic-bezier(0.24, 0.91, 0.57, 0.97);
  transition: transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02), opacity 1s 0s cubic-bezier(0.24, 0.91, 0.57, 0.97), -webkit-transform 1s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.fade-bottom.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.wave_anime_01 {
  display: block;
  background-color: #F3F3F3;
  border: 5px solid #F3F3F3;
  -webkit-animation: uneune 8s linear infinite;
          animation: uneune 8s linear infinite;
  width: min(418 * var(--vw1100), 418px);
  height: min(347 * var(--vw1100), 347px);
}
@media screen and (min-width: 1100px), print {
  .wave_anime_01 {
    width: min(418 * var(--vw1440), 418px);
    height: min(347 * var(--vw1440), 347px);
  }
}
@-webkit-keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}

.p-answer__wave {
  position: absolute;
  right: 0;
  top: -1em;
  z-index: 0;
}
@media screen and (min-width: 1440px), print {
  .p-answer__wave {
    right: -6em;
    top: 0;
  }
}

.p-related-article {
  position: relative;
}

.p-related-article .c-heading {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px), print {
  .p-related-article .c-heading {
    margin-bottom: 10rem;
  }
}

.p-related-article .c-heading span.jp {
  display: inline-block;
}

.p-related-article__wave {
  position: absolute;
  left: 0;
  bottom: 4.5em;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .p-related-article__wave {
    bottom: 2em;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 210px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  background-color: #ffffff;
  margin-top: 80px;
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    margin-top: 155px;
  }
}
.top-hero__slider {
  margin-left: auto;
  width: 100%;
  margin-left: min(21.669444438vw, 145px);
}
@media screen and (min-width: 768px), print {
  .top-hero__slider {
    margin-left: min(21.380555546vw, 215px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__slider {
    margin-left: min(21.527777764vw, 310px);
  }
}
.top-hero__slider .swiper-img {
  margin: 0;
  border-radius: 0;
}
.top-hero__slider .swiper-img::before {
  padding-top: 50%;
}
@media screen and (min-width: 1100px), print {
  .top-hero__slider .swiper-img::before {
    padding-top: 780px;
  }
}
.top-hero__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  padding-left: min(5.977777776vw, 40px);
}
@media screen and (min-width: 768px), print {
  .top-hero__catch {
    padding-left: min(5.966666664vw, 60px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch {
    padding-left: min(6.94444444vw, 100px);
  }
}
.top-hero__catch-item {
  position: relative;
}
.top-hero__catch-item:nth-child(2) {
  padding: 0 0 0 min(6.249999996vw, 90px);
}
.top-hero__catch-item:nth-child(3) {
  padding: 0 0 0 min(11.111111104vw, 160px);
}
.top-hero__catch-item:not(:last-child) {
  margin: 0 0 min(2.083333332vw, 30px) 0;
}
.top-hero__catch-text .jp {
  color: #000;
  font-size: min(2.988888888vw, 20px);
  font-weight: 600;
  font-family: "Noto Serif", serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch-text .jp {
    font-size: min(1.988888888vw, 20px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch-text .jp {
    font-size: min(1.388888888vw, 20px);
  }
}
.top-hero__catch-text .en {
  color: #222;
  font-size: min(5.2433333304vw, 66px);
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch-text .en {
    font-size: min(4.5833333304vw, 66px);
  }
}
.top-hero__catch-text--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-hero__catch-text--01 .jp {
  margin-bottom: 0.8vw;
}
.top-hero__catch-text--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-hero__catch-text--02 .jp {
  margin: 1.5vw 0 0 0.8vw;
}
.top-hero__catch-text--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-hero__catch-text--03 .jp {
  position: absolute;
  right: 0;
  top: min(7.149999996vw, 90px);
  color: #037787;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch-text--03 .jp {
    top: min(6.249999996vw, 90px);
  }
}
.top-hero__catch-text--03 .en {
  color: #037787;
}
.top-hero__illust {
  position: absolute;
  z-index: 0;
}
.top-hero__illust--01 {
  top: min(-2.430555554vw, -35px);
}
@media screen and (min-width: 768px), print {
  .top-hero__illust--01 {
    right: min(-5.20833333vw, -75px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__illust--01 {
    left: min(34.7222222vw, 500px);
  }
}
.top-hero__illust--01 svg {
  width: min(6.94444444vw, 100px);
}
.top-hero__illust--02 {
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.top-hero__illust--02 svg {
  width: min(3.819444442vw, 55px);
}
.top-hero__illust--03 {
  left: min(9.722222216vw, 140px);
  bottom: 0;
  -webkit-transform: translateY(190%);
          transform: translateY(190%);
  height: min(1.5277777768vw, 22px);
}
@media screen and (max-width: 767.98px) {
  .top-hero__illust--03 {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
}
.top-hero__illust--03 svg {
  width: min(4.166666664vw, 60px);
}
.top-hero__main {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 480px), print {
  .top-hero__main {
    margin: 0 1em 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-hero__main {
    margin: 0 min(6.94444444vw, 100px) 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero__main {
    margin: 0 min(10.41666666vw, 150px) 0 0;
  }
}
.top-hero__img {
  text-align: center;
}
.top-hero__img--01 {
  margin: min(9.94444444vw, 100px) 0 0 0;
  padding: 0 0 0 2vw;
}
@media screen and (min-width: 768px), print {
  .top-hero__img--01 {
    margin: min(6.94444444vw, 100px) 0 0 0;
    padding: 0 0 0 4.5vw;
  }
}
@media screen and (max-width: 767.98px) {
  .top-hero__img--02 {
    padding: 2.5vw 0 0 0;
  }
}

/* イントロダクション */
.top-introduction {
  position: relative;
  padding: 6rem 1em 0 1em;
}
@media screen and (min-width: 768px), print {
  .top-introduction {
    padding: min(5.555555552vw, 80px) 2em min(5.555555552vw, 80px) 2em;
  }
}
.top-introduction::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: min(98.172222204vw, 410px);
  background-color: #F5F5F5;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-introduction::before {
    height: min(41.66666664vw, 600px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-introduction::before {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .top-introduction .c-inner {
    max-width: 1140px;
  }
}
.top-introduction__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .top-introduction__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-introduction__main {
  flex: 1;
  margin: min(6.377777776vw, 40px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .top-introduction__main {
    margin: 0 0 0 min(5.208vw, 100px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-introduction__main {
    padding: 1.5em;
    background-color: #F5F5F5;
    margin: 3.2rem -1em 0 -1em;
  }
}
.top-introduction__text {
  color: #000;
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  /* line-height: 2.1; */
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .top-introduction__text {
    font-size: min(1.5911111104vw, 16px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-introduction__text {
    font-size: min(1.3194444436vw, 19px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-introduction__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top-introduction__text p:not(:last-child) {
  margin: 0 0 min(1.5277777768vw, 22px) 0;
}
.top-introduction__heading {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  /* font-size: min(6.3555555544vw, 26px); */
  font-size: min(5.377vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: min(3.399999984vw, 18px);
}
@media screen and (min-width: 768px), print {
  .top-introduction__heading {
    font-size: min(3.1822222208vw, 32px);
    margin-bottom: min(2.777777776vw, 40px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-introduction__heading {
    /* font-size: min(2.9166666648vw, 42px); */
    font-size: min(2.5vw, 36px);
  }
}
@media screen and (min-width: 768px), print {
  .top-introduction__img {
    /* padding: min(10.41666666vw, 150px) 0 0 0; */
    padding: min(1.38888889vw, 20px) 0 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-introduction__img img {
    width: min(34.7222222vw, 500px);
    height: min(24.30555554vw, 350px);
  }
}

/* 当事務所について */
.top-about {
  padding: min(12.499999992vw, 180px) 1em;
}
@media screen and (min-width: 768px), print {
  .top-about {
    /* padding: min(12.499999992vw, 180px) 2em; */
    padding: min(6.9444444vw, 100px) 2em;
  }
}
.top-about__bg {
  margin: 0 -1em;
  position: relative;
  height: min(39.800995vw, 300px);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top-about__bg {
    margin: 0 -2em;
  }
}
.top-about__bg img {
  width: 100%;
  height: min(47.733333312vw, 480px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .top-about__bg img {
    height: min(33.333333312vw, 480px);
  }
}
.top-about__bg {
  position: relative;
  z-index: 1;
  background-image: url("../img/top/bg_about_01.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 479.98px), print{
  .top-about__bg {
    background-repeat: no-repeat;
    height: 120px;
  }
  .top-about__img{
    display: none;
  }
}
@media screen and (min-width: 480px), print{
  .top-about__bg {
    background-attachment: fixed;
  }
}
.top-about__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: min(12.499999992vw, 180px) 0 0 0; */
  padding: min(6.9444444vw, 180px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .top-about__container {
    /* padding: min(12.499999992vw, 180px) 0 min(3.47222222vw, 50px) 0; */
    padding: min(6.9444444vw, 100px) 0 min(3.47222222vw, 50px) 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-about__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .top-about__container::before {
    left: 0;
    right: -100vw;
    height: min(45.833333304vw, 660px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__container::before {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .top-about__main {
    margin: 0 0 0 min(6.94444444vw, 100px);
    max-width: 537px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__main {
    margin: 0 0 0 min(9.027777772vw, 130px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__main {
    background-color: #F5F5F5;
    margin: 3.2rem -1em 0 -1em;
    padding: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .top-about__img img {
    width: 100%;
  }
}
.top-about__text {
  color: #000;
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  /* line-height: 2.1; */
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .top-about__text {
    font-size: min(1.5911111104vw, 16px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__text {
    font-size: min(1.3194444436vw, 19px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top-about__heading {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(4.911111088vw, 26px);
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin-bottom: min(4.7222222vw, 25px);
}
@media screen and (min-width: 768px), print {
  .top-about__heading {
    font-size: min(2.983333332vw, 30px);
    margin-bottom: min(2.083333332vw, 30px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__heading {
    font-size: min(2.083333332vw, 30px);
  }
}
.top-about__more {
  margin-top: min(5.66666664vw, 30px);
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .top-about__more {
    margin-top: min(3.124999998vw, 45px);
  }
}
/* 取扱業務 */
.top-service {
  position: relative;
  padding: min(7.155555552vw, 80px) 0 min(5.555555552vw, 80px) 1em;
}
@media screen and (min-width: 768px), print {
  .top-service {
    padding: min(5.555555552vw, 80px) 0 min(8.333333328vw, 120px) 2em;
  }
}
.top-service .c-heading--secondary .en {
  color: #ffffff;
}
.top-service .c-heading--secondary .jp {
  color: #ffffff;
}
.top-service .c-inner {
  max-width: none;
}
.top-service__container {
  width: 95vw;
  margin-left: auto;
}
@media screen and (min-width: 1100px), print {
  .top-service__container {
    width: 80vw;
  }
}
.top-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: min(7.45833333vw, 75px) min(-3.47222222vw, 50px) min(-3.124999998vw, 45px) 0;
}
@media screen and (min-width: 768px), print {
  .top-service__contents {
    margin: min(4.861111108vw, 70px) min(-3.47222222vw, 50px) min(-3.124999998vw, 45px) 0;
  }
}
.top-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-service__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(56.111111vw, 500px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
@media screen and (min-width: 480px), print {
  .top-service__bg::before {
    height: min(44.444444vw, 500px);
  }
}
@media screen and (min-width: 768px), print {
  .top-service__bg::before {
    height: min(34.7222222vw, 500px);
  }
}
.top-service__bg img {
  width: 100%;
  height: min(56.111111vw, 500px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px), print {
  .top-service__bg img {
    height: min(44.444444vw, 500px);
  }
}
@media screen and (min-width: 768px), print {
  .top-service__bg img {
    height: min(34.7222222vw, 500px);
  }
}
.top-service__item {
  width: 50%;
  padding: 0 min(3.47222222vw, 50px) min(3.124999998vw, 45px) 0;
}
@media screen and (min-width: 480px), print {
  .top-service__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px), print {
  .top-service__item {
    width: 25%;
  }
}
.top-service__item-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #037787;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-title::before {
    background: url("../img/base/icon_arrow_blue.svg") no-repeat center/contain;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-title::before {
    background: url("../img/base/icon_arrow_blue.svg") no-repeat center/contain;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-img {
    scale: 1.1;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-img {
    scale: 1.1;
  }
}
.top-service__item-title {
  position: relative;
  display: block;
  line-height: 1.2;
  margin-top: 1.2rem;
  font-size: min(3.1777777768vw, 22px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 4rem;
}
@media screen and (min-width: 480px), print {
  .top-service__item-title {
    font-size: min(2.468888884vw, 22px);
  }
}
@media screen and (min-width: 768px), print {
  .top-service__item-title {
    font-size: min(1.5277777768vw, 22px);
  }
}
.top-service__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 6px;
  background: url("../img/base/icon_arrow_gray2.svg") no-repeat center/contain;
}
.top-service__item-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: scale 0.4s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  transition: scale 0.4s cubic-bezier(0.44, 0.14, 0.09, 1.02);
}
.top-service__item-imgWrapper {
  overflow: hidden;
}
.top-service__item-img::before {
  content: "";
  display: block;
  padding-top: 73%;
}
.top-service__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

/* 事務所概要 */
.top-office {
  position: relative;
  padding: 1.5em;
}
@media screen and (min-width: 768px), print {
  .top-office {
    padding: min(17.899999992vw, 180px) 2em min(4.97222222vw, 50px) 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-office {
    background-color: #F5F5F5;
  }
}
.top-office .c-inner {
  max-width: 1147px;
}
@media screen and (min-width: 768px), print {
  .top-office .c-heading--secondary .en {
    font-size: min(9.1488888848vw, 92px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-office .c-heading--secondary .en {
    font-size: min(9.1488888848vw, 92px);
  }
}
@media screen and (min-width: 768px), print {
  .top-office .c-heading--secondary .jp {
    font-size: min(1.988888888vw, 20px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-office .c-heading--secondary .jp {
    font-size: min(1.988888888vw, 20px);
  }
}
.top-office__container {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-office__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .top-office__container {
    padding: min(13.922222216vw, 140px) 0 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-office__container::before {
    content: "";
    position: absolute;
    bottom: 5px;
    top: 0;
    left: -100vw;
    right: 0;
    background-color: #F5F5F5;
    z-index: -1;
  }
}
@media screen and (min-width: 768px), print {
  .top-office__header {
    position: absolute;
    top: min(4.97222222vw, -50px);
    left: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-office__header {
    top: min(6.463888886vw, -65px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-office__header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: min(1.988888888vw, 20px);
  }
}
.top-office__img {
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-office__img {
    position: absolute;
    left: min(42.3633333144vw, 426px);
    top: min(13.922222216vw, -140px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-office__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px), print {
  .top-office__img img {
    width: min(71.599999968vw, 720px);
    height: min(44.74999998vw, 450px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-office__main {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: min(5.777777776vw, 40px) min(6.499999998vw, 45px);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-office__main {
    display: inline-block;
    padding: min(3.977777776vw, 40px) min(4.474999998vw, 45px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-office__main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-office__table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.top-office__table tr:not(:last-child) th, .top-office__table tr:not(:last-child) td {
  padding-bottom: min(3.0333333324vw, 21px);
}
@media screen and (min-width: 768px), print {
  .top-office__table tr:not(:last-child) th, .top-office__table tr:not(:last-child) td {
    padding-bottom: min(2.0883333324vw, 21px);
  }
}
.top-office__table th {
  width: min(18.4888888832vw, 128px);
  padding-right: min(1.444444444vw, 10px);
}
@media screen and (min-width: 768px), print {
  .top-office__table th {
    width: min(12.7288888832vw, 128px);
    padding-right: min(0.994444444vw, 10px);
  }
}
.top-office__table th, .top-office__table td {
  line-height: 1.66;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 500;
  font-size: min(3.199999986vw, 18px);
}
@media screen and (min-width: 480px), print {
  .top-office__table th, .top-office__table td {
    font-size: min(2.5999999992vw, 18px);
  }
}
@media screen and (min-width: 768px), print {
  .top-office__table th, .top-office__table td {
    font-size: min(1.7899999992vw, 18px);
  }
}
.top-office__map {
  position: relative;
  margin-top: min(5.66666664vw, 30px);
}
@media screen and (min-width: 768px), print {
  .top-office__map {
    margin-top: min(3.47222222vw, 50px);
  }
}
.top-office__map::before {
  content: "";
  display: block;
  padding-top: min(41.66666665vw, 320px);
}
@media screen and (min-width: 1100px), print {
  .top-office__map::before {
    padding-top: min(23.61111109vw, 340px);
  }
}
.top-office__map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お知らせ */
.top-news {
  padding: min(6.94444444vw, 100px) 1em min(10.41666666vw, 150px) 1em;
}
@media screen and (min-width: 768px), print {
  .top-news {
    padding: min(6.94444444vw, 100px) 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news .c-heading--secondary {
    margin: 0 min(2.083333332vw, 30px) 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-news .c-heading--secondary .en {
    font-size: min(9.1488888848vw, 92px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-news .c-heading--secondary .en {
    font-size: min(9.1488888848vw, 92px);
  }
}
@media screen and (min-width: 768px), print {
  .top-news .c-heading--secondary .jp {
    font-size: min(1.988888888vw, 20px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-news .c-heading--secondary .jp {
    font-size: min(1.988888888vw, 20px);
  }
}
@media screen and (min-width: 768px), print {
  .top-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-news__contents {
  margin: min(4.166666664vw, 60px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .top-news__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin: 0 0 0 min(4.166666664vw, 60px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__contents {
    margin: 0 0 0 min(11.111111104vw, 160px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__contents {
    width: 100%;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 12rem 2em;
  }
}
.l-section__block {
  position: relative;
}
.l-section__block:not(:last-child) {
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 12rem 0;
  }
}

/* カテゴリー詳細ページ */
.p-answer {
  padding: min(80 * var(--vw768), 80px) 2rem;
}
@media screen and (min-width: 768px), print {
  .p-answer {
    padding: min(100 * var(--vw1100), 100px) 2em;
  }
}
.p-answer__mt {
  margin: 80px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-answer__mt {
    margin: min(155 * var(--vw1440), 155px) 0 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__mt {
    margin: min(155 * var(--vw1440), 155px) 0 0 0;
  }
}
.p-answer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(32 * var(--vw375), 32px);
}
@media screen and (min-width: 768px), print {
  .p-answer__header {
    margin-bottom: min(48 * var(--vw1100), 48px);
  }
}
.p-answer__header .unit {
  display: block;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: rgba(3, 119, 135, 0.3);
  font-size: min(80 * var(--vw375), 80px);
  margin: 0 min(10 * var(--vw375), 10px) 0 0;
  padding-bottom: min(15 * var(--vw375), 15px);
}
@media screen and (min-width: 480px), print {
  .p-answer__header .unit {
    font-size: min(90 * var(--vw768), 90px);
    margin: 0 min(15 * var(--vw768), 15px) 0 0;
    padding-bottom: min(15 * var(--vw768), 15px);
  }
}
@media screen and (min-width: 768px), print {
  .p-answer__header .unit {
    font-size: min(120 * var(--vw1100), 120px);
    margin: 0 min(15 * var(--vw1100), 15px) 0 0;
    padding-bottom: min(15 * var(--vw1100), 15px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__header .unit {
    font-size: min(210 * var(--vw1600), 210px);
    margin: 0 min(20 * var(--vw1600), 20px) 0 0;
    padding-bottom: min(35 * var(--vw1600), 35px);
  }
}
.p-answer__header .unit span {
  font-size: min(50 * var(--vw375), 50px);
}
@media screen and (min-width: 480px), print {
  .p-answer__header .unit span {
    font-size: min(50 * var(--vw768), 50px);
  }
}
@media screen and (min-width: 768px), print {
  .p-answer__header .unit span {
    font-size: min(70 * var(--vw1100), 70px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__header .unit span {
    font-size: min(100 * var(--vw1600), 100px);
  }
}
.p-answer__header.unitbox_header{
  /* align-items: flex-start; */
}
.p-answer__header.unitbox_header .p-answer__title{
  flex: 1;
  padding: .25em 0;
}
.p-answer__header .unitbox {
  display: block;
  text-align: center;
  place-content: center;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #fff;
  background-color: #037787;
  /* font-family: "Libre Baskerville", serif; */
  font-family: "Allura", cursive;
  font-weight: 500;
  font-size: min(13 * var(--vw375), 13px);
  width: min(50 * var(--vw375), 50px);
  height: min(50 * var(--vw375), 50px);
  margin: 0 1.5rem 0 0 ;
  padding: .5rem;
}
@media screen and (min-width: 480px), print {
  .p-answer__header .unitbox {
    font-size: min(16 * var(--vw768), 16px);
    width: min(60 * var(--vw768), 60px);
    height: min(60 * var(--vw768), 60px);
    margin: 0 1.5rem 0 0 ;
  }
}
@media screen and (min-width: 768px), print {
  .p-answer__header .unitbox {
    font-size: min(20 * var(--vw1100), 20px);
    width: min(70 * var(--vw1100), 70px);
    height: min(70 * var(--vw1100), 70px);
    margin: 0 2rem 0 0 ;
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__header .unitbox {
    font-size: min(24 * var(--vw1600), 24px);
    width: min(90 * var(--vw1600), 90px);
    height: min(90 * var(--vw1600), 90px);
    margin: 0 3rem 0 0 ;
  }
}

.p-answer__title {
  position: relative;
  display: block;
  color: #037787;
  font-family: "Zen Old Mincho", serif;
  font-size: min(16 * var(--vw375), 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .p-answer__title {
    font-size: min(20 * var(--vw768), 20px);
    line-height: 1.66;
  }
}
@media screen and (min-width: 768px), print {
  .p-answer__title {
    font-size: min(24 * var(--vw1100), 24px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__title {
    font-size: min(32 * var(--vw1440), 32px);
  }
}
.p-answer__text {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: min(14 * var(--vw375), 14px);
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .p-answer__text {
    font-size: min(16 * var(--vw768), 16px);
  }
}
@media screen and (min-width: 768px), print {
  .p-answer__text {
    line-height: 2;
    font-size: min(18 * var(--vw1100), 18px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-answer__text {
    font-size: min(20 * var(--vw1440), 20px);
  }
}

.p-article-detail {
  padding: min(60 * var(--vw768), 60px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-article-detail {
    padding: min(80 * var(--vw1100), 80px) 2em 0 2em;
  }
}
.p-article-detail__container {
  counter-reset: number 0;
  background-color: rgba(3, 119, 135, 0.05);
}
.p-article-detail__block {
  position: relative;
  padding: min(100 * var(--vw1100), 100px) min(60 * var(--vw1100), 60px) min(80 * var(--vw1100), 80px) min(60 * var(--vw1100), 60px);
}
@media screen and (min-width: 480px), print {
  .p-article-detail__block {
    padding: min(100 * var(--vw1100), 100px) min(60 * var(--vw1100), 60px) min(80 * var(--vw1100), 80px) min(60 * var(--vw1100), 60px);
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__block {
    padding: min(100 * var(--vw1100), 100px) min(115 * var(--vw1100), 115px) min(80 * var(--vw1100), 80px) min(115 * var(--vw1100), 115px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__block {
    padding: min(133 * var(--vw1440), 133px) min(115 * var(--vw1440), 115px) min(100 * var(--vw1440), 100px) min(115 * var(--vw1440), 115px);
  }
}
.p-article-detail__block:not(:last-child) {
  padding-bottom: min(50 * var(--vw1100), 50px);
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__block:not(:last-child) {
    padding-bottom: min(50 * var(--vw1440), 50px);
  }
}
/* .p-article-detail__block::after {
  content: ".";
  position: absolute;
  top: min(23 * var(--vw375), 23px);
  left: min(110 * var(--vw375), 110px);
  font-size: min(60 * var(--vw375), 60px);
  font-weight: 400;
  color: rgba(3, 119, 135, 0.15);
  line-height: 1;
  z-index: 0;
}
@media screen and (min-width: 480px), print {
  .p-article-detail__block::after {
    top: min(55 * var(--vw768), 55px);
    left: min(150 * var(--vw768), 150px);
    font-size: min(80 * var(--vw768), 80px);
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__block::after {
    top: min(105 * var(--vw1100), 105px);
    left: min(210 * var(--vw1100), 210px);
    font-size: min(80 * var(--vw1100), 80px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__block::after {
    top: min(132 * var(--vw1440), 132px);
    left: min(280 * var(--vw1440), 280px);
    font-size: min(100 * var(--vw1440), 100px);
  }
} */
.p-article-detail__block::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: min(5 * var(--vw375), 5px);
  left: min(10 * var(--vw375), 10px);
  display: block;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: rgba(3, 119, 135, 0.15);
  font-size: min(80 * var(--vw375), 80px);
  z-index: 0;
}
@media screen and (min-width: 480px), print {
  .p-article-detail__block::before {
    font-size: min(120 * var(--vw768), 120px);
    top: min(20 * var(--vw768), 20px);
    left: min(10 * var(--vw768), 10px);
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__block::before {
    font-size: min(160 * var(--vw1100), 160px);
    top: min(30 * var(--vw1100), 30px);
    left: min(30 * var(--vw1100), 30px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__block::before {
    font-size: min(180 * var(--vw1440), 180px);
    top: min(25 * var(--vw1440), 25px);
    left: min(25 * var(--vw1440), 25px);
  }
}
.p-article-detail__text {
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: min(14 * var(--vw375), 14px);
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .p-article-detail__text {
    font-size: min(16 * var(--vw768), 16px);
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__text {
    line-height: 2.25;
    font-size: min(16 * var(--vw1100), 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__text {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.p-article-detail__header {
  position: relative;
  margin-bottom: min(20 * var(--vw375), 20px);
}
@media screen and (min-width: 480px), print {
  .p-article-detail__header {
    margin-bottom: min(35 * var(--vw768), 35px);
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__header {
    margin-bottom: min(55 * var(--vw1100), 55px);
  }
}
.p-article-detail__title {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(18 * var(--vw375), 18px);
  margin-bottom: min(20 * var(--vw768), 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .p-article-detail__title {
    font-size: min(26 * var(--vw768), 26px);
    line-height: 1.66;
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__title {
    font-size: min(32 * var(--vw1100), 32px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__title {
    font-size: min(36 * var(--vw1440), 36px);
  }
}
.p-article-detail__subtitle {
  position: relative;
  display: inline-block;
  color: #037787;
  font-family: "Zen Old Mincho", serif;
  font-size: min(15 * var(--vw375), 15px);
  padding: 0 min(60 * var(--vw1100), 60px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .p-article-detail__subtitle {
    font-size: min(20 * var(--vw768), 20px);
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px), print {
  .p-article-detail__subtitle {
    font-size: min(22 * var(--vw1100), 22px);
  }
}
@media screen and (min-width: 1100px), print {
  .p-article-detail__subtitle {
    font-size: min(22 * var(--vw1440), 22px);
  }
}
.p-article-detail__subtitle::before, .p-article-detail__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(50 * var(--vw1100), 50px);
  height: 1px;
  background-color: #037787;
  z-index: 0;
}
.p-article-detail__subtitle::before {
  left: 0;
}
.p-article-detail__subtitle::after {
  right: 0;
}

.p-related-article {
  padding: min(30 * var(--vw768), 30px) 0 min(40 * var(--vw768), 40px) 0;
}
@media screen and (min-width: 768px), print {
  .p-related-article {
    padding: min(30 * var(--vw1100), 30px) 0 min(40 * var(--vw1100), 40px) 0;
  }
}
.p-related-article.__secondary {
  padding: min(120 * var(--vw768), 120px) 0 min(60 * var(--vw768), 60px) 0;
}
@media screen and (min-width: 768px), print {
  .p-related-article.__secondary {
    padding: min(120 * var(--vw1100), 120px) 0 min(60 * var(--vw1100), 60px) 0;
  }
}

/* お問い合わせ */
.contact-description {
  border: 2px solid #C1272D;
  border-radius: 5px;
  padding: 10px;
}

.contact-form table {
  display: table;
  width: 100%;
}

.contact-form table tr {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}
.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.contact-form table th {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 1.3em 1em;
  }
}
.contact-form table th .title {
  font-weight: bold;
}

.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form table th .require {
  background-color: #037787;
}

.contact-form table th .option {
  background-color: #999;
}

.contact-form table td {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 1.3em 0 1.3em 1em;
  }
}

.contact-form table td .mb1 {
  margin-bottom: 1em;
}

.contact-form table td input[type=text],
.contact-form table td input[type=email],
.contact-form table td input[type=tel] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}

.contact-form table td input::-webkit-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input:-ms-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input::-ms-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input::-moz-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td .full {
  width: 100%;
}

.contact-form table td .per60 {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}
.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
}

.wpcf7-form-control-wrap:has(> select) {
  position: relative;
  overflow: hidden;
  color: #000;
  display: block;
  width: 150px;
}
.wpcf7-form-control-wrap:has(> select)::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 12px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

.wpcf7-form-control-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  width: 150px;
  height: 40px;
  padding: 0.5rem 2.5rem 0.5rem 1.3rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: inherit;
  color: #000;
  border: 1px solid #999;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form-control-wrap select:focus, .wpcf7-form-control-wrap select:active {
  outline: none;
}
.wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}

.wpcf7-form-control-wrap textarea {
  resize: vertical;
  vertical-align: top;
  height: 10.5em;
  min-height: 10em;
  max-height: 20em;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 0.5em 0.5em 0;
}

.contact-submit {
  margin-top: 1em;
  text-align: center;
}

.contact-submit .btn {
  display: block;
  border: 1px solid #037787;
  background-color: #fff;
  color: #037787;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  font-size: 1.6rem;
  margin: 0 auto;
  cursor: pointer;
}

.contact-submit .btn:hover {
  color: #fff;
  background-color: #037787;
}

/* プライバシーポリシー */
.privacy {
  line-height: 1.6;
}

.privacy strong {
  font-weight: bold;
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-topics {
  padding: min(5.199999974vw, 26px) 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 480px), print {
  .news-topics {
    padding: min(4.333333332vw, 30px) 0;
  }
}
@media screen and (min-width: 768px), print {
  .news-topics {
    padding: min(2.083333332vw, 30px) 0;
  }
}
.news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(3.99999998vw, 20px);
}
@media screen and (min-width: 480px), print {
  .news-info {
    margin-bottom: min(3.61111111vw, 25px);
  }
}
@media screen and (min-width: 768px), print {
  .news-info {
    margin-bottom: min(1.73611111vw, 25px);
  }
}
.news-link {
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #037787;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
}
.news-date {
  font-family: "Libre Baskerville", serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: min(3.799999981vw, 19px);
  color: #555555;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .news-date {
    font-size: min(2.7444444436vw, 19px);
  }
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: min(1.8894444436vw, 19px);
  }
}
@media screen and (min-width: 1100px), print {
  .news-date {
    font-size: min(1.3194444436vw, 19px);
  }
}
.news-category {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(16.999999915vw, 85px);
  height: min(4.399999978vw, 22px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background-color: #037787;
  font-size: min(2.799999986vw, 14px);
  margin: 0 0 0 min(2.888888888vw, 20px);
}
@media screen and (min-width: 480px), print {
  .news-category {
    width: min(12.277777774vw, 85px);
    height: min(3.1777777768vw, 22px);
    font-size: min(2.0222222216vw, 14px);
  }
}
@media screen and (min-width: 768px), print {
  .news-category {
    font-size: min(1.3922222216vw, 14px);
    width: min(8.452777774vw, 85px);
    height: min(2.1877777768vw, 22px);
    margin: 0 0 0 min(1.388888888vw, 20px);
  }
}
@media screen and (min-width: 1100px), print {
  .news-category {
    width: min(5.902777774vw, 85px);
    height: min(1.5277777768vw, 22px);
    font-size: min(0.9722222216vw, 14px);
  }
}
.news-img {
  position: relative;
}
.news-title {
  font-size: min(3.799999981vw, 19px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 480px), print {
  .news-title {
    font-size: min(2.7444444436vw, 19px);
  }
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: min(1.8894444436vw, 19px);
  }
}
@media screen and (min-width: 1100px), print {
  .news-title {
    font-size: min(1.3194444436vw, 19px);
  }
}

/* ページネーション */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #037787;
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}

/* 共通 */
.common-content {
  counter-reset: number 0;
}
.common-content:not(:last-child) {
  margin-bottom: 6em;
}
.common-block:not(:last-child) {
  margin-bottom: min(8.666666664vw, 60px);
}
.common-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .common-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.common-main {
  margin: min(6.377777776vw, 40px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .common-main {
    margin: 0 5rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .common-main {
    padding: 1.5em;
    background-color: #F5F5F5;
    margin: 3.2rem -1em 0 -1em;
  }
}
.common-text {
  color: #000;
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: min(5.777777776vw, 40px);
}
@media screen and (min-width: 768px), print {
  .common-text {
    font-size: min(1.5911111104vw, 16px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .common-text {
    font-size: min(1.3194444436vw, 19px);
  }
}
@media screen and (max-width: 767.98px) {
  .common-text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.common-text p:not(:last-child) {
  margin: 0 0 min(1.5277777768vw, 22px) 0;
}
@media screen and (min-width: 768px), print {
  .common-img {
    padding: min(100 * var(--vw768), 100px) 0 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .common-img img {
    width: min(34.7222222vw, 500px);
    height: min(24.30555554vw, 350px);
    max-width: inherit;
  }
}
.common-box {
  border: 2px solid #DDD;
  padding: min(3.168888888vw, 20px);
  margin-bottom: min(5.777777776vw, 40px);
}
.common-list li {
  color: #025460;
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .common-list li {
    font-size: min(1.5911111104vw, 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .common-list li {
    font-size: min(1.3194444436vw, 19px);
  }
}
.common-list li:not(:last-child) {
  border-bottom: 1px dotted #AAA;
  padding-bottom: min(10 * var(--vw375), 10px);
  margin-bottom: min(10 * var(--vw375), 10px);
}


/* RECRUIT */
.job-heading {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.377vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: min(3.399999984vw, 18px);
}
@media screen and (min-width: 768px), print {
  .job-heading {
    font-size: min(3.1822222208vw, 32px);
    margin-bottom: min(2.777777776vw, 40px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .job-heading {
    font-size: min(2.77777778vw, 40px);
  }
}
.job-item {
  border: 2px solid #037787;
  margin-bottom: min(5.777777776vw, 40px);
}
.job-head {
  background-color: #037787;
  padding: min(2.21354166vw, 17px) 0 min(3.168888888vw, 20px);
  line-height: 1.2;
  font-size: min(4.399999978vw, 24px);
  text-align: center;
  color: #FFF;
}
.job-item:last-child {
  border: 2px solid #223a70;
}
.job-item:last-child .job-head {
 background-color: #223a70;
}
.job-body {
  padding: min(3.168888888vw, 20px);
}
.job-list li {
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .job-list li {
    font-size: min(1.5911111104vw, 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .job-list li {
    font-size: min(1.3194444436vw, 19px);
  }
}
.job-list li:not(:last-child) {
  border-bottom: 1px dotted #AAA;
  padding-bottom: min(10 * var(--vw375), 10px);
  margin-bottom: min(10 * var(--vw375), 10px);
}
.job-table {
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .job-table {
    font-size: 1.6rem;
  }
}
.job-table th,
.job-table td {
  padding: min(3.168888888vw, 20px);
  border: 1px solid #CCC;
  font-weight: 500;
}
.job-table th {
  text-align: center;
  vertical-align: middle;
  background-color: #FAFAFA;
}
.job-table td {
  background-color: #FFF;
  line-height: 1.9;
}
.job-table-box {
  margin-top: min(10 * var(--vw375), 10px);
}
.job-table-note {
  margin-top: min(10 * var(--vw375), 10px);
}

/* ABOUT */
.about-heading {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.377vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: min(3.399999984vw, 18px);
}
@media screen and (min-width: 768px), print {
  .about-heading {
    font-size: min(3.1822222208vw, 32px);
    margin-bottom: min(2.777777776vw, 40px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .about-heading {
    font-size: min(2.77777778vw, 40px);
  }
}
.about-name {
  position: relative;
  font-size: min(24 * var(--vw375), 20px);
  padding-bottom: min(30 * var(--vw768), 30px);
  margin-bottom:min(40 * var(--vw768), 40px);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .about-name {
    font-size: min(24 * var(--vw768), 24px);
  }
}
.about-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #037787;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .about-name::before {
    bottom: -3px;
    width: 50px;
    height: 3px;
  }
}
.about-name span {
  padding-left: 1.5rem;
}
.about-list2 dt,
.about-list2 dd {
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .about-list2 dt,
  .about-list2 dd {
    font-size: min(1.5911111104vw, 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .about-list2 dt,
  .about-list2 dd {
    font-size: min(1.3194444436vw, 19px);
  }
}
.about-list2:not(:last-child) {
  border-bottom: 1px dotted #AAA;
  padding-bottom: min(10 * var(--vw375), 10px);
  margin-bottom: min(10 * var(--vw375), 10px);
}

/* VISION */
.vision-heading {
  display: block;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.377vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: min(3.399999984vw, 18px);
}
@media screen and (min-width: 768px), print {
  .vision-heading {
    font-size: min(3.1822222208vw, 32px);
    margin-bottom: min(2.777777776vw, 40px);
    letter-spacing: 0.05em;
  }
}
.vision-list-wrap {
  margin-bottom: min(5.777777776vw, 40px);
}
.vision-list {
  position: relative;
  padding-left: min(110 * var(--vw375), 110px);
  border-bottom: 1px solid #AAA;
  padding-bottom: min(15 * var(--vw375), 15px);
  margin-bottom: min(15 * var(--vw375), 15px);
}
@media screen and (min-width: 480px), print {
  .vision-list {
    padding-left: min(160 * var(--vw375), 160px);
  }
}
.vision-list::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 20%;
  left: 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: rgba(3, 119, 135, 0.15);
  font-size: min(80 * var(--vw375), 80px);
  z-index: 0;
  transform: translateY(-20%);
}
@media screen and (min-width: 480px), print {
  .vision-list::before {
    font-size: min(100 * var(--vw768), 100px);
  }
}
.vision-list:not(:last-child) {
  border-bottom: 1px solid #AAA;
  padding-bottom: min(20 * var(--vw375), 20px);
  margin-bottom: min(20 * var(--vw375), 20px);
}
.vision-list dt {
  color: #025460;
  font-weight: 500;
  font-size: min(18 * var(--vw375), 18px);
  margin-bottom: min(10 * var(--vw375), 10px);
}
@media screen and (min-width: 768px), print {
  .vision-list dt {
    font-size: min(22 * var(--vw768), 22px);
  }
}
@media screen and (min-width: 1100px), print {
  .vision-list dt {
    font-size: min(26 * var(--vw1100), 26px);
  }
}
.vision-list dd {
  font-size: min(3.666666666vw, 15px);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 768px), print {
  .vision-list dd {
    font-size: min(1.5911111104vw, 16px);
  }
}
@media screen and (min-width: 1100px), print {
  .vision-list dd {
    font-size: min(1.3194444436vw, 19px);
  }
}

/* 記事 */
.detail-text h2 {
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding: .55em 0 .65em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #037787;
}
@media screen and (min-width: 768px), print {
  .detail-text h2 {
    font-size: 1.3em;
  }
}
.detail-text h2:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.detail-text h2 span {
  font-weight: 500;
}
.detail-text h3 {
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 0 .5em 1.1em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #037787;
}
.detail-text h3:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #037787;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
.detail-text h3 span {
  font-weight: 500;
}
.detail-text a {
  color: #025460;
}
.detail-text strong {
  font-weight: 700;
}
.detail-text table {
  width: 100%;
}
.detail-text table th,
.detail-text table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}
.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}
.detail-text blockquote {
  padding: 1.5em;
  border-radius: .5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}
.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}
.detail-text blockquote p {
  margin-bottom: 1em;
}
.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}
.detail-text ul,
.detail-text ol {
  margin: 2em 0;
}
.detail-text ul li {
  list-style: disc;
  margin-left: 1.3em;
}
.detail-text ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
.detail-text ul li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.detail-text ul li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.detail-text ul li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.detail-text ul li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.detail-text ul li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.detail-text ul li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.detail-text ol li {
  list-style: decimal;
  margin-left: 1.3em;
}
.detail-text ol li:not(:last-child) {
  margin-bottom: 0.8em;
}
.detail-text ol li:not(:last-child) ul li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.detail-text ol li:not(:last-child) ol li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.detail-text ol li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.detail-text ol li ul li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.detail-text ol li ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.detail-text ol li ol li:first-child {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}
.detail-text ol > li {
  margin-left: 1.5em !important;
}
.detail-text ol.list-number {
  counter-reset: list-counter;
}
.detail-text ol.list-number li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 0 !important;
  list-style: none;
}
.detail-text ol.list-number li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: inline-block;
  position: absolute;
  top: 1.1rem;
  left: 0;
  border: 1px solid #555;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-align: center;
  background-color: transparent;
}
.detail-text .box {
  padding: 2rem;
  margin: 2em 0;
  border-radius: 1rem;
  border: 1px solid #BF9900;
}
@media screen and (min-width: 1100px), print {
  .detail-text .box p {
    font-size: min(17 * var(--vw1440), 17px);
  }
}
@media screen and (min-width: 1100px), print {
  .detail-text p {
    font-size: min(18 * var(--vw1440), 18px);
  }
}

/* パララックスアニメーション */
.bg-pallax {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-pallax__left {
  position: fixed;
  top: 35vh;
  left: 3vw;
  width: min(18.1944444328vw, 262px);
}
@media screen and (min-width: 1100px), print {
  .bg-pallax__left {
    width: min(18.1944444328vw, 262px);
    top: 40vh;
  }
}
.bg-pallax__right {
  position: fixed;
  top: 35vh;
  right: 3vw;
  width: min(28.124999982vw, 405px);
}
@media screen and (min-width: 1100px), print {
  .bg-pallax__right {
    top: 30vh;
    width: min(28.124999982vw, 405px);
  }
}
