@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 {
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --window-width: 0px; }

html {
  overflow-x: hidden; }

body {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73vw;
  line-height: 1.9;
  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; } }

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

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

#screen {
  position: relative;
  text-align: left; }

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

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

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

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  height: 170.66vw;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .keyvisual {
      min-width: 1300px;
      height: 100vh;
      min-height: 620px;
      max-height: 820px; } }
  .keyvisual #slider .slick-list, .keyvisual #slider .slick-track {
    height: 170.66vw; }
    @media screen and (min-width: 769px) {
      .keyvisual #slider .slick-list, .keyvisual #slider .slick-track {
        height: 100vh;
        min-height: 620px;
        max-height: 820px; } }
  .keyvisual #slider picture {
    width: 100%;
    height: 100%; }
    .keyvisual #slider picture img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  .keyvisual .inner_wrap {
    width: calc(100% - 5.33vw);
    max-width: 1120px;
    height: 170.66vw;
    margin: auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (min-width: 769px) {
      .keyvisual .inner_wrap {
        min-height: 620px;
        width: calc(100% - 40px);
        height: 100vh;
        max-height: 820px; } }
    @media screen and (min-width: 1300px) {
      .keyvisual .inner_wrap {
        max-width: initial;
        width: calc(100% - 180px); } }
    .keyvisual .inner_wrap figure {
      justify-content: flex-end;
      right: 2.4vw;
      top: 34vw;
      position: relative; }
      @media screen and (min-width: 769px) {
        .keyvisual .inner_wrap figure {
          right: 7px;
          top: 161px; } }
      .keyvisual .inner_wrap figure img {
        width: 27.46vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .keyvisual .inner_wrap figure img {
            width: 134px; } }
    .keyvisual .inner_wrap .key_txt {
      position: absolute;
      left: 2.33vw;
      bottom: 19vw; }
      @media screen and (min-width: 769px) {
        .keyvisual .inner_wrap .key_txt {
          left: -5px;
          bottom: 120px; } }
      .keyvisual .inner_wrap .key_txt h2 {
        width: 81.46vw;
        font-family: 'Cormorant Garamond';
        font-style: normal;
        font-weight: 500;
        font-size: 12vw;
        line-height: 100%;
        leading-trim: both;
        text-edge: cap;
        background: radial-gradient(62.45% 106.59% at 43.02% 55.61%, #002666 0%, #AAAAAA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-bottom: 3.6vw; }
        @media screen and (min-width: 769px) {
          .keyvisual .inner_wrap .key_txt h2 {
            font-size: 78px;
            width: 530px;
            margin-bottom: 20px; } }
      .keyvisual .inner_wrap .key_txt p {
        color: #fff;
        font-family: "Shippori Mincho", serif;
        font-size: 4vw;
        font-weight: 700;
        position: relative;
        margin-left: 21.5vw;
        line-height: 1.9;
        letter-spacing: -.1vw; }
        @media screen and (min-width: 769px) {
          .keyvisual .inner_wrap .key_txt p {
            margin-left: 180px;
            font-size: 18px;
            letter-spacing: 0; } }
        .keyvisual .inner_wrap .key_txt p::before {
          width: 12.8vw;
          height: .26vw;
          background: #fff;
          content: "";
          position: absolute;
          left: -16vw;
          top: 4vw;
          margin: auto; }
          @media screen and (min-width: 769px) {
            .keyvisual .inner_wrap .key_txt p::before {
              bottom: 0;
              top: 0;
              height: 1px;
              left: -100px;
              width: 80px; } }
  .keyvisual .scroll_down {
    position: absolute;
    bottom: 13vw;
    right: -1.3vw;
    z-index: 6;
    width: 6vw;
    width: 100%;
    margin: auto;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .keyvisual .scroll_down {
        right: -1px;
        bottom: 68px;
        width: calc(100% - 180px); } }
  .keyvisual .scroll_down a {
    display: inline-block;
    position: absolute;
    right: 2.33vw;
    bottom: 0;
    z-index: 2;
    padding: 0 0 2.93vw;
    color: #fff;
    font-size: 3.46vw;
    line-height: 1;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    margin: auto; }
    @media screen and (min-width: 769px) {
      .keyvisual .scroll_down a {
        right: 10px;
        font-size: 12px;
        padding: 0 0 22px; } }
    .keyvisual .scroll_down a p {
      position: relative;
      font-size: 3.46vw;
      z-index: 5;
      line-height: 1;
      font-family: "Cormorant Garamond", serif; }
      @media screen and (min-width: 769px) {
        .keyvisual .scroll_down a p {
          left: 7px;
          font-size: 16px; } }
  .keyvisual .scroll_down a + div {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 4vw;
    width: .26vw;
    height: 6.4vw;
    top: -1.5vw; }
    @media screen and (min-width: 769px) {
      .keyvisual .scroll_down a + div {
        height: 32px;
        width: 2px;
        right: 10px;
        top: 0; } }
  .keyvisual .scroll_down a + div:after {
    overflow: hidden;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: .26vw;
    height: 6.4vw;
    background: #fff; }
    @media screen and (min-width: 769px) {
      .keyvisual .scroll_down a + div:after {
        height: 32px;
        bottom: 0;
        width: 1px; } }
  .keyvisual .scroll_down a + div:hover {
    opacity: .5; }
  .keyvisual #type01 div:after {
    animation: sdl01 4s ease-out infinite; }
@keyframes sdl01 {
  0% {
    transform: translateY(-100%); }
  18% {
    transform: translateY(0); }
  30% {
    transform: translateY(0); }
  38% {
    transform: translateY(100%); }
  100% {
    transform: translateY(100%); } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tb_mb300 {
    margin-bottom: 300px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_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_mb45 {
    margin-bottom: 45px !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; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp_mb30 {
    margin-bottom: 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: 80px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex1 {
  flex: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_align-end {
    align-items: flex-end !important; } }
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.top_contents01 {
  box-sizing: border-box;
  padding: 13.7vw 0 16.66vw;
  position: relative; }
  @media screen and (min-width: 769px) {
    .top_contents01 {
      padding: 94px 0 120px; } }
  .top_contents01 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_contents01 section {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column; } }
    @media screen and (min-width: 769px) {
      .top_contents01 section {
        width: calc(100% - 40px); } }
    .top_contents01 section::after {
      background: url("../images/top/bg01_sp.png") no-repeat;
      background-size: contain;
      width: calc(100% + 10.66vw);
      height: 80vw;
      position: absolute;
      right: -5.33vw;
      bottom: 2vw;
      content: "";
      transition: all .2s;
      z-index: -1; }
      @media screen and (min-width: 769px) {
        .top_contents01 section::after {
          right: -80px;
          bottom: 0;
          background: url("../images/top/bg01_pc.png") no-repeat;
          background-size: contain;
          width: 856px;
          height: 606px;
          right: 0; } }
    .top_contents01 section .title_type00 {
      position: relative;
      flex-direction: column;
      margin-bottom: 5vw; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .title_type00 {
          margin-bottom: 30px;
          margin-top: 4px; } }
      .top_contents01 section .title_type00 h2 {
        font-family: "Cormorant Garamond", serif;
        font-size: 9.33vw;
        font-weight: 700;
        line-height: 1.3;
        color: #002666; }
        @media screen and (min-width: 769px) {
          .top_contents01 section .title_type00 h2 {
            font-size: 80px; } }
        .top_contents01 section .title_type00 h2 small {
          color: #DBDBDB;
          font-size: 8vw;
          font-weight: 600;
          display: inline-block;
          margin-left: 1.86vw; }
          @media screen and (min-width: 769px) {
            .top_contents01 section .title_type00 h2 small {
              font-size: 64px;
              margin-left: 14px; } }
        .top_contents01 section .title_type00 h2 span {
          display: block; }
          .top_contents01 section .title_type00 h2 span + span {
            position: relative;
            color: #AAAAAA;
            margin-left: 18vw; }
            @media screen and (min-width: 769px) {
              .top_contents01 section .title_type00 h2 span + span {
                margin-left: 135px; } }
            .top_contents01 section .title_type00 h2 span + span::before {
              content: "";
              position: absolute;
              left: -21vw;
              top: 0;
              bottom: 0;
              width: 18vw;
              height: 1px;
              margin: auto;
              background: #DBDBDB; }
              @media screen and (min-width: 769px) {
                .top_contents01 section .title_type00 h2 span + span::before {
                  width: 135px;
                  left: -160px; } }
    .top_contents01 section .inner_top {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: column-reverse; }
      @media screen and (max-width: 768px) {
        .top_contents01 section .inner_top {
          position: relative;
          height: 82vw; } }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_top {
          flex-direction: row;
          align-items: flex-start;
          margin-bottom: 52px; } }
      .top_contents01 section .inner_top .img01 {
        position: relative; }
        @media screen and (max-width: 768px) {
          .top_contents01 section .inner_top .img01 {
            position: absolute;
            margin-bottom: 26vw;
            left: 49.86vw;
            top: 0; } }
        .top_contents01 section .inner_top .img01 img {
          width: 39.46vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .top_contents01 section .inner_top .img01 img {
              width: 311px; } }
    .top_contents01 section .inner_middle {
      display: contents;
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_middle {
          display: flex; } }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_middle > div {
          width: 658px; } }
      .top_contents01 section .inner_middle > div > p {
        line-height: 1.9;
        margin-bottom: 6.5vw; }
        @media screen and (min-width: 769px) {
          .top_contents01 section .inner_middle > div > p {
            margin-bottom: 30px; } }
      .top_contents01 section .inner_middle > div .link_type01 {
        margin-top: -.5vw;
        justify-content: flex-start; }
        @media screen and (min-width: 769px) {
          .top_contents01 section .inner_middle > div .link_type01 {
            margin-top: 36px; } }
      @media screen and (max-width: 768px) {
        .top_contents01 section .inner_middle .img02 {
          position: absolute;
          top: 8.5vw; } }
      .top_contents01 section .inner_middle .img02 img {
        width: 44.53vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .top_contents01 section .inner_middle .img02 img {
            width: 100%; } }

.top_contents02 {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .top_contents02 section {
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_contents02 section {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse; } }
    .top_contents02 section .inner_content {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .top_contents02 section .inner_content {
          flex-direction: row;
          width: 1120px;
          height: 502px;
          margin-left: auto;
          margin-right: auto;
          justify-content: flex-start;
          align-items: center; } }
      .top_contents02 section .inner_content::after {
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: none;
        transition: all .2s; }
        @media screen and (min-width: 769px) {
          .top_contents02 section .inner_content::after {
            content: "";
            min-width: 872px;
            width: calc(100% - 428px);
            background: url("../images/top/bg03_pc.webp") no-repeat;
            background-position: center; } }
        @media screen and (min-width: 1500px) {
          .top_contents02 section .inner_content::after {
            width: calc(100% - (428px + (var(--element-x) / 2))); } }
      .top_contents02 section .inner_content .txt {
        width: 100%;
        position: relative;
        padding: 8.26vw 2.66vw;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          .top_contents02 section .inner_content .txt {
            padding: 15.5vw 8vw 16.5vw;
            box-sizing: border-box;
            background: url("../images/top/bg03_sp.webp") no-repeat;
            background-position: center;
            background-size: cover; } }
        @media screen and (min-width: 769px) {
          .top_contents02 section .inner_content .txt {
            width: 772px;
            height: 422px;
            padding: 30px 30px 40px 40px;
            left: -40px; } }
        .top_contents02 section .inner_content .txt::before {
          position: absolute;
          content: "";
          width: calc(100% - 5.33vw);
          height: calc(100% - 17vw);
          background: #FFFFFF;
          opacity: 0.06;
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
          left: 0;
          top: 0; }
          @media screen and (max-width: 768px) {
            .top_contents02 section .inner_content .txt::before {
              right: 0;
              bottom: 0;
              margin: auto; } }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_content .txt::before {
              width: 772px;
              height: 422px; } }
        .top_contents02 section .inner_content .txt::after {
          z-index: -2;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          transition: all .2s; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_content .txt::after {
              content: none; } }
          @media screen and (min-width: 1500px) {
            .top_contents02 section .inner_content .txt::after {
              width: calc(100% - (428px + (var(--element-x) / 2))); } }
        .top_contents02 section .inner_content .txt .title_type02 {
          margin-bottom: 4.3vw; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_content .txt .title_type02 {
              margin-bottom: 40px; } }
          .top_contents02 section .inner_content .txt .title_type02 h2 {
            margin-left: -6vw; }
            @media screen and (min-width: 769px) {
              .top_contents02 section .inner_content .txt .title_type02 h2 {
                margin-left: -62px; } }
          @media screen and (max-width: 768px) {
            .top_contents02 section .inner_content .txt .title_type02 p {
              margin-bottom: 0; } }
        .top_contents02 section .inner_content .txt > p {
          position: relative;
          color: #fff;
          line-height: 1.9;
          margin-bottom: 6vw; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_content .txt > p {
              margin-bottom: 38px; } }
        .top_contents02 section .inner_content .txt ul {
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_content .txt ul {
              justify-content: flex-start; } }
          .top_contents02 section .inner_content .txt ul li {
            margin-right: 18px;
            margin-bottom: 15px; }
            @media screen and (min-width: 769px) {
              .top_contents02 section .inner_content .txt ul li:nth-of-type(3), .top_contents02 section .inner_content .txt ul li:nth-of-type(6) {
                margin-right: 0; } }
            @media screen and (max-width: 768px) {
              .top_contents02 section .inner_content .txt ul li {
                margin-right: 0;
                margin-bottom: 3.8vw; }
                .top_contents02 section .inner_content .txt ul li:nth-of-type(even) {
                  margin-right: 0; }
                .top_contents02 section .inner_content .txt ul li:nth-of-type(5), .top_contents02 section .inner_content .txt ul li:nth-of-type(6) {
                  margin-bottom: 0; } }
            .top_contents02 section .inner_content .txt ul li a {
              line-height: 1;
              box-sizing: border-box;
              height: 9.86vw;
              border-radius: 9.86vw;
              border: solid .26vw #CDE0FF;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              padding: 0 4.5vw;
              font-size: 3.33vw; }
              @media screen and (min-width: 769px) {
                .top_contents02 section .inner_content .txt ul li a {
                  border: solid 1px #CDE0FF;
                  font-size: 16px;
                  padding: 0 36px;
                  height: 56px;
                  border-radius: 56px; } }
              @media screen and (max-width: 620px) {
                .top_contents02 section .inner_content .txt ul li a {
                  padding: 0 4.2vw; } }
    .top_contents02 section .inner_photo {
      width: 100%; }
      @media screen and (min-width: 769px) {
        .top_contents02 section .inner_photo {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex-direction: row;
          width: 1120px;
          height: 502px; } }
      @media screen and (min-width: 769px) {
        .top_contents02 section .inner_photo picture {
          position: absolute;
          top: 0;
          left: 782px;
          width: calc(428px + var(--element-x));
          height: 502px;
          z-index: 2; } }
      .top_contents02 section .inner_photo picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left; }

.title_type01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6.66vw; }
  @media screen and (min-width: 769px) {
    .title_type01 {
      margin-bottom: 50px; } }
  .title_type01 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 8.26vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.4vw;
    text-align: left;
    color: #002666; }
    @media screen and (min-width: 769px) {
      .title_type01 p {
        font-size: 50px;
        margin-bottom: 12px; } }
  .title_type01 h2 {
    font-size: 3.73vw;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .title_type01 h2 {
        font-size: 16px;
        margin-left: 24px; } }
    .title_type01 h2 figure {
      width: 6.4vw;
      height: 1px;
      background: #aaa;
      margin-right: 1.33vw; }
      @media screen and (min-width: 769px) {
        .title_type01 h2 figure {
          width: 48px;
          margin-right: 10px; } }

.title_type02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6.66vw;
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .title_type02 {
      margin-bottom: 30px; } }
  .title_type02 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 8.26vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1vw;
    text-align: left;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .title_type02 p {
        font-size: 50px;
        margin-bottom: 5px; } }
  .title_type02 h2 {
    font-size: 3.73vw;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .title_type02 h2 {
        font-size: 16px;
        margin-left: 24px; } }
    .title_type02 h2 figure {
      width: 48px;
      height: 1px;
      background: #fff;
      margin-right: 10px; }

.title_type03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 6.66vw;
  margin-bottom: 3vw; }
  @media screen and (min-width: 769px) {
    .title_type03 {
      margin-bottom: 10px;
      top: -12px; } }
  .title_type03 p {
    font-family: "Cormorant Garamond", serif;
    font-size: 8vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 6vw;
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    left: 6vw; }
    @media screen and (min-width: 769px) {
      .title_type03 p {
        left: 88px;
        font-size: 48px;
        margin-bottom: 30px; } }
  .title_type03 h2 {
    font-size: 4.26vw;
    font-weight: 700;
    font-family: "Shippori Mincho", serif;
    position: relative;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.6; }
    @media screen and (min-width: 769px) {
      .title_type03 h2 {
        font-size: 20px;
        align-items: center; } }
    .title_type03 h2 figure {
      width: 7.46vw;
      height: 1px;
      background: #fff;
      margin-right: 3vw;
      position: relative;
      top: 4vw; }
      @media screen and (min-width: 769px) {
        .title_type03 h2 figure {
          width: 48px;
          margin-right: 16px;
          top: initial; } }

