@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変数 */ }

html {
  overflow-x: hidden; }

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

body {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 3.46vw;
  line-height: 2;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  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: 750px) {
  /* スマホ */
  .pc_only {
    display: none !important; } }
/* End MQ */
@media screen and (min-width: 769px) {
  /* 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; }

.blue {
  color: #0E50B2; }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
@keyframes textAnime {
  0% {
    clip-path: inset(100% 0 0 0); }
  60% {
    clip-path: inset(100% 0 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes textAnime02 {
  0% {
    clip-path: inset(100% 0 0 0); }
  50% {
    clip-path: inset(100% 0 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes textAnime {
  100% {
    clip-path: inset(0 0 0 0); } }
.keyvisual {
  position: relative;
  width: 100%;
  height: 170.66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    .keyvisual {
      min-width: 1300px;
      height: 100vh;
      min-height: 600px; } }
  .keyvisual .sp_bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 31.33vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media screen and (min-width: 769px) {
      .keyvisual .sp_bg {
        display: none; } }
  .keyvisual #slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .keyvisual #slider {
        position: relative; } }
    .keyvisual #slider div {
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 769px) {
        .keyvisual #slider div {
          height: 100vh; } }
    .keyvisual #slider picture {
      width: 100%;
      height: 100%; }
    .keyvisual #slider img {
      width: 100%;
      height: 100%;
      object-position: top;
      object-fit: cover; }
  .keyvisual .key_text {
    position: absolute;
    z-index: 3;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .keyvisual .key_text {
        left: 5.33vw;
        top: 60vw; } }
    @media screen and (min-width: 769px) {
      .keyvisual .key_text {
        bottom: 40px;
        left: 65px;
        right: 0;
        width: 100%;
        margin: auto; } }
    .keyvisual .key_text .enrich {
      width: 810px;
      height: 222px; }
      @media screen and (max-width: 768px) {
        .keyvisual .key_text .enrich {
          width: 113vw;
          height: 31vw;
          transform: rotate(90deg);
          left: -40vw;
          top: 22vw;
          position: absolute; } }
    .keyvisual .key_text .st0 {
      fill: none;
      stroke: #fff;
      stroke-width: 16px;
      stroke-dasharray: 0 400;
      /* 初期状態は何も描かれない */ }
    .keyvisual .key_text .enrich.active .st0 {
      animation: strokeDraw 1.5s ease-out forwards; }
@keyframes strokeDraw {
  0% {
    stroke-dasharray: 0 400;
    /* 線が見えない状態 */ }
  30% {
    stroke-dasharray: 0 400;
    /* 線が見えない状態 */ }
  100% {
    stroke-dasharray: 400 0;
    /* 線が完全に描かれる */ } }
    .keyvisual .key_text .inner {
      position: absolute;
      color: #fff;
      left: 0;
      top: 0; }
      @media screen and (min-width: 769px) {
        .keyvisual .key_text .inner {
          position: relative; } }
      .keyvisual .key_text .inner h2 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 600;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .keyvisual .key_text .inner h2 {
            font-size: 10.66vw;
            top: 25vw;
            left: 45vw;
            position: absolute;
            line-height: 1.3;
            white-space: nowrap; } }
        @media screen and (min-width: 769px) {
          .keyvisual .key_text .inner h2 {
            font-size: 36px;
            position: relative;
            top: 0;
            left: 0; } }
        .keyvisual .key_text .inner h2.textanime {
          opacity: 1; }
          .keyvisual .key_text .inner h2.textanime span {
            clip-path: inset(0 100% 0 0);
            animation: textAnime 1.1s;
            animation-delay: .4s;
            animation-fill-mode: forwards;
            display: inline-block; }
      .keyvisual .key_text .inner .sub_text01 {
        font-family: "Outfit", sans-serif;
        position: absolute;
        white-space: nowrap;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .keyvisual .key_text .inner .sub_text01 {
            left: .5vw;
            top: 95.5vw;
            font-size: 6.8vw;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column-reverse; } }
        @media screen and (min-width: 769px) {
          .keyvisual .key_text .inner .sub_text01 {
            writing-mode: vertical-rl;
            left: 836px;
            font-size: 51px; } }
        .keyvisual .key_text .inner .sub_text01 p {
          font-size: 2.66vw;
          font-weight: 400;
          letter-spacing: .12vw; }
          @media screen and (min-width: 769px) {
            .keyvisual .key_text .inner .sub_text01 p {
              font-size: 20px;
              letter-spacing: 0; } }
          .keyvisual .key_text .inner .sub_text01 p + p {
            font-size: 6.8vw;
            letter-spacing: -1px; }
            @media screen and (min-width: 769px) {
              .keyvisual .key_text .inner .sub_text01 p + p {
                font-size: 51px;
                letter-spacing: -3.5px;
                margin-right: 5px; } }
        .keyvisual .key_text .inner .sub_text01 b {
          font-weight: 400;
          color: #EA5F46;
          font-size: 6.8vw; }
          @media screen and (min-width: 769px) {
            .keyvisual .key_text .inner .sub_text01 b {
              font-size: 51px; } }
      .keyvisual .key_text .inner .sub_text02 {
        font-family: "Outfit", sans-serif;
        position: absolute;
        white-space: nowrap;
        line-height: 1.1; }
        @media screen and (max-width: 768px) {
          .keyvisual .key_text .inner .sub_text02 {
            left: 34.5vw;
            font-size: 2.66vw;
            top: 85vw;
            writing-mode: vertical-rl; } }
        @media screen and (min-width: 769px) {
          .keyvisual .key_text .inner .sub_text02 {
            bottom: -15px;
            font-size: 14px;
            left: 813px; } }

.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;
  bottom: -7vw;
  position: absolute;
  z-index: 2;
  transform: rotate(90deg);
  padding: .2vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    svg#line {
      width: 280px;
      height: 280px;
      right: -41px;
      bottom: -41px;
      padding: 1.75px; } }

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

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

.key_recruit {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 16.6vw; }
  @media screen and (min-width: 769px) {
    .key_recruit {
      left: initial;
      right: 90px;
      bottom: 220px; } }
  .key_recruit img {
    width: 40vw;
    height: auto; }
    @media screen and (min-width: 769px) {
      .key_recruit img {
        width: 300px; } }

.keyvisual .dots {
  position: absolute;
  z-index: 99;
  right: 2.66vw;
  bottom: 4.66vw;
  width: 23.33vw;
  height: 23.33vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg); }
  @media screen and (min-width: 769px) {
    .keyvisual .dots {
      right: 30px;
      bottom: 30px;
      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 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; } }
