@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

:root {
  --browser-width: 0px;
  /* ブラウザの幅を格納するCSS変数 */
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --browser-height: 100vh; }

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    overflow-x: scroll; } }
@media screen and (min-width: 1300px) {
  html {
    overflow-x: hidden; } }

picture,
figure,
i {
  display: flex;
  justify-content: center;
  align-items: center; }

body {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
  font-size: 3.46vw;
  line-height: 2;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    body {
      overflow-x: hidden; } }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px;
      min-width: 1300px; } }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    body {
      width: 1300px; } }

p, dd {
  line-height: 6.13vw; }
  @media screen and (min-width: 769px) {
    p, dd {
      line-height: 34px; } }

@media screen and (max-width: 769px) {
  /* スマホ */
  .pc_only {
    display: none !important; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important; } }
/* End MQ */
a {
  color: #111;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .3; }

a:hover {
  opacity: 0.85;
  transition: .2s; }

.nodeco {
  text-decoration: none; }

#container {
  margin: 0 auto;
  clear: both;
  position: relative; }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-inline: auto;
  z-index: 2;
  margin-top: 16vw;
  height: calc(100vw + 36vw); }
  @media screen and (min-width: 769px) {
    .keyvisual {
      height: calc(100vh - 120px);
      margin-top: 0; } }
  .keyvisual::after {
    background: url("../images/top/catch.png") no-repeat;
    background-size: contain;
    width: 84vw;
    height: 84vw;
    position: absolute;
    right: 0;
    left: 16vw;
    top: 29vw;
    content: "";
    mix-blend-mode: multiply;
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .keyvisual::after {
        width: 630px;
        height: 630px;
        left: 120px;
        top: 0;
        bottom: 0;
        margin: auto; } }
  .keyvisual .key_left {
    position: absolute;
    white-space: nowrap;
    font-size: 24vw;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1;
    top: 22vw;
    left: 0;
    letter-spacing: -.35vw; }
    @media screen and (min-width: 769px) {
      .keyvisual .key_left {
        font-size: 150px;
        top: 50px;
        left: 15px;
        letter-spacing: 0;
        overflow: hidden; } }
    .keyvisual .key_left p {
      writing-mode: vertical-rl; }
    .keyvisual .key_left .hidden {
      width: 20vw;
      overflow: hidden;
      display: inline-block;
      position: relative;
      line-height: 1;
      z-index: 2;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .keyvisual .key_left .hidden {
          width: 150px; } }
  .keyvisual #slider {
    position: relative;
    margin-left: 10.66vw;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .keyvisual #slider {
        width: calc(100% - 120px);
        height: calc(100vh - 120px);
        margin-left: 120px; } }
    .keyvisual #slider .slick-list {
      position: relative; }
      @media screen and (max-width: 768px) {
        .keyvisual #slider .slick-list {
          width: 100%; } }
    .keyvisual #slider img {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      object-fit: cover; }
    .keyvisual #slider .slick-prev {
      position: absolute;
      right: 16vw;
      top: 133vw;
      width: 5.33vw;
      height: 5.33vw;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 150;
      border: none;
      background: transparent; }
      @media screen and (min-width: 769px) {
        .keyvisual #slider .slick-prev {
          right: 110px;
          top: calc(var(--browser-height) - 230px);
          width: 40px;
          height: 40px; } }
    .keyvisual #slider .slick-next {
      position: absolute;
      right: 7vw;
      top: 133vw;
      width: 5.33vw;
      height: 5.33vw;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 150;
      border: none;
      background: transparent; }
      @media screen and (min-width: 769px) {
        .keyvisual #slider .slick-next {
          top: calc(var(--browser-height) - 230px);
          right: 55px;
          width: 40px;
          height: 40px; } }
  .keyvisual .key_text {
    position: absolute;
    z-index: 3;
    top: 50vw;
    left: 16vw;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 16vw);
    font-family: "Cormorant Garamond", serif; }
    @media screen and (min-width: 769px) {
      .keyvisual .key_text {
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 120px);
        left: 120px; } }
    .keyvisual .key_text .inner_title {
      margin-bottom: 3vw; }
      @media screen and (min-width: 769px) {
        .keyvisual .key_text .inner_title {
          margin-bottom: 30px;
          width: 100%; } }
      .keyvisual .key_text .inner_title h2 {
        font-weight: 700;
        font-size: 6.66vw;
        line-height: 1.5;
        text-align: center;
        position: relative;
        overflow: hidden; }
        @media screen and (min-width: 769px) {
          .keyvisual .key_text .inner_title h2 {
            font-size: 50px; } }
        .keyvisual .key_text .inner_title h2 span {
          position: relative; }
    .keyvisual .key_text .inner_bottom p {
      font-size: 2.93vw;
      font-weight: 700;
      letter-spacing: .5vw; }
      @media screen and (min-width: 769px) {
        .keyvisual .key_text .inner_bottom p {
          font-size: 18px;
          letter-spacing: 2px;
          margin-bottom: 0; } }

/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {
  overflow: hidden;
  display: block; }

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger.smoothTextAppear,
span.smoothTextTrigger.smoothTextAppear.text {
  transform: translate3d(0, 0, 0) skewY(0); }

span.smoothTextTrigger.smoothTextAppear {
  transform-origin: left;
  display: inline-block;
  animation-fill-mode: forwards;
  animation-duration: .8s;
  animation-delay: .3s;
  animation-name: smoothText;
  opacity: 0; }

span.smoothTextTrigger.text {
  transform-origin: left;
  display: inline-block;
  animation-fill-mode: forwards;
  animation-duration: .6s;
  animation-delay: .4s;
  animation-name: smoothText;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    span.smoothTextTrigger.text {
      animation-delay: .3s;
      animation-duration: 1s; } }

span.hidden .smoothTextAppear02 {
  transform-origin: left;
  position: relative;
  display: inline-block;
  animation-fill-mode: forwards;
  animation-duration: .6s;
  animation-name: smoothText02;
  opacity: 0;
  transform: translateX(-18.66vw) skewX(12deg); }
  @media screen and (min-width: 769px) {
    span.hidden .smoothTextAppear02 {
      transform: translateX(-140px) skewX(12deg); } }

span.hidden:nth-child(1) {
  animation: smoothText02 .6s forwards 0.6s; }

span.hidden:nth-child(2) {
  animation: smoothText02 .6s forwards 0.65s; }

span.hidden:nth-child(3) {
  animation: smoothText02 .6s forwards 0.7s; }

span.hidden:nth-child(4) {
  animation: smoothText02 .6s forwards 0.75s; }

span.hidden:nth-child(5) {
  animation: smoothText02 .6s forwards .8s; }

span.hidden:nth-child(6) {
  animation: smoothText02 .6s forwards .85s; }

span.hidden:nth-child(7) {
  animation: smoothText02 .6s forwards .9s; }

span.hidden:nth-child(8) {
  animation: smoothText02 .6s forwards .95s; }

@keyframes smoothText {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transition: 1s ease; }
  10% {
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0) skewY(0);
    transition: 1s ease;
    opacity: 1; } }
@keyframes smoothText02sp {
  0% {
    opacity: 0;
    transform: translateX(-18.66vw) skewX(12deg); }
  20% {
    opacity: 1; }
  100% {
    transform: translateX(0) skewX(0);
    opacity: 1; } }
@keyframes smoothText02 {
  0% {
    opacity: 0;
    transform: translateX(-140px) skewX(12deg); }
  20% {
    opacity: 1; }
  100% {
    transform: translateX(0) skewX(0);
    opacity: 1; } }
.scroll {
  position: absolute;
  left: 4.8vw;
  bottom: 4.8vw;
  pointer-events: none;
  color: #fff;
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none; }
  @media screen and (min-width: 769px) {
    .scroll {
      display: flex;
      left: 120px;
      right: 0;
      margin: auto;
      bottom: 35px; } }
  .scroll::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    height: 12vw; }
    @media screen and (min-width: 769px) {
      .scroll::before {
        height: 60px; } }
  .scroll::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5vw;
    margin-left: -5.45vw;
    border-radius: 50%;
    width: 10.92vw;
    height: 13vw;
    background: #fff;
    transform: translateY(-21.3vw) scale(0.1);
    opacity: 0;
    animation: scrollAnimSp 1.5s linear 0s infinite; }
    @media screen and (min-width: 769px) {
      .scroll::after {
        margin-left: -30px;
        width: 60px;
        height: 72px;
        top: 25px;
        transform: translateY(-60px) scale(0.1);
        animation: scrollAnimPc 1.5s linear 0s infinite; } }
  .scroll i {
    content: "";
    border-radius: 5000em;
    display: block;
    position: absolute;
    width: 1.33vw;
    height: 1.33vw;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    z-index: 1000; }
    @media screen and (min-width: 768px) {
      .scroll i {
        width: 7px;
        height: 7px; } }
  .scroll span {
    color: #fff;
    position: absolute;
    bottom: 18vw;
    right: 0;
    left: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.095vw; }
    @media screen and (min-width: 769px) {
      .scroll span {
        font-size: 12px;
        bottom: 70px;
        left: 0;
        font-size: 12px;
        letter-spacing: 0.48px; } }

@keyframes scrollAnimPc {
  0% {
    transform: translateY(-55px) scale(0.1);
    opacity: 0; }
  10% {
    transform: translateY(-50px) scale(0.1);
    opacity: 1; }
  34% {
    transform: translateY(-20px) scale(0.1); }
  35% {
    transform: scale(0.1);
    opacity: 1; }
  40% {
    opacity: 0.5; }
  80% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
@keyframes scrollAnimSp {
  0% {
    transform: translateY(-10.3vw) scale(0.1);
    opacity: 0; }
  10% {
    transform: translateY(-9.3vw) scale(0.1);
    opacity: 1; }
  34% {
    transform: translateY(-2.66vw) scale(0.1); }
  35% {
    transform: translateY(0) scale(0.1);
    opacity: 1; }
  40% {
    opacity: 0.5; }
  80% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
.inactive #svg_line {
  position: relative;
  z-index: 999;
  display: block; }
  .inactive #svg_line path {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 0;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: .5s;
    animation-name: svg_line;
    animation-direction: reverse; }

svg#line {
  width: 46.66vw;
  height: 46.66vw;
  right: -9vw;
  top: 112.5vw;
  position: absolute;
  z-index: 2;
  transform: rotate(270deg);
  padding: .2vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    svg#line {
      width: 280px;
      height: 280px;
      right: -40px;
      bottom: -50px;
      padding: 1.75px;
      top: initial; } }

circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  /* 円の線の色 */
  stroke-width: 2;
  /* 円の線の太さ */
  stroke-dasharray: 314;
  /* 円の周りの長さ（円周率 * 直径） */
  stroke-dashoffset: 0;
  /* 初期状態ではオフセットを最大に設定 */ }

#animatedCircle {
  transition: stroke-dashoffset 1s ease-out; }

.keyvisual .dots {
  position: absolute;
  z-index: 99;
  right: 2.66vw;
  top: 124vw;
  width: 23.33vw;
  height: 23.33vw;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .keyvisual .dots {
      top: initial;
      right: 30px;
      bottom: 20px;
      width: 140px;
      height: 140px; } }
  .keyvisual .dots::before {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.4vw rgba(255, 255, 255, 0.3);
    border-radius: 22.6vw;
    width: 22.6vw;
    height: 22.6vw;
    content: "";
    position: absolute;
    left: .1vw;
    top: -.1vw;
    z-index: 1; }
    @media screen and (min-width: 769px) {
      .keyvisual .dots::before {
        border: solid 2px rgba(255, 255, 255, 0.3);
        left: 0;
        top: 0;
        width: 135px;
        height: 135px;
        border-radius: 135px; } }
  .keyvisual .dots path {
    stroke: #fff; }
  .keyvisual .dots div {
    width: 23.33vw;
    height: 23.33vw;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .keyvisual .dots div {
        width: 140px;
        height: 140px;
        border-radius: 140px;
        margin: 0; } }

@keyframes fadeInText {
  0% {
    transform: translateY(120%);
    opacity: 1; }
  50% {
    transform: translateY(120%); }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important; }

  .pc_w20 {
    width: 20% !important; }

  .pc_w30 {
    width: 30% !important; }

  .pc_w40 {
    width: 40% !important; }

  .pc_w50 {
    width: 50% !important; }

  .pc_w60 {
    width: 60% !important; }

  .pc_w70 {
    width: 70% !important; }

  .pc_w80 {
    width: 80% !important; }

  .pc_w90 {
    width: 90% !important; }

  .pc_w100 {
    width: 100% !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w90 {
    width: 90% !important; }

  .sp_w100 {
    width: 100% !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

.textl {
  text-align: left !important; }

.textj {
  text-align: justify !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important; }

  .pc_textr {
    text-align: right !important; }

  .pc_textl {
    text-align: left !important; }

  .pc_textj {
    text-align: justify !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important; }

  .sp_textr {
    text-align: right !important; }

  .sp_textl {
    text-align: left !important; }

  .sp_textj {
    text-align: justify; } }
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.no_margin {
  margin: 0 !important; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mb240 {
  margin-bottom: 240px !important; }

.mb300 {
  margin-bottom: 300px !important; }

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important; }

  .tb_mt0 {
    margin-top: 0px !important; }

  .tb_mt5 {
    margin-top: 5px !important; }

  .tb_mt10 {
    margin-top: 10px !important; }

  .tb_mt15 {
    margin-top: 15px !important; }

  .tb_mt20 {
    margin-top: 20px !important; }

  .tb_mt30 {
    margin-top: 30px !important; }

  .tb_mt40 {
    margin-top: 40px !important; }

  .tb_mt50 {
    margin-top: 50px !important; }

  .tb_mt60 {
    margin-top: 60px !important; }

  .tb_mt70 {
    margin-top: 70px !important; }

  .tb_mt80 {
    margin-top: 80px !important; }

  .tb_mt90 {
    margin-top: 90px !important; }

  .tb_mt100 {
    margin-top: 100px !important; }

  .tb_mb0 {
    margin-bottom: 0px !important; }

  .tb_mb5 {
    margin-bottom: 5px !important; }

  .tb_mb10 {
    margin-bottom: 10px !important; }

  .tb_mb15 {
    margin-bottom: 15px !important; }

  .tb_mb20 {
    margin-bottom: 20px !important; }

  .tb_mb30 {
    margin-bottom: 30px !important; }

  .tb_mb40 {
    margin-bottom: 40px !important; }

  .tb_mb50 {
    margin-bottom: 50px !important; }

  .tb_mb60 {
    margin-bottom: 60px !important; }

  .tb_mb70 {
    margin-bottom: 70px !important; }

  .tb_mb80 {
    margin-bottom: 80px !important; }

  .tb_mb90 {
    margin-bottom: 90px !important; }

  .tb_mb100 {
    margin-bottom: 100px !important; }

  .tb_mb120 {
    margin-bottom: 120px !important; }

  .tb_mb140 {
    margin-bottom: 140px !important; }

  .tb_mb170 {
    margin-bottom: 170px !important; }

  .tb_mb200 {
    margin-bottom: 200px !important; }

  .tb_mb300 {
    margin-bottom: 300px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important; }

  .pc_mt0 {
    margin-top: 0px !important; }

  .pc_mt5 {
    margin-top: 5px !important; }

  .pc_mt10 {
    margin-top: 10px !important; }

  .pc_mt15 {
    margin-top: 15px !important; }

  .pc_mt20 {
    margin-top: 20px !important; }

  .pc_mt30 {
    margin-top: 30px !important; }

  .pc_mt40 {
    margin-top: 40px !important; }

  .pc_mt50 {
    margin-top: 50px !important; }

  .pc_mt60 {
    margin-top: 60px !important; }

  .pc_mt70 {
    margin-top: 70px !important; }

  .pc_mt80 {
    margin-top: 80px !important; }

  .pc_mt90 {
    margin-top: 90px !important; }

  .pc_mt100 {
    margin-top: 100px !important; }

  .pc_mb0 {
    margin-bottom: 0px !important; }

  .pc_mb5 {
    margin-bottom: 5px !important; }

  .pc_mb10 {
    margin-bottom: 10px !important; }

  .pc_mb15 {
    margin-bottom: 15px !important; }

  .pc_mb20 {
    margin-bottom: 20px !important; }

  .pc_mb30 {
    margin-bottom: 30px !important; }

  .pc_mb40 {
    margin-bottom: 40px !important; }

  .pc_mb50 {
    margin-bottom: 50px !important; }

  .pc_mb60 {
    margin-bottom: 60px !important; }

  .pc_mb70 {
    margin-bottom: 70px !important; }

  .pc_mb80 {
    margin-bottom: 80px !important; }

  .pc_mb90 {
    margin-bottom: 90px !important; }

  .pc_mb100 {
    margin-bottom: 100px !important; }

  .pc_mb120 {
    margin-bottom: 120px !important; }

  .pc_mb130 {
    margin-bottom: 130px !important; }

  .pc_mb140 {
    margin-bottom: 140px !important; }

  .pc_mb170 {
    margin-bottom: 170px !important; }

  .pc_mb180 {
    margin-bottom: 180px !important; }

  .pc_mb200 {
    margin-bottom: 200px !important; }

  .pc_mb220 {
    margin-bottom: 220px !important; }

  .pc_mb340 {
    margin-bottom: 340px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important; }

  .sp_mt5 {
    margin-top: 5px !important; }

  .sp_mt10 {
    margin-top: 10px !important; }

  .sp_mt15 {
    margin-top: 15px !important; }

  .sp_mt20 {
    margin-top: 20px !important; }

  .sp_mt30 {
    margin-top: 30px !important; }

  .sp_mt40 {
    margin-top: 40px !important; }

  .sp_mt50 {
    margin-top: 50px !important; }

  .sp_mt60 {
    margin-top: 60px !important; }

  .sp_mt70 {
    margin-top: 70px !important; }

  .sp_mt80 {
    margin-top: 80px !important; }

  .sp_mt90 {
    margin-top: 90px !important; }

  .sp_mt100 {
    margin-top: 100px !important; }

  .sp_mb0 {
    margin-bottom: 0px !important; }

  .sp_mb5 {
    margin-bottom: 5px !important; }

  .sp_mb10 {
    margin-bottom: 10px !important; }

  .sp_mb15 {
    margin-bottom: 15px !important; }

  .sp_mb20 {
    margin-bottom: 20px !important; }

  .sp_mb30 {
    margin-bottom: 30px !important; }

  .sp_mb40 {
    margin-bottom: 6vw !important; }

  .sp_mb50 {
    margin-bottom: 7vw !important; }

  .sp_mb60 {
    margin-bottom: 8vw !important; }

  .sp_mb70 {
    margin-bottom: 70px !important; }

  .sp_mb80 {
    margin-bottom: 10.66vw !important; }

  .sp_mb90 {
    margin-bottom: 90px !important; }

  .sp_mb100 {
    margin-bottom: 13.33vw !important; }

  .sp_mb120 {
    margin-bottom: 120px !important; }

  .sp_mb125 {
    margin-bottom: 125px !important; }

  .sp_mb130 {
    margin-bottom: 17.33vw !important; }

  .sp_mb150 {
    margin-bottom: 150px !important; }

  .sp_mb200 {
    margin-bottom: 200px !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: flex; }

.justify-between {
  justify-content: space-between !important; }

.justify-around {
  justify-content: space-around !important; }

.justify-center {
  justify-content: center !important; }

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

.align-center {
  align-items: center !important; }

.align-start {
  align-items: flex-start !important; }

.align-end {
  align-items: flex-end !important; }

.flex1 {
  flex: 1; }

@media screen and (max-width: 767px) {
  .sp_flex {
    display: flex; }

  .sp_align-end {
    align-items: flex-end !important; }

  .sp_column-reverse {
    flex-flow: column-reverse !important; }

  .sp_column {
    flex-flow: column !important; }

  .sp_row {
    flex-flow: row !important; }

  .sp_row-reverse {
    flex-flow: row-reverse !important; }

  .sp_justify-center {
    justify-content: center !important; } }
.sp_justify-end {
  justify-content: flex-end !important; }

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex; }

  .pc_column-reverse {
    flex-flow: column-reverse !important; }

  .pc_column {
    flex-flow: column !important; }

  .pc_row {
    flex-flow: row !important; }

  .pc_row-reverse {
    flex-flow: row-reverse !important; }

  .pc_justify-between {
    justify-content: space-between !important; }

  .pc_justify-around {
    justify-content: space-around !important; }

  .pc_justify-center {
    justify-content: center !important; }

  .pc_justify-start {
    justify-content: flex-start !important; }

  .pc_justify-end {
    justify-content: flex-end !important; }

  .pc_align-center {
    align-items: center !important; }

  .pc_align-start {
    align-items: flex-start !important; }

  .pc_align-end {
    align-items: flex-end !important; } }
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.all_bg {
  position: relative; }
  .all_bg::after {
    content: "";
    background: url("../images/common/sp_bg.png") no-repeat;
    background-size: contain;
    background-position: center -9.5vw;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 232.53vw; }
    @media screen and (min-width: 769px) {
      .all_bg::after {
        background: url("../images/common/pc_bg.png") no-repeat;
        background-size: auto;
        background-position: center top;
        left: calc(100% - 1607px);
        top: -198px;
        width: 1607px;
        height: 1197px; } }