.link_type01 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .link_type01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56.53vw;
    height: 14.53vw;
    color: #fff;
    position: relative;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
    transition: all .25s;
    border-radius: 1.33vw;
    border: solid 1px transparent;
    background: none;
    padding-right: 6vw; }
    @media screen and (min-width: 769px) {
      .link_type01 a {
        width: 231px;
        height: 60px;
        border-radius: 6px;
        padding-right: 18px; } }
    .link_type01 a p {
      position: relative;
      z-index: 2; }
    .link_type01 a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      margin: auto;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: url("../images/common/btn01_pc.png") no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 1;
      transition: all .25s; }
    .link_type01 a svg {
      position: relative;
      left: 7vw;
      width: 3.73vw;
      height: 2.26vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .link_type01 a svg {
          left: 20px;
          width: 17px;
          height: 11px; } }
    .link_type01 a:hover {
      transition: all .25s;
      background: #fff;
      background-position: center;
      background-size: cover;
      border: solid 1px #111111;
      border-radius: 6px;
      color: #111111;
      opacity: 1; }
      .link_type01 a:hover::after {
        opacity: 0; }
      .link_type01 a:hover svg .line00 {
        fill: #111111; }
      .link_type01 a:hover svg .line01 {
        stroke: #111111; }

.link_type02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .link_type02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56.53vw;
    height: 14.53vw;
    border-radius: 1.33vw;
    color: #fff;
    position: relative;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
    border-radius: 1.33vw;
    transition: all .25s;
    border: solid 1px #fff;
    padding-right: 2.4vw; }
    @media screen and (min-width: 769px) {
      .link_type02 a {
        padding-right: 18px;
        width: 231px;
        height: 60px;
        border-radius: 6px; } }
    .link_type02 a svg {
      position: relative;
      left: 7vw;
      width: 3.73vw;
      height: 2.26vw;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .link_type02 a svg {
          left: 20px;
          width: 17px;
          height: 11px; } }
    .link_type02 a p {
      position: relative;
      z-index: 2; }
    .link_type02 a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      margin: auto;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: all .25s;
      opacity: 0;
      background: url("../images/common/btn01_pc.png") no-repeat;
      background-position: center;
      background-size: cover; }
    .link_type02 a:hover {
      transition: all .25s;
      opacity: 1; }
      .link_type02 a:hover::after {
        transition: all .25s;
        opacity: 1; }

.top_contents03 {
  background: url("../images/top/bg02_sp.png") no-repeat;
  background-size: cover;
  padding: 12.33vw 0 16vw; }
  @media screen and (min-width: 769px) {
    .top_contents03 {
      padding: 88px 0 116px;
      background: url("../images/top/bg02_pc.png") no-repeat;
      background-size: cover;
      background-position: bottom; } }
  .top_contents03 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    .top_contents03 section .inner_top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 8.2vw;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .top_contents03 section .inner_top {
          flex-direction: row;
          margin-bottom: 14px; } }
      @media screen and (max-width: 768px) {
        .top_contents03 section .inner_top .title_type01 {
          margin-bottom: 8vw; }
          .top_contents03 section .inner_top .title_type01 p {
            margin-bottom: 1.8vw; } }
      @media screen and (min-width: 769px) {
        .top_contents03 section .inner_top .link_type01 {
          top: 12px;
          position: relative; } }
    .top_contents03 section .inner_bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse;
      margin-bottom: 21.66vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 section .inner_bottom {
          flex-direction: row;
          margin-bottom: 0; } }
      .top_contents03 section .inner_bottom .slick-slider {
        margin: 0; }
      @media screen and (min-width: 769px) {
        .top_contents03 section .inner_bottom #slider02 {
          width: 647px; } }
      .top_contents03 section .inner_bottom #slider02 .slick-slide {
        margin-right: 4.26vw; }
        @media screen and (min-width: 769px) {
          .top_contents03 section .inner_bottom #slider02 .slick-slide {
            margin-right: 24px; } }
        .top_contents03 section .inner_bottom #slider02 .slick-slide img {
          width: 42.53vw;
          height: auto;
          margin-bottom: .6vw;
          vertical-align: bottom; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .inner_bottom #slider02 .slick-slide img {
              width: 300px;
              margin-bottom: 10px; } }
        .top_contents03 section .inner_bottom #slider02 .slick-slide p {
          background: #aaa;
          height: 4.26vw;
          border-radius: 4.26vw;
          color: #fff;
          font-size: 3.2vw;
          text-align: center;
          padding: 0 2.2vw .1vw;
          box-sizing: border-box;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          line-height: 1; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .inner_bottom #slider02 .slick-slide p {
              padding: 0 10px 2px;
              height: 20px;
              border-radius: 20px;
              font-size: 14px; } }
      .top_contents03 section .inner_bottom > p {
        line-height: 1.9;
        margin-bottom: 8.66vw; }
        @media screen and (min-width: 769px) {
          .top_contents03 section .inner_bottom > p {
            width: 432px;
            margin-top: 20px;
            margin-bottom: 0; } }