@keyframes zoom {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
.mainText {
  fill: #fff;
  /* 塗りの色 */
  clip-path: circle(0% at 50% 50%);
  /* 初期状態: 中心からクリップ */
  animation: clipFromCenter 1.25s ease forwards;
  /* アニメーション適用 */ }

@keyframes clipFromCenter {
  to {
    clip-path: circle(100% at 50% 50%);
    /* 最終状態: 全体を表示 */ } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.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; }

.mt25 {
  margin-top: 25px !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; }

.mt200 {
  margin-top: 200px !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; }

.mb35 {
  margin-bottom: 35px !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: 12vw !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: 1.33vw !important; }

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

  .sp_mb20 {
    margin-bottom: 2.66vw !important; }

  .sp_mb30 {
    margin-bottom: 4vw !important; }

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

  .sp_mb50 {
    margin-bottom: 50px !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_mb110 {
    margin-bottom: 14.66vw !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; }

  .mb10 {
    margin-bottom: 1.33vw !important; }

  .mb20 {
    margin-bottom: 4vw !important; }

  .mb35 {
    margin-bottom: 4.66vw !important; }

  .mb40 {
    margin-bottom: 5.33vw !important; }

  .mt25 {
    margin-top: 3.33vw !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ページ
------------------------------------------------ */
.top_news {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/top/top_news_bg_sp.jpg") no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 18vw 0 23vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .top_news {
      background: url("../images/top/top_news_bg.jpg") no-repeat;
      background-size: cover;
      background-position: top;
      padding: 90px 20px 130px; } }
  @media screen and (min-width: 1920px) {
    .top_news {
      background: url("../images/top/top_news_bg_big.jpg") no-repeat;
      background-size: cover;
      background-position: bottom; } }
  .top_news .inner_content {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 5.33vw 10vw 5.33vw; }
    @media screen and (min-width: 769px) {
      .top_news .inner_content {
        flex-direction: row;
        align-items: center;
        padding: 42px 60px;
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .top_news .inner_content .inner_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 4vw; }
        .top_news .inner_content .inner_left .title_type04 {
          margin-bottom: 0; }
        .top_news .inner_content .inner_left .link_type02 {
          position: relative;
          top: -1vw; } }
    .top_news .inner_content .inner_right {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .top_news .inner_content .inner_right {
          width: 720px; } }
      .top_news .inner_content .inner_right ul li {
        padding: 5.6vw 0;
        width: 100%;
        border-bottom: solid 1px #e5e5e5; }
        @media screen and (min-width: 769px) {
          .top_news .inner_content .inner_right ul li {
            padding: 38px 0; } }
        .top_news .inner_content .inner_right ul li:last-of-type {
          border-bottom: solid 0 #e5e5e5; }
        .top_news .inner_content .inner_right ul li a {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          font-size: 3.2vw;
          line-height: 5.86vw;
          font-weight: 500;
          flex-direction: column; }
          @media screen and (min-width: 769px) {
            .top_news .inner_content .inner_right ul li a {
              font-size: 15px;
              line-height: 26px;
              flex-direction: row;
              justify-content: space-between;
              flex-direction: row; } }
          .top_news .inner_content .inner_right ul li a .date {
            color: #888;
            font-size: 3.2vw;
            font-weight: 500;
            margin-bottom: 1.5vw;
            width: 100%; }
            @media screen and (min-width: 769px) {
              .top_news .inner_content .inner_right ul li a .date {
                font-size: 13px;
                margin-bottom: 0;
                width: 125px; } }
          .top_news .inner_content .inner_right ul li a p + p {
            width: 100%; }
            @media screen and (min-width: 769px) {
              .top_news .inner_content .inner_right ul li a p + p {
                width: 615px; } }

.title_type00 {
  position: relative;
  z-index: 2;
  margin-bottom: 6vw;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .title_type00 {
      margin-bottom: 82px; } }
  .title_type00 h2 {
    color: #EA5F46;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.46vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 3.6vw;
    box-sizing: border-box;
    margin-bottom: 5vw; }
    @media screen and (min-width: 769px) {
      .title_type00 h2 {
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 28px; } }
    .title_type00 h2::before {
      background: #EA5F46;
      width: 4vw;
      height: 1px;
      position: absolute;
      left: -3vw;
      top: 1.8vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type00 h2::before {
          top: 7px;
          width: 560px;
          left: -558px; } }
    .title_type00 h2::after {
      background: #EA5F46;
      width: 1.73vw;
      height: 1.73vw;
      border-radius: 1.73vw;
      position: absolute;
      left: 0;
      top: 1vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type00 h2::after {
          top: 5px;
          width: 5px;
          height: 5px;
          border-radius: 5px; } }
  .title_type00 p {
    font-size: 5.33vw;
    font-weight: 700;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 9.33vw;
    margin-left: 4.8vw; }
    @media screen and (min-width: 769px) {
      .title_type00 p {
        font-size: 40px;
        line-height: 70px;
        margin-left: 36px; } }

.title_type01 {
  position: relative;
  z-index: 2;
  margin-bottom: 10vw; }
  @media screen and (min-width: 769px) {
    .title_type01 {
      margin-bottom: 0; } }
  .title_type01 h1, .title_type01 p {
    color: #111;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.46vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 3.6vw;
    color: #555;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .title_type01 h1, .title_type01 p {
        font-size: 18px;
        padding-left: 20px; } }
    .title_type01 h1::before, .title_type01 p::before {
      background: #B7B7B7;
      width: 4vw;
      height: 1px;
      position: absolute;
      left: -6.5vw;
      top: 1.8vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type01 h1::before, .title_type01 p::before {
          top: 7px;
          width: 560px;
          left: -590px; } }
    .title_type01 h1::after, .title_type01 p::after {
      background: #AA4634;
      width: 1.73vw;
      height: 1.73vw;
      border-radius: 1.73vw;
      position: absolute;
      left: 0;
      top: 1vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type01 h1::after, .title_type01 p::after {
          top: 2px;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
  .title_type01 h2 {
    font-size: 11.46vw;
    font-weight: 700;
    line-height: 1;
    position: relative;
    color: #282823;
    font-family: "Outfit", sans-serif;
    font-weight: 200; }
    @media screen and (min-width: 769px) {
      .title_type01 h2 {
        font-size: 70px;
        left: initial; } }
    .title_type01 h2:first-letter {
      color: #AA4634;
      font-size: 13.33vw;
      font-weight: 600; }
      @media screen and (min-width: 769px) {
        .title_type01 h2:first-letter {
          font-size: 80px; } }

.blueprint01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1; }
  @media screen and (min-width: 769px) {
    .blueprint01 {
      top: -770px; } }
  @media screen and (max-width: 768px) {
    .blueprint01.page {
      top: -93.33vw; }
      .blueprint01.page picture img {
        width: 73.33vw;
        height: auto; } }
  @media screen and (min-width: 769px) {
    .blueprint01.page {
      top: -790px; } }
  .blueprint01 picture {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    position: relative;
    left: 0; }
    @media screen and (min-width: 769px) {
      .blueprint01 picture {
        left: -440px; } }
    .blueprint01 picture img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 769px) {
        .blueprint01 picture img {
          width: auto; } }

.top_contents01 {
  position: relative;
  width: 100%;
  padding: 17.33vw 0; }
  @media screen and (min-width: 769px) {
    .top_contents01 {
      padding: 165px 0 215px; } }
  .top_contents01 .logo_bg {
    position: absolute;
    top: 0;
    right: -8vw; }
    @media screen and (min-width: 769px) {
      .top_contents01 .logo_bg {
        right: 0; } }
    .top_contents01 .logo_bg img {
      width: 42.13vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .top_contents01 .logo_bg img {
          width: 349px; } }
  .top_contents01 .inner_middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_contents01 .inner_middle {
        flex-direction: row; } }
    .top_contents01 .inner_middle .left {
      position: relative; }
      @media screen and (max-width: 768px) {
        .top_contents01 .inner_middle .left {
          margin-bottom: 14vw; } }
      .top_contents01 .inner_middle .left .first img {
        width: 74.13vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_middle .left .first img {
            width: 551px; } }
      .top_contents01 .inner_middle .left .second {
        position: absolute;
        z-index: 2;
        top: 24vw;
        left: 66.66vw; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_middle .left .second {
            top: 180px;
            left: 500px; } }
        .top_contents01 .inner_middle .left .second img {
          width: 26.93vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_middle .left .second img {
              width: 200px; } }
    @media screen and (max-width: 768px) {
      .top_contents01 .inner_middle .right {
        width: calc(100% - 10.66vw);
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 769px) {
      .top_contents01 .inner_middle .right {
        width: 460px;
        position: relative;
        top: -60px;
        left: -65px; } }
    .top_contents01 .inner_middle .right p {
      font-size: 3.46vw;
      line-height: 6.13vw;
      font-weight: 500;
      margin-bottom: 12vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_middle .right p {
          font-size: 18px;
          line-height: 50px;
          font-weight: 500;
          margin-bottom: 90px; } }
    @media screen and (max-width: 768px) {
      .top_contents01 .inner_middle .right .link_type03 {
        margin-left: auto;
        margin-right: auto; } }
  .top_contents01 .inner_content {
    position: relative;
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    .top_contents01 .inner_content .title_type01 {
      position: relative;
      z-index: 2;
      margin-bottom: 6.93vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content .title_type01 {
          margin-bottom: 52px; } }
    .top_contents01 .inner_content > p {
      font-weight: 500;
      width: 100%;
      margin-block: 8vw 9.86vw;
      font-size: 3.46vw;
      line-height: 6.13vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content > p {
          width: 645px;
          line-height: 34px;
          font-size: 16px;
          margin-block: 45px 55px; } }
    .top_contents01 .inner_content ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 0px; }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content ul {
          grid-template-columns: repeat(3, 1fr); } }
      .top_contents01 .inner_content ul li:last-of-type a {
        border-right: solid 1px #D3D3D3; }
        @media screen and (max-width: 768px) {
          .top_contents01 .inner_content ul li:last-of-type a {
            border-bottom: solid 1px #D3D3D3; } }
      @media screen and (min-width: 769px) {
        .top_contents01 .inner_content ul li {
          border-bottom: solid 1px #D3D3D3; } }
      .top_contents01 .inner_content ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: 100%;
        padding: 1.33vw 1.33vw 3vw;
        box-sizing: border-box;
        border: solid 1px #D3D3D3;
        border-bottom: none; }
        @media screen and (min-width: 769px) {
          .top_contents01 .inner_content ul li a {
            border-right: none;
            padding: 8px 8px 30px; } }
        .top_contents01 .inner_content ul li a img {
          width: 100%;
          height: auto; }
        .top_contents01 .inner_content ul li a h3 {
          font-size: 4.8vw;
          font-weight: 700;
          margin-block: 2.5vw 1.6vw;
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_content ul li a h3 {
              margin-block: 20px 8px;
              font-size: 22px; } }
        .top_contents01 .inner_content ul li a p {
          padding: 0 3.8vw 4vw;
          font-size: 3.2vw;
          line-height: 5.86vw;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .top_contents01 .inner_content ul li a p {
              padding: 0 12px;
              font-size: 14px;
              line-height: 30px; } }
  @media screen and (min-width: 769px) {
    .top_contents01 .sub_text {
      position: absolute;
      top: 0;
      left: 415px; } }
  .top_contents01 .sub_text p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 5.33vw;
    font-weight: 600;
    z-index: 2;
    line-height: 9.33vw; }
    @media screen and (min-width: 769px) {
      .top_contents01 .sub_text p {
        font-size: 33px;
        line-height: 57px; } }
    .top_contents01 .sub_text p + p {
      margin-left: 10.66vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 .sub_text p + p {
          margin-left: 66px; } }
  .top_contents01 .blueprint02 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .top_contents01 .blueprint02 {
        bottom: -206px; } }
    .top_contents01 .blueprint02 picture {
      width: 100%;
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto;
      justify-content: flex-start;
      position: relative;
      right: 0; }
      @media screen and (min-width: 769px) {
        .top_contents01 .blueprint02 picture {
          right: -630px; } }
      .top_contents01 .blueprint02 picture img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 769px) {
          .top_contents01 .blueprint02 picture img {
            width: 847px; } }

.top_contents02 {
  position: relative;
  width: 100%;
  height: 147.2vw;
  box-sizing: border-box;
  background: url("../images/top/bg_sp.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .top_contents02 {
      background: url("../images/top/bg_pc.jpg") no-repeat;
      background-size: cover;
      height: 611px; } }
  .top_contents02 .inner_content {
    width: calc(100% - 10.66vw);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    position: relative; }
    @media screen and (min-width: 769px) {
      .top_contents02 .inner_content {
        width: 1140px;
        max-width: 1140px;
        flex-flow: row;
        justify-content: space-between;
        align-items: center; } }
  @media screen and (max-width: 768px) {
    .top_contents02 .left {
      width: 100%;
      display: contents; }
      .top_contents02 .left .title_type03 {
        order: 1;
        margin-bottom: 2vw; }
        .top_contents02 .left .title_type03 + p {
          order: 2; }
      .top_contents02 .left .link_type03 {
        order: 4;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 769px) {
    .top_contents02 .left {
      width: 550px; } }
  .top_contents02 .left p {
    color: #fff;
    margin-bottom: 6.66vw; }
    @media screen and (min-width: 769px) {
      .top_contents02 .left p {
        margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .top_contents02 .right {
      width: 100%;
      display: contents; } }
  @media screen and (min-width: 769px) {
    .top_contents02 .right {
      width: 520px; } }
  .top_contents02 .right ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .top_contents02 .right ul {
        order: 3;
        margin-block: 3vw 10vw; } }
    @media screen and (max-width: 768px) {
      .top_contents02 .right ul li {
        margin-bottom: 1.33vw;
        margin-left: 1.33vw; }
        .top_contents02 .right ul li:nth-child(1), .top_contents02 .right ul li:nth-child(3) {
          margin-left: 0; } }
    @media screen and (min-width: 769px) {
      .top_contents02 .right ul li {
        margin-bottom: 10px;
        margin-left: 10px; } }
    .top_contents02 .right ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.2);
      height: 14.53vw;
      border-radius: 14.53vw;
      color: #fff;
      border: solid .26vw #fff;
      padding: 0 6.66vw;
      box-sizing: border-box;
      white-space: nowrap;
      font-weight: 700; }
      @media screen and (min-width: 769px) {
        .top_contents02 .right ul li a {
          padding: 0 40px;
          height: 72px;
          border-radius: 72px;
          border: solid 1px #fff; } }
      .top_contents02 .right ul li a:hover {
        background: rgba(0, 0, 0, 0.95); }

.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;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 13vw;
  left: 0; }
  @media screen and (min-width: 769px) {
    .loop_wrap {
      top: 30px; } }
  .loop_wrap ul {
    pointer-events: none;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    width: 213vw;
    will-change: transform;
    padding-right: 5.33vw; }
    @media screen and (min-width: 769px) {
      .loop_wrap ul {
        padding-right: 50px;
        width: 2400px; } }
    .loop_wrap ul li {
      color: rgba(234, 95, 70, 0.08);
      font-size: 26.66vw;
      font-family: "Outfit", sans-serif;
      font-weight: 100;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .loop_wrap ul li {
          font-size: 300px; } }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.top_contents03 {
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  background: url("../images/top/stripe_sp.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 13.33vw;
  height: 227.5vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .top_contents03 {
      padding-top: 123px;
      min-width: 1300px;
      height: 1135px;
      background: url("../images/top/stripe_pc.png") no-repeat;
      background-size: auto;
      background-position: center; } }
  .top_contents03 .inner_top {
    width: calc(100% - 10.66vw);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19vw;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_top {
        margin-bottom: 41px;
        max-width: 1140px;
        width: 100%; } }
    .top_contents03 .inner_top p {
      text-align: center;
      font-size: 5.33vw;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-weight: 700;
      line-height: 9.33vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 .inner_top p {
          line-height: 50px;
          font-size: 30px; } }
  .top_contents03 .create_txt {
    position: absolute;
    width: 100%;
    top: 61vw;
    left: -3vw;
    right: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 769px) {
      .top_contents03 .create_txt {
        width: 1300px;
        top: 222px;
        left: -54px; } }
    .top_contents03 .create_txt img {
      width: 56.66vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .top_contents03 .create_txt img {
          width: 457px; } }
  .top_contents03 .inner_middle {
    width: 195.2vw;
    position: relative;
    left: calc((100% - 195.2vw) / 2 + 8vw); }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_middle {
        width: 1464px;
        left: calc((100% - 1464px) / 2 - 45px); } }
    .top_contents03 .inner_middle ul {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .top_contents03 .inner_middle ul li {
        margin-left: .66vw;
        margin-right: .66vw; }
        @media screen and (min-width: 769px) {
          .top_contents03 .inner_middle ul li {
            margin-left: 4px;
            margin-right: 4px; } }
        .top_contents03 .inner_middle ul li picture img {
          width: 32vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li picture img {
              width: 240px; } }
        .top_contents03 .inner_middle ul li:first-of-type {
          margin-top: 8vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li:first-of-type {
              margin-top: 60px; } }
        .top_contents03 .inner_middle ul li:nth-child(3) {
          margin-top: 6vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li:nth-child(3) {
              margin-top: 45px; } }
        .top_contents03 .inner_middle ul li:nth-child(4) {
          margin-top: 11.33vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li:nth-child(4) {
              margin-top: 85px; } }
        .top_contents03 .inner_middle ul li:nth-child(5) {
          margin-top: 2.66vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li:nth-child(5) {
              margin-top: 20px; } }
        .top_contents03 .inner_middle ul li:last-of-type {
          margin-top: 7.33vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 .inner_middle ul li:last-of-type {
              margin-top: 55px; } }
  .top_contents03 .inner_bottom {
    margin-top: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_bottom {
        flex-direction: row;
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .top_contents03 .inner_bottom p {
        width: calc(100% - 10.66vw);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10vw; } }
    @media screen and (min-width: 769px) {
      .top_contents03 .inner_bottom p {
        margin-right: 50px; } }

.top_contents04 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .top_contents04 {
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row; } }
  @media screen and (max-width: 768px) {
    .top_contents04 .title_type03 {
      margin-bottom: 6vw; } }
  .top_contents04 .left {
    width: 100%;
    background: url("../images/top/office_sp.jpg") no-repeat;
    background-size: cover;
    height: 63.2vw;
    padding: 12vw 0 0 5vw;
    box-sizing: border-box;
    margin-bottom: .6vw; }
    @media screen and (min-width: 769px) {
      .top_contents04 .left {
        background: url("../images/top/office_pc.jpg") no-repeat;
        background-size: cover;
        width: calc(50% - 1px);
        height: 331px;
        margin-bottom: 0;
        padding: 60px 0 0 60px; } }
  .top_contents04 .right {
    width: 100%;
    background: url("../images/top/contact_sp.jpg") no-repeat;
    background-size: cover;
    height: 63.2vw;
    padding: 12vw 0 0 5vw;
    box-sizing: border-box;
    margin-bottom: .6vw; }
    @media screen and (min-width: 769px) {
      .top_contents04 .right {
        background: url("../images/top/contact_pc.jpg") no-repeat;
        background-size: cover;
        width: calc(50% - 1px);
        position: relative;
        left: 1px;
        height: 331px;
        padding: 60px 0 0 60px; } }

.title_type {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  order: 1; }
  .title_type .bg_text {
    font-weight: 400;
    line-height: 1;
    font-size: 16vw;
    color: rgba(149, 103, 80, 0.15);
    position: absolute;
    top: 0;
    letter-spacing: 3.2px;
    left: 0;
    writing-mode: vertical-rl; }
    @media screen and (min-width: 769px) {
      .title_type .bg_text {
        font-size: 100px; } }
  .title_type h2 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.6vw;
    padding-top: 16vw;
    position: relative;
    left: 4.5vw; }
    @media screen and (min-width: 769px) {
      .title_type h2 {
        font-size: 30px;
        padding-top: 90px;
        margin-bottom: 3px;
        padding-left: 75px;
        left: initial; } }
    .title_type h2::before {
      content: "";
      width: 30.13vw;
      height: 1px;
      background: #111;
      position: absolute;
      top: 9.3vw;
      left: -40px;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .title_type h2::before {
          top: 55px;
          width: 244px;
          left: -50px; } }
      @media screen and (min-width: 1300px) {
        .title_type h2::before {
          left: calc(-1 * var(--element-x));
          width: calc(199px +  var(--element-x)); } }
  .title_type p:last-of-type {
    font-size: 3.46vw;
    font-weight: 400;
    padding-left: 18.6vw;
    position: relative;
    box-sizing: border-box;
    color: #8C8C8C;
    letter-spacing: 1.12px; }
    @media screen and (min-width: 769px) {
      .title_type p:last-of-type {
        font-size: 18px;
        margin-bottom: 50px;
        padding-left: 140px;
        letter-spacing: 0.72px; } }

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

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

.title_type02 {
  position: relative;
  z-index: 2;
  margin-block: 11.5vw 5vw; }
  @media screen and (min-width: 769px) {
    .title_type02 {
      margin-block: 45px 40px; } }
  .title_type02 h2, .title_type02 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #EA5F46; }
    @media screen and (min-width: 769px) {
      .title_type02 h2, .title_type02 h3 {
        font-size: 18px;
        margin-bottom: 5px; } }
    .title_type02 h2::before, .title_type02 h3::before {
      background: #f9deda;
      width: 4vw;
      height: 4vw;
      border-radius: 4vw;
      position: absolute;
      top: -7vw;
      left: 0;
      right: 0;
      margin: auto;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type02 h2::before, .title_type02 h3::before {
          top: -35px;
          width: 20px;
          height: 20px;
          border-radius: 20px; } }
    .title_type02 h2::after, .title_type02 h3::after {
      background: #EA5F46;
      width: 1.6vw;
      height: 1.6vw;
      border-radius: 1.6vw;
      position: absolute;
      top: -5.8vw;
      left: 0;
      right: 0;
      margin: auto;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type02 h2::after, .title_type02 h3::after {
          top: -29px;
          width: 8px;
          height: 8px;
          border-radius: 8px; } }
  .title_type02 p {
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    font-weight: 300;
    color: #000;
    line-height: 1; }

.title_type03 {
  position: relative;
  z-index: 2;
  margin-bottom: 8vw; }
  @media screen and (min-width: 769px) {
    .title_type03 {
      margin-bottom: 50px; } }
  .title_type03 h2, .title_type03 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding-left: 8vw;
    margin-bottom: 1vw; }
    @media screen and (min-width: 769px) {
      .title_type03 h2, .title_type03 h3 {
        font-size: 18px;
        padding-left: 40px;
        margin-bottom: 5px; } }
    .title_type03 h2::before, .title_type03 h3::before {
      background: rgba(255, 255, 255, 0.2);
      width: 4vw;
      height: 4vw;
      border-radius: 4vw;
      position: absolute;
      top: -1px;
      left: 0;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type03 h2::before, .title_type03 h3::before {
          top: -2px;
          width: 20px;
          height: 20px;
          border-radius: 20px;
          left: 0; } }
    .title_type03 h2::after, .title_type03 h3::after {
      background: #fff;
      width: 1.6vw;
      height: 1.6vw;
      border-radius: 1.6vw;
      position: absolute;
      top: 1.06vw;
      left: 1.16vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type03 h2::after, .title_type03 h3::after {
          top: 4px;
          width: 8px;
          height: 8px;
          border-radius: 8px;
          left: 6px; } }
  .title_type03 p {
    font-family: "Outfit", sans-serif;
    font-size: 12vw;
    font-weight: 300;
    color: #fff;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .title_type03 p {
        font-size: 70px; } }

.title_type04 {
  position: relative;
  z-index: 2;
  margin-bottom: 8vw; }
  @media screen and (min-width: 769px) {
    .title_type04 {
      margin-bottom: 40px; } }
  .title_type04 h2, .title_type04 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #EA5F46;
    padding-left: 8vw;
    margin-bottom: 1vw; }
    @media screen and (min-width: 769px) {
      .title_type04 h2, .title_type04 h3 {
        font-size: 18px;
        margin-bottom: 4px;
        padding-left: 40px; } }
    .title_type04 h2::before, .title_type04 h3::before {
      background: #f9deda;
      width: 4vw;
      height: 4vw;
      border-radius: 4vw;
      position: absolute;
      top: -1px;
      left: 0;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type04 h2::before, .title_type04 h3::before {
          width: 20px;
          height: 20px;
          border-radius: 20px;
          left: 0; } }
    .title_type04 h2::after, .title_type04 h3::after {
      background: #EA5F46;
      width: 1.6vw;
      height: 1.6vw;
      border-radius: 1.6vw;
      position: absolute;
      top: 1.06vw;
      left: 1.16vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type04 h2::after, .title_type04 h3::after {
          top: 5px;
          width: 8px;
          height: 8px;
          border-radius: 8px;
          left: 6px; } }
  .title_type04 p {
    font-family: "Outfit", sans-serif;
    font-size: 12vw;
    font-weight: 300;
    color: #000;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .title_type04 p {
        font-size: 70px; } }