@media screen and (min-width: 769px) {
  .home .all_bg::after {
    background: url("../images/common/pc_bg.png") no-repeat;
    background-size: auto;
    background-position: center top;
    left: calc(100% - 1406px - var(--element-x));
    top: -210px;
    width: 1607px;
    height: 1197px; } }

.page .all_bg {
  position: relative;
  padding-top: 3vw; }
  @media screen and (min-width: 769px) {
    .page .all_bg {
      padding-top: 45px; } }
  .page .all_bg::after {
    content: "";
    background: url("../images/common/sp_page_bg.png") no-repeat;
    background-size: contain;
    background-position: center -9.5vw;
    position: absolute;
    left: 0;
    top: -33.5vw;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 232.53vw; }
    @media screen and (min-width: 769px) {
      .page .all_bg::after {
        background: url("../images/common/pc_bg.png") no-repeat;
        background-size: auto;
        background-position: center top;
        left: calc(100% - 1405px - var(--element-x));
        top: -270px;
        width: 1607px;
        height: 1197px; } }

.top_contents01 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 34vw 0 17.33vw; }
  @media screen and (min-width: 769px) {
    .top_contents01 {
      padding: 150px 0 130px;
      height: 1017px; } }
  .top_contents01 .link_type01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    @media screen and (min-width: 769px) {
      .top_contents01 .link_type01 {
        top: 50px;
        margin-left: 70px; } }
  .top_contents01 .inner_content {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .top_contents01 .inner_content::after {
      background: #EFF7FC;
      width: calc(100% - 8vw);
      height: 152vw;
      position: absolute;
      left: 8vw;
      top: 17vw;
      content: "";
      z-index: -1; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content::after {
          height: 510px;
          top: 70px;
          width: calc(100% + 310px);
          left: calc(var(--element-x) + 220px); } }
    .top_contents01 .inner_content .innner_text {
      position: relative;
      left: 18vw;
      width: 73.33vw;
      top: -17vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content .innner_text {
          left: calc(var(--element-x) + 270px);
          width: 484px;
          top: -30px; } }
    .top_contents01 .inner_content .inner_photo {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content .inner_photo {
          width: 1300px;
          height: 734px;
          margin: auto;
          position: absolute;
          left: 0;
          right: 0;
          top: -40px; } }
      .top_contents01 .inner_content .inner_photo picture {
        position: relative;
        justify-content: flex-start; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_content .inner_photo picture {
            position: absolute; } }
      .top_contents01 .inner_content .inner_photo .img01 {
        right: 0;
        top: 0; }
        @media screen and (max-width: 768px) {
          .top_contents01 .inner_content .inner_photo .img01 {
            right: initial;
            left: 32vw;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start; } }
        .top_contents01 .inner_content .inner_photo .img01 img {
          width: 68vw;
          height: 46.66vw;
          object-fit: cover; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_content .inner_photo .img01 img {
              width: 390px;
              height: auto; } }
      .top_contents01 .inner_content .inner_photo .img02 {
        left: 2.5vw;
        top: -16vw; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_content .inner_photo .img02 {
            top: 420px;
            left: 30px; } }
        .top_contents01 .inner_content .inner_photo .img02 img {
          width: 25.46vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_content .inner_photo .img02 img {
              width: 250px; } }
      .top_contents01 .inner_content .inner_photo .img03 {
        left: 22.13vw;
        bottom: 25vw;
        justify-content: flex-start; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_content .inner_photo .img03 {
            left: 225px;
            bottom: 0;
            right: initial;
            justify-content: flex-end; } }
        .top_contents01 .inner_content .inner_photo .img03 img {
          width: 25.46vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_content .inner_photo .img03 img {
              width: 250px; } }
    @media screen and (max-width: 768px) {
      .top_contents01 .inner_content .link_type01 {
        left: 2vw;
        top: -8vw;
        margin-bottom: 6.5vw; } }

.top_contents02 {
  position: relative;
  width: 100%;
  padding: 0;
  background: url("../images/top/sp_bg01.jpg") no-repeat;
  background-size: cover;
  height: 271vw;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .top_contents02 {
      background: url("../images/top/pc_bg01.jpg") no-repeat;
      background-size: cover;
      padding: 0;
      height: 776px; }
      .top_contents02::after {
        background: url("../images/top/cycle.png") no-repeat;
        width: 630px;
        height: 630px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        transition: all .2s;
        mix-blend-mode: multiply; } }
  .top_contents02 .inner_content {
    width: calc(100% - 10.66vw);
    margin-inline: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2; }
    @media screen and (min-width: 769px) {
      .top_contents02 .inner_content {
        width: 1300px;
        flex-direction: row; } }
    .top_contents02 .inner_content .left {
      width: 100%;
      color: #fff; }
      @media screen and (min-width: 769px) {
        .top_contents02 .inner_content .left {
          width: calc(100% - 720px);
          margin-top: 80px;
          padding-left: 90px;
          box-sizing: border-box; } }
      .top_contents02 .inner_content .left h3 {
        font-size: 30px;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: -10px; }
      .top_contents02 .inner_content .left > p {
        width: 427px;
        margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .top_contents02 .inner_content .left {
          display: contents; }
          .top_contents02 .inner_content .left .title_type01 {
            width: 100%;
            margin-bottom: 10vw; }
          .top_contents02 .inner_content .left h3 {
            width: 100%;
            font-size: 5.33vw;
            line-height: 8.66vw;
            margin-bottom: 6vw; }
          .top_contents02 .inner_content .left > p {
            width: 100%;
            margin-bottom: 10.66vw; }
          .top_contents02 .inner_content .left .link_type01 {
            order: 5; } }
    .top_contents02 .inner_content .right {
      width: 100%;
      margin-bottom: 12vw; }
      @media screen and (min-width: 769px) {
        .top_contents02 .inner_content .right {
          width: 720px;
          margin-bottom: 0; } }
      .top_contents02 .inner_content .right ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px; }
        @media screen and (min-width: 769px) {
          .top_contents02 .inner_content .right ul {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr); } }
        .top_contents02 .inner_content .right ul li {
          position: relative; }
          .top_contents02 .inner_content .right ul li picture img {
            width: 100%;
            height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents02 .inner_content .right ul li:first-of-type p {
              bottom: 18px; } }
          .top_contents02 .inner_content .right ul li p {
            position: absolute;
            z-index: 2;
            font-size: 4vw;
            font-weight: 700;
            color: #fff;
            line-height: 1.5; }
            @media screen and (max-width: 768px) {
              .top_contents02 .inner_content .right ul li p {
                left: 5.33vw;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                height: 33.33vw; } }
            @media screen and (min-width: 769px) {
              .top_contents02 .inner_content .right ul li p {
                font-size: 18px;
                left: 25px;
                bottom: 25px; } }
  .top_contents02 .bottom_text {
    display: none; }
    @media screen and (min-width: 768px) {
      .top_contents02 .bottom_text {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .top_contents02 .bottom_text figure {
          text-align: right;
          width: 100%;
          max-width: 1300px;
          justify-content: flex-end;
          margin-inline: auto; } }

.loop_wrap ul:first-child {
  animation: loop 60s -30s linear infinite; }

.loop_wrap ul:last-child {
  animation: loop2 60s linear infinite; }

.loop_wrap {
  display: flex;
  width: 420vw;
  height: 53.33vw;
  overflow: hidden;
  margin-bottom: 6.66vw;
  z-index: 2;
  position: relative; }
  @media screen and (min-width: 769px) {
    .loop_wrap {
      width: 3150px;
      height: 400px;
      margin-bottom: 0; } }
  .loop_wrap ul {
    pointer-events: none;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    will-change: transform; }
    .loop_wrap ul li {
      min-width: 53.33vw;
      text-align: center;
      margin: 0 3.33vw; }
      @media screen and (min-width: 769px) {
        .loop_wrap ul li {
          min-width: 400px;
          margin: 0 25px; } }
      .loop_wrap ul li img {
        width: 53.33vw;
        display: block;
        height: auto; }
        @media screen and (min-width: 769px) {
          .loop_wrap ul li img {
            width: 400px; } }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/* フェードインのアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.inner_contents {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-inline: auto; }

.top_contents03 {
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  background-size: contain;
  background-position: right top;
  width: 100%;
  padding: 17.33vw 0; }
  @media screen and (min-width: 769px) {
    .top_contents03 {
      width: 100%;
      padding: 130px 0 80px; } }
  .top_contents03 .inner_title {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_title {
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 45px; } }
    .top_contents03 .inner_title h3 {
      font-size: 5.33vw;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      line-height: 8.66vw;
      position: relative; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_title h3 {
          font-size: 30px;
          margin-left: 95px;
          line-height: 1;
          top: 8px; } }
    .top_contents03 .inner_title .title_type02 {
      margin-bottom: 10vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_title .title_type02 {
          margin-bottom: 0; } }
    .top_contents03 .inner_title .title_type01 {
      margin-bottom: 10.66vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_title .title_type01 {
          margin-bottom: 0; } }
    .top_contents03 .inner_title + p {
      position: relative;
      width: 81.33vw;
      left: 13.33vw;
      margin-bottom: 10vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_title + p {
          width: 441px;
          margin-bottom: 0;
          left: calc(var(--element-x) + 680px); } }
  .top_contents03 .inner_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_contents {
        width: initial;
        flex-direction: row;
        align-items: flex-end;
        top: -105px; } }
    .top_contents03 .inner_contents::after {
      background: #EFF7FC;
      width: calc(100% + 8vw);
      height: 159.33vw;
      position: absolute;
      left: 8vw;
      top: -55vw;
      content: "";
      z-index: -1; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_contents::after {
          width: 1600px;
          height: 571px;
          left: 470px;
          top: -160px; } }
  .top_contents03 #works_slider {
    width: 78.66vw;
    position: relative;
    margin-bottom: 12vw;
    left: 1vw;
    z-index: 4; }
    @media screen and (min-width: 769px) {
      .top_contents03 #works_slider {
        width: 600px;
        left: initial;
        margin-bottom: 0; } }
    .top_contents03 #works_slider .slick-slide {
      text-align: center;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        .top_contents03 #works_slider .slick-slide {
          width: 100%; } }
      .top_contents03 #works_slider .slick-slide:hover img {
        transition: all .3s;
        transform: scale(1.05, 1.05); }
      .top_contents03 #works_slider .slick-slide picture {
        overflow: hidden; }
      .top_contents03 #works_slider .slick-slide img {
        width: 78.66vw;
        height: 56.13vw;
        object-fit: contain;
        object-position: center;
        transition: all .3s; }
        @media screen and (min-width: 769px) {
          .top_contents03 #works_slider .slick-slide img {
            width: 600px;
            height: 450px; } }
    .top_contents03 #works_slider .link_type01 {
      position: relative;
      margin-top: 12vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 #works_slider .link_type01 {
          position: absolute;
          left: 810px;
          top: 150px;
          margin-top: 0; } }
  .top_contents03 #works_thumbnail {
    position: absolute;
    width: 104vw;
    left: 40vw;
    bottom: 40vw; }
    @media screen and (min-width: 769px) {
      .top_contents03 #works_thumbnail {
        left: 352px;
        bottom: -40px;
        width: 390px;
        width: calc(278px * 5); } }
    .top_contents03 #works_thumbnail::before {
      background: #EFF7FC;
      width: 52vw;
      height: 39vw;
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .top_contents03 #works_thumbnail::before {
          width: 278px;
          height: 195px; } }
    @media screen and (min-width: 769px) {
      .top_contents03 #works_thumbnail::after {
        width: 278px;
        height: 79px;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 3;
        background: #fff;
        position: absolute; } }
    .top_contents03 #works_thumbnail .slick-slide {
      margin: 0 9px; }
      .top_contents03 #works_thumbnail .slick-slide img {
        width: 52vw;
        height: auto;
        object-fit: cover; }
        @media screen and (min-width: 768px) {
          .top_contents03 #works_thumbnail .slick-slide img {
            width: 260px;
            height: 195px; } }

.top_contents04 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-inline: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .top_contents04 {
      flex-direction: row;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .top_contents04 .title_type01 {
      margin-bottom: 12vw; } }
  .top_contents04 .left {
    width: 100%;
    background: url("../images/top/sp_img08.jpg") no-repeat;
    background-size: cover;
    height: 66.66vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60px;
    box-sizing: border-box;
    margin-bottom: .5vw; }
    @media screen and (min-width: 769px) {
      .top_contents04 .left {
        width: 50%;
        height: 335px;
        background: url("../images/top/pc_img08.jpg") no-repeat;
        background-size: cover;
        border-right: solid 4px #fff;
        margin-bottom: 0; } }
  .top_contents04 .right {
    width: 100%;
    background: url("../images/top/sp_img09.jpg") no-repeat;
    background-size: cover;
    height: 66.66vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60px;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .top_contents04 .right {
        width: 50%;
        height: 335px;
        background: url("../images/top/pc_img09.jpg") no-repeat;
        background-size: cover; } }

.top_news {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 80px 0;
  max-width: 1120px;
  width: calc(100% - 10.66vw);
  flex-direction: column;
  margin-inline: auto; }
  @media screen and (min-width: 769px) {
    .top_news {
      width: 100%;
      flex-direction: row; } }
  .top_news .title_type02 {
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .top_news .title_type02 {
        margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .top_news .left {
      margin-bottom: 4vw;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; } }
  .top_news .news_link a {
    border: solid 1px #0F4779;
    width: 28vw;
    height: 10.66vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F4779;
    font-family: "Cormorant Garamond", serif;
    border-radius: 10.66vw;
    font-size: 3.46vw;
    font-weight: 600; }
    @media screen and (min-width: 769px) {
      .top_news .news_link a {
        width: 130px;
        height: 50px;
        border-radius: 50px;
        font-size: 14px; } }
    .top_news .news_link a figure {
      margin-left: 3.66vw;
      width: 6.26vw; }
      @media screen and (min-width: 769px) {
        .top_news .news_link a figure {
          width: 30px;
          margin-left: 15px; } }
      .top_news .news_link a figure img {
        width: 100%;
        height: auto; }
  @media screen and (min-width: 769px) {
    .top_news .right {
      width: 800px; } }
  .top_news .right ul li:last-of-type a {
    border-bottom: none; }
  .top_news .right ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6.66vw 0;
    border-bottom: solid 1px #E5E5E5;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_news .right ul li a {
        flex-direction: row;
        padding: 45px 0; } }
    .top_news .right ul li a p {
      font-size: 3.2vw;
      line-height: 5.86vw; }
      @media screen and (min-width: 769px) {
        .top_news .right ul li a p {
          font-size: 15px;
          line-height: 28px; } }
    .top_news .right ul li a .date {
      color: #888888;
      font-size: 3.2vw;
      margin-bottom: 2vw; }
      @media screen and (min-width: 769px) {
        .top_news .right ul li a .date {
          font-size: 13px;
          margin-bottom: 0;
          margin-right: 55px; } }
  .top_news .right ul li.first {
    border-bottom: solid 1px #E5E5E5; }

.codedropz-upload-wrapper,
.codedropz-upload-handler {
  opacity: 0 !important;
  position: absolute; }

.inner_width {
  width: 100%;
  margin-inline: auto;
  max-width: 1150px; }

.title_outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }

.title_type00 {
  position: relative;
  margin-bottom: 5.5vw;
  left: 5.33vw; }
  @media screen and (min-width: 769px) {
    .title_type00 {
      margin-top: 45px;
      margin-bottom: 70px;
      left: 175px;
      width: 1300px;
      margin-inline: auto; } }
  .title_type00 div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .title_type00 div {
        margin-bottom: 28px; } }
    .title_type00 div i img {
      width: 3.2vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .title_type00 div i img {
          width: 12px; } }
    .title_type00 div h2 {
      position: relative;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 4.8vw;
      white-space: nowrap;
      margin-left: 2vw;
      line-height: 1;
      color: #0F4779; }
      @media screen and (min-width: 769px) {
        .title_type00 div h2 {
          font-size: 18px;
          margin-left: 10px; } }
  .title_type00 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 6.66vw;
    font-weight: 600;
    line-height: 10.66vw;
    position: relative; }
    @media screen and (min-width: 769px) {
      .title_type00 p {
        font-size: 42px;
        line-height: 68px; } }

.title_type01 {
  position: relative;
  margin-bottom: 10vw;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .title_type01 {
      margin-bottom: 70px; } }
  .title_type01 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .title_type01 div {
        margin-bottom: 20px; } }
    .title_type01 div i img {
      width: 3.2vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .title_type01 div i img {
          width: 12px; } }
    .title_type01 div h2 {
      position: relative;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 4.26vw;
      white-space: nowrap;
      margin-left: 2vw;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .title_type01 div h2 {
          font-size: 18px;
          margin-left: 10px; } }
  .title_type01 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 11.2vw;
    font-weight: 600;
    position: relative; }
    @media screen and (min-width: 769px) {
      .title_type01 p {
        font-size: 66px; } }

.title_type02 {
  position: relative;
  margin-bottom: 8vw; }
  @media screen and (min-width: 769px) {
    .title_type02 {
      margin-bottom: 50px; } }
  .title_type02 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3vw; }
    @media screen and (min-width: 769px) {
      .title_type02 div {
        margin-bottom: 12px; } }
    .title_type02 div i img {
      width: 3.2vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .title_type02 div i img {
          width: 12px; } }
    .title_type02 div h2 {
      position: relative;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 4.26vw;
      white-space: nowrap;
      margin-left: 2vw;
      line-height: 1;
      color: #185D9A; }
      @media screen and (min-width: 769px) {
        .title_type02 div h2 {
          font-size: 18px;
          margin-left: 10px; } }
  .title_type02 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 11.2vw;
    font-weight: 600;
    position: relative;
    line-height: 11.46vw; }
    @media screen and (min-width: 769px) {
      .title_type02 p {
        font-size: 66px;
        line-height: 1; } }

.title_type03 {
  position: relative;
  margin-bottom: 6.66vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #4BA2EF;
  border-bottom: solid 1px #4BA2EF;
  padding: 4.5vw 0 4vw;
  width: calc(100% - var(--element-x));
  left: 5.33vw; }
  @media screen and (min-width: 769px) {
    .title_type03 {
      margin-bottom: 30px;
      padding: 25px 0;
      left: var(--element-x); } }
  .title_type03::after {
    background: #4BA2EF;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1vw;
    content: ""; }
    @media screen and (min-width: 769px) {
      .title_type03::after {
        bottom: 3px; } }
  .title_type03 h2, .title_type03 h3 {
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
    padding-left: 6vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .title_type03 h2, .title_type03 h3 {
        font-size: 22px;
        padding-left: 28px; } }
    .title_type03 h2::after, .title_type03 h3::after {
      background: #185D9A;
      width: 4vw;
      height: 4vw;
      position: absolute;
      left: 0;
      top: -.4vw;
      bottom: 0;
      border-radius: .26vw;
      margin: auto;
      content: ""; }
      @media screen and (min-width: 769px) {
        .title_type03 h2::after, .title_type03 h3::after {
          top: 0;
          width: 17px;
          height: 17px;
          border-radius: 2px; } }
  .title_type03 p {
    color: #185D9A;
    text-align: right;
    font-size: 3.06vw;
    font-weight: 500;
    position: relative;
    right: var(--element-x); }
    @media screen and (min-width: 769px) {
      .title_type03 p {
        font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .title_type03 p {
        position: absolute;
        right: 3vw;
        top: -9vw; } }

.title_type04 {
  position: relative;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - var(--element-x));
  left: var(--element-x); }
  @media screen and (min-width: 769px) {
    .title_type04 {
      margin-bottom: 50px; } }
  .title_type04::after {
    height: 1px;
    border-bottom: dashed 1px #0F4779;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2.5vw;
    content: "";
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .title_type04::after {
        bottom: 10px; } }
  .title_type04 h3, .title_type04 h4 {
    font-size: 4.26vw;
    font-weight: 600;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    position: relative;
    color: #0F4779;
    background: #fff;
    padding-right: 2vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .title_type04 h3, .title_type04 h4 {
        font-size: 22px;
        padding-right: 18px; } }

.link_type01 a {
  font-size: 4vw;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  background: #000;
  transition: all .3s;
  font-family: "Cormorant Garamond", serif;
  width: 72vw;
  height: 16vw;
  border-radius: 16vw;
  padding: 0 0 0 8vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .link_type01 a {
      font-size: 18px;
      margin-inline: initial;
      width: 310px;
      height: 70px;
      border-radius: 70px;
      padding: 0 0 0 35px; } }
  .link_type01 a figure {
    transition: all .3s;
    position: relative;
    right: 5px;
    width: 14.39vw; }
    @media screen and (min-width: 769px) {
      .link_type01 a figure {
        width: auto; } }
    .link_type01 a figure img {
      width: 100%;
      height: auto; }
  .link_type01 a:hover figure {
    transition: all .3s;
    right: 0; }

.title_type05 {
  position: relative;
  margin-bottom: 6vw; }
  @media screen and (min-width: 769px) {
    .title_type05 {
      margin-bottom: 50px; } }
  .title_type05 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw; }
    @media screen and (min-width: 769px) {
      .title_type05 div {
        margin-bottom: 12px; } }
    .title_type05 div i img {
      width: 3.2vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .title_type05 div i img {
          width: 12px; } }
    .title_type05 div h2 {
      position: relative;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 4.26vw;
      white-space: nowrap;
      margin: 0 2vw;
      line-height: 1;
      color: #185D9A; }
      @media screen and (min-width: 769px) {
        .title_type05 div h2 {
          font-size: 18px;
          margin: 0 10px; } }
  .title_type05 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 11.2vw;
    font-weight: 600;
    position: relative;
    text-align: center;
    line-height: 11.46vw; }
    @media screen and (min-width: 769px) {
      .title_type05 p {
        font-size: 66px;
        line-height: 1; } }

.more {
  text-align: center;
  font-family: #0F4779;
  font-size: 1.4rem;
  font-style: italic;
  text-decoration: underline; }
  @media screen and (min-width: 769px) {
    .more {
      font-size: 2rem; } }

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative; }
  @media screen and (max-width: 768px) {
    .page_keyvisual {
      margin-top: 16vw; } }
  .page_keyvisual picture {
    justify-content: flex-end; }
    .page_keyvisual picture img {
      width: 100%;
      height: auto;
      object-fit: cover;
      height: 48vw;
      max-width: calc(100% - 10.66vw); }
      @media screen and (min-width: 769px) {
        .page_keyvisual picture img {
          height: 400px;
          max-width: calc(100% - 120px); } }
  .page_keyvisual .key_text {
    position: absolute;
    left: 14vw;
    bottom: 1.33vw;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .page_keyvisual .key_text {
        left: 150px;
        bottom: 10px; } }
    .page_keyvisual .key_text h1 {
      font-size: 3.46vw;
      font-weight: 700;
      color: #fff;
      overflow: hidden;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      line-height: 1;
      letter-spacing: .35vw; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .key_text h1 {
          font-size: 22px;
          letter-spacing: 2.5px; } }
    .page_keyvisual .key_text p {
      position: relative;
      color: #fff;
      font-size: 13.33vw;
      font-weight: 500;
      white-space: nowrap;
      box-sizing: border-box;
      line-height: 1;
      font-family: "Cormorant Garamond", serif; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .key_text p {
          font-size: 110px; } }

.breadcrumbs {
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 2.93vw;
  color: #111;
  z-index: 2;
  margin-inline: auto;
  margin-block: 4vw 13vw;
  right: 2.66vw; }
  @media screen and (min-width: 769px) {
    .breadcrumbs {
      margin-block: 20px 40px;
      width: calc(100% - 120px);
      right: initial; } }
  .breadcrumbs div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 2.93vw; }
    .breadcrumbs div p {
      line-height: 1;
      font-size: 2.93vw; }
      @media screen and (min-width: 769px) {
        .breadcrumbs div p {
          font-size: 12px; } }
    .breadcrumbs div a {
      color: #111; }
    .breadcrumbs div span {
      font-size: 2.93vw;
      margin: 0 3vw; }
      @media screen and (min-width: 769px) {
        .breadcrumbs div span {
          font-size: 12px;
          margin: 0 20px; } }

.page_figure {
  position: relative; }
  .page_figure picture {
    position: absolute;
    left: 0;
    top: -13vw;
    justify-content: flex-start; }
    @media screen and (min-width: 769px) {
      .page_figure picture {
        left: 10px;
        top: 0; } }
  .page_figure img {
    width: 100vw;
    height: auto; }
    @media screen and (min-width: 769px) {
      .page_figure img {
        width: 1214px; } }

.page_title02 {
  width: calc(100% - 50px);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-top: 110px; }
  @media screen and (min-width: 769px) {
    .page_title02 {
      margin-bottom: 110px;
      margin-top: 85px; } }
  .page_title02 h1 {
    font-family: #0F4779;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .page_title02 h1 {
        font-size: 7rem;
        margin-bottom: 0; } }
    @media screen and (min-width: 1160px) {
      .page_title02 h1 {
        font-size: 11rem; } }

.ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 30px;
  margin-bottom: 60px; }
  @media screen and (min-width: 769px) {
    .ticker {
      height: 72px;
      margin-bottom: 130px; } }
  .ticker ul {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    margin: 0;
    padding: 0;
    animation: hscroll 40s linear infinite; }
    @media screen and (min-width: 769px) {
      .ticker ul {
        height: 72px; } }
    .ticker ul li {
      display: inline-block;
      font-family: #0F4779;
      font-size: 1.8rem;
      margin-right: 10px; }
      @media screen and (min-width: 769px) {
        .ticker ul li {
          font-size: 3rem;
          margin-right: 20px; } }

@keyframes hscroll {
  0% {
    transform: translateX(10%); }
  100% {
    transform: translateX(-100%); } }
.trial_form {
  width: calc(100% - 50px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  .trial_form h2 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.9rem;
    font-family: "YuMincho",'Yu Mincho',sans-serif;
    font-weight: 500;
    margin-bottom: 70px; }
  .trial_form .form_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column; }
    @media screen and (min-width: 769px) {
      .trial_form .form_flex {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1160px) {
      .trial_form .form_flex {
        flex-flow: row;
        margin-bottom: 80px; } }
    .trial_form .form_flex dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        .trial_form .form_flex dl {
          align-items: center;
          flex-flow: row;
          border-bottom: solid 1px #000;
          padding-bottom: 10px; } }
      @media screen and (min-width: 1160px) {
        .trial_form .form_flex dl {
          width: 501px;
          margin-bottom: 0; } }
      .trial_form .form_flex dl dt {
        width: 100%;
        color: #818181; }
        @media screen and (min-width: 769px) {
          .trial_form .form_flex dl dt {
            width: 23%; } }
      .trial_form .form_flex dl dd {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .trial_form .form_flex dl dd {
            width: 76%; } }
        @media screen and (max-width: 767px) {
          .trial_form .form_flex dl dd {
            border-bottom: solid 1px #000;
            margin-top: 15px;
            padding-bottom: 10px; } }
        .trial_form .form_flex dl dd input {
          border: none !important;
          width: 100%;
          padding: 10px;
          box-sizing: border-box; }
  .trial_form .check_textarea {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1160px) {
      .trial_form .check_textarea {
        width: 501px; } }
    .trial_form .check_textarea dt {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      color: #818181;
      font-size: 1.5rem; }
    .trial_form .check_textarea dd {
      width: 100%;
      border-bottom: solid 1px #000;
      padding-bottom: 10px; }
      .trial_form .check_textarea dd input {
        border: none !important;
        width: 100%;
        padding: 10px;
        box-sizing: border-box; }
  .trial_form .check_list {
    margin-bottom: 40px; }
    @media screen and (min-width: 1160px) {
      .trial_form .check_list {
        margin-bottom: 60px; } }
    .trial_form .check_list dt {
      color: #818181;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .trial_form .check_list dt {
          padding-bottom: 10px;
          border-bottom: solid 1px #000; }
          .trial_form .check_list dt::after {
            background: url("../images/trial-lesson/arrow.svg") no-repeat;
            background-size: contain;
            width: 14px;
            height: 8px;
            position: absolute;
            right: 10px;
            top: 10px;
            content: "";
            transition: all .2s; } }
    .trial_form .check_list dd {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: column; }
      @media screen and (max-width: 767px) {
        .trial_form .check_list dd {
          display: none; } }
      @media screen and (min-width: 769px) {
        .trial_form .check_list dd {
          flex-flow: row; } }
      .trial_form .check_list dd div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-flow: column; }
        @media screen and (min-width: 769px) {
          .trial_form .check_list dd div {
            flex-flow: row;
            flex-wrap: wrap;
            width: 501px; } }
        .trial_form .check_list dd div label {
          width: 100%;
          letter-spacing: .25rem;
          display: inline-block;
          margin-bottom: 10px; }
          @media screen and (min-width: 769px) {
            .trial_form .check_list dd div label {
              margin-bottom: 30px; } }
          @media screen and (min-width: 1160px) {
            .trial_form .check_list dd div label {
              width: 48%; } }
          .trial_form .check_list dd div label input {
            margin-right: 10px; }
  .trial_form .trial_botton {
    margin-bottom: 110px; }
    @media screen and (min-width: 769px) {
      .trial_form .trial_botton {
        margin-bottom: 0; } }
    .trial_form .trial_botton input {
      background: #B3BEAA;
      width: 148px;
      height: 34px;
      display: flex;
      border-radius: 0 !important;
      justify-content: center;
      align-items: center;
      font-size: 1.3rem;
      color: #fff;
      border: none !important;
      font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-weight: 500;
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .trial_form .trial_botton input {
          width: 297px;
          height: 68px;
          font-size: 2rem; } }
      .trial_form .trial_botton input:hover {
        opacity: .85;
        transition: all .2s; }

.page_confirm {
  width: 100%;
  padding-top: 16vw; }
  @media screen and (min-width: 769px) {
    .page_confirm {
      padding-top: 105px; } }

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
.page_read_text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .page_read_text {
      padding-bottom: 0; } }
  .page_read_text span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    writing-mode: vertical-rl;
    border: solid 1px #B97253;
    width: 7vw;
    height: 20vw;
    color: #B97253;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-left: 30px;
    letter-spacing: 0.26vw;
    font-size: 2.93vw; }
    @media screen and (min-width: 769px) {
      .page_read_text span {
        width: 42px;
        height: 120px;
        font-size: 16px;
        letter-spacing: 2px; } }
  .page_read_text p {
    color: #0F4779;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.66vw;
    white-space: nowrap; }
    @media screen and (min-width: 769px) {
      .page_read_text p {
        font-size: 32px;
        letter-spacing: 5px; } }

.company_contents01 {
  width: calc(100% - 10.66vw);
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  margin-bottom: 17.33vw;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .company_contents01 {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column; } }
  @media screen and (min-width: 769px) {
    .company_contents01 {
      margin-bottom: 85px; } }
  .company_contents01::after {
    background: #EFF7FC;
    width: 69.46vw;
    height: 68vw;
    position: absolute;
    left: calc(-1 * var(--element-x));
    top: 12.2vw;
    content: "";
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .company_contents01::after {
        left: calc(-1 * var(--element-x));
        top: 65px;
        width: calc(364px + var(--element-x)); } }
  .company_contents01 .company_title {
    font-size: 5.33vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    line-height: 8.66vw;
    margin-bottom: 4.66vw;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .company_contents01 .company_title {
        order: 2; } }
    @media screen and (min-width: 769px) {
      .company_contents01 .company_title {
        line-height: 48px;
        margin-bottom: 50px;
        margin-left: 60px;
        font-size: 30px; } }
  .company_contents01 .title_type02 {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .company_contents01 .title_type02 {
        margin-bottom: 50px; } }
  .company_contents01 .inner {
    display: contents;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 80px; }
    @media screen and (min-width: 769px) {
      .company_contents01 .inner {
        flex-direction: row;
        display: flex; } }
  .company_contents01 .left {
    width: 100%;
    margin-bottom: 13vw; }
    @media screen and (max-width: 768px) {
      .company_contents01 .left {
        display: contents; } }
    @media screen and (min-width: 769px) {
      .company_contents01 .left {
        width: 420px;
        margin-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .company_contents01 .left picture {
        margin-inline: auto;
        margin-bottom: 10vw; } }
    .company_contents01 .left picture img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 769px) {
        .company_contents01 .left picture img {
          width: 420px; } }
    .company_contents01 .left h2 {
      font-size: 5.333vw;
      font-weight: 600;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      white-space: nowrap;
      line-height: 1;
      margin-bottom: 5.333vw; }
      @media screen and (min-width: 768px) {
        .company_contents01 .left h2 {
          font-size: 45px;
          margin-bottom: 45px; } }
  .company_contents01 .right {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 769px) {
      .company_contents01 .right {
        width: 630px; } }
    @media screen and (max-width: 768px) {
      .company_contents01 .right {
        display: contents; }
        .company_contents01 .right > p {
          order: 3; } }
    .company_contents01 .right .ceo {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
      margin-top: 10vw; }
      @media screen and (max-width: 768px) {
        .company_contents01 .right .ceo {
          order: 3;
          margin-left: auto; } }
      @media screen and (min-width: 769px) {
        .company_contents01 .right .ceo {
          margin-top: 20px; } }
      .company_contents01 .right .ceo > p {
        margin-bottom: 1.5vw; }
        @media screen and (max-width: 768px) {
          .company_contents01 .right .ceo > p {
            order: 4; } }
        @media screen and (min-width: 769px) {
          .company_contents01 .right .ceo > p {
            margin-bottom: 5px; } }
      .company_contents01 .right .ceo div {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 64px; }
        @media screen and (max-width: 768px) {
          .company_contents01 .right .ceo div {
            order: 5;
            margin-right: 10.66vw; } }
        .company_contents01 .right .ceo div p {
          margin-right: 4vw; }
          @media screen and (min-width: 769px) {
            .company_contents01 .right .ceo div p {
              margin-right: 20px; } }
        .company_contents01 .right .ceo div img {
          width: 27.06vw;
          height: auto; }
          @media screen and (min-width: 768px) {
            .company_contents01 .right .ceo div img {
              width: 108px; } }

.company_policy {
  background: #fff;
  border-radius: 1.33vw;
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
  max-width: 1060px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  padding: 10.66vw 5.33vw;
  margin-bottom: 18vw;
  width: calc(100% - 10.66vw); }
  @media screen and (min-width: 769px) {
    .company_policy {
      border-radius: 10px;
      padding: 75px 130px;
      margin-bottom: 130px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); } }
  @media screen and (min-width: 769px) {
    .company_policy p {
      width: 800px; } }
  .company_policy h2 {
    text-align: center;
    line-height: 1;
    font-size: 5.33vw;
    font-weight: 600;
    margin-bottom: 5.33vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    @media screen and (min-width: 769px) {
      .company_policy h2 {
        font-size: 30px;
        margin-bottom: 30px; } }

.company_contents02 {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  padding: 16vw 0 17.33vw;
  background: #F4F6F8; }
  @media screen and (min-width: 769px) {
    .company_contents02 {
      padding: 125px 0 130px; } }
  @media screen and (max-width: 768px) {
    .company_contents02 .title_type02 {
      margin-left: 5.33vw; } }
  .company_contents02 .inner_content {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    position: relative;
    box-sizing: border-box; }
    .company_contents02 .inner_content .left {
      position: relative; }
      @media screen and (max-width: 768px) {
        .company_contents02 .inner_content .left .title_type02 {
          margin-bottom: 9vw; } }
      @media screen and (min-width: 769px) {
        .company_contents02 .inner_content .left {
          left: -55px;
          margin-bottom: 60px; } }
    .company_contents02 .inner_content .right {
      width: 100%;
      position: relative; }
      @media screen and (min-width: 769px) {
        .company_contents02 .inner_content .right {
          width: 1000px; } }
      .company_contents02 .inner_content .right .profile_table dl {
        width: calc(100% - 10.66vw);
        margin-inline: auto;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        font-size: 3.2vw;
        line-height: 5.066vw;
        color: #000; }
        @media screen and (min-width: 769px) {
          .company_contents02 .inner_content .right .profile_table dl {
            font-size: 16px;
            line-height: 26px;
            width: 100%; } }
        .company_contents02 .inner_content .right .profile_table dl:first-of-type dt {
          border-top: solid 1px #0F4779; }
        .company_contents02 .inner_content .right .profile_table dl:first-of-type dd {
          border-top: solid 1px #D2D2D2; }
        .company_contents02 .inner_content .right .profile_table dl dt {
          font-weight: 700;
          padding: 4.9vw 0;
          box-sizing: border-box;
          width: 20vw;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border-bottom: solid 1px #5F6D57;
          line-height: 5.06vw; }
          @media screen and (min-width: 768px) {
            .company_contents02 .inner_content .right .profile_table dl dt {
              padding: 24px 8px;
              width: 250px;
              line-height: 26px; } }
        .company_contents02 .inner_content .right .profile_table dl dd {
          font-weight: 500;
          padding: 4.9vw 0 4.9vw 2vw;
          width: calc(100% - 20vw);
          box-sizing: border-box;
          line-height: 5.06vw;
          border-bottom: solid 1px #D2D2D2; }
          @media screen and (min-width: 768px) {
            .company_contents02 .inner_content .right .profile_table dl dd {
              padding: 24px 0;
              width: 750px;
              line-height: 26px; } }

.company_contents03 {
  width: 100%;
  margin-inline: auto;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  padding: 16vw 0 17.33vw; }
  @media screen and (min-width: 769px) {
    .company_contents03 {
      flex-flow: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 125px 0 130px; } }
  .company_contents03 .access_block {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 769px) {
      .company_contents03 .access_block {
        margin-inline: auto; } }
    .company_contents03 .access_block .gmap {
      position: relative;
      width: 100%;
      height: 93.33vw;
      overflow: hidden;
      margin-bottom: 4vw;
      overflow: hidden;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .company_contents03 .access_block .gmap {
          height: 500px;
          margin-bottom: 30px; } }
      .company_contents03 .access_block .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .company_contents03 .inner_content {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .company_contents03 .inner_content {
        flex-direction: row; } }
    @media screen and (max-width: 769px) {
      .company_contents03 .inner_content .link_type01 {
        margin-top: 8vw; } }
    .company_contents03 .inner_content .link_type01 a {
      margin-inline: auto; }
      .company_contents03 .inner_content .link_type01 a:hover figure {
        right: 2.5vw; }
        @media screen and (min-width: 769px) {
          .company_contents03 .inner_content .link_type01 a:hover figure {
            right: 0px; } }
      .company_contents03 .inner_content .link_type01 a figure {
        right: 3vw;
        width: 11vw; }
        @media screen and (min-width: 769px) {
          .company_contents03 .inner_content .link_type01 a figure {
            width: 63px;
            right: 5px; } }
      .company_contents03 .inner_content .link_type01 a img {
        width: auto;
        height: auto; }

/* ------------------------------------------------
製品紹介ページ
------------------------------------------------ */
.tab_link {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-inline: auto;
  margin-block: 17.33vw 16vw; }
  @media screen and (min-width: 769px) {
    .tab_link {
      margin-block: 130px 40px; } }
  .tab_link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .tab_link ul {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .tab_link ul li {
      width: 50%;
      height: 16vw; }
      @media screen and (min-width: 769px) {
        .tab_link ul li {
          width: 25%;
          height: 70px; } }
      @media screen and (max-width: 768px) {
        .tab_link ul li:nth-child(1) a, .tab_link ul li:nth-child(2) a {
          border-bottom: 0 solid #D2D2D2; } }
      .tab_link ul li:last-of-type a {
        border-right: 1px solid #D2D2D2; }
      .tab_link ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #FFF;
        padding: 2.66vw;
        box-sizing: border-box;
        font-size: 3.73vw;
        font-weight: 600;
        letter-spacing: 0.72px;
        position: relative;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        border: 1px solid #D2D2D2; }
        @media screen and (min-width: 769px) {
          .tab_link ul li a {
            font-size: 18px;
            padding: 20px;
            border-right: 0 solid #D2D2D2; } }
        .tab_link ul li a::after {
          background: url("../images/business/tab_arrow.svg") no-repeat;
          background-size: contain;
          width: 7.46vw;
          height: 7.46vw;
          position: absolute;
          right: 20px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          transition: all .2s; }
          @media screen and (min-width: 769px) {
            .tab_link ul li a::after {
              width: 32px;
              height: 32px; } }
      @media screen and (max-width: 768px) {
        .tab_link ul li:nth-of-type(1) a, .tab_link ul li:nth-of-type(3) a {
          border-right: 0 solid #D2D2D2; }
        .tab_link ul li:nth-of-type(3) a, .tab_link ul li:nth-of-type(4) a {
          border-bottom: 1px solid #D2D2D2; } }

.business_contents01 {
  position: relative;
  width: 100%;
  padding: 0 0 13.33vw;
  background-size: auto; }
  @media screen and (min-width: 769px) {
    .business_contents01 {
      padding: 0 0 130px; } }
  .business_contents01 .title_type02 {
    width: calc(100% - 10.66vw);
    margin-inline: auto;
    margin-bottom: 9vw; }
    @media screen and (min-width: 769px) {
      .business_contents01 .title_type02 {
        width: 1120px;
        margin-bottom: 50px; } }
  .business_contents01 > p {
    width: calc(100% - 10.66vw);
    margin-inline: auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 769px) {
      .business_contents01 > p {
        width: 1120px;
        margin-bottom: 50px; } }
  .business_contents01 .inner_content {
    width: calc(100% - 10.66vw);
    margin-inline: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .business_contents01 .inner_content {
        width: 1120px; } }
    .business_contents01 .inner_content > ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .business_contents01 .inner_content > ul {
          justify-content: space-between;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: stretch; } }
      .business_contents01 .inner_content > ul > li {
        background: #fff;
        border-radius: 1.53vw;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 4vw; }
        @media screen and (min-width: 769px) {
          .business_contents01 .inner_content > ul > li {
            width: 545px;
            height: 600px;
            margin-bottom: 30px; }
            .business_contents01 .inner_content > ul > li:nth-child(3) .bottom, .business_contents01 .inner_content > ul > li:nth-child(4) .bottom {
              height: 230px; } }
        .business_contents01 .inner_content > ul > li .bottom {
          padding: 6.66vw 4.66vw;
          box-sizing: border-box;
          width: 100%;
          background: #EFF7FC;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media screen and (min-width: 769px) {
            .business_contents01 .inner_content > ul > li .bottom {
              height: 280px;
              padding: 0; } }
          @media screen and (max-width: 768px) {
            .business_contents01 .inner_content > ul > li .bottom ul {
              width: 100%; } }
          .business_contents01 .inner_content > ul > li .bottom ul li {
            line-height: 5.86vw; }
            @media screen and (min-width: 769px) {
              .business_contents01 .inner_content > ul > li .bottom ul li {
                line-height: 28px; } }
            .business_contents01 .inner_content > ul > li .bottom ul li::before {
              content: "・"; }
          .business_contents01 .inner_content > ul > li .bottom h3 {
            font-size: 4.53vw;
            font-weight: 600;
            line-height: 6.93vw;
            text-align: center;
            color: #185D9A;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            position: relative;
            width: 100%;
            margin-bottom: 4.6vw; }
            @media screen and (min-width: 769px) {
              .business_contents01 .inner_content > ul > li .bottom h3 {
                font-size: 24px;
                line-height: 40px;
                margin-bottom: 15px; } }
            .business_contents01 .inner_content > ul > li .bottom h3::after {
              background: url("../images/top/border.svg") no-repeat;
              background-size: contain;
              width: 44.8vw;
              height: 2.4vw;
              position: absolute;
              right: 0;
              left: 0;
              bottom: -.5vw;
              margin: auto;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .business_contents01 .inner_content > ul > li .bottom h3::after {
                  width: 168px;
                  height: 9px;
                  bottom: -4px; } }
        .business_contents01 .inner_content > ul > li picture {
          width: 100%; }
          .business_contents01 .inner_content > ul > li picture img {
            width: 100%;
            height: auto; }
  .business_contents01 .link_type01 {
    display: flex;
    justify-content: center;
    align-items: center; }

.business_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid .4vw #000;
  margin-bottom: 6vw; }
  @media screen and (min-width: 769px) {
    .business_title {
      margin-bottom: 30px;
      border-bottom: solid 2px #000; } }
  .business_title h3 {
    color: #185D9A;
    font-size: 5.33vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    padding-left: 2.5vw;
    white-space: nowrap;
    position: relative;
    letter-spacing: -.1vw; }
    @media screen and (min-width: 769px) {
      .business_title h3 {
        padding-left: 25px;
        font-size: 24px;
        top: 6px;
        letter-spacing: initial; } }
  .business_title i img {
    width: 13.33vw;
    height: 10vw;
    object-fit: cover; }
    @media screen and (min-width: 769px) {
      .business_title i img {
        width: 80px;
        height: 60px; } }

.business_contents02 {
  padding: 17.3vw 0 13.3vw;
  background: #F4F6F8; }
  @media screen and (min-width: 769px) {
    .business_contents02 {
      padding: 130px 0 100px; } }
  .business_contents02 .inner_contents {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
  .business_contents02 .title_type02 {
    margin-bottom: 10.66vw; }
    @media screen and (min-width: 769px) {
      .business_contents02 .title_type02 {
        margin-bottom: 50px; } }
    .business_contents02 .title_type02 h2 + p {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 2.93vw;
      font-weight: 600;
      line-height: 1;
      margin-top: 2.66vw; }
      @media screen and (min-width: 769px) {
        .business_contents02 .title_type02 h2 + p {
          font-size: 14px;
          margin-top: 10px; } }
    .business_contents02 .title_type02 + p {
      margin-bottom: 50px; }
  .business_contents02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .business_contents02 ul li {
      width: 42vw;
      border: solid .53vw #4BA2EF;
      border-radius: 10px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .business_contents02 ul li {
          padding: 5vw 3.6vw 4vw; } }
      @media screen and (min-width: 769px) {
        .business_contents02 ul li {
          width: 268px;
          height: 268px;
          border: solid 2px #4BA2EF; } }
      .business_contents02 ul li p:first-of-type {
        font-size: 4vw;
        font-weight: 600;
        color: #185D9A;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        margin-bottom: 2vw; }
        @media screen and (min-width: 769px) {
          .business_contents02 ul li p:first-of-type {
            font-size: 20px;
            margin-bottom: 6px; } }
      .business_contents02 ul li .number {
        font-size: 8vw;
        margin-bottom: 4vw;
        font-weight: 600;
        color: #185D9A;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
        @media screen and (min-width: 769px) {
          .business_contents02 ul li .number {
            font-size: 40px;
            margin-bottom: 20px; } }
      .business_contents02 ul li h3 {
        margin-bottom: 4vw;
        line-height: 6.13vw; }
        @media screen and (min-width: 769px) {
          .business_contents02 ul li h3 {
            margin-bottom: 30px;
            line-height: 24px; } }
      @media screen and (max-width: 768px) {
        .business_contents02 ul li .link_type01 a {
          width: 36.66vw;
          font-size: 3.2vw;
          height: 12vw;
          white-space: nowrap;
          padding: 0 0 0 5vw; } }
      @media screen and (min-width: 769px) {
        .business_contents02 ul li .link_type01 a {
          width: 240px; } }
      @media screen and (max-width: 768px) {
        .business_contents02 ul li .link_type01 a:hover figure {
          right: -1.5vw; } }
      @media screen and (max-width: 768px) {
        .business_contents02 ul li .link_type01 a figure {
          right: -1vw; } }
      .business_contents02 ul li .link_type01 a figure img {
        width: 10vw; }
        @media screen and (min-width: 769px) {
          .business_contents02 ul li .link_type01 a figure img {
            width: 63px; } }
      @media screen and (max-width: 768px) {
        .business_contents02 ul li:nth-child(3) h3 {
          margin-block: 5vw 10.5vw; } }
      .business_contents02 ul li:last-of-type h3 {
        margin-block: 0 4vw;
        text-align: center; }
        @media screen and (min-width: 769px) {
          .business_contents02 ul li:last-of-type h3 {
            margin-block: -10px 10px; } }

.business_contents03 {
  margin-bottom: 13vw; }
  @media screen and (min-width: 769px) {
    .business_contents03 {
      margin-bottom: 125px; } }
  .business_contents03 .title_type02 {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
    @media screen and (max-width: 768px) {
      .business_contents03 .title_type02 {
        margin-bottom: 13vw; } }
  .business_contents03 > p {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
  .business_contents03 picture {
    width: calc(100% - 10.66vw);
    max-width: 900px;
    margin-inline: auto;
    margin-top: 50px; }
    .business_contents03 picture img {
      width: 100%;
      height: auto; }

.business_category {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-inline: auto;
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .business_category {
      margin-bottom: 80px; } }
  .business_category ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3vw;
    grid-row-gap: 3vw; }
    @media screen and (min-width: 769px) {
      .business_category ul {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px; } }
    .business_category ul li {
      background: rgba(255, 255, 255, 0.7);
      width: 100%;
      height: 16vw; }
      @media screen and (max-width: 768px) {
        .business_category ul li {
          border-radius: 1.33vw;
          border: solid 2px #ccc; } }
      @media screen and (min-width: 769px) {
        .business_category ul li {
          height: 90px;
          border-left: solid 1px #185D9A; }
          .business_category ul li:last-of-type {
            border-right: solid 1px #185D9A; } }
      .business_category ul li a {
        width: 100%;
        height: 16vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-size: 3.2vw;
        font-weight: 600;
        text-align: center;
        line-height: 5.06vw;
        color: #111;
        padding: 0 2vw;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .business_category ul li a {
            padding: 0;
            height: 90px;
            font-size: 17px;
            font-weight: 600;
            text-align: center;
            line-height: 28px;
            color: rgba(17, 17, 17, 0.3); } }
      @media screen and (max-width: 768px) {
        .business_category ul li.active {
          border: solid 2px #4BA2EF; } }
      .business_category ul li.active a {
        color: #111; }

.business_contents04 {
  margin-bottom: 17.33vw; }
  @media screen and (min-width: 769px) {
    .business_contents04 {
      margin-bottom: 130px; } }
  .business_contents04 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto;
    margin-top: 9vw; }
    @media screen and (min-width: 769px) {
      .business_contents04 ul {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 45px; } }
    .business_contents04 ul li {
      background: #EFF7FC;
      padding: 6.66vw 5.33vw;
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 3vw; }
      @media screen and (min-width: 769px) {
        .business_contents04 ul li {
          width: 555px;
          margin-bottom: 10px;
          padding: 45px 25px; } }
      .business_contents04 ul li h3 {
        color: #185D9A;
        font-size: 4vw;
        font-weight: 600;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        margin-bottom: .4vw; }
        @media screen and (min-width: 769px) {
          .business_contents04 ul li h3 {
            font-size: 22px;
            margin-bottom: 0; } }

.business_contents05 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-inline: auto;
  background: #EFF7FC;
  padding: 6.66vw 5.33vw;
  box-sizing: border-box;
  margin-bottom: 2.66vw; }
  .business_contents05:last-of-type {
    margin-bottom: 17.33vw; }
    @media screen and (min-width: 769px) {
      .business_contents05:last-of-type {
        margin-bottom: 130px; } }
  @media screen and (min-width: 769px) {
    .business_contents05 {
      padding: 40px 60px 45px;
      margin-bottom: 30px; } }
  .business_contents05 h3 {
    color: #185D9A;
    font-size: 4vw;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: .4vw; }
    @media screen and (min-width: 769px) {
      .business_contents05 h3 {
        font-size: 22px;
        margin-bottom: 0; } }
  .business_contents05 .step_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .business_contents05 .step_list {
        justify-content: flex-start; } }
    .business_contents05 .step_list > div {
      width: 35.46vw;
      height: 30.26vw;
      position: relative;
      margin-top: 6.66vw; }
      @media screen and (min-width: 769px) {
        .business_contents05 .step_list > div {
          width: 258px;
          height: 220px;
          margin-right: 75px;
          margin-top: 55px; }
          .business_contents05 .step_list > div:nth-child(3n)::after {
            content: none; }
          .business_contents05 .step_list > div:nth-child(4n)::before {
            background: url("../images/business/arrow_right.svg") no-repeat;
            background-size: contain;
            width: 47px;
            height: 40px;
            position: absolute;
            left: -60px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            transition: all .2s; }
          .business_contents05 .step_list > div:nth-child(n+4) {
            left: 105px; }
          .business_contents05 .step_list > div::after {
            background: url("../images/business/arrow_right.svg") no-repeat;
            background-size: contain;
            width: 47px;
            height: 40px;
            position: absolute;
            right: -60px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            transition: all .2s; } }
      .business_contents05 .step_list > div span {
        position: absolute;
        width: 9.6vw;
        height: 9.6vw;
        border-radius: 9.6vw;
        background: #4BA2EF;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: -4vw;
        top: -4vw;
        font-weight: 600;
        font-family: "Cormorant Garamond", serif; }
        @media screen and (min-width: 769px) {
          .business_contents05 .step_list > div span {
            width: 70px;
            height: 70px;
            border-radius: 70px;
            left: -30px;
            top: -30px; } }
        .business_contents05 .step_list > div span p:first-of-type {
          font-size: 2.26vw;
          line-height: 1; }
          @media screen and (min-width: 769px) {
            .business_contents05 .step_list > div span p:first-of-type {
              font-size: 16px; } }
        .business_contents05 .step_list > div span p:last-of-type {
          font-size: 5.46vw;
          line-height: 1;
          margin-top: -1.5vw; }
          @media screen and (min-width: 769px) {
            .business_contents05 .step_list > div span p:last-of-type {
              font-size: 40px;
              margin-top: -10px; } }
      .business_contents05 .step_list > div picture {
        width: 35.46vw;
        height: 30.26vw; }
        @media screen and (min-width: 769px) {
          .business_contents05 .step_list > div picture {
            width: 258px;
            height: 220px; } }
        .business_contents05 .step_list > div picture img {
          width: 100%;
          height: auto;
          border-radius: 1.6vw; }
          @media screen and (min-width: 769px) {
            .business_contents05 .step_list > div picture img {
              border-radius: 12px; } }
  .business_contents05 ol {
    counter-reset: listnum;
    /* カウンターをリセット */
    list-style: none;
    /* 標準のスタイルは消す */ }
    .business_contents05 ol li {
      padding-left: 5.3vw;
      box-sizing: border-box;
      text-indent: -5.3vw;
      width: 100%;
      line-height: 5.86vw;
      font-size: 3.2vw; }
      @media screen and (min-width: 769px) {
        .business_contents05 ol li {
          line-height: 34px;
          padding-left: 24px;
          text-indent: -24px;
          font-size: 16px; } }
      .business_contents05 ol li::before {
        counter-increment: listnum;
        content: counter(listnum) "．"; }
  .business_contents05 ul {
    list-style: none;
    margin-block: 36px 36px; }
    .business_contents05 ul li {
      padding-left: 3.2vw;
      box-sizing: border-box;
      text-indent: -3.2vw;
      width: 100%;
      line-height: 5.86vw;
      font-size: 3.2vw; }
      @media screen and (min-width: 769px) {
        .business_contents05 ul li {
          line-height: 34px;
          padding-left: 16px;
          text-indent: -16px;
          font-size: 16px; } }
      .business_contents05 ul li::before {
        content: "・"; }

@media screen and (min-width: 769px) {
  .nowrap {
    white-space: nowrap; } }

/* ------------------------------------------------
採用情報ページ
------------------------------------------------ */
.recruit_contents01 {
  position: relative;
  height: 144vw; }
  @media screen and (max-width: 768px) {
    .recruit_contents01 {
      margin-top: -1.5vw;
      z-index: 2; } }
  @media screen and (min-width: 769px) {
    .recruit_contents01 {
      margin-top: 12px;
      height: 960px; } }
  .recruit_contents01 .inner {
    position: relative;
    width: 100%;
    margin-inline: auto; }
    @media screen and (min-width: 769px) {
      .recruit_contents01 .inner {
        left: 90px;
        max-width: 1300px; } }
    .recruit_contents01 .inner img {
      width: auto;
      height: auto;
      position: relative; }
    .recruit_contents01 .inner .img01 {
      position: absolute;
      left: 5.33vw;
      top: 0; }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .img01 {
          left: 0; } }
      @media screen and (max-width: 768px) {
        .recruit_contents01 .inner .img01 img {
          width: 43.86vw;
          height: auto; } }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .img01 img {
          width: auto; } }
      .recruit_contents01 .inner .img01 figure {
        position: absolute;
        left: -4.66vw;
        top: -5.73vw;
        z-index: -1; }
        @media screen and (min-width: 769px) {
          .recruit_contents01 .inner .img01 figure {
            left: -10px;
            top: 325px; } }
        .recruit_contents01 .inner .img01 figure img {
          width: 40vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .recruit_contents01 .inner .img01 figure img {
              width: auto; } }
    .recruit_contents01 .inner .img02 {
      position: absolute;
      left: 66vw;
      top: 6vw; }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .img02 {
          left: 920px;
          top: 225px; } }
      .recruit_contents01 .inner .img02 picture img {
        width: 23.46vw;
        height: auto; }
        @media screen and (min-width: 768px) {
          .recruit_contents01 .inner .img02 picture img {
            width: auto; } }
      .recruit_contents01 .inner .img02 figure {
        position: absolute;
        right: 6vw;
        top: -3vw;
        z-index: -1; }
        @media screen and (min-width: 769px) {
          .recruit_contents01 .inner .img02 figure {
            right: -150px;
            top: -45px; } }
        .recruit_contents01 .inner .img02 figure img {
          width: 30.53vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .recruit_contents01 .inner .img02 figure img {
              width: 310px; } }
    .recruit_contents01 .inner .img03 {
      position: absolute;
      right: 0;
      top: 31vw; }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .img03 {
          top: 420px;
          left: 550px;
          right: initial; } }
      .recruit_contents01 .inner .img03 picture img {
        width: 42.8vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .recruit_contents01 .inner .img03 picture img {
            width: 630px; } }
      .recruit_contents01 .inner .img03 figure {
        position: absolute;
        left: -8vw;
        top: 14.2vw;
        z-index: -1; }
        @media screen and (min-width: 769px) {
          .recruit_contents01 .inner .img03 figure {
            left: -15px;
            top: 145px; } }
        .recruit_contents01 .inner .img03 figure img {
          width: 32.26vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .recruit_contents01 .inner .img03 figure img {
              width: 277px; } }
    .recruit_contents01 .inner .main_text {
      position: absolute;
      font-size: 5.2vw;
      line-height: 8.66vw;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      top: 65vw;
      left: 5.33vw;
      font-weight: 600;
      white-space: nowrap; }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .main_text {
          font-size: 30px;
          line-height: 2;
          top: 80px;
          left: 430px; } }
    .recruit_contents01 .inner .roman_text {
      color: #4BA2EF;
      font-family: "Cormorant Garamond", serif;
      font-size: 17.86vw;
      font-weight: 500;
      position: absolute;
      z-index: 2;
      top: 24.8vw;
      left: -.5vw;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .roman_text {
          top: 350px;
          left: -65px;
          font-size: 240px; } }
    .recruit_contents01 .inner .sub_text {
      position: relative;
      left: 5.33vw;
      top: 96vw;
      width: calc(100% - 10.66vw); }
      @media screen and (min-width: 769px) {
        .recruit_contents01 .inner .sub_text {
          position: absolute;
          left: 0;
          top: 630px;
          width: 500px;
          line-height: 34px; } }

.recruit_contents02 {
  margin-bottom: 16.66vw; }
  @media screen and (min-width: 769px) {
    .recruit_contents02 {
      margin-bottom: 130px; } }
  .recruit_contents02 .title_type02 {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .recruit_contents02 .title_type02 {
        margin-bottom: 60px; } }
  .recruit_contents02 .inner_width {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
  .recruit_contents02 .link_type01 {
    margin-top: 12vw;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .recruit_contents02 .link_type01 {
        margin-top: 60px; } }
    .recruit_contents02 .link_type01 a {
      margin-inline: auto; }
  .recruit_contents02 .recruit_table {
    width: calc(100% - 10.66vw);
    margin-inline: auto; }
    @media screen and (min-width: 769px) {
      .recruit_contents02 .recruit_table {
        width: 1000px;
        margin-inline: auto; } }
    .recruit_contents02 .recruit_table dl {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      font-size: 3.2vw;
      line-height: 5.066vw;
      color: #000; }
      @media screen and (min-width: 769px) {
        .recruit_contents02 .recruit_table dl {
          font-size: 16px;
          line-height: 26px; } }
      .recruit_contents02 .recruit_table dl:first-of-type dt {
        border-top: solid 1px #5F6D57; }
      .recruit_contents02 .recruit_table dl:first-of-type dd {
        border-top: solid 1px #D2D2D2; }
      .recruit_contents02 .recruit_table dl dt {
        font-weight: 700;
        padding: 5.6vw 0 5.6vw;
        box-sizing: border-box;
        width: 20vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: solid 1px #185D9A; }
        @media screen and (min-width: 768px) {
          .recruit_contents02 .recruit_table dl dt {
            padding: 20px 0 20px 8px;
            width: 250px; } }
      .recruit_contents02 .recruit_table dl dd {
        font-weight: 500;
        padding: 5.6vw 0 5.6vw 2vw;
        width: calc(100% - 20vw);
        box-sizing: border-box;
        border-bottom: solid 1px #D2D2D2;
        word-break: break-all;
        overflow-wrap: break-word;
        line-height: 5.066vw; }
        @media screen and (min-width: 768px) {
          .recruit_contents02 .recruit_table dl dd {
            padding: 20px 0;
            width: 750px;
            line-height: 34px; } }
  .recruit_contents02 .recruit_cancel {
    display: block;
    padding: 0 5.33vw;
    box-sizing: border-box; }
    .recruit_contents02 .recruit_cancel h3 {
      font-size: 4.8vw;
      font-weight: 600;
      line-height: 1;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 4.8vw; }
      @media screen and (min-width: 769px) {
        .recruit_contents02 .recruit_cancel h3 {
          font-size: 24px;
          margin-bottom: 40px; } }
    @media screen and (min-width: 769px) {
      .recruit_contents02 .recruit_cancel p {
        text-align: center; } }

.recruit_contents03 {
  position: relative;
  padding: 17.33vw 5.33vw;
  background: #F4F6F8; }
  @media screen and (min-width: 769px) {
    .recruit_contents03 {
      padding: 125px 0 130px; } }
  .recruit_contents03 .inner_width {
    max-width: 1120px; }
    .recruit_contents03 .inner_width .title_type02 {
      margin-bottom: 8.66vw; }
      @media screen and (min-width: 769px) {
        .recruit_contents03 .inner_width .title_type02 {
          margin-bottom: 60px; } }
  .recruit_contents03 ul {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto; }
    .recruit_contents03 ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      margin-bottom: 0;
      position: relative;
      padding: 6.66vw 0;
      border-bottom: solid 1px #D2D2D2; }
      @media screen and (min-width: 769px) {
        .recruit_contents03 ul li {
          padding: 20px 0; } }
      .recruit_contents03 ul li:first-of-type {
        border-top: solid 1px #D2D2D2; }
      .recruit_contents03 ul li .number {
        width: 17.33vw;
        height: 17.33vw;
        background: #185D9A;
        border-radius: 17.33vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        line-height: 1;
        font-family: "Cormorant Garamond", serif;
        font-weight: 700;
        position: relative;
        margin-right: 3.33vw; }
        @media screen and (min-width: 769px) {
          .recruit_contents03 ul li .number {
            width: 130px;
            height: 130px;
            border-radius: 130px;
            margin-right: 30px; } }
        .recruit_contents03 ul li .number span {
          color: #fff;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          font-size: 2.4vw;
          letter-spacing: .291vw;
          height: 100%;
          font-weight: 700; }
          @media screen and (min-width: 769px) {
            .recruit_contents03 ul li .number span {
              font-size: 20px;
              letter-spacing: 2px; } }
          .recruit_contents03 ul li .number span b {
            font-size: 6vw;
            letter-spacing: .625vw;
            display: block;
            margin-top: -.5vw; }
            @media screen and (min-width: 769px) {
              .recruit_contents03 ul li .number span b {
                font-size: 60px;
                letter-spacing: 3px;
                margin-top: -15px;
                font-weight: 500; } }
      .recruit_contents03 ul li .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex: 1; }
        @media screen and (min-width: 769px) {
          .recruit_contents03 ul li .inner {
            width: calc(100% - 155px); } }
        .recruit_contents03 ul li .inner .left {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          width: 49.33vw;
          flex: 1;
          flex-direction: column; }
          @media screen and (min-width: 769px) {
            .recruit_contents03 ul li .inner .left {
              flex-direction: row;
              align-items: center;
              width: calc(100% - 180px); } }
          .recruit_contents03 ul li .inner .left h3 {
            font-size: 4.8vw;
            font-weight: 600;
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
            color: #185D9A;
            line-height: 1;
            margin-bottom: 3vw; }
            @media screen and (min-width: 769px) {
              .recruit_contents03 ul li .inner .left h3 {
                font-size: 22px;
                width: 180px;
                margin-bottom: 0; } }
          .recruit_contents03 ul li .inner .left p {
            font-size: 3.2vw;
            line-height: 5.73vw; }
            @media screen and (min-width: 769px) {
              .recruit_contents03 ul li .inner .left p {
                font-size: 14px;
                line-height: 26px; } }
        .recruit_contents03 ul li .inner .right {
          width: 16.5vw;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (min-width: 769px) {
            .recruit_contents03 ul li .inner .right {
              width: 130px; } }
          .recruit_contents03 ul li .inner .right figure img {
            width: 14.5vw;
            height: auto; }
            @media screen and (min-width: 769px) {
              .recruit_contents03 ul li .inner .right figure img {
                width: 84px; } }
  .recruit_contents03 .link_type01 {
    margin-top: 12vw;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .recruit_contents03 .link_type01 {
        margin-top: 60px; } }
    .recruit_contents03 .link_type01 a {
      margin-inline: auto; }

.bold {
  font-weight: 700 !important; }

.table_type01 {
  width: 100%;
  border-left: solid 1px #B8B8B8;
  border-top: solid 1px #B8B8B8;
  margin-bottom: 40px; }
  .table_type01 tr {
    border-bottom: solid 1px #B8B8B8; }
  .table_type01 th {
    background: #0F4779;
    border-right: solid 1px #B8B8B8;
    height: 40px;
    box-sizing: border-box; }
  .table_type01 td {
    border-right: solid 1px #B8B8B8;
    height: 40px;
    box-sizing: border-box; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike_through {
  display: inline-block; }

.brown {
  color: #0F4779;
  font-weight: 500;
  text-decoration: underline; }
  .brown:hover {
    text-decoration: none; }

.video_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .video_wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video_wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 91, 52, 0.31); }

/* ------------------------------------------------
施工実績ページ
------------------------------------------------ */
.works_contents01 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-inline: auto;
  margin-bottom: 17.33vw; }
  @media screen and (min-width: 769px) {
    .works_contents01 {
      margin-bottom: 130px; } }
  .works_contents01 > p {
    margin-block: 17.33vw 17.33vw; }
    @media screen and (min-width: 769px) {
      .works_contents01 > p {
        text-align: center;
        margin-block: 80px 142px; } }
  .works_contents01 picture {
    width: 100%; }
    .works_contents01 picture img {
      width: 100%;
      height: auto; }

.works_contents02 {
  position: relative; }
  @media screen and (min-width: 769px) {
    .works_contents02 .title_type03 {
      margin-bottom: 60px; } }
  .works_contents02 .works_category {
    margin-bottom: 60px;
    width: calc(100% - 10.66vw);
    max-width: 960px;
    margin-inline: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .works_contents02 .works_category {
        margin-bottom: 6.66vw;
        display: flex;
        justify-content: center;
        align-items: center; }
        .works_contents02 .works_category::after {
          background: url("../images/works/works_list_arrow.svg") no-repeat;
          background-size: contain;
          width: 4vw;
          height: 2.4vw;
          position: absolute;
          right: 7vw;
          top: 5vw;
          content: "";
          transition: all .2s; } }
    .works_contents02 .works_category .select_item::expand {
      display: none; }
    .works_contents02 .works_category #tab_select {
      display: block;
      position: relative;
      width: 78.66vw;
      height: 12vw;
      border: solid 1px #7D7E7F;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-weight: 500;
      font-size: 3.46vw;
      cursor: pointer;
      transition: all .2s;
      background: #fff;
      color: #111;
      padding: 0 4vw;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media screen and (min-width: 769px) {
        .works_contents02 .works_category #tab_select {
          display: none; } }
    .works_contents02 .works_category #tab_menu {
      display: none; }
      @media screen and (min-width: 769px) {
        .works_contents02 .works_category #tab_menu {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: repeat(2, 1fr);
          grid-column-gap: 10px;
          grid-row-gap: 10px; } }
      .works_contents02 .works_category #tab_menu li {
        width: 78.66vw;
        height: 12vw;
        border: solid 1px #7D7E7F;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 500;
        font-size: 3.46vw;
        cursor: pointer;
        transition: all .2s;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .works_contents02 .works_category #tab_menu li {
            padding: 0 4vw; } }
        @media screen and (min-width: 769px) {
          .works_contents02 .works_category #tab_menu li {
            font-size: 17px;
            border: solid 0 #7D7E7F;
            justify-content: center;
            width: 320px;
            height: 50px;
            border-radius: 50px;
            color: #888;
            background: #F1F3F4; }
            .works_contents02 .works_category #tab_menu li.selected, .works_contents02 .works_category #tab_menu li.on {
              color: #185D9A;
              font-weight: 700; }
            .works_contents02 .works_category #tab_menu li:hover {
              color: #185D9A;
              font-weight: 700;
              transition: all .2s;
              opacity: .85; } }
  .works_contents02 .works_table {
    width: 1000px;
    margin-inline: auto;
    margin-bottom: 90px; }
    @media screen and (max-width: 768px) {
      .works_contents02 .works_table {
        margin-inline: initial;
        left: 5.66vw;
        overflow-x: auto;
        width: calc(100vw - 8.33vw);
        margin-bottom: 12vw; } }
    .works_contents02 .works_table table {
      border: solid 1px #c3c4c7;
      border-right: solid 0 #c3c4c7;
      width: 1000px; }
      .works_contents02 .works_table table tr:nth-child(odd) {
        background: #F6F7F7; }
      .works_contents02 .works_table table th {
        height: 10vw;
        border-bottom: solid 1px #c3c4c7;
        border-right: solid 1px #c3c4c7;
        box-sizing: border-box;
        text-align: center;
        font-weight: 700;
        background: #ebf5ff;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .works_contents02 .works_table table th {
            font-size: 16px;
            height: 50px; } }
        .works_contents02 .works_table table th:first-of-type {
          width: 16vw; }
          @media screen and (min-width: 769px) {
            .works_contents02 .works_table table th:first-of-type {
              width: 80px; } }
        .works_contents02 .works_table table th:nth-of-type(2) {
          width: 36.13vw; }
          @media screen and (min-width: 769px) {
            .works_contents02 .works_table table th:nth-of-type(2) {
              width: 178px; } }
        .works_contents02 .works_table table th:nth-of-type(3) {
          width: 84.26vw; }
          @media screen and (min-width: 769px) {
            .works_contents02 .works_table table th:nth-of-type(3) {
              width: 440px; } }
        .works_contents02 .works_table table th:nth-of-type(4) {
          width: 80vw; }
          @media screen and (min-width: 769px) {
            .works_contents02 .works_table table th:nth-of-type(4) {
              width: 300px; } }
      .works_contents02 .works_table table td {
        height: 10vw;
        border-bottom: solid 1px #c3c4c7;
        border-right: solid 1px #c3c4c7;
        box-sizing: border-box;
        padding: 0 10px;
        line-height: 4vw;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .works_contents02 .works_table table td {
            font-size: 14px;
            height: 50px;
            line-height: 20px; }
            .works_contents02 .works_table table td.second {
              height: 68px; } }
        .works_contents02 .works_table table td:nth-child(1), .works_contents02 .works_table table td:nth-child(2) {
          text-align: center; }

.scroll-hint-text {
  display: none !important; }

#page_works_slider {
  margin-bottom: 16.66vw;
  position: relative;
  left: -35vw; }
  @media screen and (min-width: 769px) {
    #page_works_slider {
      margin-bottom: 125px;
      left: calc(var(--browser-width) - 2225px - var(--element-x)); } }
  #page_works_slider ul {
    width: calc(100% + 35vw); }
    @media screen and (min-width: 769px) {
      #page_works_slider ul {
        width: 4200px; } }
    #page_works_slider ul .slick-slide {
      width: 33.33vw;
      margin: 0 2vw; }
      @media screen and (min-width: 769px) {
        #page_works_slider ul .slick-slide {
          width: 250px;
          margin: 0 15px; } }
    #page_works_slider ul li img {
      width: 33.33vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        #page_works_slider ul li img {
          width: 250px; } }
  #page_works_slider .slick-prev {
    left: calc(25% + 14vw);
    background: url("../images/works/works_arrow.svg") no-repeat;
    background-size: contain;
    width: 6.13vw;
    height: 6.13vw;
    top: 13.33vw; }
    @media screen and (min-width: 769px) {
      #page_works_slider .slick-prev {
        left: calc(25% + 55px);
        width: 46px;
        height: 46px;
        top: 100px; } }
    #page_works_slider .slick-prev::before {
      content: none; }
  #page_works_slider .slick-next {
    left: calc(50% + 50vw);
    background: url("../images/works/works_arrow.svg") no-repeat;
    background-size: contain;
    transform: scale(-1, -1);
    width: 6.13vw;
    height: 6.13vw;
    top: 13.33vw;
    bottom: initial; }
    @media screen and (min-width: 769px) {
      #page_works_slider .slick-next {
        left: calc(50% + 80px);
        width: 46px;
        height: 46px;
        top: 100px; } }
    #page_works_slider .slick-next::before {
      content: none; }

/* -------------------------------------------------------------------------------
POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 10.66vw);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10.33vw; }
  @media screen and (min-width: 769px) {
    .privacy_block {
      padding: 55px 0 90px; } }
  .privacy_block .privacy_title h2 {
    font-size: 4vw;
    font-weight: 700;
    padding-bottom: .533vw;
    margin-bottom: 4.5vw;
    position: relative; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_title h2 {
        font-size: 20px;
        padding-bottom: 5px;
        margin-bottom: 20px; } }
    .privacy_block .privacy_title h2::before {
      width: 100%;
      height: 1px;
      background: #CFCFCF;
      content: "";
      position: absolute;
      left: 0;
      bottom: 1px; }
      @media screen and (min-width: 769px) {
        .privacy_block .privacy_title h2::before {
          height: 1px;
          bottom: 1px; } }
    .privacy_block .privacy_title h2::after {
      width: 8vw;
      height: .8vw;
      background: #0F4779;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .privacy_block .privacy_title h2::after {
          height: 3px;
          width: 60px; } }
  .privacy_block .privacy_title h3 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 2vw;
    color: #185D9A; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_title h3 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .privacy_block p {
    margin-bottom: 6.66vw;
    font-weight: 500;
    line-height: 6.133vw; }
    @media screen and (min-width: 769px) {
      .privacy_block p {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 26px; } }
  .privacy_block ul {
    margin-top: -6.66vw;
    margin-bottom: 7vw; }
    @media screen and (min-width: 769px) {
      .privacy_block ul {
        margin-bottom: 32px;
        margin-top: -32px;
        font-size: 15px; } }
  .privacy_block h4 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 3.73vw;
    margin-bottom: 3.44vw; }
    @media screen and (min-width: 769px) {
      .privacy_block h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px; } }
  .privacy_block .privacy_table {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_table {
        margin-bottom: 32px; } }
    .privacy_block .privacy_table dl {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 3.2vw;
      flex-flow: row;
      line-height: 5.33vw; }
      @media screen and (min-width: 769px) {
        .privacy_block .privacy_table dl {
          font-size: 15px;
          line-height: 26px; } }
      .privacy_block .privacy_table dl:last-of-type {
        border-bottom: 1px solid #DADADA; }
      .privacy_block .privacy_table dl dt {
        padding: 4vw 2.13vw;
        box-sizing: border-box;
        border: 1px solid #DADADA;
        border-bottom: 0 solid #DADADA;
        background: #F9F9F9;
        font-weight: 700;
        width: 22.66vw;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dt {
            width: 300px;
            padding: 12px 16px; } }
      .privacy_block .privacy_table dl dd {
        padding: 4vw 2.13vw;
        box-sizing: border-box;
        border: 1px solid #DADADA;
        border-bottom: 0 solid #DADADA;
        border-left: 0 solid #DADADA;
        width: calc(100% - 22.66vw);
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dd {
            width: calc(100% - 300px);
            padding: 12px 16px; } }

/* ------------------------------------------------
汚染土壌対策ページ
------------------------------------------------ */
.soil_contents01 {
  margin-bottom: 13vw; }
  @media screen and (min-width: 769px) {
    .soil_contents01 {
      margin-bottom: 130px; } }
  .soil_contents01 .title_type02 {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
  .soil_contents01 > p {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto;
    margin-bottom: 40px; }
  .soil_contents01 picture {
    width: calc(100% - 10.66vw);
    max-width: 820px;
    margin-inline: auto; }
    .soil_contents01 picture img {
      width: 100%;
      height: auto; }

.soil_contents02 {
  margin-bottom: 13vw; }
  @media screen and (min-width: 769px) {
    .soil_contents02 {
      margin-bottom: 130px; } }
  .soil_contents02 .title_type02 {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto; }
  .soil_contents02 > p {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-inline: auto;
    margin-bottom: 50px; }
  .soil_contents02 ul {
    width: 100%;
    max-width: 830px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-row-gap: 2vw;
    margin-bottom: 13vw; }
    @media screen and (min-width: 769px) {
      .soil_contents02 ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-bottom: 80px; } }
    .soil_contents02 ul li picture {
      width: 100%;
      max-width: 78.66vw;
      margin-inline: auto; }
      @media screen and (min-width: 769px) {
        .soil_contents02 ul li picture {
          max-width: 400px; } }
      .soil_contents02 ul li picture img {
        width: 100%;
        height: auto; }
  .soil_contents02 .img01 {
    margin-bottom: 13vw;
    width: calc(100% - 10.66vw);
    margin-inline: auto; }
    @media screen and (min-width: 769px) {
      .soil_contents02 .img01 {
        margin-bottom: 130px; } }
    .soil_contents02 .img01 picture {
      width: 100%;
      max-width: 900px;
      margin-inline: auto; }
      .soil_contents02 .img01 picture img {
        width: 100%;
        height: auto; }
    .soil_contents02 .img01 .sp_only {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0 5.66vw;
      box-sizing: border-box; }
      .soil_contents02 .img01 .sp_only img {
        margin-bottom: 8vw; }
  .soil_contents02 .img02 {
    margin-bottom: 13vw;
    width: calc(100% - 10.66vw);
    margin-inline: auto; }
    @media screen and (min-width: 769px) {
      .soil_contents02 .img02 {
        margin-bottom: 130px; } }
    .soil_contents02 .img02 picture {
      width: 100%;
      max-width: 1060px;
      margin-inline: auto; }
      .soil_contents02 .img02 picture img {
        width: 100%;
        height: auto; }

/* ------------------------------------------------
NEWSページ
------------------------------------------------ */
.news_block {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px; }
  .news_block .inner_width {
    max-width: 1000px; }
  .news_block dl {
    display: none;
    border-bottom: solid 1px #D2D2D2;
    position: relative; }
    .news_block dl:first-of-type {
      border-top: solid 1px #D2D2D2; }
    .news_block dl dt {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column;
      box-sizing: border-box;
      width: 100%;
      padding: 5.33vw 12vw 5.33vw 0; }
      @media screen and (min-width: 769px) {
        .news_block dl dt {
          padding: 30px 20px; } }
      .news_block dl dt:checked {
        opacity: 1;
        background: #fff; }
      .news_block dl dt.deactive p {
        width: 78.66vw;
        overflow: hidden; }
        @media screen and (min-width: 769px) {
          .news_block dl dt.deactive p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .news_block dl dt.deactive::after {
        content: none !important; }
      .news_block dl dt::after {
        content: "";
        position: absolute;
        right: 0;
        top: 6.66vw;
        background: url("../images/news/close.svg") no-repeat;
        background-size: contain;
        width: 8vw;
        height: 8vw;
        transition: all .2s;
        transform: rotate(0deg); }
        @media screen and (min-width: 769px) {
          .news_block dl dt::after {
            top: 42px;
            width: 40px;
            height: 40px; } }
      .news_block dl dt.active::after {
        transform: rotate(45deg);
        transition: all .2s; }
      .news_block dl dt .date {
        color: #747474;
        font-size: 3.46vw;
        font-weight: 500;
        margin-bottom: 5px; }
        @media screen and (min-width: 769px) {
          .news_block dl dt .date {
            font-size: 16px; } }
    .news_block dl dd {
      padding: 0 12vw 2.66vw 0;
      box-sizing: border-box;
      display: none;
      position: relative;
      top: -25px;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .news_block dl dd {
          padding: 0 20px 10px; } }
      .news_block dl dd p {
        line-height: 6.13vw;
        margin-top: -2px;
        font-size: 3.26vw; }
        @media screen and (min-width: 769px) {
          .news_block dl dd p {
            line-height: 34px;
            font-size: 16px; } }

.news_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
  cursor: pointer; }
  @media (width > 768px) {
    .news_more {
      margin-top: 40px; } }
  .news_more span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4BA2EF;
    font-size: 3.73vw;
    font-weight: 700; }
    @media (width > 768px) {
      .news_more span {
        font-size: 16px; } }
    .news_more span figure img {
      width: 14.39vw;
      height: auto; }
      @media (width > 768px) {
        .news_more span figure img {
          width: 62px; } }

/* -------------------------------------------------------------------------------
SDGsへの取り組みページ
---------------------------------------------------------------------------------- */
.sdgs_contents01 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17.33vw; }
  @media screen and (min-width: 769px) {
    .sdgs_contents01 {
      margin-bottom: 130px; } }
  .sdgs_contents01 .title_type02 {
    margin-bottom: 9.33vw; }
    @media screen and (min-width: 769px) {
      .sdgs_contents01 .title_type02 {
        margin-bottom: 45px; } }
    @media screen and (min-width: 769px) {
      .sdgs_contents01 .title_type02 h2 small {
        font-size: 30px; } }
  .sdgs_contents01 .sdgs_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10.66vw; }
    @media screen and (min-width: 769px) {
      .sdgs_contents01 .sdgs_img {
        margin-top: 75px; } }
    .sdgs_contents01 .sdgs_img img {
      width: 100%;
      max-width: 800px;
      height: auto; }

.sdgs_bg {
  background: #EFF7FC;
  padding: 16.33vw 0 17.33vw; }
  @media screen and (min-width: 769px) {
    .sdgs_bg {
      padding: 80px 0 130px; } }

.sdgs_title01 {
  margin-bottom: 10vw; }
  @media screen and (min-width: 769px) {
    .sdgs_title01 {
      margin-bottom: 50px; } }
  .sdgs_title01 h2 {
    font-size: 5.33vw;
    text-align: center;
    margin-bottom: 4vw;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 8.66vw; }
    @media screen and (min-width: 769px) {
      .sdgs_title01 h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 56px; } }
  .sdgs_title01 p {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .sdgs_title01 p {
        line-height: 34px;
        text-align: center; } }