.top_contents04 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr; }
  @media screen and (min-width: 769px) {
    .top_contents04 {
      grid-template-columns: repeat(2, 1fr); } }
  .top_contents04 .title_type02 {
    margin-bottom: 8vw; }
    @media screen and (min-width: 769px) {
      .top_contents04 .title_type02 {
        margin-bottom: 54px; } }
  .top_contents04 .left {
    background: url("../images/top/bg04_sp.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 64.13vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .top_contents04 .left {
        height: 351px;
        background: url("../images/top/bg04_pc.jpg") no-repeat;
        background-size: cover;
        padding-bottom: 10px; } }
  .top_contents04 .right {
    background: url("../images/top/bg05_sp.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 64.13vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .top_contents04 .right {
        height: 351px;
        background: url("../images/top/bg05_pc.jpg") no-repeat;
        background-size: cover;
        padding-bottom: 10px; } }
    .top_contents04 .right .link_type02 a {
      width: 73.33vw; }
      @media screen and (min-width: 769px) {
        .top_contents04 .right .link_type02 a {
          width: 303px; } }

.top_news {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 12vw 0 13.5vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .top_news {
      padding: 95px 20px 98px; } }
  .top_news .inner_content {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .top_news .inner_content {
        flex-direction: row;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .top_news .inner_content .inner_left {
        display: contents;
        width: 100%; }
        .top_news .inner_content .inner_left .link_type01 {
          order: 3; } }
    @media screen and (min-width: 769px) {
      .top_news .inner_content .inner_left {
        position: relative;
        top: -8px; } }
    .top_news .inner_content .inner_left .title_type01 {
      align-items: flex-start;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .top_news .inner_content .inner_left .title_type01 {
          margin-bottom: 64px; }
          .top_news .inner_content .inner_left .title_type01 h2 {
            margin-left: 28px; } }
      @media screen and (max-width: 768px) {
        .top_news .inner_content .inner_left .title_type01 {
          order: 1; }
          .top_news .inner_content .inner_left .title_type01 h2 {
            margin-left: 5vw; }
          .top_news .inner_content .inner_left .title_type01 p {
            margin-bottom: 2vw; } }
    .top_news .inner_content .inner_right {
      width: 100%;
      order: 2; }
      @media screen and (min-width: 769px) {
        .top_news .inner_content .inner_right {
          width: 737px; } }
      @media screen and (max-width: 768px) {
        .top_news .inner_content .inner_right ul {
          margin-bottom: 8.5vw; } }
      .top_news .inner_content .inner_right ul li {
        padding: 4vw 0;
        width: 100%;
        border-bottom: solid 1px #E1E1E1; }
        @media screen and (min-width: 769px) {
          .top_news .inner_content .inner_right ul li {
            padding: 26px 0; } }
        .top_news .inner_content .inner_right ul li:first-of-type {
          border-top: solid 1px #E1E1E1; }
        .top_news .inner_content .inner_right ul li a {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          font-size: 3.73vw;
          line-height: 1.9;
          font-weight: 400;
          flex-direction: column;
          padding: 0 1.33vw;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .top_news .inner_content .inner_right ul li a {
              padding: 0 16px;
              font-size: 15px;
              flex-direction: row; } }
          .top_news .inner_content .inner_right ul li a .date {
            color: #aaa;
            font-size: 4vw;
            font-weight: 500;
            width: 100%;
            line-height: 1.6;
            font-family: "Cormorant Garamond", serif; }
            @media screen and (min-width: 769px) {
              .top_news .inner_content .inner_right ul li a .date {
                font-size: 18px;
                width: 100px; } }
          .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; } }

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative;
  margin-bottom: 12vw;
  height: 66.8vw; }
  @media screen and (min-width: 769px) {
    .page_keyvisual {
      margin-bottom: 85px;
      height: 430px; } }
  .page_keyvisual picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .page_keyvisual picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (min-width: 769px) {
        .page_keyvisual picture img {
          height: 430px; } }
  .page_keyvisual .key_wrap {
    width: calc(100% - 10.66vw);
    margin: auto;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10.3vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .page_keyvisual .key_wrap {
        width: calc(100% - 40px);
        max-width: 1120px;
        padding-top: 43px; } }
    .page_keyvisual .key_wrap .key_text h1 {
      line-height: 1;
      color: #fff;
      font-size: 4.26vw;
      font-weight: 500;
      font-family: "Shippori Mincho", serif;
      position: relative; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .key_wrap .key_text h1 {
          font-size: 20px; } }
      .page_keyvisual .key_wrap .key_text h1 span {
        line-height: 1;
        margin-bottom: 14px;
        display: block;
        font-family: "Cormorant Garamond", serif;
        font-size: 10.13vw; }
        @media screen and (min-width: 769px) {
          .page_keyvisual .key_wrap .key_text h1 span {
            font-size: 64px; } }