.title_type05 {
  margin-bottom: 6vw;
  padding-top: 1vw; }
  @media screen and (min-width: 769px) {
    .title_type05 {
      margin-bottom: 50px;
      padding-top: 0; } }
  .title_type05 h2 {
    text-align: center;
    font-size: 3.73vw;
    font-weight: 700;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.5;
    color: #EA5F46; }
    @media screen and (min-width: 769px) {
      .title_type05 h2 {
        font-size: 18px; } }
    .title_type05 h2 span {
      position: relative;
      top: .3vw; }
      @media screen and (min-width: 769px) {
        .title_type05 h2 span {
          top: 0; } }
      .title_type05 h2 span:first-of-type {
        left: -8vw; }
        @media screen and (min-width: 769px) {
          .title_type05 h2 span:first-of-type {
            left: -40px; } }
      .title_type05 h2 span:last-of-type {
        right: -4vw; }
        @media screen and (min-width: 769px) {
          .title_type05 h2 span:last-of-type {
            right: -20px; } }
      .title_type05 h2 span::before {
        background: #f9deda;
        width: 4vw;
        height: 4vw;
        border-radius: 4vw;
        position: absolute;
        top: -1px;
        left: 0;
        content: ""; }
        @media screen and (min-width: 768px) {
          .title_type05 h2 span::before {
            top: 1px;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            left: 0; } }
      .title_type05 h2 span::after {
        background: #EA5F46;
        width: 1.6vw;
        height: 1.6vw;
        border-radius: 1.6vw;
        position: absolute;
        top: 1.06vw;
        left: 1.2vw;
        content: ""; }
        @media screen and (min-width: 768px) {
          .title_type05 h2 span::after {
            top: 7px;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            left: 6px; } }
  .title_type05 p {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12vw;
    font-weight: 300;
    color: #000;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .title_type05 p {
        font-size: 70px; } }

.title_type06 {
  position: relative;
  z-index: 2;
  margin-bottom: 8.66vw; }
  @media screen and (min-width: 769px) {
    .title_type06 {
      margin-bottom: 35px; } }
  .title_type06 h2, .title_type06 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 4.26vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #111;
    padding-bottom: 2vw; }
    @media screen and (min-width: 769px) {
      .title_type06 h2, .title_type06 h3 {
        font-size: 22px;
        padding-bottom: 10px; } }
    .title_type06 h2::before, .title_type06 h3::before {
      background: #EA5F46;
      width: 1.6vw;
      height: 1.6vw;
      border-radius: 1.6vw;
      position: absolute;
      top: 5.7vw;
      left: 0;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type06 h2::before, .title_type06 h3::before {
          top: 28px;
          width: 9px;
          height: 9px;
          border-radius: 9px;
          left: -6px; } }
    .title_type06 h2::after, .title_type06 h3::after {
      background: #EA5F46;
      width: 900px;
      height: 1px;
      position: absolute;
      top: 6.4vw;
      left: 0;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type06 h2::after, .title_type06 h3::after {
          top: 32px;
          left: 0; } }
  .title_type06 p {
    font-family: "Outfit", sans-serif;
    font-size: 12vw;
    font-weight: 300;
    color: #000;
    line-height: 1; }
    @media screen and (min-width: 769px) {
      .title_type06 p {
        font-size: 70px; } }

.title_type07 {
  position: relative;
  z-index: 2;
  margin-bottom: 7vw; }
  @media screen and (min-width: 769px) {
    .title_type07 {
      margin-bottom: 25px; } }
  .title_type07 h2, .title_type07 h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    color: #111;
    padding-left: 7.6vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .title_type07 h2, .title_type07 h3 {
        font-size: 24px;
        padding-left: 40px; } }
    .title_type07 h2::before, .title_type07 h3::before {
      background: #f9deda;
      width: 6vw;
      height: 6vw;
      border-radius: 6vw;
      position: absolute;
      top: -.3vw;
      left: 0;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type07 h2::before, .title_type07 h3::before {
          width: 30px;
          height: 30px;
          border-radius: 30px;
          left: 0;
          top: -2px; } }
    .title_type07 h2::after, .title_type07 h3::after {
      background: #EA5F46;
      width: 2.4vw;
      height: 2.4vw;
      border-radius: 2.4vw;
      position: absolute;
      top: 1.5vw;
      left: 1.9vw;
      content: ""; }
      @media screen and (min-width: 768px) {
        .title_type07 h2::after, .title_type07 h3::after {
          top: 7px;
          width: 12px;
          height: 12px;
          border-radius: 12px;
          left: 9px; } }