.sdgs_title02 + h3 {
  font-weight: 600;
  font-size: 5.33vw;
  line-height: 8.66vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 4vw; }
  @media screen and (max-width: 768px) {
    .sdgs_title02 + h3 {
      order: 3; } }
  @media screen and (min-width: 769px) {
    .sdgs_title02 + h3 {
      font-size: 26px;
      line-height: 42px;
      margin-bottom: 30px;
      letter-spacing: 1px; } }

.sdgs_contents02 {
  width: calc(100% - 5.33vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16vw;
  background: #fff;
  border-radius: 10px;
  padding: 12vw 5.33vw;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .sdgs_contents02 {
      margin-bottom: 60px;
      padding: 60px; } }
  .sdgs_contents02 .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .sdgs_contents02 .inner {
        flex-direction: row; } }
    @media screen and (min-width: 769px) {
      .sdgs_contents02 .inner.reverse {
        flex-direction: row-reverse; }
        .sdgs_contents02 .inner.reverse .left {
          left: 20px; } }
    @media screen and (max-width: 768px) {
      .sdgs_contents02 .inner .sdgs_title02 {
        order: 1; } }
    .sdgs_contents02 .inner .sdgs_title02 div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      color: #185D9A;
      font-weight: 600;
      position: relative;
      margin-bottom: 4vw; }
      @media screen and (min-width: 769px) {
        .sdgs_contents02 .inner .sdgs_title02 div {
          margin-bottom: 20px; } }
      .sdgs_contents02 .inner .sdgs_title02 div::before {
        position: absolute;
        content: "";
        left: 35.5vw;
        bottom: 0;
        width: 54vw;
        height: 1px;
        background: #4BA2EF;
        top: -1vw;
        margin: auto; }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .sdgs_title02 div::before {
            left: 130px;
            width: 460px;
            top: -8px; } }
      .sdgs_contents02 .inner .sdgs_title02 div i img {
        width: 3.2vw;
        height: auto;
        position: relative;
        top: -1px; }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .sdgs_title02 div i img {
            width: 12px; } }
      .sdgs_contents02 .inner .sdgs_title02 div p {
        margin: 0 1vw 0 1.5vw;
        font-size: 5.33vw; }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .sdgs_title02 div p {
            margin: 0 6px 0 8px;
            font-size: 20px; } }
      .sdgs_contents02 .inner .sdgs_title02 div strong {
        line-height: 1;
        font-size: 8.66vw;
        position: relative;
        top: -1vw;
        background: #fff; }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .sdgs_title02 div strong {
            font-size: 34px;
            top: -5px; } }
    .sdgs_contents02 .inner .left {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      width: 100%;
      padding-top: 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .sdgs_contents02 .inner .left {
          display: contents; } }
      @media screen and (min-width: 769px) {
        .sdgs_contents02 .inner .left {
          width: 540px;
          align-items: flex-start; } }
      @media screen and (max-width: 768px) {
        .sdgs_contents02 .inner .left > p {
          order: 4; } }
      .sdgs_contents02 .inner .left ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6.66vw; }
        @media screen and (max-width: 768px) {
          .sdgs_contents02 .inner .left ul {
            order: 5; } }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .left ul {
            justify-content: flex-start;
            margin-top: 40px; } }
        .sdgs_contents02 .inner .left ul li {
          width: 16vw;
          margin-right: .53vw; }
          @media screen and (min-width: 769px) {
            .sdgs_contents02 .inner .left ul li {
              width: 120px;
              margin-right: 4px; } }
          .sdgs_contents02 .inner .left ul li img {
            width: 100%;
            height: auto;
            position: relative; }
    .sdgs_contents02 .inner .right {
      width: 100%;
      margin-bottom: 6vw; }
      @media screen and (max-width: 768px) {
        .sdgs_contents02 .inner .right {
          display: contents; } }
      @media screen and (min-width: 769px) {
        .sdgs_contents02 .inner .right {
          width: 420px;
          margin-bottom: 0; } }
      .sdgs_contents02 .inner .right picture {
        margin-inline: auto;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .sdgs_contents02 .inner .right picture {
            order: 2;
            margin-bottom: 6.66vw; } }
        @media screen and (min-width: 769px) {
          .sdgs_contents02 .inner .right picture {
            width: 420px; } }
        .sdgs_contents02 .inner .right picture img {
          width: 100%;
          height: auto;
          position: relative; }