.breadcrumbs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  margin-left: auto;
  box-sizing: border-box;
  font-size: 3.73vw;
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  position: absolute;
  bottom: 6vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  font-family: "Shippori Mincho", serif; }
  @media screen and (min-width: 769px) {
    .breadcrumbs {
      width: calc(100% - 40px);
      font-size: 16px;
      bottom: 24px; } }
  .breadcrumbs div {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .breadcrumbs div span {
      display: inline-block;
      margin: 0 2.66vw; }
      @media screen and (min-width: 769px) {
        .breadcrumbs div span {
          margin: 0 10px; } }
  .breadcrumbs a {
    color: #fff; }

.table_type02 .year {
  color: #7E8388;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.4; }
  @media screen and (min-width: 769px) {
    .table_type02 .year {
      font-size: 26px; } }
.table_type02 dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #D9D9D9;
  box-sizing: border-box; }
  .table_type02 dl:first-of-type {
    border-top: solid 1px #D9D9D9; }
  .table_type02 dl dt {
    padding: 4.8vw 0;
    font-weight: 700;
    width: 26vw;
    box-sizing: border-box;
    color: #7E8388; }
    @media screen and (min-width: 769px) {
      .table_type02 dl dt {
        width: 215px;
        padding: 32px 0 32px 35px; } }
  .table_type02 dl dd {
    padding: 4.8vw 0;
    width: calc(100% - 26vw);
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .table_type02 dl dd {
        width: calc(100% - 215px);
        padding: 32px 0; } }
    .table_type02 dl dd b {
      display: block;
      margin-bottom: 6px; }
    .table_type02 dl dd ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column; }
      @media screen and (min-width: 769px) {
        .table_type02 dl dd ul {
          flex-flow: row; } }
      .table_type02 dl dd ul li {
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          .table_type02 dl dd ul li:first-of-type {
            margin-bottom: 4.66vw; } }
.table_type02 .mark_img img {
  width: 34.6vw;
  height: auto; }
  @media screen and (min-width: 769px) {
    .table_type02 .mark_img img {
      width: 260px; } }

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
.company_content01 {
  background: url("../images/company/bg01_sp.jpg") no-repeat;
  background-size: contain;
  background-position: 0 119vw;
  padding: 0 0 8vw; }
  @media screen and (min-width: 769px) {
    .company_content01 {
      background: url("../images/company/bg01_pc.jpg") no-repeat;
      background-size: cover;
      background-position: bottom;
      padding: 0 0 80px; } }
  .company_content01 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .company_content01 section {
        width: calc(100% - 40px); } }
    .company_content01 section .title_type01 {
      align-items: flex-start;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .company_content01 section .title_type01 {
          margin-bottom: 55px; } }
    .company_content01 section .inner_block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse; }
      @media screen and (min-width: 769px) {
        .company_content01 section .inner_block {
          flex-direction: row; } }
      .company_content01 section .inner_block .left {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .company_content01 section .inner_block .left {
            width: 640px; } }
        .company_content01 section .inner_block .left p {
          margin-bottom: 7vw; }
          @media screen and (min-width: 769px) {
            .company_content01 section .inner_block .left p {
              margin-bottom: 29px; } }
      .company_content01 section .inner_block .right {
        margin-bottom: 9vw;
        width: 100%; }
        @media screen and (min-width: 769px) {
          .company_content01 section .inner_block .right {
            width: 376px;
            margin-bottom: 0;
            margin-top: 9px; } }
        .company_content01 section .inner_block .right picture {
          margin-bottom: 3vw; }
          @media screen and (min-width: 769px) {
            .company_content01 section .inner_block .right picture {
              margin-bottom: 26px; } }
          .company_content01 section .inner_block .right picture img {
            width: 100%;
            height: auto; }
        .company_content01 section .inner_block .right div {
          display: flex;
          justify-content: center;
          align-items: center; }
          .company_content01 section .inner_block .right div figure {
            margin-left: 4vw;
            width: 21.6vw; }
            @media screen and (min-width: 769px) {
              .company_content01 section .inner_block .right div figure {
                margin-left: 16px;
                width: 99px; } }
            .company_content01 section .inner_block .right div figure img {
              width: 100%;
              height: auto; }

.company_content02 {
  background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
  background-size: cover;
  background-position: bottom;
  padding: 10.66vw 0;
  margin-bottom: 10.66vw; }
  @media screen and (min-width: 769px) {
    .company_content02 {
      background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
      background-size: cover;
      background-position: bottom;
      padding: 65px 0 70px;
      margin-bottom: 85px; } }
  .company_content02 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .company_content02 section {
        width: calc(100% - 40px); } }
    .company_content02 section .inner_table {
      padding: 8vw 5.33vw 10.66vw;
      position: relative;
      box-sizing: border-box;
      margin-bottom: 10.66vw; }
      @media screen and (min-width: 769px) {
        .company_content02 section .inner_table {
          padding: 55px 48px 61px;
          margin-bottom: 65px; } }
      .company_content02 section .inner_table .title_type02 {
        align-items: flex-start; }
      .company_content02 section .inner_table::after {
        background: #fff;
        opacity: 0.06;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
      .company_content02 section .inner_table dl {
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4vw 2.66vw;
        width: 100%;
        box-sizing: border-box;
        border-bottom: solid 1px #fff;
        font-weight: 400;
        line-height: 1.9; }
        @media screen and (min-width: 769px) {
          .company_content02 section .inner_table dl {
            padding: 30px 16px 22px;
            width: 864px;
            margin-left: auto;
            margin-right: auto;
            left: 16px; } }
        .company_content02 section .inner_table dl dt {
          color: #fff;
          width: 20vw;
          flex: 1; }
          @media screen and (min-width: 769px) {
            .company_content02 section .inner_table dl dt {
              width: 234px; } }
        .company_content02 section .inner_table dl dd {
          width: calc(100% - 26.13vw);
          color: #fff; }
          @media screen and (min-width: 769px) {
            .company_content02 section .inner_table dl dd {
              width: calc(100% - 234px); } }
          .company_content02 section .inner_table dl dd .list00 li {
            display: inline-block; }
            @media screen and (min-width: 769px) {
              .company_content02 section .inner_table dl dd .list00 li {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start; } }
            @media screen and (min-width: 769px) {
              .company_content02 section .inner_table dl dd .list00 li p:nth-of-type(odd) {
                width: 144px; } }
            @media screen and (max-width: 768px) {
              .company_content02 section .inner_table dl dd .list00 li p {
                display: contents; }
              .company_content02 section .inner_table dl dd .list00 li span {
                display: inline-block;
                width: 3.46vw;
                height: 1vw; } }
          .company_content02 section .inner_table dl dd .list01 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 1fr;
            grid-column-gap: 1.33vw; }
            @media screen and (min-width: 769px) {
              .company_content02 section .inner_table dl dd .list01 {
                grid-template-columns: repeat(5, 1fr);
                grid-column-gap: 16px;
                width: 418px; } }
          .company_content02 section .inner_table dl dd .list02 {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr;
            grid-column-gap: 1.66vw; }
            @media screen and (min-width: 769px) {
              .company_content02 section .inner_table dl dd .list02 {
                grid-template-columns: repeat(4, 1fr);
                grid-column-gap: 16px;
                width: 482px; } }
    .company_content02 section .inner_bottom {
      border-radius: .8vw;
      background: #fff;
      margin-bottom: 8vw;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 6vw 8vw 8.3vw;
      box-sizing: border-box;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .company_content02 section .inner_bottom {
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          padding: 40px 48px 49px;
          margin-bottom: 50px; } }
      .company_content02 section .inner_bottom.bottom {
        padding: 8vw 8vw 3.4vw; }
        @media screen and (min-width: 769px) {
          .company_content02 section .inner_bottom.bottom {
            padding: 40px 48px 49px; } }
      .company_content02 section .inner_bottom .txt {
        margin-bottom: 4vw; }
        @media screen and (min-width: 769px) {
          .company_content02 section .inner_bottom .txt {
            margin-bottom: 0;
            width: 809px; } }
        .company_content02 section .inner_bottom .txt h3 {
          color: #002666;
          font-size: 4.53vw;
          font-weight: 600;
          margin-bottom: 3vw;
          position: relative;
          font-family: "Shippori Mincho", serif;
          padding-left: 11vw;
          line-height: 1.6;
          white-space: nowrap; }
          @media screen and (min-width: 769px) {
            .company_content02 section .inner_bottom .txt h3 {
              font-size: 18px;
              margin-bottom: 20px;
              padding-left: 60px; } }
          .company_content02 section .inner_bottom .txt h3::before {
            content: "";
            width: 7.46vw;
            height: .26vw;
            background: #002666;
            position: absolute;
            top: 4vw;
            left: 0;
            margin: auto; }
            @media screen and (min-width: 769px) {
              .company_content02 section .inner_bottom .txt h3::before {
                width: 48px;
                height: 1px;
                top: 0;
                left: 0;
                bottom: 0; } }
        .company_content02 section .inner_bottom .txt p {
          font-size: 3.73vw; }
          @media screen and (min-width: 769px) {
            .company_content02 section .inner_bottom .txt p {
              font-size: 15px; } }
      .company_content02 section .inner_bottom picture img {
        width: 100%;
        height: auto; }
      .company_content02 section .inner_bottom picture.img01 {
        width: 35.33vw;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 769px) {
          .company_content02 section .inner_bottom picture.img01 {
            width: 160px;
            margin: 0; } }
      .company_content02 section .inner_bottom picture.img02 {
        margin-top: -4vw;
        width: 43.33vw;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 769px) {
          .company_content02 section .inner_bottom picture.img02 {
            width: 160px;
            margin: 0; } }

.company_content03 section .inner_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vw;
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .company_content03 section .inner_top {
      margin-bottom: 80px;
      width: calc(100% - 40px);
      flex-direction: row;
      justify-content: flex-start; } }
  .company_content03 section .inner_top .title_type01 {
    width: 100%;
    margin-bottom: 8vw;
    align-items: flex-start; }
    @media screen and (min-width: 769px) {
      .company_content03 section .inner_top .title_type01 {
        margin-bottom: 0;
        width: auto; } }
    @media screen and (max-width: 768px) {
      .company_content03 section .inner_top .title_type01 h2 {
        margin-left: 4vw; } }
  .company_content03 section .inner_top > p {
    font-weight: 700;
    font-size: 5.33vw;
    line-height: 180%;
    font-family: "Shippori Mincho", serif;
    background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 769px) {
      .company_content03 section .inner_top > p {
        font-size: 24px;
        margin-left: 100px;
        text-align: left;
        top: 5px; } }