.red {
  color: #BE0008 !important; }

.link_type01 a {
  font-size: 3.46vw;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 700;
  transition: all .3s;
  position: relative; }
  @media screen and (min-width: 769px) {
    .link_type01 a {
      font-size: 16px; } }
  .link_type01 a::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #111; }
  .link_type01 a::after {
    content: "";
    position: absolute;
    right: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 16px;
    background: url("../images/common/arrow_white.svg") no-repeat;
    background-size: contain;
    z-index: 2; }

.link_type02 a {
  font-size: 3.2vw;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 700;
  transition: all .3s;
  position: relative;
  color: #111; }
  @media screen and (min-width: 769px) {
    .link_type02 a {
      font-size: 14px; } }
  .link_type02 a figure {
    background: #EA5F46;
    width: 6.66vw;
    height: 6.66vw;
    border-radius: 6.66vw;
    margin-left: 2vw; }
    @media screen and (min-width: 769px) {
      .link_type02 a figure {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin-left: 10px; } }
    .link_type02 a figure img {
      width: 2vw;
      height: auto;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .link_type02 a figure img {
          width: 9px;
          padding-left: 2px; } }

.link_type03.type01 a {
  background: #F1F4F8; }
  .link_type03.type01 a figure {
    background: #F1F4F8; }
.link_type03.type02 a {
  background: #111;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .link_type03.type02 a figure {
    background: #111;
    border: solid 1px #AA4634; }
  .link_type03.type02 a:hover {
    background: #AA4634; }
.link_type03 a {
  font-size: 3.73vw;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 700;
  transition: all .3s;
  position: relative;
  color: #111;
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 65.33vw;
  height: 16.26vw;
  border-radius: 16.26vw;
  padding: 0 4vw 0 7vw; }
  @media screen and (max-width: 768px) {
    .link_type03 a {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 769px) {
    .link_type03 a {
      font-size: 16px;
      width: 280px;
      height: 70px;
      border-radius: 70px;
      padding: 0 20px 0 30px; } }
  .link_type03 a:hover {
    opacity: 1;
    background: #FFBBAE; }
  .link_type03 a figure {
    width: 8.79vw;
    height: 8.79vw;
    border-radius: 8.79vw;
    box-sizing: border-box;
    border: solid .26vw #FFBBAE;
    background: #fff; }
    @media screen and (min-width: 769px) {
      .link_type03 a figure {
        width: 38px;
        height: 38px;
        border-radius: 38px;
        border: solid 1px #FFBBAE; } }
    .link_type03 a figure img {
      width: 5.2vw;
      height: auto;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .link_type03 a figure img {
          width: 22px;
          padding-left: 2px; } }

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

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative;
  margin-top: 27.6vw;
  margin-bottom: 15.73vw; }
  @media screen and (min-width: 769px) {
    .page_keyvisual {
      margin-top: 207px;
      margin-bottom: 133px; } }
  .page_keyvisual picture {
    width: calc(100% - 5.33vw);
    margin-left: 5.33vw;
    position: relative;
    z-index: 3; }
    @media screen and (min-width: 769px) {
      .page_keyvisual picture {
        width: calc(100% - 90px);
        margin-left: 90px; } }
    .page_keyvisual picture img {
      width: 100%;
      height: 40.4vw;
      object-fit: cover; }
      @media screen and (min-width: 769px) {
        .page_keyvisual picture img {
          height: 380px; } }
  .page_keyvisual .key_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 10.66vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.3vw;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .page_keyvisual .key_wrap {
        margin-bottom: 53px;
        width: calc(100% - 80px);
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row; } }
    .page_keyvisual .key_wrap .key_text {
      margin-bottom: 13vw; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .key_wrap .key_text {
          margin-left: 50px;
          margin-bottom: 0; } }
      .page_keyvisual .key_wrap .key_text h1 {
        color: #EA5F46;
        font-size: 4vw;
        font-weight: 600;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        margin-bottom: 4vw;
        padding-left: 2vw;
        letter-spacing: .1vw;
        position: relative; }
        @media screen and (min-width: 769px) {
          .page_keyvisual .key_wrap .key_text h1 {
            font-size: 22px;
            margin-bottom: 30px;
            padding-left: 18px;
            letter-spacing: initial; } }
        .page_keyvisual .key_wrap .key_text h1::before {
          background: #EA5F46;
          width: 6vw;
          height: 1px;
          position: absolute;
          left: -6vw;
          top: 1.8vw;
          content: ""; }
          @media screen and (min-width: 768px) {
            .page_keyvisual .key_wrap .key_text h1::before {
              top: 10px;
              width: 550px;
              left: -548px; } }
        .page_keyvisual .key_wrap .key_text h1::after {
          background: #EA5F46;
          width: 1.33vw;
          height: 1.33vw;
          border-radius: 1.33vw;
          position: absolute;
          left: -1vw;
          top: 1.2vw;
          content: ""; }
          @media screen and (min-width: 768px) {
            .page_keyvisual .key_wrap .key_text h1::after {
              left: 0;
              top: 8px;
              width: 5px;
              height: 5px;
              border-radius: 5px; } }
      .page_keyvisual .key_wrap .key_text p {
        font-family: "Outfit", sans-serif;
        font-size: 12vw;
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .page_keyvisual .key_wrap .key_text p {
            font-size: 80px; } }
    .page_keyvisual .key_wrap .breadcrumbs {
      position: relative;
      line-height: 1;
      white-space: nowrap;
      font-size: 2.93vw;
      color: #111;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .page_keyvisual .key_wrap .breadcrumbs {
          width: 100%;
          left: 3vw; } }
      @media screen and (min-width: 769px) {
        .page_keyvisual .key_wrap .breadcrumbs {
          top: 10px; } }
      .page_keyvisual .key_wrap .breadcrumbs div {
        position: relative;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        box-sizing: border-box;
        z-index: 2; }
        .page_keyvisual .key_wrap .breadcrumbs div p, .page_keyvisual .key_wrap .breadcrumbs div a {
          line-height: 1;
          font-size: 2.93vw;
          color: #111; }
          @media screen and (min-width: 769px) {
            .page_keyvisual .key_wrap .breadcrumbs div p, .page_keyvisual .key_wrap .breadcrumbs div a {
              font-size: 12px; } }
        .page_keyvisual .key_wrap .breadcrumbs div figure {
          margin-right: 5px; }
          @media screen and (max-width: 768px) {
            .page_keyvisual .key_wrap .breadcrumbs div figure {
              display: none; } }
        .page_keyvisual .key_wrap .breadcrumbs div span {
          display: inline-block;
          margin: 0 4vw;
          position: relative;
          top: -2px;
          font-size: 2.93vw; }
          @media screen and (min-width: 769px) {
            .page_keyvisual .key_wrap .breadcrumbs div span {
              margin: 0 15px;
              font-size: 12px; } }
  .page_keyvisual .key_text {
    position: relative;
    line-height: 1; }

.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; } }

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
/* ------------------------------------------------
　　会社概要
　　------------------------------------------------ */
/* ------------------------------------------------
事業内容ページ
------------------------------------------------ */
.tab_menu02 {
  margin-bottom: 11vw; }
  @media screen and (min-width: 769px) {
    .tab_menu02 {
      margin-bottom: 90px;
      margin-top: -60px; } }
  .tab_menu02.type01 {
    margin-bottom: 11vw; }
    @media screen and (min-width: 769px) {
      .tab_menu02.type01 {
        margin-block: -60px 90px; } }
    @media screen and (max-width: 768px) {
      .tab_menu02.type01 ul {
        padding: 4.4vw 0 4.4vw 5.33vw; }
      .tab_menu02.type01 li {
        margin-bottom: 0; } }
  .tab_menu02 ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #F1E8E5;
    width: calc(100% - 5.33vw);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.33vw;
    padding: 5.33vw 0 5.33vw 5.33vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .tab_menu02 ul {
        padding: 0;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        width: calc(100% - 40px); } }
    .tab_menu02 ul li {
      margin-bottom: 2vw; }
      @media screen and (min-width: 769px) {
        .tab_menu02 ul li {
          margin-bottom: 0;
          margin: 0 10px; } }
      @media screen and (max-width: 768px) {
        .tab_menu02 ul li:nth-child(3n) a {
          padding: 0; } }
      .tab_menu02 ul li:last-of-type {
        margin-bottom: 0; }
      .tab_menu02 ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 5vw 0 0;
        box-sizing: border-box;
        font-size: 3.33vw;
        font-weight: 700;
        color: #1C5624;
        position: relative;
        text-align: left; }
        @media screen and (min-width: 769px) {
          .tab_menu02 ul li a {
            justify-content: center;
            align-items: center;
            font-size: 17px;
            padding: 0 10px;
            height: 70px; } }
        .tab_menu02 ul li a figure {
          margin-left: 1.33vw;
          transform: rotate(-90deg);
          top: .7vw;
          position: relative; }
          @media screen and (min-width: 769px) {
            .tab_menu02 ul li a figure {
              margin-left: 10px;
              top: 0; } }
          .tab_menu02 ul li a figure img {
            width: 4.8vw;
            height: auto; }
            @media screen and (min-width: 769px) {
              .tab_menu02 ul li a figure img {
                width: 24px; } }

.wholesale_bottom_list {
  background: #F6F6F6;
  padding: 12vw 0 16.66vw;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .wholesale_bottom_list {
      padding: 55px 0 125px; } }
  .wholesale_bottom_list ul {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw; }
    @media screen and (min-width: 769px) {
      .wholesale_bottom_list ul {
        width: calc(100% - 40px);
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px; } }
    .wholesale_bottom_list ul li picture > img {
      width: 100%;
      height: auto;
      margin-bottom: 1.5vw; }
      @media screen and (min-width: 769px) {
        .wholesale_bottom_list ul li picture > img {
          margin-bottom: 7px; } }
    .wholesale_bottom_list ul li div {
      display: flex;
      justify-content: center;
      align-items: center; }
      .wholesale_bottom_list ul li div p {
        text-align: center;
        color: #1C5624;
        position: relative;
        font-size: 3.33vw;
        font-weight: 700; }
        @media screen and (min-width: 769px) {
          .wholesale_bottom_list ul li div p {
            font-size: 17px; } }
      .wholesale_bottom_list ul li div figure {
        margin-left: 1.33vw;
        transform: rotate(-90deg); }
        @media screen and (min-width: 769px) {
          .wholesale_bottom_list ul li div figure {
            margin-left: 10px; } }
        .wholesale_bottom_list ul li div figure img {
          width: 4vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .wholesale_bottom_list ul li div figure img {
              width: 24px; } }

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
.company_bg01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76.4vw;
  z-index: -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .company_bg01 {
      bottom: initial;
      top: 133px;
      height: 573px;
      width: 1300px; } }
  .company_bg01 picture {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .company_bg01 picture {
        width: 910px; } }
    .company_bg01 picture img {
      width: 100%;
      height: 76.4vw;
      object-fit: cover; }
      @media screen and (min-width: 769px) {
        .company_bg01 picture img {
          height: auto; } }

.company_bg02 {
  background: #FBF4F4;
  padding: 17.66vw 0 17vw;
  margin-bottom: 17.66vw; }
  @media screen and (min-width: 769px) {
    .company_bg02 {
      padding: 135px 0 132px;
      margin-bottom: 133px; } }
  .company_bg02 .link_type02 {
    text-align: center;
    margin-top: 6vw; }
    @media screen and (min-width: 769px) {
      .company_bg02 .link_type02 {
        margin-top: 60px; } }
    .company_bg02 .link_type02 a {
      margin-left: auto;
      margin-right: auto;
      width: 47vw; }
      @media screen and (min-width: 769px) {
        .company_bg02 .link_type02 a {
          width: 215px; } }
  .company_bg02 .company_block02 {
    margin-bottom: 0; }

.company_block01 {
  position: relative;
  margin-bottom: 17.4vw; }
  @media screen and (max-width: 768px) {
    .company_block01 {
      height: 180.5vw;
      overflow: hidden; } }
  @media screen and (min-width: 769px) {
    .company_block01 {
      margin-bottom: 250px; } }
  .company_block01 .company_title {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .company_block01 .company_title {
        margin-bottom: 4.66vw; } }
    @media screen and (min-width: 769px) {
      .company_block01 .company_title {
        margin-bottom: 80px; } }
    .company_block01 .company_title strong {
      font-family: "Outfit", sans-serif;
      font-size: 4.8vw;
      color: #EA5F46;
      position: relative;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 6vw;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .company_block01 .company_title strong {
          font-size: 25px;
          margin-bottom: 42px; } }
      .company_block01 .company_title strong::after {
        background: #EA5F46;
        width: 12vw;
        height: 1px;
        position: absolute;
        right: -15vw;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
        @media screen and (min-width: 769px) {
          .company_block01 .company_title strong::after {
            width: 60px;
            right: -80px; } }
    .company_block01 .company_title h2 {
      font-size: 6.66vw;
      font-weight: 600;
      line-height: 1.6;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      margin-bottom: 1vw; }
      @media screen and (min-width: 769px) {
        .company_block01 .company_title h2 {
          font-size: 40px;
          margin-bottom: 0; } }
    .company_block01 .company_title p {
      font-family: "Outfit", sans-serif;
      color: #8c8c8c;
      font-weight: 300;
      letter-spacing: .5px;
      line-height: 1.6;
      font-size: 2.8vw; }
      @media screen and (min-width: 769px) {
        .company_block01 .company_title p {
          font-size: 16px;
          line-height: 26px; } }
  .company_block01 .inner_block {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .company_block01 .inner_block {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
        position: relative;
        top: -15px; } }
  .company_block01 .left {
    z-index: 2;
    margin-bottom: 6vw;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1.33vw;
    padding: 8vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .company_block01 .left {
        padding: 20px 35px;
        width: 790px;
        margin-bottom: 0;
        border-radius: 10px; } }
    .company_block01 .left > p {
      margin-bottom: 5.33vw; }
      @media screen and (min-width: 769px) {
        .company_block01 .left > p {
          line-height: 34px;
          margin-bottom: 40px; } }
    .company_block01 .left .ceo {
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      align-items: flex-end;
      font-weight: 500; }
      .company_block01 .left .ceo > p {
        margin-right: 21.66vw;
        margin-bottom: .5vw; }
        @media screen and (min-width: 769px) {
          .company_block01 .left .ceo > p {
            margin-right: 114px;
            margin-bottom: 2px; } }
      .company_block01 .left .ceo div {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .company_block01 .left .ceo img {
        margin-left: 2.66vw;
        width: 29.46vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .company_block01 .left .ceo img {
            width: 142px;
            margin-left: 20px; } }

.company_block02 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17vw; }
  @media screen and (min-width: 769px) {
    .company_block02 {
      width: calc(100% - 40px);
      margin-bottom: 133px; } }
  .company_block02 .title_type04 {
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .company_block02 .title_type04 {
        margin-bottom: 55px; } }
  .company_block02 .table_list {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .company_block02 .table_list dl {
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 769px) {
        .company_block02 .table_list dl {
          line-height: 26px; } }
      .company_block02 .table_list dl:last-of-type dt {
        border-bottom: solid 1px #AA4634; }
      .company_block02 .table_list dl:last-of-type dd {
        border-bottom: solid 1px #D2D2D2; }
      .company_block02 .table_list dl dt {
        min-height: 15.33vw;
        padding: 4.8vw 0;
        box-sizing: border-box;
        border-top: solid 0.26vw #AA4634;
        width: 20vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .company_block02 .table_list dl dt {
            font-size: 16px;
            min-height: 70px;
            padding: 18px 8px;
            width: 250px;
            border-top: solid 1px #AA4634; } }
      .company_block02 .table_list dl dd {
        min-height: 15.33vw;
        padding: 4.8vw 0 4.8vw 1vw;
        box-sizing: border-box;
        border-top: solid .26vw #D2D2D2;
        width: calc(100% - 20vw);
        font-size: 3.2vw;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .company_block02 .table_list dl dd {
            border-top: solid 1px #D2D2D2;
            width: calc(100% - 250px);
            min-height: 70px;
            padding: 18px 8px;
            font-size: 16px;
            line-height: 26px; } }
        .company_block02 .table_list dl dd p {
          font-size: 3.2vw;
          line-height: 5.06vw; }
          @media screen and (min-width: 769px) {
            .company_block02 .table_list dl dd p {
              line-height: 26px;
              font-size: 16px; } }
        .company_block02 .table_list dl dd b {
          font-weight: 500; }
        .company_block02 .table_list dl dd .dotted {
          text-indent: -3.2vw;
          padding-left: 3.2vw;
          box-sizing: border-box; }
          .company_block02 .table_list dl dd .dotted::before {
            font-weight: 700;
            content: "・"; }
          @media screen and (min-width: 769px) {
            .company_block02 .table_list dl dd .dotted {
              text-indent: -1rem;
              padding-left: 1rem; } }
        .company_block02 .table_list dl dd h3 {
          font-weight: 700;
          line-height: 5.06vw; }
          @media screen and (min-width: 769px) {
            .company_block02 .table_list dl dd h3 {
              line-height: 26px; } }
        .company_block02 .table_list dl dd h4 {
          line-height: 5.06vw;
          font-weight: 500; }
          @media screen and (min-width: 769px) {
            .company_block02 .table_list dl dd h4 {
              line-height: 26px; } }
        .company_block02 .table_list dl dd.indent p {
          padding-left: 3.2vw;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .company_block02 .table_list dl dd.indent p {
              padding-left: 1rem; } }

.company_block03 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }
  .company_block03 .title_type04 {
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .company_block03 .title_type04 {
        margin-bottom: 52px;
        width: calc(100% - 40px); } }
  .company_block03 .inner_contents {
    margin-bottom: 133px; }
    @media screen and (max-width: 768px) {
      .company_block03 .inner_contents {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-bottom: 17.33vw; } }
    .company_block03 .inner_contents .ggmap {
      position: relative;
      width: 100%;
      height: 460px;
      overflow: hidden;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .company_block03 .inner_contents .ggmap {
          order: 4;
          margin-bottom: 8vw;
          height: 80vw; } }
      .company_block03 .inner_contents .ggmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .company_block03 .inner_contents .link_type03 {
      order: 5; }
    .company_block03 .inner_contents .inner_block {
      display: contents;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .company_block03 .inner_contents .inner_block {
          flex-direction: row;
          display: flex; } }
      .company_block03 .inner_contents .inner_block picture {
        width: 100%;
        position: relative;
        z-index: 2;
        order: 2;
        margin-bottom: 6.66vw; }
        @media screen and (min-width: 769px) {
          .company_block03 .inner_contents .inner_block picture {
            width: 400px;
            margin-bottom: 0; } }
        .company_block03 .inner_contents .inner_block picture img {
          width: 100%;
          height: auto; }
      .company_block03 .inner_contents .inner_block .text {
        width: 100%;
        max-width: 680px;
        position: relative;
        display: contents; }
        @media screen and (min-width: 769px) {
          .company_block03 .inner_contents .inner_block .text {
            display: block; } }
        .company_block03 .inner_contents .inner_block .text .title_type06 {
          z-index: 1; }
          @media screen and (max-width: 768px) {
            .company_block03 .inner_contents .inner_block .text .title_type06 {
              order: 1;
              width: 100%; } }
        @media screen and (max-width: 768px) {
          .company_block03 .inner_contents .inner_block .text p {
            order: 3;
            width: 100%;
            margin-bottom: 6vw; } }
        .company_block03 .inner_contents .inner_block .text a.deco {
          text-decoration: underline; }
          .company_block03 .inner_contents .inner_block .text a.deco:hover {
            text-decoration: none; }
    .company_block03 .inner_contents .link_type03.type02 a figure img {
      width: 2.66vw;
      padding-left: 0; }
      @media screen and (min-width: 769px) {
        .company_block03 .inner_contents .link_type03.type02 a figure img {
          width: 13px; } }

/* ------------------------------------------------
採用情報ページ
------------------------------------------------ */
.recruit_bg {
  background: #FBF4F4;
  padding: 17.33vw 0 17vw; }
  @media screen and (min-width: 769px) {
    .recruit_bg {
      padding: 135px 0; } }
  .recruit_bg .link_type02 {
    text-align: center;
    margin-top: 6vw; }
    @media screen and (min-width: 769px) {
      .recruit_bg .link_type02 {
        margin-top: 60px; } }
    .recruit_bg .link_type02 a {
      margin-left: auto;
      margin-right: auto;
      width: 47vw; }
      @media screen and (min-width: 769px) {
        .recruit_bg .link_type02 a {
          width: 215px; } }

.recruit_block01 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 15vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .recruit_block01 {
      width: 100%;
      padding-top: 27px;
      margin-bottom: 212px;
      flex-direction: row; } }
  .recruit_block01 .left {
    z-index: 2;
    margin-bottom: 6vw;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruit_block01 .left {
        display: contents; } }
    @media screen and (min-width: 769px) {
      .recruit_block01 .left {
        width: 520px;
        margin-bottom: 0;
        top: -35px; } }
    @media screen and (max-width: 768px) {
      .recruit_block01 .left .recruit_title {
        order: 1;
        margin-bottom: 15.5vw; } }
    @media screen and (min-width: 769px) {
      .recruit_block01 .left .recruit_title {
        width: 637px;
        margin-bottom: 75px; } }
    .recruit_block01 .left .recruit_title strong {
      font-family: "Outfit", sans-serif;
      font-size: 4.8vw;
      color: #EA5F46;
      position: relative;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 4.6vw;
      line-height: 1.5; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .left .recruit_title strong {
          font-size: 25px;
          margin-bottom: 30px; } }
      .recruit_block01 .left .recruit_title strong::after {
        background: #EA5F46;
        width: 12vw;
        height: 1px;
        position: absolute;
        right: -15vw;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
        @media screen and (min-width: 769px) {
          .recruit_block01 .left .recruit_title strong::after {
            width: 60px;
            right: -80px; } }
    .recruit_block01 .left .recruit_title h2 {
      font-size: 6.66vw;
      font-weight: 600;
      line-height: 1.6;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      margin-bottom: 1vw; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .left .recruit_title h2 {
          font-size: 40px;
          margin-bottom: 0;
          white-space: nowrap; } }
    .recruit_block01 .left .recruit_title p {
      font-family: "Outfit", sans-serif;
      color: #8c8c8c;
      font-weight: 300;
      letter-spacing: .5px;
      line-height: 1.6;
      font-size: 2.8vw; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .left .recruit_title p {
          font-size: 16px;
          line-height: 26px; } }
    @media screen and (max-width: 768px) {
      .recruit_block01 .left > p {
        order: 3;
        width: 100%; } }
    @media screen and (min-width: 769px) {
      .recruit_block01 .left > p {
        max-width: 507px;
        line-height: 34px; } }
  .recruit_block01 .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruit_block01 .right {
        order: 2;
        margin-bottom: 21vw; } }
    .recruit_block01 .right img {
      width: 100%;
      height: auto; }
    .recruit_block01 .right .img01 {
      position: relative;
      width: 66.66vw;
      height: auto;
      right: 0; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .right .img01 {
          width: 500px;
          right: -80px;
          top: 0; } }
    .recruit_block01 .right .img02 {
      position: absolute;
      width: 16vw;
      height: auto;
      right: 4vw;
      top: -4vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .right .img02 {
          width: 120px;
          right: -45px;
          top: -25px; } }
    .recruit_block01 .right .img03 {
      position: absolute;
      width: 21.73vw;
      height: auto;
      left: 6.5vw;
      top: 55.5vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .right .img03 {
          width: 163px;
          left: 76px;
          top: 413px; } }
    .recruit_block01 .right .img04 {
      position: absolute;
      width: 16vw;
      height: auto;
      left: 0;
      top: 83vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .right .img04 {
          width: 120px;
          top: initial;
          left: 20px;
          bottom: -42px; } }
    .recruit_block01 .right .img05 {
      position: absolute;
      width: 30.26vw;
      height: auto;
      left: 33.25vw;
      top: 73.5vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .recruit_block01 .right .img05 {
          width: 227px;
          left: 275px;
          top: initial;
          bottom: -76px; } }

.recruit_block02 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8vw; }
  @media screen and (min-width: 769px) {
    .recruit_block02 {
      width: calc(100% - 40px);
      margin-bottom: 63px; } }
  .recruit_block02 .title_type04 {
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .recruit_block02 .title_type04 {
        margin-bottom: 53px; } }
  .recruit_block02 .table_list {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .recruit_block02 .table_list dl {
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 769px) {
        .recruit_block02 .table_list dl {
          line-height: 26px; } }
      .recruit_block02 .table_list dl:last-of-type dt {
        border-bottom: solid 1px #AA4634; }
      .recruit_block02 .table_list dl:last-of-type dd {
        border-bottom: solid 1px #D2D2D2; }
      .recruit_block02 .table_list dl dt {
        min-height: 15.33vw;
        padding: 4.8vw 0;
        box-sizing: border-box;
        border-top: solid 0.26vw #AA4634;
        width: 20vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .recruit_block02 .table_list dl dt {
            font-size: 16px;
            min-height: 70px;
            padding: 18px 8px;
            width: 250px;
            border-top: solid 1px #AA4634; } }
      .recruit_block02 .table_list dl dd {
        min-height: 15.33vw;
        padding: 4.8vw 0 4.8vw 1vw;
        box-sizing: border-box;
        border-top: solid .26vw #D2D2D2;
        width: calc(100% - 20vw);
        font-size: 3.2vw;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .recruit_block02 .table_list dl dd {
            border-top: solid 1px #D2D2D2;
            width: calc(100% - 250px);
            min-height: 70px;
            padding: 18px 8px;
            font-size: 16px;
            line-height: 26px; } }
        .recruit_block02 .table_list dl dd p {
          font-size: 3.2vw;
          line-height: 5.06vw; }
          @media screen and (min-width: 769px) {
            .recruit_block02 .table_list dl dd p {
              line-height: 26px;
              font-size: 16px; } }
        .recruit_block02 .table_list dl dd b {
          font-weight: 500; }
        .recruit_block02 .table_list dl dd .dotted {
          text-indent: -3.2vw;
          padding-left: 3.2vw;
          box-sizing: border-box; }
          .recruit_block02 .table_list dl dd .dotted::before {
            font-weight: 700;
            content: "・"; }
          @media screen and (min-width: 769px) {
            .recruit_block02 .table_list dl dd .dotted {
              text-indent: -1rem;
              padding-left: 1rem; } }
        .recruit_block02 .table_list dl dd h3 {
          font-weight: 700;
          line-height: 5.06vw; }
          @media screen and (min-width: 769px) {
            .recruit_block02 .table_list dl dd h3 {
              line-height: 26px; } }
        .recruit_block02 .table_list dl dd h4 {
          line-height: 5.06vw;
          font-weight: 500; }
          @media screen and (min-width: 769px) {
            .recruit_block02 .table_list dl dd h4 {
              line-height: 26px; } }
        .recruit_block02 .table_list dl dd.indent p {
          padding-left: 3.2vw;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .recruit_block02 .table_list dl dd.indent p {
              padding-left: 1rem; } }

.recruit_block03 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-block: 17.5vw 18vw; }
  @media screen and (min-width: 769px) {
    .recruit_block03 {
      width: calc(100% - 40px);
      margin-block: 135px 135px; } }
  .recruit_block03 .link_type02 {
    text-align: center;
    margin-top: 11vw; }
    @media screen and (min-width: 769px) {
      .recruit_block03 .link_type02 {
        margin-top: 100px; } }
    .recruit_block03 .link_type02 a {
      margin-left: auto;
      margin-right: auto;
      width: 47vw; }
      @media screen and (min-width: 769px) {
        .recruit_block03 .link_type02 a {
          width: 215px; } }
  .recruit_block03 .title_type04 {
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .recruit_block03 .title_type04 {
        margin-bottom: 55px; } }
  .recruit_block03 .step_list {
    width: 100%;
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .recruit_block03 .step_list {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 63px; } }
    .recruit_block03 .step_list ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 6vw 0;
      border-bottom: solid 1px #D2D2D2; }
      @media screen and (min-width: 769px) {
        .recruit_block03 .step_list ul li {
          padding: 20px 0; } }
      .recruit_block03 .step_list ul li:first-of-type {
        border-top: solid 1px #D2D2D2; }
      .recruit_block03 .step_list ul li .step {
        background: #AA4634;
        width: 17.33vw;
        height: 17.33vw;
        border-radius: 17.33vw;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .recruit_block03 .step_list ul li .step {
            width: 130px;
            height: 130px;
            border-radius: 130px; } }
        .recruit_block03 .step_list ul li .step p {
          font-weight: 500;
          font-family: "Barlow", sans-serif;
          font-size: 1.93vw;
          letter-spacing: .2vw;
          line-height: 1;
          font-weight: 700; }
          @media screen and (min-width: 769px) {
            .recruit_block03 .step_list ul li .step p {
              font-size: 16px;
              letter-spacing: 2px; } }
          .recruit_block03 .step_list ul li .step p + p {
            font-size: 5.44vw;
            font-weight: 500; }
            @media screen and (min-width: 769px) {
              .recruit_block03 .step_list ul li .step p + p {
                font-size: 45px; } }
      .recruit_block03 .step_list ul li .right {
        width: calc(100% - 40vw); }
        @media screen and (min-width: 769px) {
          .recruit_block03 .step_list ul li .right {
            width: calc(100% - 330px); } }
        .recruit_block03 .step_list ul li .right h3 {
          font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 4.8vw;
          font-weight: 700;
          color: #AA4634; }
          @media screen and (min-width: 769px) {
            .recruit_block03 .step_list ul li .right h3 {
              min-width: 185px;
              font-size: 22px; } }
        .recruit_block03 .step_list ul li .right > div {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column;
          width: 49vw; }
          @media screen and (min-width: 769px) {
            .recruit_block03 .step_list ul li .right > div {
              flex-direction: row;
              align-items: center;
              width: initial; } }
          .recruit_block03 .step_list ul li .right > div p {
            line-height: 5.73vw;
            font-size: 3.2vw;
            letter-spacing: -.1vw; }
            @media screen and (min-width: 769px) {
              .recruit_block03 .step_list ul li .right > div p {
                font-size: 14px;
                line-height: 26px;
                letter-spacing: initial; } }
      .recruit_block03 .step_list ul li figure {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14vw; }
        @media screen and (min-width: 769px) {
          .recruit_block03 .step_list ul li figure {
            width: 140px; } }
        @media screen and (max-width: 768px) {
          .recruit_block03 .step_list ul li figure img {
            width: 14vw;
            height: auto; } }
        @media screen and (max-width: 768px) {
          .recruit_block03 .step_list ul li figure .icon02 {
            width: auto;
            height: 11.33vw;
            position: relative;
            left: .4vw; } }

.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: #EA5F46;
    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; }

@media screen and (min-width: 769px) {
  .underline {
    text-decoration: underline; } }

.strike_through {
  display: inline-block; }

.brown {
  color: #EA5F46;
  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); }

/* -------------------------------------------------------------------------------
POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 10.66vw);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 11vw; }
  @media screen and (min-width: 769px) {
    .privacy_block {
      padding: 0 0 90px; } }
  .privacy_block .privacy_title h2 {
    font-size: 4vw;
    font-weight: 700;
    padding-bottom: .533vw;
    margin-bottom: 4vw;
    line-height: 1.8;
    position: relative;
    padding-bottom: 1vw; }
    @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: #AA4634;
      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: 1.6vw;
    color: #AA4634; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_title h3 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .privacy_block p {
    margin-bottom: 6vw;
    font-weight: 500;
    line-height: 6.133vw; }
    @media screen and (min-width: 769px) {
      .privacy_block p {
        margin-bottom: 37px;
        font-size: 15px;
        line-height: 26px; } }
  .privacy_block ul {
    margin-top: -6.5vw;
    margin-bottom: 5.66vw; }
    @media screen and (min-width: 769px) {
      .privacy_block ul {
        margin-bottom: 32px;
        margin-top: -40px;
        font-size: 15px; } }
    @media screen and (max-width: 768px) {
      .privacy_block ul li {
        margin-bottom: -.6vw; } }
  .privacy_block h4 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 3.73vw;
    margin-bottom: 3vw; }
    @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: 36px; } }
    .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 #C3C4C7; }
      .privacy_block .privacy_table dl dt {
        padding: 3.6vw 2.13vw;
        box-sizing: border-box;
        border: 1px solid #C3C4C7;
        border-bottom: 0 solid #C3C4C7;
        background: #eee;
        font-weight: 700;
        width: 22.53vw;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dt {
            width: 169px;
            min-height: 52px;
            padding: 8px 18px; } }
      .privacy_block .privacy_table dl dd {
        padding: 3.6vw 2.13vw;
        box-sizing: border-box;
        border: 1px solid #C3C4C7;
        border-bottom: 0 solid #C3C4C7;
        border-left: 0 solid #C3C4C7;
        width: calc(100% - 22.53vw);
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dd {
            width: calc(100% - 169px);
            min-height: 52px;
            padding: 8px 18px; } }

/* ------------------------------------------------
BUSINESSページ
------------------------------------------------ */
.business_block01 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .business_block01 {
      width: calc(100% - 40px);
      margin-bottom: 120px; } }
  .business_block01 p {
    margin-bottom: 7vw; }
    @media screen and (min-width: 769px) {
      .business_block01 p {
        margin-bottom: 50px; } }
  .business_block01 .business_tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .business_block01 .business_tab ul li {
      margin: 0 .8vw 1.33vw; }
      @media screen and (min-width: 769px) {
        .business_block01 .business_tab ul li {
          margin: 0 5px; } }
      .business_block01 .business_tab ul li a {
        font-weight: 700;
        height: 14.53vw;
        box-sizing: border-box;
        border: solid 0.3vw #AA4634;
        border-radius: 14.53vw;
        padding: 0 8vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .business_block01 .business_tab ul li a {
            border: solid 1px #AA4634;
            height: 72px;
            border-radius: 72px;
            padding: 0 40px;
            font-size: 16px; } }
        .business_block01 .business_tab ul li a:hover {
          background: #AA4634;
          color: #fff; }

.business_block02 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    .business_block02 {
      width: calc(100% - 40px); } }
  .business_block02 .inner_block picture {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .business_block02 .inner_block picture {
        margin-bottom: 34px; } }
    .business_block02 .inner_block picture img {
      width: 100%;
      height: auto; }
  .business_block02 .inner_block p {
    margin-bottom: 6.66vw; }
    @media screen and (min-width: 769px) {
      .business_block02 .inner_block p {
        margin-bottom: 38px; } }
  .business_block02 .inner_block .inner_list ul {
    margin-left: auto;
    margin-right: auto;
    border: solid 0.3vw #EA5F46;
    border-radius: 1.33vw;
    padding: 3.4vw 6vw;
    box-sizing: border-box;
    margin-bottom: 6.33vw; }
    @media screen and (min-width: 769px) {
      .business_block02 .inner_block .inner_list ul {
        border: solid 1px #EA5F46;
        border-radius: 10px;
        padding: 30px 40px;
        max-width: 700px;
        margin-bottom: 53px; } }
    .business_block02 .inner_block .inner_list ul li {
      white-space: nowrap; }
      @media screen and (min-width: 769px) {
        .business_block02 .inner_block .inner_list ul li {
          line-height: 34px; } }
      .business_block02 .inner_block .inner_list ul li::before {
        content: "・"; }
  .business_block02 .inner_block .service_hr {
    border-bottom: solid .3vw #D2D2D2;
    margin-bottom: 12.6vw; }
    @media screen and (min-width: 769px) {
      .business_block02 .inner_block .service_hr {
        margin-bottom: 134px;
        border-bottom: solid 1px #D2D2D2; } }
    .business_block02 .inner_block .service_hr p {
      text-align: right;
      font-family: "Outfit", sans-serif;
      color: #C5C5C5;
      padding-bottom: 0;
      margin-bottom: 0;
      font-weight: 300;
      font-size: 3.46vw; }
      @media screen and (min-width: 769px) {
        .business_block02 .inner_block .service_hr p {
          font-size: 17px; } }

/* ------------------------------------------------
MAKERページ
------------------------------------------------ */
.maker_block01 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16vw;
  padding-top: 2vw; }
  @media screen and (min-width: 769px) {
    .maker_block01 {
      padding-top: 0;
      width: calc(100% - 40px);
      margin-bottom: 120px; } }
  @media screen and (max-width: 768px) {
    .maker_block01 .title_type04 {
      margin-bottom: 4.66vw; } }
  .maker_block01 > p {
    margin-bottom: 7vw; }
    @media screen and (min-width: 769px) {
      .maker_block01 > p {
        margin-bottom: 50px; } }

.maker_block02 {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .maker_block02 {
      width: calc(100% - 40px);
      margin-bottom: 124px; } }
  .maker_block02 .inner_block {
    margin-bottom: 9.5vw; }
    @media screen and (min-width: 769px) {
      .maker_block02 .inner_block {
        margin-bottom: 120px; } }
    .maker_block02 .inner_block .title_type06 h3::after {
      width: 100%; }
  .maker_block02 .inner_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5vw;
    grid-row-gap: 2vw; }
    @media screen and (min-width: 769px) {
      .maker_block02 .inner_list ul {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px; } }
    .maker_block02 .inner_list ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .maker_block02 .inner_list ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
      .maker_block02 .inner_list ul li p {
        text-align: center;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .maker_block02 .inner_list ul li p {
            font-size: 16px; } }
      .maker_block02 .inner_list ul li picture {
        border: solid 1px #E3E3E3;
        box-sizing: border-box;
        margin-bottom: 2px; }
      .maker_block02 .inner_list ul li img {
        width: 100%;
        height: auto; }
  .maker_block02 .bottom_text p {
    margin-top: 13vw; }
    @media screen and (min-width: 769px) {
      .maker_block02 .bottom_text p {
        margin-top: 0;
        text-align: center; } }

/* ------------------------------------------------
SDGsページ
------------------------------------------------ */
.bg01 {
  background: #FBF4F4;
  padding: 18vw 0 17.2vw; }
  @media screen and (min-width: 769px) {
    .bg01 {
      padding: 132px 0 48px; } }

.sdgs_block01 {
  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_block01 {
      width: calc(100% - 40px);
      margin-bottom: 133px; } }
  .sdgs_block01 p {
    margin-bottom: 6vw; }
    @media screen and (min-width: 769px) {
      .sdgs_block01 p {
        margin-bottom: 50px; } }
  .sdgs_block01 img {
    width: 100%;
    max-width: 800px;
    height: auto; }
  @media screen and (max-width: 768px) {
    .sdgs_block01 .title_type04 {
      margin-bottom: 5vw; }
      .sdgs_block01 .title_type04 p {
        margin-bottom: 0; } }

.sdgs_block02 .inner_top {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 8px;
  padding: 6vw 5.33vw 8vw 5.33vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15vw; }
  @media screen and (min-width: 769px) {
    .sdgs_block02 .inner_top {
      flex-direction: row;
      padding: 60px 80px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .sdgs_block02 .inner_top .sdgs_title {
      width: 100%;
      margin-bottom: 6vw; } }
  .sdgs_block02 .inner_top h2 {
    font-size: 6.66vw;
    font-weight: 600;
    line-height: 1.6;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 1vw; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 .inner_top h2 {
        font-size: 32px;
        margin-bottom: 0; } }
  .sdgs_block02 .inner_top p {
    font-family: "Outfit", sans-serif;
    color: #8c8c8c;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 26px;
    font-size: 2.8vw; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 .inner_top p {
        font-size: 16px; } }
  .sdgs_block02 .inner_top figure img {
    width: 49.06vw;
    height: auto; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 .inner_top figure img {
        width: 368px; } }
.sdgs_block02 .inner_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .sdgs_block02 .inner_content {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 85px; } }
  @media screen and (max-width: 768px) {
    .sdgs_block02 .inner_content.reverse {
      margin-top: 16vw; } }
  @media screen and (min-width: 769px) {
    .sdgs_block02 .inner_content.reverse {
      flex-direction: row-reverse; }
      .sdgs_block02 .inner_content.reverse .right {
        margin-right: 60px; } }
  .sdgs_block02 .inner_content .right {
    position: relative; }
    @media screen and (max-width: 768px) {
      .sdgs_block02 .inner_content .right {
        width: 100%;
        height: auto;
        margin-bottom: 7vw;
        margin-left: auto;
        margin-right: auto;
        order: 2; } }
    @media screen and (min-width: 769px) {
      .sdgs_block02 .inner_content .right {
        margin-bottom: 0;
        width: 380px; } }
    .sdgs_block02 .inner_content .right img {
      width: 100%;
      height: auto; }
  .sdgs_block02 .inner_content .left {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .sdgs_block02 .inner_content .left {
        width: calc(100% - 10.66vw);
        margin-left: auto;
        margin-right: auto;
        display: contents; } }
    .sdgs_block02 .inner_content .left h3 {
      font-size: 4.26vw;
      font-weight: 700;
      margin-bottom: 10vw;
      line-height: 1.7;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      position: relative;
      order: 1; }
      @media screen and (min-width: 769px) {
        .sdgs_block02 .inner_content .left h3 {
          font-size: 22px;
          margin-bottom: 30px; } }
      .sdgs_block02 .inner_content .left h3::before {
        display: block;
        content: "";
        width: 1.46vw;
        height: 1.46vw;
        border-radius: 1.46vw;
        background: #EA5F46;
        left: 0;
        bottom: -2vw;
        position: absolute; }
        @media screen and (min-width: 769px) {
          .sdgs_block02 .inner_content .left h3::before {
            bottom: -7px;
            width: 9px;
            height: 9px;
            border-radius: 9px; } }
      .sdgs_block02 .inner_content .left h3::after {
        display: block;
        content: "";
        width: 100vw;
        height: 1px;
        background: #EA5F46;
        left: 1px;
        bottom: -1.3vw;
        position: absolute; }
        @media screen and (min-width: 769px) {
          .sdgs_block02 .inner_content .left h3::after {
            width: 800px;
            left: 1px;
            bottom: -3px; } }
    .sdgs_block02 .inner_content .left figure {
      justify-content: flex-start;
      order: 4; }
      .sdgs_block02 .inner_content .left figure img {
        width: 49.06vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .sdgs_block02 .inner_content .left figure img {
            width: 368px; } }
    .sdgs_block02 .inner_content .left p {
      margin-bottom: 5.33vw;
      order: 3; }
      @media screen and (min-width: 769px) {
        .sdgs_block02 .inner_content .left p {
          margin-bottom: 40px;
          max-width: 680px; } }

/* ------------------------------------------------
NEWSページ
------------------------------------------------ */
.news_block {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17.33vw; }
  @media screen and (min-width: 769px) {
    .news_block {
      margin-bottom: 130px; } }
  .news_block .inner_width {
    max-width: 1000px; }
  .news_block dl {
    display: none;
    border-bottom: solid 1px #C9C9C9;
    position: relative; }
    .news_block dl:first-of-type {
      border-top: solid 1px #C9C9C9; }
    .news_block dl dt {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      padding: 5.33vw 8vw 5.33vw 0; }
      @media screen and (min-width: 769px) {
        .news_block dl dt {
          padding: 28px;
          min-height: 130px; } }
      .news_block dl dt:checked {
        opacity: 1;
        background: #fff; }
      .news_block dl dt p {
        font-weight: 500; }
        @media screen and (min-width: 769px) {
          .news_block dl dt p {
            font-size: 16px; } }
      .news_block dl dt.deactive p {
        width: 78.66vw;
        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: 0;
        bottom: 0;
        margin: auto;
        background: url("../images/news/close.svg") no-repeat;
        background-size: contain;
        width: 7vw;
        height: 7vw;
        transition: all .2s;
        transform: rotate(0deg); }
        @media screen and (min-width: 769px) {
          .news_block dl dt::after {
            right: 28px;
            width: 52px;
            height: 52px; } }
      .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: 1vw; }
        @media screen and (min-width: 769px) {
          .news_block dl dt .date {
            font-size: 16px;
            margin-bottom: 4px; } }
    .news_block dl dd {
      padding: 0 8vw 5.33vw 0;
      box-sizing: border-box;
      display: none;
      position: relative;
      z-index: 2;
      margin-top: -4.66vw; }
      @media screen and (min-width: 769px) {
        .news_block dl dd {
          padding: 0 100px 30px 28px;
          margin-top: -24px; } }
      .news_block dl dd p {
        line-height: 6.13vw; }
        @media screen and (min-width: 769px) {
          .news_block dl dd p {
            line-height: 34px;
            font-size: 16px; } }
      .news_block dl dd .three_box {
        margin-block: 6.66vw 4vw; }
        @media screen and (min-width: 769px) {
          .news_block dl dd .three_box {
            margin-block: 50px 20px; } }
        .news_block dl dd .three_box ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 4vw;
          grid-row-gap: 3vw;
          margin-left: auto;
          margin-right: auto; }
          @media screen and (min-width: 769px) {
            .news_block dl dd .three_box ul {
              grid-template-columns: repeat(3, 1fr);
              grid-column-gap: 30px;
              grid-row-gap: 30px;
              max-width: 768px; } }
          .news_block dl dd .three_box ul li img {
            width: 100%;
            height: auto;
            margin-bottom: 1.6vw; }
            @media screen and (min-width: 769px) {
              .news_block dl dd .three_box ul li img {
                margin-bottom: 10px; } }
          .news_block dl dd .three_box ul li p {
            text-align: center;
            font-size: 2.93vw;
            line-height: 1.6; }
            @media screen and (min-width: 769px) {
              .news_block dl dd .three_box ul li p {
                font-size: 13px; } }
          @media screen and (max-width: 768px) {
            .news_block dl dd .three_box ul li.sp_center {
              position: relative;
              left: 22.5vw; } }

.news_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11vw;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .news_more {
      margin-top: 57px; } }
  .news_more span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 4vw;
    font-weight: 700; }
    @media screen and (min-width: 769px) {
      .news_more span {
        font-size: 16px; } }
    .news_more span figure {
      margin-left: 2vw; }
      @media screen and (min-width: 769px) {
        .news_more span figure {
          margin-left: 10px; } }
      .news_more span figure img {
        width: 6.66vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .news_more span figure img {
            width: 24px; } }

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

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  display: inline-block;
  margin-top: -12vw;
  padding-top: 12vw; }
  @media screen and (min-width: 769px) {
    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05 {
      margin-top: -20px;
      padding-top: 20px; } }

#sec01b {
  display: inline-block;
  margin-top: -14vw;
  padding-top: 14vw; }
  @media screen and (min-width: 769px) {
    #sec01b {
      margin-top: -20px;
      padding-top: 20px; } }

/* meinSlide */
.slideName.slideName-animation {
  animation: treat-slide-img 1.25s cubic-bezier(0.4, 0, 0.2, 1); }

.slideName.slideName-animation::before {
  animation: treat-slide-before 1.25s cubic-bezier(0.4, 0, 0.2, 1) 1.25s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

@keyframes treat-slide-img {
  0% {
    opacity: 1; } }
@keyframes treat-slide-before {
  100% {
    transform: translateX(-100%);
    opacity: 1; } }
.treat-second {
  opacity: 0; }

.treat-second.treat-animation {
  animation: treat-second-img 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1; }

.treat-second.treat-animation:before {
  animation: treat-second-before 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@keyframes treat-second-img {
  0% {
    opacity: 1;
    transform: translateX(5%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes treat-second-before {
  0% {
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 1; } }
@media screen and (max-width: 768px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    margin-top: -16vw;
    padding-top: 16vw; } }
/* header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  background: #fff; }
  .header.top {
    background: none; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed;
      height: 16vw;
      padding: 0 0 0 3vw;
      width: calc(100% - 16vw);
      z-index: 1000; }
      .header.top.active {
        background: #fff; } }
  @media screen and (min-width: 769px) {
    .header .h_logo {
      position: absolute;
      top: 40px;
      left: 30px; } }
  @media screen and (max-width: 768px) {
    .header .h_logo {
      width: 33.33vw;
      z-index: 99; } }
  .header .h_logo picture {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .header .h_logo picture {
        width: 184px;
        height: auto; } }
    .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;
        right: 0;
        top: 30px;
        position: absolute; } }
    .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 {
          margin: 0 20px; }
          .header .header_inner nav ul li a {
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            white-space: nowrap;
            color: #fff; }
          .header .header_inner nav ul li.h_sdgs {
            margin: 0 0 0 20px; }
            .header .header_inner nav ul li.h_sdgs a {
              width: 180px;
              height: 60px;
              background: #fff;
              display: flex;
              justify-content: center;
              align-items: center; }
          .header .header_inner nav ul li.h_contact {
            margin: 0; }
            .header .header_inner nav ul li.h_contact a {
              background: #111;
              width: 200px;
              height: 60px;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              text-align: center;
              font-family: "Outfit", sans-serif;
              font-weight: 500;
              font-size: 20px;
              padding-right: 10px;
              box-sizing: border-box; }
              .header .header_inner nav ul li.h_contact a figure {
                margin-right: 10px; }

.page .header .header_inner nav ul li a {
  color: #111 !important; }

.page .header_inner nav ul li.h_contact a {
  color: #fff !important; }

.header_sub {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 16vw;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .header_sub {
      right: 40px;
      top: 130px; } }
  .header_sub p {
    font-family: "Outfit", sans-serif;
    color: #fff;
    text-align: right;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .header_sub p {
        display: none; } }
  .header_sub picture.years {
    position: absolute;
    display: block;
    right: 3vw;
    top: 15vw;
    width: 23.335vw; }
    @media screen and (min-width: 769px) {
      .header_sub picture.years {
        width: 140px;
        right: 0;
        top: initial;
        position: relative; } }
    .header_sub picture.years img {
      width: 100%;
      height: auto; }
  .header_sub picture.goals {
    right: 0;
    top: 0;
    background: #fff;
    width: 16vw;
    height: 10.66vw; }
    @media screen and (min-width: 769px) {
      .header_sub picture.goals {
        display: none; } }
    .header_sub picture.goals img {
      width: 12.26vw;
      height: auto; }

@media screen and (min-width: 769px) {
  .page .header {
    padding: 0 30px;
    height: 130px; } }

.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;
        font-family: "Outfit", sans-serif;
        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: #111;
  transition: all .2s; }
  @media screen and (min-width: 769px) {
    .toggle {
      display: none;
      width: 90px;
      height: 100px;
      right: initial;
      left: 1210px; } }
  @media screen and (min-width: 1315px) {
    .toggle {
      right: 0;
      left: initial; } }
  .toggle p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .75vw;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: "Outfit", sans-serif;
    letter-spacing: .5vw;
    font-size: 2.26vw;
    font-weight: 300; }
    @media (width > 769px) {
      .toggle p {
        font-size: 10px;
        bottom: 12px;
        letter-spacing: 2px; } }

.toggle span {
  display: block;
  position: absolute;
  width: 4vw;
  border-bottom: solid 2px #fff;
  transition: .2s ease-in-out;
  left: 4.33vw; }
  @media (width > 768px) {
    .toggle span {
      left: 30px; } }

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

.toggle.isWhite span {
  border-bottom: solid 1px #000; }

.toggle span:nth-child(1) {
  top: 4vw;
  width: 6.8vw; }
  @media (width > 768px) {
    .toggle span:nth-child(1) {
      width: 34px;
      top: 30px;
      left: 28px; } }

.toggle span:nth-child(2) {
  top: 6.2vw;
  width: 4.93vw; }
  @media (width > 768px) {
    .toggle span:nth-child(2) {
      width: 20px;
      top: 40px;
      left: 28px; } }

.toggle span:nth-child(3) {
  top: 8.4vw;
  width: 3.5vw; }
  @media (width > 768px) {
    .toggle span:nth-child(3) {
      width: 25px;
      top: 50px;
      left: 28px; } }

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  width: 8vw;
  top: 6.2vw;
  left: 3.6vw;
  transform: rotate(-45deg); }
  @media (width > 768px) {
    .toggle.active span:nth-child(1) {
      left: 24px;
      width: 40px;
      top: 38px; } }

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 6.2vw;
  transform: rotate(45deg);
  left: 3.6vw;
  width: 8vw; }
  @media (width > 768px) {
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
      width: 40px;
      top: 38px;
      left: 24px; } }

.toggle.active span:nth-child(2) {
  top: 5.66vw;
  transform: rotate(45deg);
  opacity: 0;
  left: 24px; }
  @media (width > 768px) {
    .toggle.active span:nth-child(2) {
      width: 40px;
      top: 38px;
      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%;
  height: 100vh;
  z-index: 999;
  background: rgba(255, 255, 255, 0.94);
  overflow-x: hidden;
  padding: 27.33vw 4.8vw 28.66vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .nav_menu {
      display: none; } }
  .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 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .nav_menu .nav_bottom li {
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .nav_menu .nav_bottom li {
          margin: initial;
          margin-right: 3.2vw; } }
      .nav_menu .nav_bottom li a {
        color: #666;
        font-weight: 500;
        font-size: 3.2vw;
        white-space: nowrap; }
  .nav_menu .nav_inner_menu {
    position: relative; }
    @media screen and (max-width: 768px) {
      .nav_menu .nav_inner_menu {
        margin-bottom: 12vw; } }
    .nav_menu .nav_inner_menu li:first-of-type a {
      border-top: solid 1px #D6D6D6; }
    .nav_menu .nav_inner_menu li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      font-size: 4vw;
      font-weight: 700;
      position: relative;
      padding: 4vw 2.13vw;
      box-sizing: border-box;
      border-bottom: solid 1px #D6D6D6; }
      .nav_menu .nav_inner_menu li a::after {
        background: url("../images/top/arrow01.svg") no-repeat;
        background-size: cover;
        width: 5.2vw;
        height: 1.06vw;
        position: absolute;
        right: 2.13vw;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }

/* footer.scss */
.footer_container {
  width: 100%; }
  .footer_container picture img {
    width: 100%;
    height: 26.66vw;
    object-fit: cover;
    object-position: center; }
    @media screen and (min-width: 769px) {
      .footer_container picture img {
        height: 130px; } }

.footer {
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
  background: #fff;
  padding: 75px 15px 30px 15px; }
  @media screen and (max-width: 768px) {
    .footer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 12vw 0 7.66vw 0; } }
  @media screen and (min-width: 769px) {
    .footer {
      padding: 73px 15px 30px 15px; } }
  .footer .footer_inner {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    box-sizing: border-box;
    margin-bottom: 40px; }
    @media screen and (min-width: 769px) {
      .footer .footer_inner {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 75px; } }
    .footer .footer_inner .footer_left {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 11vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_left {
          margin-bottom: 0;
          align-items: flex-start; } }
      .footer .footer_inner .footer_left p {
        color: #111;
        font-size: 3.2vw;
        text-align: center;
        line-height: 5.86vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_left p {
            font-size: 14px;
            line-height: 26px;
            text-align: left; } }
      .footer .footer_inner .footer_left a {
        color: #111; }
      .footer .footer_inner .footer_left .f_logo {
        margin-bottom: 4.66vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_left .f_logo {
            margin-bottom: 25px; } }
        .footer .footer_inner .footer_left .f_logo img {
          width: 34.66vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .footer .footer_inner .footer_left .f_logo img {
              width: 180px; } }
    .footer .footer_inner .footer_right {
      display: flex;
      color: #111;
      flex-direction: column;
      order: 1;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_right {
          position: relative;
          flex-direction: row;
          justify-content: flex-end;
          flex: 1;
          top: 8px; } }
      @media screen and (max-width: 768px) {
        .footer .footer_inner .footer_right nav {
          width: calc(100% - 10.66vw);
          margin-left: auto;
          margin-right: auto;
          line-height: 8vw;
          margin-bottom: 8vw; } }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_right nav {
          width: initial;
          line-height: 30px;
          margin-left: 50px; }
          .footer .footer_inner .footer_right nav:first-of-type {
            margin-left: 0; } }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_right nav ul {
          display: flex;
          justify-content: flex-end;
          align-items: center; } }
      @media screen and (max-width: 768px) {
        .footer .footer_inner .footer_right nav ul li:first-of-type a {
          border-top: solid 1px #D6D6D6; } }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_right nav ul li {
          margin-left: 42px; } }
      .footer .footer_inner .footer_right nav ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-size: 4vw;
        font-weight: 700;
        position: relative;
        padding: 4vw 2.13vw;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .footer .footer_inner .footer_right nav ul li a {
            padding: 0;
            font-size: 15px; } }
        @media screen and (max-width: 768px) {
          .footer .footer_inner .footer_right nav ul li a {
            border-bottom: solid 1px #D6D6D6; }
            .footer .footer_inner .footer_right nav ul li a::after {
              background: url("../images/top/arrow01.svg") no-repeat;
              background-size: cover;
              width: 5.2vw;
              height: 1.06vw;
              position: absolute;
              right: 2.13vw;
              top: 0;
              bottom: 0;
              margin: auto;
              content: "";
              transition: all .2s; } }
  .footer .copyright {
    color: #111;
    font-size: 3.2vw;
    letter-spacing: 1px;
    order: 4;
    font-weight: 400;
    font-family: "Outfit", sans-serif; }
    @media screen and (min-width: 769px) {
      .footer .copyright {
        font-size: 12px;
        align-items: flex-end; } }
    .footer .copyright p {
      line-height: 1;
      color: #888; }
  .footer .footer_bottom {
    position: relative;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 10.66vw); }
    @media screen and (min-width: 768px) {
      .footer .footer_bottom {
        width: initial;
        order: 2;
        justify-content: space-between;
        flex-direction: row; } }
    .footer .footer_bottom ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12vw;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .footer .footer_bottom ul {
          justify-content: flex-start;
          margin-bottom: 0;
          width: initial; } }
      .footer .footer_bottom ul li {
        line-height: 1; }
        @media screen and (min-width: 769px) {
          .footer .footer_bottom ul li {
            margin: initial;
            margin-right: 25px; } }
        .footer .footer_bottom ul li a {
          color: #666;
          font-weight: 500;
          font-size: 3.2vw;
          white-space: nowrap; }
          @media screen and (min-width: 769px) {
            .footer .footer_bottom ul li a {
              font-size: 13px; } }