/* -------------------------------------------------------------------------------
お知らせページ
---------------------------------------------------------------------------------- */
.news_detail_block h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 10px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .news_detail_block h1 {
      font-size: 2.2rem;
      line-height: 4rem;
      margin-bottom: 20px; } }
.news_detail_block h2 {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .1rem;
  margin-bottom: 20px;
  color: #111;
  box-sizing: border-box;
  font-weight: 500;
  margin-top: 40px;
  padding-left: 1.5rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .news_detail_block h2 {
      font-size: 1.8rem; } }
  .news_detail_block h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 25px;
    background: #0F4779; }
.news_detail_block h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: .1rem;
  margin-bottom: 20px;
  color: #111;
  font-weight: 500;
  margin-top: 40px; }
  @media screen and (min-width: 769px) {
    .news_detail_block h3 {
      font-size: 1.8rem; } }
.news_detail_block blockquote {
  font-weight: 400;
  font-style: italic;
  margin: 0;
  font-size: 1.4rem; }
.news_detail_block table {
  width: 100% !important;
  border-left: solid 1px #B8B8B8;
  border-top: solid 1px #B8B8B8;
  margin-bottom: 6vw; }
  @media screen and (min-width: 769px) {
    .news_detail_block table {
      margin-bottom: 40px; } }
  .news_detail_block table tr {
    border-bottom: solid 1px #B8B8B8; }
  .news_detail_block table th {
    background: #b0b0b0;
    border-right: solid 1px #B8B8B8;
    padding: 6px;
    box-sizing: border-box;
    font-weight: 700; }
  .news_detail_block table td {
    border-right: solid 1px #B8B8B8;
    padding: 6px;
    box-sizing: border-box;
    background: #fff; }
.news_detail_block ol {
  counter-reset: listnum;
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  box-sizing: border-box;
  margin-bottom: 4vw;
  font-size: 3.26vw; }
  .news_detail_block ol li {
    margin-bottom: 5px;
    font-weight: 400;
    box-sizing: border-box; }
    .news_detail_block ol li::before {
      counter-increment: listnum;
      content: counter(listnum) ".";
      padding-right: 4px; }
.news_detail_block ul {
  list-style: none;
  padding-left: 3.26vw;
  text-indent: -3.26vw;
  box-sizing: border-box;
  margin-bottom: 4vw;
  font-size: 3.26vw; }
  @media screen and (min-width: 768px) {
    .news_detail_block ul {
      font-size: 16px; } }
  .news_detail_block ul li {
    margin-bottom: 5px;
    font-weight: 400;
    box-sizing: border-box; }
    .news_detail_block ul li::before {
      font-size: 2vw;
      content: "■ ";
      color: #111;
      padding-right: .6vw; }
      @media screen and (min-width: 768px) {
        .news_detail_block ul li::before {
          font-size: 13px; } }
.news_detail_block img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 10px 10px 10px 0; }
  @media screen and (min-width: 769px) {
    .news_detail_block img {
      width: auto;
      max-width: 800px; } }

.bold {
  font-weight: 700 !important; }

.italic {
  font-style: italic;
  font-size: 1.4rem; }

.underline {
  text-decoration: underline;
  font-size: 1.4rem; }

.strike_through {
  font-size: 1.4rem;
  display: inline-block; }

.brown {
  color: #0F4779;
  font-weight: 500;
  text-decoration: underline; }
  .brown:hover {
    text-decoration: none; }

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.contact_wrapper {
  width: calc(100% - 10.66vw);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 17.33vw; }
  @media screen and (min-width: 768px) {
    .contact_wrapper {
      padding: 0 0 130px; } }
  .contact_wrapper .contact_contents01 {
    text-align: center;
    margin-bottom: 13.3vw; }
    @media screen and (min-width: 769px) {
      .contact_wrapper .contact_contents01 {
        margin-bottom: 100px; } }
    .contact_wrapper .contact_contents01 > p {
      text-align: center;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600;
      margin-bottom: 8vw;
      font-size: 3.73vw;
      line-height: 6.66vw;
      white-space: nowrap; }
      @media screen and (min-width: 769px) {
        .contact_wrapper .contact_contents01 > p {
          font-size: 18px;
          line-height: 2;
          margin-bottom: 55px; } }
    .contact_wrapper .contact_contents01 .inner_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      flex-flow: column;
      font-size: 8vw;
      margin-bottom: 6vw; }
      @media screen and (min-width: 769px) {
        .contact_wrapper .contact_contents01 .inner_wrap {
          font-size: 43px;
          max-width: 740px;
          margin-inline: auto;
          flex-flow: row;
          margin-bottom: 10px; } }
      .contact_wrapper .contact_contents01 .inner_wrap + p {
        font-size: 3.2vw;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
        font-weight: 500;
        color: #666;
        margin-bottom: 16vw; }
        @media screen and (min-width: 769px) {
          .contact_wrapper .contact_contents01 .inner_wrap + p {
            font-size: 14px;
            margin-bottom: 90px; } }
      .contact_wrapper .contact_contents01 .inner_wrap .fax {
        display: flex;
        justify-content: center;
        align-items: center; }
        .contact_wrapper .contact_contents01 .inner_wrap .fax p {
          font-size: 8vw;
          white-space: nowrap;
          font-family: 'Open Sans', sans-serif; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents01 .inner_wrap .fax p {
              font-size: 43px; } }
        .contact_wrapper .contact_contents01 .inner_wrap .fax figure {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 2vw;
          top: -.5vw; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents01 .inner_wrap .fax figure {
              margin-right: 15px;
              top: -6px; } }
          .contact_wrapper .contact_contents01 .inner_wrap .fax figure img {
            width: 8.66vw;
            height: auto;
            position: relative;
            top: 3px; }
            @media screen and (min-width: 769px) {
              .contact_wrapper .contact_contents01 .inner_wrap .fax figure img {
                width: 46px; } }
      @media screen and (max-width: 768px) {
        .contact_wrapper .contact_contents01 .inner_wrap .tel {
          width: 62vw;
          margin-bottom: 3vw; } }
      .contact_wrapper .contact_contents01 .inner_wrap .tel a {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .contact_wrapper .contact_contents01 .inner_wrap .tel a {
            justify-content: space-between; } }
        .contact_wrapper .contact_contents01 .inner_wrap .tel a p {
          font-size: 8vw;
          white-space: nowrap;
          font-family: 'Open Sans', sans-serif; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents01 .inner_wrap .tel a p {
              font-size: 43px; } }
        .contact_wrapper .contact_contents01 .inner_wrap .tel a figure {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 3.5vw;
          margin-left: 2vw;
          top: -6px; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents01 .inner_wrap .tel a figure {
              margin-right: 15px;
              margin-left: 0; } }
          .contact_wrapper .contact_contents01 .inner_wrap .tel a figure img {
            width: 5.333vw;
            height: auto;
            position: relative;
            top: 3px; }
            @media screen and (min-width: 769px) {
              .contact_wrapper .contact_contents01 .inner_wrap .tel a figure img {
                width: 30px; } }
  .contact_wrapper .contact_contents02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-bottom: 10.66vw; }
    @media screen and (min-width: 769px) {
      .contact_wrapper .contact_contents02 {
        margin-bottom: 80px; } }
    .contact_wrapper .contact_contents02 a {
      color: #4A99C8;
      text-decoration: underline; }
      .contact_wrapper .contact_contents02 a:hover {
        text-decoration: none; }
    .contact_wrapper .contact_contents02 > p {
      font-size: 3.2vw; }
      @media screen and (min-width: 769px) {
        .contact_wrapper .contact_contents02 > p {
          text-align: center;
          font-size: 16px; } }
    .contact_wrapper .contact_contents02 .contact_title {
      margin-bottom: 50px; }
      .contact_wrapper .contact_contents02 .contact_title h2 {
        color: #0F4779;
        text-align: center;
        font-weight: 700;
        font-size: 9.33vw;
        position: relative;
        line-height: 1;
        margin-bottom: 2vw; }
        @media screen and (min-width: 769px) {
          .contact_wrapper .contact_contents02 .contact_title h2 {
            font-size: 34px;
            margin-bottom: 15px; } }
        .contact_wrapper .contact_contents02 .contact_title h2::before {
          position: absolute;
          content: "";
          left: -13.33vw;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 10.26vw;
          height: 1px;
          background: #DFF1E0; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents02 .contact_title h2::before {
              left: -100px;
              width: 77px;
              height: 2px; } }
        .contact_wrapper .contact_contents02 .contact_title h2::after {
          position: absolute;
          content: "";
          right: -13.33vw;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 10.26vw;
          height: 1px;
          background: #DFF1E0; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .contact_contents02 .contact_title h2::after {
              right: -100px;
              width: 77px;
              height: 2px; } }
      .contact_wrapper .contact_contents02 .contact_title p {
        color: #000;
        font-size: 3.73vw;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 769px) {
          .contact_wrapper .contact_contents02 .contact_title p {
            font-size: 18px;
            letter-spacing: 0.72px; } }
  .contact_wrapper .confirmation {
    text-align: center;
    margin-bottom: 12vw;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .contact_wrapper .confirmation {
        margin-block: 50px 80px; } }
    .contact_wrapper .confirmation ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 59vw; }
      @media screen and (min-width: 769px) {
        .contact_wrapper .confirmation ul {
          width: 420px; } }
      .contact_wrapper .confirmation ul::after {
        content: "";
        position: absolute;
        width: 53.33vw;
        height: 1px;
        background: #989898;
        left: 0;
        right: 0;
        top: 1.46vw;
        margin: auto;
        z-index: -1; }
        @media screen and (min-width: 769px) {
          .contact_wrapper .confirmation ul::after {
            top: 5px;
            width: 400px; } }
      .contact_wrapper .confirmation ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 26px;
        text-align: center;
        color: #C2BAB8;
        font-weight: 700;
        white-space: nowrap;
        background: none; }
        .contact_wrapper .confirmation ul li figure {
          width: 2.93vw;
          height: 2.93vw;
          background: #989898;
          border-radius: 2.93vw;
          margin-bottom: 1.66vw; }
          @media screen and (min-width: 769px) {
            .contact_wrapper .confirmation ul li figure {
              width: 11px;
              height: 11px;
              border-radius: 11px;
              margin-bottom: 14px; } }
        .contact_wrapper .confirmation ul li.active {
          color: #185D9A; }
          .contact_wrapper .confirmation ul li.active figure {
            background: #185D9A;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
            .contact_wrapper .confirmation ul li.active figure span {
              position: absolute;
              left: -1.8vw;
              top: -1.8vw;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 6.66vw;
              height: 6.66vw;
              background: rgba(85, 56, 44, 0.2);
              border-radius: 6.66vw; }
              @media screen and (min-width: 769px) {
                .contact_wrapper .confirmation ul li.active figure span {
                  width: 25px;
                  height: 25px;
                  border-radius: 25px;
                  left: -7px;
                  top: -7px; } }

.contact_table table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .contact_table table {
      margin-bottom: 60px;
      max-width: 824px; } }
  .contact_table table tbody {
    position: relative; }
  .contact_table table tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #E6E6E6; }
    .contact_table table tr:last-of-type {
      margin-bottom: 0;
      border-bottom: solid 0 #E6E6E6; }
    @media screen and (min-width: 768px) {
      .contact_table table tr {
        flex-flow: row;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 15px; } }
  .contact_table table th {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-weight: 700;
    margin-bottom: 2vw;
    text-align: left; }
    @media screen and (min-width: 769px) {
      .contact_table table th {
        width: calc(100% - 600px);
        line-height: 22px;
        margin-bottom: 15px; } }
    @media (width > 768px) {
      .contact_table table th p {
        line-height: 24px; } }
  .contact_table table td {
    width: 100%;
    padding: 0;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .contact_table table td {
        width: 600px; } }
    .contact_table table td input::placeholder,
    .contact_table table td textarea::placeholder {
      color: #a0a0a0;
      font-weight: 400; }
    .contact_table table td input[type="text"],
    .contact_table table td input[type="tel"],
    .contact_table table td input[type="url"],
    .contact_table table td input[type="email"] {
      width: 100%;
      padding: 0.66vw 1.33vw;
      min-height: 14.9vw;
      background: #f0f0f0;
      box-sizing: border-box;
      border-radius: 0;
      border: solid 0 #fff;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif; }
      @media screen and (min-width: 769px) {
        .contact_table table td input[type="text"],
        .contact_table table td input[type="tel"],
        .contact_table table td input[type="url"],
        .contact_table table td input[type="email"] {
          min-height: 64px;
          margin-bottom: 15px;
          padding: 5px 20px; } }
    .contact_table table td .hankaku {
      color: #111;
      position: absolute;
      top: 11vw;
      left: 40vw;
      font-size: 3.066vw; }
      @media screen and (min-width: 769px) {
        .contact_table table td .hankaku {
          top: 0;
          left: 465px;
          font-size: 13px; } }
    .contact_table table td small {
      font-size: 3.06vw;
      display: block; }
      @media screen and (min-width: 769px) {
        .contact_table table td small {
          font-size: 13px; } }
    .contact_table table td .number {
      width: 37.3vw !important; }
      @media screen and (min-width: 769px) {
        .contact_table table td .number {
          width: 223px !important; } }
    .contact_table table td label {
      width: 100% !important;
      background: #fff;
      box-sizing: border-box;
      border-radius: 0;
      border: solid 0 #fff; }
      @media screen and (max-width: 768px) {
        .contact_table table td label {
          margin-bottom: 2.66vw; } }
    .contact_table table td .file_text {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 20px;
      align-items: center; }
      .contact_table table td .file_text label {
        margin-bottom: 0; }
      .contact_table table td .file_text div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex: 1; }
        @media screen and (min-width: 769px) {
          .contact_table table td .file_text div {
            width: calc(100% - 240px); } }
    .contact_table table td .file_text.small-window.file-selected {
      align-items: flex-start;
      flex-flow: column; }
      .contact_table table td .file_text.small-window.file-selected div {
        margin-top: 4vw; }
        .contact_table table td .file_text.small-window.file-selected div .select-image {
          margin-left: 0; }
    .contact_table table td .file {
      color: #000;
      height: 14.9vw;
      width: 37.3vw !important;
      background: #F0F0F0;
      padding: 5px 20px;
      border: solid 0 #fff;
      box-sizing: border-box;
      border-radius: 14.9vw;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #3D6A80;
      cursor: pointer;
      transition: all .2s;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        .contact_table table td .file {
          height: 64px;
          border-radius: 64px;
          width: 223px !important; } }
      .contact_table table td .file:hover {
        opacity: .7;
        transition: all .2s; }
    .contact_table table td #form-image {
      display: none; }
    .contact_table table td .select-image {
      font-size: 3.06vw;
      margin-left: 4vw;
      width: 30vw;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 769px) {
        .contact_table table td .select-image {
          font-size: 13px;
          width: 180px;
          margin-left: 15px; } }
    .contact_table table td .delete-image {
      width: 5.6vw;
      height: 5.6vw;
      background: #F0F0F0;
      border-radius: 5.6vw;
      color: #3D6A80;
      border: none !important; }
      @media screen and (min-width: 769px) {
        .contact_table table td .delete-image {
          width: 20px;
          height: 20px;
          border-radius: 20px; } }
    .contact_table table td.radio_list {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .contact_table table td.radio_list div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 5vw; }
        @media screen and (min-width: 769px) {
          .contact_table table td.radio_list div:last-of-type {
            margin-right: 60px; } }
        .contact_table table td.radio_list div label {
          height: auto;
          width: auto !important;
          margin-bottom: 0;
          white-space: nowrap; }
        .contact_table table td.radio_list div input[type="radio"] {
          margin-right: 1vw;
          position: relative;
          width: 4.4vw;
          height: 4.4vw;
          border: .4vw solid #979797;
          border-radius: 50%;
          vertical-align: -.5vw;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          @media screen and (min-width: 769px) {
            .contact_table table td.radio_list div input[type="radio"] {
              width: 20px;
              height: 20px;
              border: 2px solid #979797;
              margin-right: 10px;
              vertical-align: -2px; } }
          .contact_table table td.radio_list div input[type="radio"]:checked:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1.8vw;
            height: 1.8vw;
            border-radius: 50%;
            background: #3D6A80;
            content: ''; }
            @media screen and (min-width: 769px) {
              .contact_table table td.radio_list div input[type="radio"]:checked:before {
                width: 8px;
                height: 8px; } }
    .contact_table table td select {
      width: 100%;
      padding: 5px 20px;
      height: 50px;
      border: solid 1px #0F4779;
      box-sizing: border-box;
      border-radius: 5px;
      color: #0F4779;
      appearance: none;
      position: relative;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif; }
      @media screen and (min-width: 769px) {
        .contact_table table td select {
          height: 65px;
          padding: 5px 40px; } }
    .contact_table table td option {
      padding: 5px 20px !important;
      box-sizing: border-box; }
    .contact_table table td p {
      margin-top: 10px; }
      @media screen and (min-width: 769px) {
        .contact_table table td p {
          margin-top: 16px; } }
    .contact_table table td select::-ms-expand {
      display: none; }
    .contact_table table td textarea {
      width: 100%;
      padding: 2.66vw 1.33vw;
      box-sizing: border-box;
      font-size: 3.46vw;
      height: 69.33vw;
      background: #F0F0F0;
      border-radius: 0;
      border: solid 0 #fff;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif; }
      @media screen and (min-width: 769px) {
        .contact_table table td textarea {
          height: 264px;
          padding: 20px;
          font-size: 16px; } }
    .contact_table table td label {
      display: block; }
.contact_table .link_type01 {
  text-align: center;
  position: relative;
  width: 68vw;
  margin-inline: auto; }
  @media screen and (min-width: 769px) {
    .contact_table .link_type01 {
      width: 340px; } }
  .contact_table .link_type01 input {
    font-size: 3.46vw;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
    margin-inline: auto;
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
    transition: all .3s;
    background: url("../images/common/link_button.svg") no-repeat;
    background-size: contain;
    width: 68vw;
    height: 14vw;
    padding: 5.33vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .contact_table .link_type01 input {
        font-size: 16px;
        margin-inline: initial;
        width: 340px;
        height: 70px;
        padding: 26px; } }
  .contact_table .link_type01 figure {
    transition: all .3s;
    position: absolute;
    z-index: 2;
    right: -3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14.39vw; }
    @media screen and (min-width: 769px) {
      .contact_table .link_type01 figure {
        width: auto;
        right: 20px; } }
    .contact_table .link_type01 figure img {
      width: 100%;
      height: auto; }
  .contact_table .link_type01:hover figure {
    transition: all .3s;
    right: -3.5vw; }
    @media screen and (min-width: 769px) {
      .contact_table .link_type01:hover figure {
        right: 15px; } }

.confirm_text {
  margin-bottom: 10.66vw; }
  @media screen and (min-width: 769px) {
    .confirm_text {
      margin-bottom: 80px;
      margin-top: -30px; } }
  .confirm_text p {
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .confirm_text p {
        text-align: center; } }

.confirm_text02 {
  margin-block: 9.33vw 16vw; }
  @media screen and (min-width: 769px) {
    .confirm_text02 {
      margin-block: 70px 120px; } }
  .confirm_text02 p {
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .confirm_text02 p {
        text-align: center; } }
  .confirm_text02 + .link_type01 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .confirm_text02 + .link_type01 a {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 600; }

.contact_table02 table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13.3vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .contact_table02 table {
      margin-bottom: 90px;
      max-width: 826px; } }
  .contact_table02 table tbody {
    position: relative; }
  .contact_table02 table tr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    margin-bottom: 4.66vw;
    padding-bottom: 4vw;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #E6E6E6; }
    .contact_table02 table tr:first-of-type {
      border-top: solid 1px #E6E6E6;
      padding-top: 35px; }
    .contact_table02 table tr:last-of-type {
      margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .contact_table02 table tr {
        flex-flow: row;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 30px; } }
  .contact_table02 table th {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-weight: 700;
    margin-bottom: 2vw; }
    @media screen and (min-width: 769px) {
      .contact_table02 table th {
        width: 227px;
        margin-bottom: 0; } }
  .contact_table02 table td {
    width: 100%;
    padding: 0;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .contact_table02 table td {
        width: calc(100% - 227px); } }
    .contact_table02 table td input::placeholder,
    .contact_table02 table td textarea::placeholder {
      color: #a0a0a0;
      font-weight: 400; }
    .contact_table02 table td p {
      margin-top: 10px; }
      @media screen and (min-width: 769px) {
        .contact_table02 table td p {
          margin-top: 20px; } }
    .contact_table02 table td label {
      display: block; }
.contact_table02 .link_type01 {
  text-align: center;
  position: relative;
  width: 68vw;
  margin-inline: auto; }
  @media screen and (min-width: 769px) {
    .contact_table02 .link_type01 {
      width: 340px; } }
  .contact_table02 .link_type01 input {
    font-size: 3.46vw;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
    margin-inline: auto;
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
    transition: all .3s;
    background: url("../images/common/link_button.svg") no-repeat;
    background-size: contain;
    width: 68vw;
    height: 14vw;
    padding: 5.33vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .contact_table02 .link_type01 input {
        font-size: 16px;
        margin-inline: initial;
        width: 340px;
        height: 70px;
        padding: 26px; } }
  .contact_table02 .link_type01 figure {
    transition: all .3s;
    position: absolute;
    z-index: 2;
    right: -3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14.39vw; }
    @media screen and (min-width: 769px) {
      .contact_table02 .link_type01 figure {
        width: auto;
        right: 35px; } }
    .contact_table02 .link_type01 figure img {
      width: 100%;
      height: auto; }
  .contact_table02 .link_type01:hover figure {
    transition: all .3s;
    right: -3.5vw; }
    @media screen and (min-width: 769px) {
      .contact_table02 .link_type01:hover figure {
        right: 30px; } }

.contact_back {
  text-align: center;
  margin-top: 4vw; }
  @media screen and (min-width: 769px) {
    .contact_back {
      margin-top: 25px; } }
  .contact_back a {
    color: #224052;
    background: none !important;
    border: none !important;
    text-align: center;
    text-decoration: underline; }
    .contact_back a:hover {
      text-decoration: none; }
    @media screen and (min-width: 769px) {
      .contact_back a {
        font-size: 14px; } }

.mc {
  margin-inline: auto; }

.hisu {
  width: 10.66vw;
  height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  background: #D86E6E;
  margin-right: 2vw; }
  @media screen and (min-width: 769px) {
    .hisu {
      font-size: 14px;
      margin-right: 12px;
      width: 56px;
      height: 23px; } }

.nini {
  width: 10.66vw;
  height: 4.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  background: #BDBDBD;
  margin-right: 2vw; }
  @media screen and (min-width: 769px) {
    .nini {
      font-size: 14px;
      margin-right: 12px;
      width: 56px;
      height: 23px; } }

.contact_bottom_text {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  /* チェックボックスデザイン */ }
  .contact_bottom_text p {
    margin-bottom: 2vw;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .contact_bottom_text p {
        margin-bottom: 0; } }
    .contact_bottom_text p:first-of-type {
      font-weight: 700; }
    .contact_bottom_text p a {
      color: #4A99C8;
      display: block;
      text-align: center;
      text-decoration: underline; }
      .contact_bottom_text p a:hover {
        text-decoration: none; }
    .contact_bottom_text p + p {
      padding-right: 6.66vw; }
      @media screen and (min-width: 769px) {
        .contact_bottom_text p + p {
          padding-right: 45px; } }
  .contact_bottom_text input {
    position: relative;
    top: -2px; }
  .contact_bottom_text input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px; }
  .contact_bottom_text input[type="checkbox"] {
    cursor: pointer;
    padding-left: 13vw;
    vertical-align: middle;
    position: relative; }
    @media screen and (min-width: 769px) {
      .contact_bottom_text input[type="checkbox"] {
        padding-left: 40px; } }
  .contact_bottom_text input[type="checkbox"]::before,
  .contact_bottom_text input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute; }
  .contact_bottom_text input[type="checkbox"]::before {
    background-color: #f0f0f0;
    border-radius: 0%;
    border: 1px solid #d7d7d7;
    width: 6.4vw;
    height: 6.4vw;
    transform: translateY(-50%);
    top: 50%;
    left: .6vw; }
    @media screen and (min-width: 769px) {
      .contact_bottom_text input[type="checkbox"]::before {
        left: 5px;
        width: 24px;
        height: 24px; } }
  .contact_bottom_text input[type="checkbox"]::after {
    border-bottom: .5vw solid #666464;
    /*チェックの太さ*/
    border-left: .5vw solid #666464;
    /*チェックの太さ*/
    opacity: 0;
    transform: rotate(-45deg);
    height: 1.8vw;
    width: 3vw;
    transform: rotate(-45deg);
    top: 0vw;
    left: 1.8vw; }
    @media screen and (min-width: 769px) {
      .contact_bottom_text input[type="checkbox"]::after {
        top: -7px;
        height: 6px;
        /*チェックの高さ*/
        width: 11px;
        left: 10px;
        border-bottom: 3px solid #666464;
        /*チェックの太さ*/
        border-left: 3px solid #666464;
        /*チェックの太さ*/ } }
  .contact_bottom_text input[type="checkbox"]:checked::after {
    opacity: 1;
    /*チェック後表示*/ }
  .contact_bottom_text + .link_type01 a {
    margin-inline: auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.contact_submit {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact_submit div {
    width: 280px;
    height: 50px;
    position: relative;
    border-radius: 50px;
    box-sizing: border-box;
    background: #0F4779;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .contact_submit div {
        width: 260px;
        height: 60px; } }
    .contact_submit div:hover {
      background: #0F4779;
      color: #fff; }
      .contact_submit div:hover::after {
        background: url("../images/common/arrow_right_w.svg") no-repeat;
        background-size: contain; }
    .contact_submit div::after {
      background: url("../images/common/arrow_right.svg") no-repeat;
      background-size: contain;
      width: 7px;
      height: 13px;
      position: absolute;
      right: 25px !important;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .contact_submit div::after {
          right: 25px; } }
  .contact_submit input[type="submit"] {
    width: 280px;
    height: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    border: solid 1px #0F4779;
    transition: all .2s;
    box-sizing: border-box;
    background: #fff;
    color: #0F4779;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .contact_submit input[type="submit"] {
        width: 260px;
        height: 60px;
        border-radius: 60px; } }
    .contact_submit input[type="submit"]:hover {
      background: #0F4779;
      color: #fff; }

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -17.33vw;
  padding-top: 17.33vw; }
  @media screen and (min-width: 769px) {
    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05 {
      margin-top: -90px;
      padding-top: 90px; } }

.wpcf7-spinner {
  display: none !important; }

/* header.scss */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  height: 120px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed;
      height: 16vw;
      padding: 0 2.66vw 0;
      width: 100%; } }
  .header .h_logo {
    z-index: 99;
    position: relative; }
    @media screen and (min-width: 769px) {
      .header .h_logo {
        left: 25px; } }
    .header .h_logo a {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .header .h_logo picture {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70.53vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .header .h_logo picture {
          width: 382px; } }
      .header .h_logo picture img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 769px) {
        .header .h_logo picture.sp_only {
          display: none; } }
      @media screen and (max-width: 768px) {
        .header .h_logo picture.pc_only {
          display: none; } }
  .header .header_inner {
    z-index: 2;
    display: none;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .header .header_inner {
        display: flex; } }
    .header .header_inner nav {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .header .header_inner nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        .header .header_inner nav ul li a {
          white-space: nowrap;
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative;
          height: 40px;
          padding: 0 15px; }
          .header .header_inner nav ul li a small {
            color: #0F4779;
            font-size: 9px;
            letter-spacing: 2px; }
          .header .header_inner nav ul li a p {
            line-height: 1;
            margin-top: 8px; }
        .header .header_inner nav ul li:last-of-type a {
          border-left: solid 1px #F0F0F0;
          height: 120px;
          width: 110px;
          padding: 0; }
  .header .h_contact {
    width: 170px;
    height: 120px;
    position: relative; }
    .header .h_contact::after {
      background: linear-gradient(180deg, #14548C 0%, rgba(20, 84, 140, 0) 100%);
      width: 100px;
      height: 100px;
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s;
      border-radius: 100px; }
    .header .h_contact a {
      background: #185D9A;
      width: 170px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 11px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
      .header .h_contact a:hover {
        opacity: 1; }
      .header .h_contact a div {
        position: relative;
        z-index: 2; }
      .header .h_contact a p {
        line-height: 1; }
      .header .h_contact a p:first-of-type {
        font-family: "Cormorant Garamond", serif;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 6px; }
    .header .h_contact figure {
      margin-right: 10px;
      position: relative;
      z-index: 2; }

.key_right {
  display: none; }
  @media screen and (min-width: 769px) {
    .key_right {
      display: block;
      width: 90px;
      height: 100vh;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      z-index: 3;
      display: flex;
      justify-content: center;
      align-items: center; }
      .key_right p {
        writing-mode: vertical-rl;
        font-size: 12px;
        color: #888;
        letter-spacing: 1px; } }

/* gnav.scss */
.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 16vw;
  height: 16vw;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  user-select: none;
  background: #0F4779;
  transition: all .2s; }
  @media screen and (min-width: 769px) {
    .toggle {
      display: none; } }
  .toggle::before {
    background: linear-gradient(180deg, #14548C 0%, rgba(20, 84, 140, 0) 100%);
    width: 13.33vw;
    height: 13.33vw;
    border-radius: 13.33vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all .2s; }
  .toggle p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2vw;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 2.93vw;
    font-weight: 600;
    letter-spacing: .15vw;
    font-family: "Cormorant Garamond", serif; }

.toggle span {
  display: block;
  position: absolute;
  width: 6.8vw;
  border-bottom: solid .4vw #fff;
  transition: .2s ease-in-out;
  left: 4.5vw; }

.profile .toggle span,
.faq .toggle span,
.gallery .toggle span {
  border-bottom: solid .4vw #000; }

.toggle.isWhite span {
  border-bottom: solid .4vw #000; }

.toggle span:nth-child(1) {
  top: 4.26vw;
  width: 6.8vw; }

.toggle span:nth-child(2) {
  top: 6.3vw;
  width: 4.93vw; }

.toggle span:nth-child(3) {
  top: 8.2vw;
  width: 3.46vw; }

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  width: 8vw;
  top: 6vw;
  left: 3.8vw;
  height: .4vw;
  transform: rotate(-45deg); }

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 6vw;
  transform: rotate(45deg);
  left: 3.8vw;
  width: 8vw;
  height: .4vw; }

.toggle.active span:nth-child(2) {
  top: 6vw;
  transform: rotate(45deg);
  opacity: 0;
  left: 24px; }

@media screen and (min-width: 769px) {
  .page .toggle {
    width: 90px;
    height: 130px;
    transition: all .2s; }
    .page .toggle span:nth-child(1) {
      width: 34px;
      top: 42px; }
    .page .toggle span:nth-child(2) {
      width: 20px;
      top: 52px; }
    .page .toggle span:nth-child(3) {
      width: 25px;
      top: 62px; }
    .page .toggle p {
      bottom: 30px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    .page .toggle.active {
      height: 100px; } }
@media screen and (min-width: 769px) {
    .page .toggle.active p {
      bottom: 12px; }
    .page .toggle.active span:nth-child(1) {
      left: 22px;
      width: 42px;
      top: 38px; }
    .page .toggle.toggle.active span:nth-child(2), .page .toggle.toggle.active span:nth-child(3) {
      width: 42px;
      top: 38px;
      left: 24px; }
    .page .toggle.toggle.active span:nth-child(2) {
      width: 42px;
      top: 38px;
      left: 22px; } }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOutAnime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.nav_menu {
  position: fixed;
  top: -120vh;
  width: 100%;
  z-index: 999;
  background: #0F4779;
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    .nav_menu {
      display: none; } }
  .nav_menu .sp_logo {
    height: 16vw;
    padding: 0 2.66vw 0;
    width: 70.53vw;
    box-sizing: border-box; }
    .nav_menu .sp_logo img {
      width: 100%;
      height: auto; }
  .nav_menu .nav_inner {
    overflow-y: auto;
    height: 100vh;
    position: relative; }
  .nav_menu .nav_logo {
    position: relative;
    top: 1.6vw;
    padding: 1.36vw 2.66vw 0; }
    .nav_menu .nav_logo figure {
      justify-content: flex-start; }
    .nav_menu .nav_logo img {
      width: 57.9vw;
      height: auto; }
  .nav_menu .nav_bottom {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 8vw 5.33vw 14vw;
    box-sizing: border-box;
    margin-bottom: 6.66vw; }
    .nav_menu .nav_bottom li {
      position: relative;
      z-index: 2;
      margin: 0 4vw 4vw; }
    .nav_menu .nav_bottom a {
      color: #fff; }
  .nav_menu .nav_inner_menu {
    padding: 12vw 0 0 5.33vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    overflow-x: hidden; }
    .nav_menu .nav_inner_menu > li {
      margin-bottom: 6vw;
      width: 100%;
      padding-top: 4vw;
      position: relative;
      border-top: solid .26vw #225D90; }
      .nav_menu .nav_inner_menu > li::after {
        background: #fff;
        width: 8vw;
        height: .8vw;
        position: absolute;
        left: 0;
        top: -.5vw;
        content: ""; }
      .nav_menu .nav_inner_menu > li:last-of-type {
        margin-bottom: 0; }
      .nav_menu .nav_inner_menu > li.inner_cat {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .nav_menu .nav_inner_menu > li.inner_cat ul {
          top: -1.5vw;
          position: relative; }
        .nav_menu .nav_inner_menu > li.inner_cat a {
          line-height: 8vw; }
      .nav_menu .nav_inner_menu > li a {
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        position: relative;
        font-size: 5.86vw;
        color: #fff;
        display: block;
        padding-bottom: 2vw; }
        .nav_menu .nav_inner_menu > li a p {
          font-family: "Cormorant Garamond", serif;
          margin-bottom: -1vw; }
        .nav_menu .nav_inner_menu > li a small {
          color: #4BA2EF;
          font-size: 2.66vw; }
      .nav_menu .nav_inner_menu > li .right {
        margin-right: 5.33vw; }
        .nav_menu .nav_inner_menu > li .right ul li a {
          font-size: 3.46vw; }

/* footer.scss */
.contact_block {
  width: 100%;
  position: relative;
  background: #0F4779;
  color: #fff; }
  @media screen and (min-width: 769px) {
    .contact_block {
      height: 520px; } }
  .contact_block .f_bg {
    width: 100%;
    margin-bottom: 16vw; }
    @media screen and (min-width: 769px) {
      .contact_block .f_bg {
        margin-bottom: 60px; } }
    .contact_block .f_bg img {
      width: 100%;
      height: 24vw;
      object-fit: cover; }
      @media screen and (min-width: 769px) {
        .contact_block .f_bg img {
          height: 100px; } }
  .contact_block .inner_contents {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 10.66vw);
    padding-bottom: 28.66vw;
    margin-inline: auto; }
    @media screen and (min-width: 769px) {
      .contact_block .inner_contents {
        width: 1120px;
        padding-bottom: 0;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      .contact_block .inner_contents .left {
        margin-bottom: 10vw; } }
    .contact_block .inner_contents .right {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .contact_block .inner_contents .right .tel {
        width: 42.66vw;
        height: 42.66vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        border: solid 1px #fff;
        box-sizing: border-box;
        padding: 7vw 0;
        border-radius: 42.66vw;
        position: relative; }
        @media screen and (min-width: 769px) {
          .contact_block .inner_contents .right .tel {
            justify-content: center;
            width: 300px;
            height: 300px;
            border-radius: 300px;
            padding: 0; } }
        .contact_block .inner_contents .right .tel a {
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
        .contact_block .inner_contents .right .tel span {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          color: #fff;
          font-family: "Open Sans", sans-serif;
          font-size: 5.73vw;
          line-height: 1;
          margin-bottom: 2vw; }
          @media screen and (min-width: 769px) {
            .contact_block .inner_contents .right .tel span {
              font-size: 38px;
              margin-bottom: 20px; } }
        .contact_block .inner_contents .right .tel i {
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .contact_block .inner_contents .right .tel i {
              margin-bottom: 4vw; }
              .contact_block .inner_contents .right .tel i img {
                width: 6.26vw;
                height: auto; } }
    @media screen and (max-width: 768px) and (min-width: 769px) {
      .contact_block .inner_contents .right .tel i img {
        width: 10.26vw; } }

        .contact_block .inner_contents .right .tel h3 {
          font-size: 3.2vw;
          margin-bottom: .5vw;
          text-align: center;
          font-weight: 700; }
          @media screen and (min-width: 769px) {
            .contact_block .inner_contents .right .tel h3 {
              font-size: 18px;
              margin-bottom: 10px; } }
        .contact_block .inner_contents .right .tel p {
          text-align: center;
          font-size: 2.93vw;
          line-height: 5.33vw; }
          @media screen and (max-width: 768px) {
            .contact_block .inner_contents .right .tel p {
              position: absolute;
              bottom: -15vw; } }
          @media screen and (min-width: 769px) {
            .contact_block .inner_contents .right .tel p {
              font-size: 12px;
              line-height: 22px; } }
      .contact_block .inner_contents .right .mail {
        width: 42.66vw;
        height: 42.66vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        border: solid 1px #fff;
        box-sizing: border-box;
        padding: 7vw 0;
        margin-left: 35px;
        border-radius: 42.66vw;
        position: relative; }
        @media screen and (min-width: 769px) {
          .contact_block .inner_contents .right .mail {
            justify-content: center;
            width: 300px;
            height: 300px;
            border-radius: 300px;
            padding: 0; } }
        .contact_block .inner_contents .right .mail a {
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
        .contact_block .inner_contents .right .mail i {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .contact_block .inner_contents .right .mail i {
              margin-bottom: 7.5vw; }
              .contact_block .inner_contents .right .mail i img {
                width: 7.46vw;
                height: auto; } }
    @media screen and (max-width: 768px) and (min-width: 769px) {
      .contact_block .inner_contents .right .mail i img {
        width: 12.4vw; } }

        .contact_block .inner_contents .right .mail h3 {
          font-size: 3.2vw;
          margin-bottom: .5vw;
          text-align: center;
          font-weight: 700;
          position: relative; }
          @media screen and (min-width: 769px) {
            .contact_block .inner_contents .right .mail h3 {
              font-size: 18px;
              margin-bottom: 20px; } }
          @media screen and (max-width: 768px) {
            .contact_block .inner_contents .right .mail h3::after {
              background: url("../images/common/f_arrow.svg") no-repeat;
              background-size: cover;
              width: 6.26vw;
              height: 1.33vw;
              position: absolute;
              right: 0;
              left: 0;
              top: 0;
              bottom: -17vw;
              margin: auto;
              content: "";
              transition: all .2s; } }
        .contact_block .inner_contents .right .mail p {
          text-align: center;
          font-size: 2.93vw;
          line-height: 5.33vw; }
          @media screen and (max-width: 768px) {
            .contact_block .inner_contents .right .mail p {
              position: absolute;
              bottom: -21vw; } }
          @media screen and (min-width: 769px) {
            .contact_block .inner_contents .right .mail p {
              font-size: 12px;
              line-height: 22px; } }

.footer {
  background: #0F4779;
  position: relative;
  box-sizing: border-box;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    .footer {
      height: 330px; } }
  .footer .footer_inner {
    border-top: solid 1px #185D9A;
    width: calc(100% - 10.66vw);
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .footer .footer_inner {
        flex-flow: row;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 1120px;
        width: 100%;
        padding-top: 55px; } }
    .footer .footer_inner .footer_left > nav {
      line-height: 1;
      margin-bottom: 70px;
      padding-right: 100px;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .footer .footer_inner .footer_left > nav {
          margin: 10.66vw auto;
          width: 64.4vw;
          padding-right: initial; } }
      .footer .footer_inner .footer_left > nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 16vw;
        grid-row-gap: 6.33vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_left > nav ul {
            grid-column-gap: 110px;
            grid-row-gap: 20px; } }
        .footer .footer_inner .footer_left > nav ul li a {
          font-size: 3.73vw;
          line-height: 1;
          color: #fff;
          display: block;
          position: relative; }
          @media screen and (min-width: 769px) {
            .footer .footer_inner .footer_left > nav ul li a {
              font-size: 15px; } }
    .footer .footer_inner .footer_left .footer_bottom {
      display: contents;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_left .footer_bottom {
          display: flex; } }
      .footer .footer_inner .footer_left .footer_bottom .policy {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        white-space: nowrap;
        box-sizing: border-box;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .footer .footer_inner .footer_left .footer_bottom .policy {
            width: 100%;
            margin-bottom: 8.66vw; } }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_left .footer_bottom .policy {
            justify-content: flex-end; } }
        .footer .footer_inner .footer_left .footer_bottom .policy li {
          margin: 0 4.66vw 6.66vw; }
          @media screen and (min-width: 769px) {
            .footer .footer_inner .footer_left .footer_bottom .policy li {
              margin: 0 26px  0 0; } }
          .footer .footer_inner .footer_left .footer_bottom .policy li a {
            color: #7891A4;
            font-size: 3.2vw; }
            @media screen and (min-width: 769px) {
              .footer .footer_inner .footer_left .footer_bottom .policy li a {
                font-size: 13px; } }
    .footer .footer_inner .footer_right {
      display: contents;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_right {
          display: flex;
          width: 382px; } }
      .footer .footer_inner .footer_right p {
        color: #fff;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_right p {
            font-size: 13px;
            line-height: 24px;
            width: 100%; } }
      .footer .footer_inner .footer_right a {
        color: #fff; }
      .footer .footer_inner .footer_right .copyright {
        text-align: right;
        color: #7891A4;
        margin-block: 16vw 6vw;
        font-size: 2.93vw;
        letter-spacing: 1px;
        line-height: 1; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_right .copyright {
            font-size: 12px;
            margin-block: 40px 0; } }
      .footer .footer_inner .footer_right .f_logo {
        margin-bottom: 2.66vw; }
        @media screen and (min-width: 768px) {
          .footer .footer_inner .footer_right .f_logo {
            margin-bottom: 30px; } }
        .footer .footer_inner .footer_right .f_logo a {
          display: block;
          width: 382px;
          height: auto;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .footer .footer_inner .footer_right .f_logo a {
              width: 70.53vw; } }
          .footer .footer_inner .footer_right .f_logo a img {
            width: 100%;
            height: auto; }

.p_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    .p_top {
      right: 0; } }
  .p_top #pageTop {
    line-height: 1;
    position: relative;
    font-weight: 500;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff; }
    .p_top #pageTop img {
      width: 2.66vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .p_top #pageTop img {
          width: 17px; } }