.company_content03 section .history_list {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 769px) {
    .company_content03 section .history_list::after {
      background: #E1E1E1;
      width: 1px;
      height: 100%;
      position: absolute;
      left: 380px;
      top: 0;
      content: "";
      transition: all .2s; } }
  .company_content03 section .history_list dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 155px;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .company_content03 section .history_list dl {
        width: calc(100% - 10.66vw);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5vw; } }
    @media screen and (min-width: 769px) {
      .company_content03 section .history_list dl {
        flex-direction: row; } }
    @media screen and (min-width: 769px) {
      .company_content03 section .history_list dl:nth-last-of-type(2) {
        margin-bottom: 82px; } }
    .company_content03 section .history_list dl:last-of-type {
      margin-bottom: 7.2vw; }
      @media screen and (min-width: 769px) {
        .company_content03 section .history_list dl:last-of-type {
          margin-bottom: 110px; } }
    .company_content03 section .history_list dl dt {
      margin-bottom: 4.5vw; }
      @media screen and (min-width: 769px) {
        .company_content03 section .history_list dl dt {
          margin-right: 110px;
          margin-bottom: 0; } }
      .company_content03 section .history_list dl dt picture {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .company_content03 section .history_list dl dt picture {
            width: auto; } }
        .company_content03 section .history_list dl dt picture img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 768px) {
          .company_content03 section .history_list dl dt picture.sp_only {
            margin-top: 4vw; } }
    .company_content03 section .history_list dl dd {
      position: relative; }
      @media screen and (min-width: 769px) {
        .company_content03 section .history_list dl dd {
          margin-top: 12px; } }
      .company_content03 section .history_list dl dd h3 {
        font-family: "Shippori Mincho", serif;
        font-size: 4.26vw;
        font-weight: 700;
        margin-bottom: 2.2vw;
        color: #002666; }
        @media screen and (min-width: 769px) {
          .company_content03 section .history_list dl dd h3 {
            font-size: 20px;
            margin-bottom: 15px; } }
      .company_content03 section .history_list dl dd p {
        margin-bottom: 6vw; }
        @media screen and (min-width: 769px) {
          .company_content03 section .history_list dl dd p {
            margin-bottom: 36px;
            line-height: 2.3; } }
      @media screen and (min-width: 769px) {
        .company_content03 section .history_list dl dd picture {
          position: absolute;
          right: -127px;
          bottom: -186px; } }
      .company_content03 section .history_list dl dd picture img {
        width: 100%;
        height: auto; }

.company_content04 {
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .company_content04 {
      margin-bottom: 122px; } }
  .company_content04 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .company_content04 section {
        width: calc(100% - 40px); } }
    .company_content04 section .title_type01 {
      align-items: flex-start; }
    .company_content04 section h3 {
      font-size: 4vw;
      font-weight: 700;
      padding-left: 4vw;
      box-sizing: border-box;
      position: relative;
      font-family: "Shippori Mincho", serif;
      margin-bottom: 4vw; }
      @media screen and (min-width: 769px) {
        .company_content04 section h3 {
          font-size: 18px;
          padding-left: 21px;
          margin-bottom: 23px; } }
      .company_content04 section h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 2.13vw;
        width: 2.13vw;
        height: 2.13vw;
        transform: rotate(-10deg);
        background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%); }
        @media screen and (min-width: 769px) {
          .company_content04 section h3::before {
            border-radius: 12px;
            width: 12px;
            height: 12px; } }
    .company_content04 section .map_link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 36vw;
      text-decoration: none;
      padding-bottom: 2.66vw;
      position: relative; }
      @media screen and (min-width: 769px) {
        .company_content04 section .map_link {
          width: 162px;
          padding-bottom: 8px;
          top: -3px; } }
      .company_content04 section .map_link::after {
        background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
        width: 36vw;
        height: .26vw;
        position: absolute;
        right: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
        @media screen and (min-width: 769px) {
          .company_content04 section .map_link::after {
            width: 162px;
            height: 1px; } }
      .company_content04 section .map_link p {
        color: #002666;
        white-space: nowrap;
        font-size: 3.73vw;
        font-weight: 500;
        margin-right: 3vw;
        margin-left: 2.33vw; }
        @media screen and (min-width: 769px) {
          .company_content04 section .map_link p {
            font-size: 16px;
            margin-right: 24px;
            margin-left: 10px; } }
      .company_content04 section .map_link figure {
        margin-right: 2vw;
        width: 4vw; }
        @media screen and (min-width: 769px) {
          .company_content04 section .map_link figure {
            margin-right: 10px;
            width: 24px; } }
        .company_content04 section .map_link figure img {
          width: 100%;
          height: auto; }
    .company_content04 section .ggmap {
      width: 100%;
      margin-bottom: 6.66vw; }
      @media screen and (min-width: 769px) {
        .company_content04 section .ggmap {
          margin-bottom: 41px; } }
      .company_content04 section .ggmap iframe {
        width: 100%;
        height: 53.33vw; }
        @media screen and (min-width: 769px) {
          .company_content04 section .ggmap iframe {
            height: 360px; } }
      .company_content04 section .ggmap .txt {
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .company_content04 section .ggmap .txt {
            flex-direction: row;
            align-items: center; } }
        @media screen and (max-width: 768px) {
          .company_content04 section .ggmap .txt > p {
            margin-bottom: 3vw; } }
    .company_content04 section .map_double {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 2vw;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .company_content04 section .map_double {
          flex-direction: row;
          margin-bottom: 49px; } }
      .company_content04 section .map_double .ggmap {
        width: 100%;
        margin-bottom: 8vw; }
        @media screen and (min-width: 769px) {
          .company_content04 section .map_double .ggmap {
            width: 540px;
            margin-bottom: 0; } }
        .company_content04 section .map_double .ggmap iframe {
          width: 100%;
          height: 53.33vw; }
          @media screen and (min-width: 769px) {
            .company_content04 section .map_double .ggmap iframe {
              height: 240px; } }
        .company_content04 section .map_double .ggmap .txt {
          margin-top: 1vw;
          display: block; }
          @media screen and (min-width: 769px) {
            .company_content04 section .map_double .ggmap .txt {
              margin-top: 5px; } }
          .company_content04 section .map_double .ggmap .txt .map_link {
            margin-top: 3vw; }
            @media screen and (min-width: 769px) {
              .company_content04 section .map_double .ggmap .txt .map_link {
                margin-top: 24px; } }
  .company_content04 .bottom_block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .company_content04 .bottom_block {
        flex-direction: row; } }
    .company_content04 .bottom_block .inner_content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .company_content04 .bottom_block .inner_content {
          flex-direction: row;
          align-items: center; } }
      .company_content04 .bottom_block .inner_content picture {
        margin-bottom: 4.53vw; }
        @media screen and (min-width: 769px) {
          .company_content04 .bottom_block .inner_content picture {
            margin-bottom: 0; } }
        .company_content04 .bottom_block .inner_content picture img {
          width: 100%;
          height: auto; }
      .company_content04 .bottom_block .inner_content .txt {
        margin-bottom: 6vw; }
        @media screen and (min-width: 769px) {
          .company_content04 .bottom_block .inner_content .txt {
            margin-left: 48px;
            width: 484px;
            margin-bottom: 0; } }
        .company_content04 .bottom_block .inner_content .txt p {
          line-height: 1.9; }
        .company_content04 .bottom_block .inner_content .txt h4 {
          font-weight: 700;
          margin-bottom: 4vw;
          font-size: 4.53vw;
          font-family: "Shippori Mincho", serif;
          white-space: nowrap;
          background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
          @media screen and (min-width: 769px) {
            .company_content04 .bottom_block .inner_content .txt h4 {
              margin-bottom: 20px;
              font-size: 22px; } }
  @media screen and (min-width: 769px) {
    .company_content04 .right {
      margin-left: 60px; } }
  .company_content04 .right h3 {
    margin-bottom: 1vw; }
    @media screen and (min-width: 769px) {
      .company_content04 .right h3 {
        margin-bottom: 11px; } }

/* ------------------------------------------------
製品紹介ページ
------------------------------------------------ */
.product_content01 section {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.33vw; }
  @media screen and (min-width: 769px) {
    .product_content01 section {
      width: calc(100% - 40px);
      margin-bottom: 92px; } }
  .product_content01 section .title_type01 {
    align-items: flex-start; }
    @media screen and (min-width: 769px) {
      .product_content01 section .title_type01 {
        margin-bottom: 55px; } }
    @media screen and (max-width: 768px) {
      .product_content01 section .title_type01 p {
        margin-bottom: 2vw; }
      .product_content01 section .title_type01 h2 {
        margin-left: 4vw; } }
.product_content01 .inner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .product_content01 .inner_wrap {
      flex-direction: row; } }
  .product_content01 .inner_wrap .nav_list {
    width: 100%;
    margin-bottom: 12vw; }
    @media screen and (min-width: 769px) {
      .product_content01 .inner_wrap .nav_list {
        width: 196px;
        position: sticky;
        top: 110px;
        margin-bottom: 20px; } }
    .product_content01 .inner_wrap .nav_list ul {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .product_content01 .inner_wrap .nav_list ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 5.33vw; } }
      .product_content01 .inner_wrap .nav_list ul li a {
        color: #A8A8A8;
        font-size: 3.73vw;
        font-weight: 700;
        padding: 3vw 0 2vw 4.2vw;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: solid 1px #E1E1E1;
        font-family: "Shippori Mincho", serif;
        white-space: nowrap; }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .nav_list ul li a {
            font-size: 15px;
            padding: 15px 0 15px 18px; } }
      .product_content01 .inner_wrap .nav_list ul li a.active {
        color: #002666;
        font-weight: 700; }
        .product_content01 .inner_wrap .nav_list ul li a.active::before {
          position: absolute;
          width: 2.13vw;
          height: 2.13vw;
          left: 0px;
          bottom: 0;
          top: 1.2vw;
          margin: auto;
          content: "";
          border-radius: 2.13vw;
          background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%); }
          @media screen and (min-width: 769px) {
            .product_content01 .inner_wrap .nav_list ul li a.active::before {
              width: 8px;
              height: 8px;
              border-radius: 8px;
              top: 1.5px; } }
  .product_content01 .inner_wrap .inner_contents {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .product_content01 .inner_wrap .inner_contents {
        width: 836px; } }
    .product_content01 .inner_wrap .inner_contents .inner_block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding-bottom: 8vw;
      margin-bottom: 8vw;
      border-bottom: solid 1px #E1E1E1;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .product_content01 .inner_wrap .inner_contents .inner_block {
          padding-bottom: 48px;
          margin-bottom: 22px;
          flex-direction: row; } }
      .product_content01 .inner_wrap .inner_contents .inner_block h3 {
        color: #002666;
        font-family: "Shippori Mincho", serif;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 3.2vw; }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .inner_contents .inner_block h3 {
            font-size: 18px;
            margin-bottom: 10px; } }
        .product_content01 .inner_wrap .inner_contents .inner_block h3 span {
          font-size: 4.93vw;
          display: inline-block;
          margin-right: 3.6vw; }
          @media screen and (min-width: 769px) {
            .product_content01 .inner_wrap .inner_contents .inner_block h3 span {
              margin-right: 20px;
              font-size: 25px; } }
      .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt {
            display: contents; }
            .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt h3 {
              order: 1; }
            .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt p {
              order: 3; } }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt {
            margin-top: 32px; }
            .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt p {
              margin-right: 50px; } }
      .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt02 {
        flex: 1; }
        .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt02 p {
          margin-bottom: -10px; }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .inner_contents .inner_block .inner_txt02 {
            margin-top: 8px; } }
      .product_content01 .inner_wrap .inner_contents .inner_block picture {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .product_content01 .inner_wrap .inner_contents .inner_block picture {
            order: 2;
            margin-bottom: 4.66vw; } }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .inner_contents .inner_block picture {
            width: 251px;
            margin-top: 25px; } }
        .product_content01 .inner_wrap .inner_contents .inner_block picture img {
          width: 100%;
          height: auto; }
      .product_content01 .inner_wrap .inner_contents .inner_block dl {
        margin-bottom: 2vw;
        order: 3; }
        @media screen and (min-width: 769px) {
          .product_content01 .inner_wrap .inner_contents .inner_block dl {
            margin-right: 50px;
            margin-bottom: 12px;
            order: initial; } }
        .product_content01 .inner_wrap .inner_contents .inner_block dl:last-of-type {
          margin-bottom: 0; }
          @media screen and (min-width: 769px) {
            .product_content01 .inner_wrap .inner_contents .inner_block dl:last-of-type {
              margin-bottom: 0; } }
        .product_content01 .inner_wrap .inner_contents .inner_block dl dt {
          font-weight: 500;
          color: #002666; }

.product_content02 {
  background: url("../images/product/bg01_sp.webp") no-repeat;
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
  padding: 10.66vw 0; }
  @media screen and (min-width: 769px) {
    .product_content02 {
      padding: 64px 0;
      background: url("../images/product/bg01_pc.webp") no-repeat;
      background-size: cover;
      background-position: bottom;
      height: 505px; } }
  .product_content02 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 769px) {
      .product_content02 section {
        width: calc(100% - 40px);
        flex-direction: row; } }
    .product_content02 section::after {
      background: #FFFFFF;
      opacity: 0.06;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
    .product_content02 section .inner_content {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 8vw 6vw 8.6vw;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .product_content02 section .inner_content {
          flex-direction: row;
          padding: 0 48px; } }
      @media screen and (min-width: 769px) {
        .product_content02 section .inner_content .inner_txt {
          margin-left: 88px; } }
      .product_content02 section .inner_content .inner_txt > p {
        color: #fff; }
      .product_content02 section .inner_content picture {
        width: 76.53vw;
        margin-bottom: 6vw; }
        @media screen and (min-width: 769px) {
          .product_content02 section .inner_content picture {
            width: 424px;
            margin-bottom: 0; } }
        .product_content02 section .inner_content picture img {
          width: 100%;
          height: auto; }

/* ------------------------------------------------
採用情報ページ
------------------------------------------------ */
.recruit_content01 {
  background: url("../images/recruit/bg01_sp.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 10vw 0 14.39vw;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .recruit_content01 {
      height: 237vw; } }
  @media screen and (min-width: 769px) {
    .recruit_content01 {
      background: url("../images/recruit/bg01_pc.jpg") no-repeat;
      background-size: cover;
      background-position: top;
      padding: 90px 0 110px; } }
  .recruit_content01 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .recruit_content01 section {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; } }
    @media screen and (min-width: 769px) {
      .recruit_content01 section {
        width: calc(100% - 40px); } }
    .recruit_content01 section .title_type00 {
      position: relative;
      flex-direction: column;
      margin-bottom: 5.6vw;
      margin-top: -18px; }
      @media screen and (min-width: 769px) {
        .recruit_content01 section .title_type00 {
          margin-bottom: 44px; } }
      @media screen and (max-width: 768px) {
        .recruit_content01 section .title_type00 {
          order: 1; } }
      .recruit_content01 section .title_type00 h2 {
        font-family: "Cormorant Garamond", serif;
        font-size: 9.33vw;
        font-weight: 700;
        line-height: 1.3;
        color: #002666; }
        @media screen and (min-width: 769px) {
          .recruit_content01 section .title_type00 h2 {
            font-size: 80px;
            line-height: 1.22; } }
        .recruit_content01 section .title_type00 h2 small {
          color: #DBDBDB;
          font-size: 8vw;
          font-weight: 600;
          display: inline-block;
          margin-left: 1.86vw; }
          @media screen and (min-width: 769px) {
            .recruit_content01 section .title_type00 h2 small {
              font-size: 64px;
              margin-left: 14px; } }
        .recruit_content01 section .title_type00 h2 span {
          display: block; }
          .recruit_content01 section .title_type00 h2 span + span {
            position: relative;
            color: #AAAAAA; }
            @media screen and (min-width: 769px) {
              .recruit_content01 section .title_type00 h2 span + span {
                margin-left: 130px; } }
    .recruit_content01 section .inner_block {
      display: contents;
      justify-content: space-between;
      align-items: flex-start;
      position: relative; }
      @media screen and (min-width: 769px) {
        .recruit_content01 section .inner_block {
          display: flex; } }
      .recruit_content01 section .inner_block p {
        width: 100%;
        line-height: 1.9;
        position: relative; }
        @media screen and (max-width: 768px) {
          .recruit_content01 section .inner_block p {
            order: 2; } }
        @media screen and (min-width: 769px) {
          .recruit_content01 section .inner_block p {
            left: -35px;
            width: 565px;
            line-height: 2.3; } }
      .recruit_content01 section .inner_block .img01 {
        position: relative;
        height: auto; }
        @media screen and (max-width: 768px) {
          .recruit_content01 section .inner_block .img01 {
            order: 3;
            width: 35.46vw;
            position: absolute;
            left: 2.66vw;
            top: 146vw; } }
        @media screen and (min-width: 769px) {
          .recruit_content01 section .inner_block .img01 {
            left: -42px;
            top: 110px;
            width: 182px; } }
        .recruit_content01 section .inner_block .img01 img {
          width: 100%;
          height: auto; }
      .recruit_content01 section .inner_block .img02 {
        position: relative;
        height: auto; }
        @media screen and (max-width: 768px) {
          .recruit_content01 section .inner_block .img02 {
            right: 0;
            top: -18vw;
            width: 42.8vw; } }
        @media screen and (min-width: 769px) {
          .recruit_content01 section .inner_block .img02 {
            width: 241px;
            right: -42px;
            top: -11px; } }
        .recruit_content01 section .inner_block .img02 img {
          width: 100%;
          height: auto; }
      .recruit_content01 section .inner_block .img03 {
        height: auto; }
        @media screen and (max-width: 768px) {
          .recruit_content01 section .inner_block .img03 {
            right: 23vw;
            top: 20vw;
            width: 38.26vw;
            position: absolute;
            z-index: 2; } }
        @media screen and (min-width: 769px) {
          .recruit_content01 section .inner_block .img03 {
            position: absolute;
            right: 110px;
            top: 202px;
            width: 189px; } }
        .recruit_content01 section .inner_block .img03 img {
          width: 100%;
          height: auto; }
      @media screen and (max-width: 768px) {
        .recruit_content01 section .inner_block .side_img {
          order: 4;
          position: absolute;
          right: 2.66vw;
          top: 170vw; } }

.recruit_content02 {
  padding: 10vw 5.33vw 17vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images/recruit/bg02_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
  /* パネル切り替えのアニメーション */ }
  @media screen and (min-width: 769px) {
    .recruit_content02 {
      padding: 64px 0 128px;
      background: url("../images/recruit/bg02_pc.webp") no-repeat;
      background-size: cover;
      background-position: center; } }
  .recruit_content02 section {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 8vw 0 10.66vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .recruit_content02 section {
        padding: 60px 0;
        width: calc(100% - 40px); } }
    .recruit_content02 section::after {
      background: #FFF;
      opacity: 0.06;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
    .recruit_content02 section .title_type02 {
      align-items: flex-start;
      margin-left: 5.33vw;
      margin-bottom: 9.33vw; }
      @media screen and (min-width: 769px) {
        .recruit_content02 section .title_type02 {
          margin-left: 48px;
          margin-bottom: 71px;
          margin-top: -6px; } }
      .recruit_content02 section .title_type02 h2 {
        margin-left: 25px; }
  .recruit_content02 .tab_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 3.2vw;
    margin-bottom: 12vw;
    width: 100%;
    max-width: 864px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .recruit_content02 .tab_list {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 0;
        flex-direction: row;
        margin-bottom: 60px; } }
  .recruit_content02 .tab_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw 2vw 2vw 20vw;
    box-sizing: border-box;
    font-weight: 700;
    height: 15.6vw;
    cursor: pointer;
    overflow: hidden;
    transition: .2s ease-in-out;
    background: #fff;
    color: #002666;
    font-family: "Shippori Mincho", serif; }
    @media screen and (min-width: 769px) {
      .recruit_content02 .tab_item {
        justify-content: center;
        font-weight: 700;
        padding: 16px;
        height: 52px; } }
    .recruit_content02 .tab_item.is-active {
      background: #002666;
      color: #fff; }
  .recruit_content02 .panel_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .recruit_content02 .panel_list {
        max-width: 864px; } }
  .recruit_content02 .tab_wrap {
    position: relative;
    z-index: 2; }
    .recruit_content02 .tab_wrap .inner_block {
      position: relative;
      z-index: 2;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .recruit_content02 .tab_wrap .inner_block {
          width: calc(100% - 10.66vw);
          margin-left: auto;
          margin-right: auto; } }
      .recruit_content02 .tab_wrap .inner_block h3 {
        font-family: "Shippori Mincho", serif;
        font-weight: 700;
        font-size: 4.53vw;
        line-height: 1;
        color: #fff;
        margin-bottom: 4vw; }
        @media screen and (min-width: 769px) {
          .recruit_content02 .tab_wrap .inner_block h3 {
            margin-bottom: 22px;
            font-size: 22px; } }
      .recruit_content02 .tab_wrap .inner_block .panel_item {
        display: none; }
        .recruit_content02 .tab_wrap .inner_block .panel_item dl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          border-bottom: solid .26vw #fff;
          padding: 4vw 2.66vw;
          color: #fff; }
          @media screen and (min-width: 769px) {
            .recruit_content02 .tab_wrap .inner_block .panel_item dl {
              padding: 30px 0 22px;
              border-bottom: solid 1px #fff; } }
          .recruit_content02 .tab_wrap .inner_block .panel_item dl dt {
            font-weight: 500;
            box-sizing: border-box;
            width: 25.3vw; }
            @media screen and (min-width: 769px) {
              .recruit_content02 .tab_wrap .inner_block .panel_item dl dt {
                width: 244px;
                padding: 0 14px; } }
          .recruit_content02 .tab_wrap .inner_block .panel_item dl dd {
            max-width: calc(100% - 25.3vw); }
            @media screen and (min-width: 769px) {
              .recruit_content02 .tab_wrap .inner_block .panel_item dl dd {
                max-width: calc(100% - 244px); } }
      .recruit_content02 .tab_wrap .inner_block .panel_item.is-active {
        display: block;
        animation: panel-show .9s ease-in-out forwards; }
@keyframes panel-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.recruit_content03 {
  margin: 11.46vw 0 17vw; }
  @media screen and (min-width: 769px) {
    .recruit_content03 {
      margin: 86px 0 118px; } }
  .recruit_content03 section {
    width: calc(100% - 10.66vw);
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .recruit_content03 section {
        width: calc(100% - 40px);
        left: 26px; } }
    .recruit_content03 section .title_type01 {
      align-items: flex-start;
      margin-bottom: 10.66vw; }
      @media screen and (min-width: 769px) {
        .recruit_content03 section .title_type01 {
          margin-bottom: 80px; } }
      .recruit_content03 section .title_type01 h2 {
        margin-left: 4.3vw; }
        @media screen and (min-width: 769px) {
          .recruit_content03 section .title_type01 h2 {
            margin-left: 24px; } }
    .recruit_content03 section .flow_list {
      margin-bottom: 7.53vw; }
      @media screen and (min-width: 769px) {
        .recruit_content03 section .flow_list {
          margin-bottom: 64px; } }
      .recruit_content03 section .flow_list ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .recruit_content03 section .flow_list ul {
            flex-direction: row;
            justify-content: flex-start; } }
        .recruit_content03 section .flow_list ul li {
          width: 100%;
          position: relative;
          border-bottom: solid .26vw #E1E1E1;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .recruit_content03 section .flow_list ul li {
              padding-right: 20px;
              margin-right: 24px;
              width: 268px;
              border-right: solid 1px #E1E1E1;
              border-bottom: solid 0 #E1E1E1; }
              .recruit_content03 section .flow_list ul li:last-of-type {
                border-right: solid 0 #E1E1E1; } }
          @media screen and (max-width: 768px) {
            .recruit_content03 section .flow_list ul li {
              padding-bottom: 6.66vw;
              margin-bottom: 8.6vw; }
              .recruit_content03 section .flow_list ul li:last-of-type {
                border-bottom: solid 0 #E1E1E1;
                margin-bottom: 1vw; } }
          .recruit_content03 section .flow_list ul li span {
            color: #002666;
            font-family: "Shippori Mincho", serif;
            font-size: 6.4vw;
            font-weight: 700;
            position: absolute;
            left: 0;
            top: -1.66vw; }
            @media screen and (min-width: 769px) {
              .recruit_content03 section .flow_list ul li span {
                top: -10px;
                font-size: 28px; } }
          .recruit_content03 section .flow_list ul li picture {
            width: 42.66vw;
            height: 42.66vw;
            margin-left: auto;
            margin-right: auto;
            background: radial-gradient(50% 86.92% at 50% 50%, #002666 0%, #AAAAAA 100%);
            border-radius: 42.66vw;
            transform: rotate(-12deg); }
            @media screen and (min-width: 769px) {
              .recruit_content03 section .flow_list ul li picture {
                width: 148px;
                height: 148px;
                border-radius: 148px; } }
            .recruit_content03 section .flow_list ul li picture img {
              width: 25.33vw;
              height: auto;
              transform: rotate(12deg); }
              @media screen and (min-width: 769px) {
                .recruit_content03 section .flow_list ul li picture img {
                  width: 88px; } }
          .recruit_content03 section .flow_list ul li h3 {
            text-align: center;
            color: #002666;
            font-family: "Shippori Mincho", serif;
            font-size: 4.26vw;
            font-weight: 700;
            margin-top: 4vw;
            margin-bottom: 1vw; }
            @media screen and (min-width: 769px) {
              .recruit_content03 section .flow_list ul li h3 {
                font-size: 20px;
                margin-top: 12px;
                margin-bottom: 4px; } }
          .recruit_content03 section .flow_list ul li p {
            text-align: center; }
            @media screen and (min-width: 769px) {
              .recruit_content03 section .flow_list ul li p {
                font-size: 15px; } }
    .recruit_content03 section .link_type01 a {
      width: 64vw; }
      @media screen and (min-width: 769px) {
        .recruit_content03 section .link_type01 a {
          width: 263px; } }

/* ------------------------------------------------
お知らせページ
------------------------------------------------ */
.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: 1120px; }
  .news_block .title_type01 {
    align-items: flex-start;
    margin-bottom: 8.53vw; }
    @media screen and (min-width: 769px) {
      .news_block .title_type01 {
        margin-bottom: 64px; } }
  .news_block dl {
    display: none;
    border-bottom: solid 1px #E1E1E1;
    position: relative; }
    .news_block dl:first-of-type {
      border-top: solid 1px #E1E1E1; }
    .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 2.66vw; }
      @media screen and (min-width: 769px) {
        .news_block dl dt {
          padding: 36px 40px;
          flex-flow: row; } }
      .news_block dl dt:checked {
        opacity: 1;
        background: #fff; }
      .news_block dl dt p {
        font-weight: 500;
        font-size: 3.73vw; }
        @media screen and (min-width: 769px) {
          .news_block dl dt p {
            font-size: 16px; } }
      .news_block dl dt.deactive p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news_block dl dt.deactive::before, .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;
        width: 4.26vw;
        height: .53vw;
        transition: all .2s;
        transform: rotate(90deg);
        background: #002666; }
        @media screen and (min-width: 769px) {
          .news_block dl dt::after {
            right: 40px;
            width: 24px;
            height: 2px; } }
      .news_block dl dt::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 4.26vw;
        height: .53vw;
        transition: all .2s;
        transform: rotate(0deg);
        background: #002666; }
        @media screen and (min-width: 769px) {
          .news_block dl dt::before {
            right: 40px;
            width: 24px;
            height: 2px; } }
      .news_block dl dt.active::after {
        transform: rotate(0deg);
        transition: all .2s; }
      .news_block dl dt .date {
        position: relative;
        top: 0;
        margin-right: 50px;
        color: #aaa;
        font-family: "Cormorant Garamond", serif;
        font-size: 4.26vw;
        font-weight: 600; }
        @media screen and (min-width: 769px) {
          .news_block dl dt .date {
            font-size: 18px; } }
    .news_block dl dd {
      padding: 0 2.66vw 5.33vw 2.66vw;
      box-sizing: border-box;
      display: none;
      position: relative;
      z-index: 2;
      margin-top: -2.66vw; }
      @media screen and (min-width: 769px) {
        .news_block dl dd {
          padding: 0 80px 30px 40px;
          margin-top: -24px; } }
      @media screen and (min-width: 769px) {
        .news_block dl dd p {
          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 {
    font-family: "Cormorant Garamond", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111111;
    font-size: 4vw;
    font-weight: 700; }
    @media screen and (min-width: 769px) {
      .news_more span {
        font-size: 18px; } }
    .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; } }

/* ------------------------------------------------
SDGsへの取り組みページ
------------------------------------------------ */
.illust {
  margin-top: -44px; }
  @media screen and (min-width: 769px) {
    .illust {
      height: 495px; } }
  @media screen and (max-width: 768px) {
    .illust {
      margin-top: -3.2vw; } }
  .illust figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
    @media screen and (min-width: 769px) {
      .illust figure img {
        height: 495px;
        object-fit: cover;
        object-position: top; } }

.sdgs_bg {
  background: #D3EDFA; }

.sdgs_block01 {
  background: #fff;
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7.7vw;
  z-index: 2;
  position: relative;
  margin-bottom: 17vw;
  border-radius: .8vw; }
  @media screen and (min-width: 769px) {
    .sdgs_block01 {
      margin-top: -100px;
      margin-bottom: 114px;
      border-radius: 6px;
      width: calc(100% - 40px); } }
  .sdgs_block01 section {
    padding: 8.6vw 5.33vw 14.5vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .sdgs_block01 section {
        padding: 70px 64px 80px; } }
    .sdgs_block01 section .title_type01 {
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .sdgs_block01 section .title_type01 p {
          margin-bottom: 2vw; } }
    .sdgs_block01 section > p {
      margin-bottom: 10vw; }
      @media screen and (min-width: 769px) {
        .sdgs_block01 section > p {
          margin-bottom: 60px; } }
    .sdgs_block01 section picture {
      width: 100%;
      max-width: 72vw;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 769px) {
        .sdgs_block01 section picture {
          max-width: 590px; } }
      .sdgs_block01 section picture img {
        width: 100%;
        height: auto; }

@media screen and (max-width: 768px) {
  .sdgs_block02 {
    padding-bottom: 17vw; } }
.sdgs_block02 section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10.66vw;
  border-bottom: solid 1px #fff;
  margin-bottom: 10.66vw;
  flex-direction: column-reverse; }
  @media screen and (min-width: 769px) {
    .sdgs_block02 section {
      flex-direction: row;
      width: calc(100% - 40px);
      padding-bottom: 64px;
      margin-bottom: 58px; } }
  @media screen and (min-width: 769px) {
    .sdgs_block02 section.reverse {
      flex-direction: row-reverse; } }
  .sdgs_block02 section:last-of-type {
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 section:last-of-type {
        border-bottom: solid 0 #fff;
        padding-bottom: 120px; } }
  .sdgs_block02 section .left {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 section .left {
        width: 578px; } }
    .sdgs_block02 section .left .sdgs_title p {
      font-size: 5.2vw;
      font-weight: 700;
      font-family: "Shippori Mincho", serif;
      color: #002666;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      line-height: 1;
      margin-bottom: 3.73vw; }
      @media screen and (min-width: 769px) {
        .sdgs_block02 section .left .sdgs_title p {
          font-size: 27px;
          margin-bottom: 28px; } }
      .sdgs_block02 section .left .sdgs_title p span {
        font-size: 6.93vw;
        display: inline-block;
        margin-right: 2.66vw; }
        @media screen and (min-width: 769px) {
          .sdgs_block02 section .left .sdgs_title p span {
            font-size: 42px;
            margin-right: 17px; } }
    .sdgs_block02 section .left .sdgs_title h2 {
      font-size: 4.8vw;
      font-weight: 700;
      font-family: "Shippori Mincho", serif;
      margin-bottom: 3vw; }
      @media screen and (min-width: 769px) {
        .sdgs_block02 section .left .sdgs_title h2 {
          font-size: 22px;
          margin-bottom: 20px; } }
    .sdgs_block02 section .left figure {
      margin-top: 6vw;
      justify-content: flex-start; }
      @media screen and (min-width: 769px) {
        .sdgs_block02 section .left figure {
          margin-top: 37px; } }
      .sdgs_block02 section .left figure img {
        width: 19.2vw;
        height: auto;
        margin-right: 3.2vw; }
        @media screen and (min-width: 769px) {
          .sdgs_block02 section .left figure img {
            width: 88px;
            margin-right: 16px; } }
  .sdgs_block02 section .right {
    width: 100%;
    margin-bottom: 6vw;
    position: relative; }
    @media screen and (min-width: 769px) {
      .sdgs_block02 section .right {
        width: 462px;
        margin-bottom: 0;
        margin-top: 5px; } }
    .sdgs_block02 section .right picture img {
      width: 100%;
      height: auto; }

/* ------------------------------------------------
施工実績ページ
------------------------------------------------ */
.works_contents {
  margin-bottom: 16vw; }
  @media screen and (min-width: 769px) {
    .works_contents {
      margin-bottom: 116px; } }
  .works_contents section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.66vw; }
    @media screen and (min-width: 769px) {
      .works_contents section {
        width: calc(100% - 40px);
        margin-bottom: 50px; } }
    .works_contents section h2 {
      color: #002666;
      font-size: 4.26vw;
      font-family: "Shippori Mincho", serif;
      font-weight: 700;
      padding-bottom: 2.13vw;
      border-bottom: solid 1px #aaa;
      margin-bottom: 5.33vw; }
      @media screen and (min-width: 769px) {
        .works_contents section h2 {
          font-size: 20px;
          padding-bottom: 12px;
          margin-bottom: 30px; } }
    .works_contents section ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 5.33vw;
      grid-row-gap: 4.8vw; }
      @media screen and (min-width: 769px) {
        .works_contents section ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 48px;
          grid-row-gap: 27px; } }
      .works_contents section ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 2vw; }
        @media screen and (min-width: 769px) {
          .works_contents section ul li img {
            margin-bottom: 10px; } }
      .works_contents section ul li p {
        background: #aaa;
        height: 5.73vw;
        border-radius: 5.73vw;
        color: #fff;
        font-size: 3.46vw;
        text-align: center;
        padding: 0 3.2vw .1vw;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 1; }
        @media screen and (min-width: 769px) {
          .works_contents section ul li p {
            padding: 0 10px 2px;
            height: 20px;
            border-radius: 20px;
            font-size: 14px; } }

/* -------------------------------------------------------------------------------
POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 1vw 0 11vw; }
  @media screen and (min-width: 769px) {
    .privacy_block {
      padding: 15px 0 85px; } }
  .privacy_block .privacy_title h2 {
    font-size: 4.66vw;
    font-weight: 500;
    margin-bottom: 4vw;
    line-height: 1.9;
    position: relative;
    padding-bottom: 2.6vw; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_title h2 {
        font-size: 22px;
        padding-bottom: 9px;
        margin-bottom: 15px; } }
    .privacy_block .privacy_title h2::before {
      width: 100%;
      height: 1px;
      background: #E1E1E1;
      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 h3 {
    font-size: 4.26vw;
    font-weight: 500;
    margin-bottom: 1.6vw;
    color: #002666; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_title h3 {
        font-size: 20px;
        margin-bottom: 8px; } }
  .privacy_block p {
    margin-bottom: 6.2vw; }
    @media screen and (min-width: 769px) {
      .privacy_block p {
        margin-bottom: 38px;
        font-size: 16px;
        line-height: 1.8; } }
  .privacy_block ul {
    margin-top: -6.5vw;
    margin-bottom: 7vw;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .privacy_block ul {
        margin-bottom: 32px;
        margin-top: -36px;
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      .privacy_block ul li {
        margin-bottom: -.6vw; } }
  .privacy_block .nowrap {
    white-space: nowrap; }
  .privacy_block h4 {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1.6vw;
    color: #002666;
    margin-bottom: 3.6vw; }
    @media screen and (min-width: 769px) {
      .privacy_block h4 {
        font-size: 20px;
        margin-bottom: 15px; } }
  .privacy_block .privacy_table {
    margin-bottom: 7vw; }
    @media screen and (min-width: 769px) {
      .privacy_block .privacy_table {
        margin-bottom: 40px;
        width: 1060px; } }
    .privacy_block .privacy_table dl {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 3.73vw;
      flex-flow: row;
      line-height: 1.9; }
      @media screen and (min-width: 769px) {
        .privacy_block .privacy_table dl {
          font-size: 16px; } }
      .privacy_block .privacy_table dl:last-of-type {
        border-bottom: 1px solid #aaa; }
      .privacy_block .privacy_table dl dt {
        padding: 2.3vw 5vw;
        box-sizing: border-box;
        border: 1px solid #aaa;
        border-bottom: 0 solid #aaa;
        background: #E1E1E1;
        font-weight: 500;
        width: 29.86vw;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dt {
            width: 240px;
            min-height: 62px;
            padding: 8px 48px; } }
      .privacy_block .privacy_table dl dd {
        padding: 2.3vw 5vw;
        box-sizing: border-box;
        border: 1px solid #aaa;
        border-bottom: 0 solid #aaa;
        border-left: 0 solid #aaa;
        width: calc(100% - 29.86vw);
        font-weight: 400;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .privacy_block .privacy_table dl dd {
            width: calc(100% - 240px);
            min-height: 62px;
            padding: 8px 48px; } }

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

/* header.scss */
.header {
  position: fixed;
  top: 4.26vw;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .header {
      top: 24px;
      min-width: 1220px; } }
  .header .header_inner {
    background: #fff;
    height: 16.26vw;
    border-radius: .53vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5.33vw);
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.66vw;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .header .header_inner {
        min-width: 1180px;
        width: calc(100% - 40px);
        height: 73px;
        border-radius: 4px;
        padding: 0 30px; } }
    @media screen and (min-width: 1300px) {
      .header .header_inner {
        width: calc(100% - 120px);
        max-width: initial; } }
    .header .header_inner .h_logo img {
      width: 55.06vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .header .header_inner .h_logo img {
          width: 242px; } }
    .header .header_inner nav {
      display: none; }
      @media screen and (min-width: 769px) {
        .header .header_inner nav {
          display: block; } }
      .header .header_inner nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .header .header_inner nav ul li {
          margin-right: 30px; }
          .header .header_inner nav ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
            line-height: 1;
            font-weight: 500;
            font-size: 15px; }
          .header .header_inner nav ul li.h_sdgs {
            margin-right: 25px; }
          .header .header_inner nav ul li.h_contact {
            margin-right: 0; }
            .header .header_inner nav ul li.h_contact a {
              background: #002666;
              border-radius: 4px;
              width: 160px;
              height: 48px;
              flex-direction: row;
              color: #fff; }
              .header .header_inner nav ul li.h_contact a p {
                margin-left: 6px; }

/* gnav.scss */
.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5.33vw;
  top: 6.4vw;
  width: 12vw;
  height: 12vw;
  border-radius: 1.06vw;
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  user-select: none;
  background: #002666;
  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: "Cormorant Garamond", 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: 4.26vw;
  border-bottom: solid 2px #fff;
  transition: .2s ease-in-out;
  left: 3.8vw; }

.toggle span:nth-child(1) {
  top: 4.4vw; }

.toggle span:nth-child(2) {
  top: 6vw; }

.toggle span:nth-child(3) {
  top: 7.6vw; }

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

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

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

@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: url("../images/common/sp_menu_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  padding: 27.33vw 4.8vw 14.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: flex-start;
    align-items: center; }
    .nav_menu .nav_bottom li {
      line-height: 1;
      margin-right: 6vw; }
      .nav_menu .nav_bottom li a {
        color: #fff;
        font-weight: 400;
        font-size: 3.33vw;
        white-space: nowrap; }
  .nav_menu .nav_inner_menu {
    position: relative;
    margin-bottom: 10.66vw; }
    .nav_menu .nav_inner_menu li a {
      color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      font-size: 4vw;
      font-weight: 500;
      position: relative;
      padding: 6.8vw 0 4vw;
      box-sizing: border-box;
      border-bottom: solid 1px #fff; }
      .nav_menu .nav_inner_menu li a::after {
        background: url("../images/common/sp_menu_arrow.svg") no-repeat;
        background-size: cover;
        width: 4.26vw;
        height: 2.8vw;
        position: absolute;
        right: 0;
        top: 4vw;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
  .nav_menu .sp_sdgs {
    margin-bottom: 8vw;
    background: #fff;
    width: 52vw;
    height: 11.73vw;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav_menu .sp_sdgs figure {
      justify-content: center;
      width: 42.93vw; }
      .nav_menu .sp_sdgs figure img {
        width: 100%;
        height: auto; }

/* footer.scss */
.footer {
  background: #E1E1E1;
  position: relative;
  padding: 8.26vw 0 7vw; }
  @media screen and (min-width: 769px) {
    .footer {
      padding: 70px 0 46px; } }
  .footer .footer_inner {
    width: 100%;
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .footer .footer_top {
    background: #fff;
    width: 100%;
    border-radius: 1.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 12vw;
    padding: 8vw 0;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .footer .footer_top {
        padding: 0 80px 0 65px;
        border-radius: 10px;
        height: 175px;
        margin-bottom: 70px;
        justify-content: space-between;
        flex-direction: row; } }
    .footer .footer_top .title_type01 {
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_top .title_type01 {
          margin-bottom: 0;
          top: -2px; }
          .footer .footer_top .title_type01 h2 {
            padding-right: 36px; } }
    .footer .footer_top .link_type01 {
      margin-bottom: 6vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_top .link_type01 {
          margin-right: 80px;
          margin-bottom: 0; } }
      .footer .footer_top .link_type01 a {
        width: 67.73vw;
        height: 14.53vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_top .link_type01 a {
            width: 279px;
            height: 60px; } }
    .footer .footer_top .inner_right {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .footer .footer_top .inner_right {
          justify-content: flex-end;
          align-items: center;
          flex-direction: row; } }
    .footer .footer_top .inner_tel {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .footer .footer_top .inner_tel span {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_top .inner_tel span {
            margin-bottom: 6px; } }
        .footer .footer_top .inner_tel span figure {
          position: relative;
          top: .2vw; }
          @media screen and (min-width: 769px) {
            .footer .footer_top .inner_tel span figure {
              top: 1px; } }
        .footer .footer_top .inner_tel span p {
          font-weight: 500;
          margin-left: .8vw; }
          @media screen and (min-width: 769px) {
            .footer .footer_top .inner_tel span p {
              margin-left: 2px; } }
        .footer .footer_top .inner_tel span img {
          width: 3.2vw;
          height: auto; }
          @media screen and (min-width: 769px) {
            .footer .footer_top .inner_tel span img {
              width: 18px; } }
      .footer .footer_top .inner_tel a {
        font-size: 7.73vw;
        line-height: 1;
        color: #002666;
        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        display: block;
        margin-bottom: 2.8vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_top .inner_tel a {
            font-size: 38px;
            margin-bottom: 10px; } }
      .footer .footer_top .inner_tel > p {
        line-height: 1;
        font-size: 3.2vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_top .inner_tel > p {
            font-size: 13px; } }
  .footer .footer_middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .footer .footer_middle {
        flex-direction: row;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .footer .footer_middle .f_logo {
        order: 3;
        margin-bottom: 4.8vw; } }
    .footer .footer_middle .f_logo picture {
      margin-bottom: 5vw;
      justify-content: flex-start; }
      @media screen and (min-width: 769px) {
        .footer .footer_middle .f_logo picture {
          margin-bottom: 28px; } }
    .footer .footer_middle .f_logo img {
      width: 56.66vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .footer .footer_middle .f_logo img {
          width: 272px; } }
    .footer .footer_middle .f_logo p {
      font-size: 3.46vw;
      line-height: 1.6; }
      @media screen and (min-width: 769px) {
        .footer .footer_middle .f_logo p {
          font-size: 14px; } }
      .footer .footer_middle .f_logo p + p {
        margin-top: 6px; }
      @media screen and (max-width: 768px) {
        .footer .footer_middle .f_logo p span {
          display: none; } }
    .footer .footer_middle .inner_right {
      margin-right: 70px; }
      @media screen and (max-width: 768px) {
        .footer .footer_middle .inner_right {
          display: contents; } }
      .footer .footer_middle .inner_right nav {
        margin-bottom: 46px; }
        @media screen and (max-width: 768px) {
          .footer .footer_middle .inner_right nav {
            padding-left: 5.33vw;
            box-sizing: border-box;
            order: 1;
            margin-bottom: 1.33vw; } }
        .footer .footer_middle .inner_right nav ul {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap; }
          .footer .footer_middle .inner_right nav ul li {
            margin-right: 12vw;
            margin-bottom: 7.6vw; }
            @media screen and (min-width: 769px) {
              .footer .footer_middle .inner_right nav ul li {
                margin-right: 40px;
                margin-bottom: 0; } }
            .footer .footer_middle .inner_right nav ul li a {
              font-size: 3.46vw;
              line-height: 1;
              font-weight: 500;
              color: #002666;
              display: block; }
              @media screen and (min-width: 769px) {
                .footer .footer_middle .inner_right nav ul li a {
                  font-size: 15px; } }
      .footer .footer_middle .inner_right .fnav_bottom {
        display: contents; }
        @media screen and (min-width: 769px) {
          .footer .footer_middle .inner_right .fnav_bottom {
            display: flex;
            justify-content: flex-start;
            align-items: center; } }
        @media screen and (max-width: 768px) {
          .footer .footer_middle .inner_right .fnav_bottom > div {
            order: 2;
            padding-left: 5.33vw;
            box-sizing: border-box;
            margin-bottom: 12vw; } }
        .footer .footer_middle .inner_right .fnav_bottom > div figure {
          width: 51.46vw;
          height: 11.73vw;
          background: #FFFFFF;
          border-radius: 1.06vw; }
          @media screen and (min-width: 769px) {
            .footer .footer_middle .inner_right .fnav_bottom > div figure {
              width: 201px;
              height: 52px;
              background: #FFFFFF;
              border-radius: 4px;
              margin-right: 50px; } }
          .footer .footer_middle .inner_right .fnav_bottom > div figure img {
            width: 42.93vw;
            height: auto; }
            @media screen and (min-width: 769px) {
              .footer .footer_middle .inner_right .fnav_bottom > div figure img {
                width: 161px; } }
        .footer .footer_middle .inner_right .fnav_bottom ul {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media screen and (max-width: 768px) {
            .footer .footer_middle .inner_right .fnav_bottom ul {
              order: 4; } }
          .footer .footer_middle .inner_right .fnav_bottom ul li {
            margin-right: 6vw; }
            @media screen and (min-width: 769px) {
              .footer .footer_middle .inner_right .fnav_bottom ul li {
                margin-right: 25px; } }
            .footer .footer_middle .inner_right .fnav_bottom ul li a {
              color: #A8A8A8;
              font-size: 3.33vw; }
              @media screen and (min-width: 769px) {
                .footer .footer_middle .inner_right .fnav_bottom ul li a {
                  font-size: 14px; } }
  .footer .copyright {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .footer .copyright {
        order: 5;
        justify-content: center; } }
    .footer .copyright p {
      color: #A8A8A8;
      font-family: "Cormorant Garamond", serif;
      font-weight: 500; }

#pagetop {
  position: absolute;
  right: -2.66vw;
  bottom: 13.4vw; }
  @media screen and (min-width: 769px) {
    #pagetop {
      right: -30px;
      bottom: 8px; } }
  #pagetop img {
    width: 22.93vw;
    height: auto; }
    @media screen and (min-width: 769px) {
      #pagetop img {
        width: 104px; } }
