@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: 1em;
  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] {
  -webkit-box-sizing: border-box;
          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 */
  -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 */
@font-face {
  font-family: "GenMin-R";
  src: url("../fonts/SourceHanSerif-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "GenMin-M";
  src: url("../fonts/SourceHanSerif-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "GenMin-SB";
  src: url("../fonts/SourceHanSerif-SemiBold.woff") format("woff");
  font-weight: 600;
}
* {
  margin: 0;
  padding: 0;
}

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

picture.bgbg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
picture.bgbg img {
  vertical-align: top;
  width: 1400px;
  height: auto;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
}

h1[id],
h2[id],
h3[id],
section[id],
[id].anchor {
  scroll-margin-top: 60px;
}

picture,
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #2a2a2a;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: initial;
  }
}
body.bg_main {
  background: #f8f7f5;
}

p,
dd {
  line-height: 1.86;
}

@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: #2a2a2a;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.nodeco {
  text-decoration: none;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}
#container.page_bg {
  background: #f8f7f5;
}

@media screen and (min-width: 980px) {
  #screen {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 980px) {
  #screen {
    position: relative;
  }
  #screen.active::after {
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 100%;
    background: #707070;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

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

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

.blue {
  color: #0e50b2;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.bg01 {
  background: url("../images/top/bg01_sp.webp") repeat;
  background-size: 100%;
  background-position: top left;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .bg01 {
    background: url("../images/top/bg01_pc.jpg") repeat;
    background-size: auto;
    background-position: center;
    margin-bottom: 180px;
  }
}

.keyvisual {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 90px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .keyvisual {
    padding-top: 124px;
    margin-bottom: 0;
    height: calc(100vh - 124px);
  }
}
.keyvisual .main_txt {
  position: absolute;
  left: 15px;
  top: 75px;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt {
    left: 73px;
    top: 110px;
  }
}
.keyvisual .main_txt img {
  width: 20vw;
  height: auto;
  max-width: 110px;
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt img {
    width: 152px;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual .main_txt img {
    max-width: initial;
  }
}
.keyvisual .slick-slide.slick-current.slick-active {
  overflow: hidden;
}
.keyvisual .slick-slide.slick-current.slick-active img.animating {
  -webkit-animation: slideZoom 7s ease-out forwards;
          animation: slideZoom 7s ease-out forwards;
}
.keyvisual .slick-slide img.fading-out {
  -webkit-animation: slideFadeOut 2s ease forwards;
          animation: slideFadeOut 2s ease forwards;
}
@-webkit-keyframes slideZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slideZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes slideFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slideFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.keyvisual #main_slider {
  position: relative;
  width: 909px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .keyvisual #main_slider {
    width: 64.92vw;
    height: 45.42vw;
    height: calc(100vh - 164px);
    overflow: hidden;
    overflow: visible;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual #main_slider {
    display: none;
  }
}
.keyvisual #main_slider.slick-slider {
  margin: 0 0 30px;
}
@media screen and (min-width: 769px) {
  .keyvisual #main_slider.slick-slider {
    margin: 0;
  }
}
@media screen and (min-width: 1900px) {
  .keyvisual #main_slider.slick-slider {
    width: 65%;
    height: auto;
    max-height: initial;
  }
}
@media screen and (min-width: 2500px) {
  .keyvisual #main_slider.slick-slider {
    width: 1709px;
  }
}
.keyvisual #main_slider picture {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .keyvisual #main_slider picture {
    height: calc(100vh - 164px);
  }
}
.keyvisual #main_slider picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.keyvisual .sp_main {
  margin: 0 0 30px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .sp_main {
    display: none;
  }
}
.keyvisual .sp_main .sp_slider {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.keyvisual .sp_main .sp_slider picture {
  width: 100%;
  height: 100%;
}
.keyvisual .sp_main .sp_slider picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.keyvisual .sp_main .inner_top {
  width: 100%;
  margin-bottom: 30px;
}
.keyvisual .sp_main .inner_top .slick-slider {
  left: -15px;
  width: calc(100% + 30px);
}
.keyvisual .sp_main .inner_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
.keyvisual .sp_main .inner_bottom > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.keyvisual .sp_main .inner_bottom > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .keyvisual .right_wrap {
    position: absolute;
    right: 0;
    top: 124px;
    width: 34%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1700px) {
  .keyvisual .right_wrap {
    right: 80px;
  }
}
.keyvisual .right_wrap #sub_slider {
  position: relative;
  width: 378px;
}
@media screen and (max-width: 768px) {
  .keyvisual .right_wrap #sub_slider {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .right_wrap #sub_slider {
    width: 27vw;
    height: 33.21vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 720px) {
  .keyvisual .right_wrap #sub_slider {
    max-height: 465px;
  }
}
@media screen and (min-width: 1900px) {
  .keyvisual .right_wrap #sub_slider {
    width: 75.6%;
    height: auto;
    max-height: initial;
  }
}
@media screen and (min-width: 2500px) {
  .keyvisual .right_wrap #sub_slider {
    width: 630px;
    height: 820px;
    max-height: 820px;
  }
}
.keyvisual .right_wrap #sub_slider.slick-slider {
  margin: 0;
}
.keyvisual .right_wrap #sub_slider picture {
  width: 100%;
  height: 100%;
}
.keyvisual .right_wrap #sub_slider picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.keyvisual .key_bottom {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .keyvisual .key_bottom {
    max-width: 1240px;
    max-width: initial;
    left: initial;
    margin: initial;
    width: 24vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .keyvisual .key_bottom {
    width: 25vw;
    top: initial;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual .key_bottom {
    width: 27vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .keyvisual .key_bottom {
    max-width: initial;
  }
}
@media screen and (min-width: 1600px) {
  .keyvisual .key_bottom {
    right: 0;
  }
}
.keyvisual .key_bottom > p {
  font-family: "GenMin-R", serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .keyvisual .key_bottom > p {
    padding-right: 0;
    width: 24vw;
    max-width: 361px;
    font-size: min(1.3vw, 1.4rem);
    right: 50px;
  }
}
@media screen and (min-width: 900px) {
  .keyvisual .key_bottom > p {
    width: 25vw;
    left: initial;
    right: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .keyvisual .key_bottom > p {
    width: 27vw;
  }
}
@media screen and (min-width: 1400px) {
  .keyvisual .key_bottom > p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1700px) {
  .keyvisual .key_bottom > p {
    right: 0;
  }
}
.keyvisual .key_bottom > p .pc_only02 {
  display: none;
}
@media screen and (min-width: 1300px) {
  .keyvisual .key_bottom > p .pc_only02 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .scroll_wrap {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .scroll_wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
  }
}

.sp_scroll {
  position: relative;
  top: 3px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sp_scroll {
    display: none;
  }
}
.sp_scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sp_scroll p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 10px;
}
.sp_scroll span {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  border: solid 1px #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_scroll span::after {
  background: #2a2a2a;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
  content: "";
  opacity: 1;
  -webkit-animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
          animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}

.scroll {
  position: relative;
  top: 3px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .scroll {
    top: -15px;
    left: -15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scroll p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 10px;
}
.scroll span {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  border: solid 1px #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.scroll span::after {
  background: #2a2a2a;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 34px;
  margin: auto;
  content: "";
  opacity: 1;
  -webkit-animation: circlemove 3s ease infinite, cirlemovehide 3s ease infinite;
          animation: circlemove 3s ease infinite, cirlemovehide 3s ease infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 34px;
  }
  80% {
    bottom: 2px;
  }
  100% {
    bottom: 2px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 34px;
  }
  80% {
    bottom: 2px;
  }
  100% {
    bottom: 2px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important;
  }
  .pc_w20 {
    width: 20% !important;
  }
  .pc_w30 {
    width: 30% !important;
  }
  .pc_w40 {
    width: 40% !important;
  }
  .pc_w50 {
    width: 50% !important;
  }
  .pc_w60 {
    width: 60% !important;
  }
  .pc_w70 {
    width: 70% !important;
  }
  .pc_w80 {
    width: 80% !important;
  }
  .pc_w90 {
    width: 90% !important;
  }
  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important;
  }
  .sp_w20 {
    width: 20% !important;
  }
  .sp_w30 {
    width: 30% !important;
  }
  .sp_w40 {
    width: 40% !important;
  }
  .sp_w50 {
    width: 50% !important;
  }
  .sp_w60 {
    width: 60% !important;
  }
  .sp_w70 {
    width: 70% !important;
  }
  .sp_w80 {
    width: 80% !important;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

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

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

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

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important;
  }
  .pc_textr {
    text-align: right !important;
  }
  .pc_textl {
    text-align: left !important;
  }
  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important;
  }
  .sp_textr {
    text-align: right !important;
  }
  .sp_textl {
    text-align: left !important;
  }
  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.no_margin {
  margin: 0 !important;
}

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

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

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

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

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

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

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

.mt25 {
  margin-top: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

.mt200 {
  margin-top: 200px !important;
}

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

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

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

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

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

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

.mb55 {
  margin-bottom: 55px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

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

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

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }
  .tb_mt0 {
    margin-top: 0px !important;
  }
  .tb_mt5 {
    margin-top: 5px !important;
  }
  .tb_mt10 {
    margin-top: 10px !important;
  }
  .tb_mt15 {
    margin-top: 15px !important;
  }
  .tb_mt20 {
    margin-top: 20px !important;
  }
  .tb_mt30 {
    margin-top: 30px !important;
  }
  .tb_mt40 {
    margin-top: 40px !important;
  }
  .tb_mt50 {
    margin-top: 50px !important;
  }
  .tb_mt60 {
    margin-top: 60px !important;
  }
  .tb_mt70 {
    margin-top: 70px !important;
  }
  .tb_mt80 {
    margin-top: 80px !important;
  }
  .tb_mt90 {
    margin-top: 90px !important;
  }
  .tb_mt100 {
    margin-top: 100px !important;
  }
  .tb_mb0 {
    margin-bottom: 0px !important;
  }
  .tb_mb5 {
    margin-bottom: 5px !important;
  }
  .tb_mb10 {
    margin-bottom: 10px !important;
  }
  .tb_mb15 {
    margin-bottom: 15px !important;
  }
  .tb_mb20 {
    margin-bottom: 20px !important;
  }
  .tb_mb30 {
    margin-bottom: 30px !important;
  }
  .tb_mb40 {
    margin-bottom: 40px !important;
  }
  .tb_mb50 {
    margin-bottom: 50px !important;
  }
  .tb_mb60 {
    margin-bottom: 60px !important;
  }
  .tb_mb70 {
    margin-bottom: 70px !important;
  }
  .tb_mb80 {
    margin-bottom: 80px !important;
  }
  .tb_mb90 {
    margin-bottom: 12vw !important;
  }
  .tb_mb100 {
    margin-bottom: 100px !important;
  }
  .tb_mb120 {
    margin-bottom: 120px !important;
  }
  .tb_mb140 {
    margin-bottom: 140px !important;
  }
  .tb_mb170 {
    margin-bottom: 170px !important;
  }
  .tb_mb200 {
    margin-bottom: 200px !important;
  }
  .tb_mb300 {
    margin-bottom: 300px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt0 {
    margin-top: 0px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mt60 {
    margin-top: 60px !important;
  }
  .pc_mt70 {
    margin-top: 70px !important;
  }
  .pc_mt80 {
    margin-top: 80px !important;
  }
  .pc_mt90 {
    margin-top: 90px !important;
  }
  .pc_mt100 {
    margin-top: 100px !important;
  }
  .pc_mb0 {
    margin-bottom: 0px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_mb70 {
    margin-bottom: 70px !important;
  }
  .pc_mb80 {
    margin-bottom: 80px !important;
  }
  .pc_mb90 {
    margin-bottom: 90px !important;
  }
  .pc_mb100 {
    margin-bottom: 100px !important;
  }
  .pc_mb120 {
    margin-bottom: 120px !important;
  }
  .pc_mb130 {
    margin-bottom: 130px !important;
  }
  .pc_mb140 {
    margin-bottom: 140px !important;
  }
  .pc_mb150 {
    margin-bottom: 150px !important;
  }
  .pc_mb170 {
    margin-bottom: 170px !important;
  }
  .pc_mb180 {
    margin-bottom: 180px !important;
  }
  .pc_mb200 {
    margin-bottom: 200px !important;
  }
  .pc_mb220 {
    margin-bottom: 220px !important;
  }
  .pc_mb340 {
    margin-bottom: 340px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 4vw !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !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_mb110 {
    margin-bottom: 110px !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;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

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

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

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .sp_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sp_justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .pc_justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pc_justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pc_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc_justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pc_justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pc_align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc_align-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .title_type01 {
    margin-bottom: 30px;
  }
}
.title_type01 h2 {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  color: #2a2a2a;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "GenMin-SB", serif;
  margin-bottom: 10px;
  padding-left: 28px;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
.title_type01 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #2a2a2a;
}

.title_type02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .title_type02 {
    margin-bottom: 45px;
  }
}
.title_type02 h2 {
  font-family: "GenMin-SB", serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.title_type02 h2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 20px;
  margin-top: -5px;
}
.title_type02 h2 span::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #2a2a2a;
  position: absolute;
}

.article_list {
  width: calc(100% - 60px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.article_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .article_list ul {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .article_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .article_list ul {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
.article_list ul li a picture {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a picture img {
  width: 100%;
  height: auto;
}
.article_list ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a:hover picture {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
}
.article_list ul li a:hover .category_tag p {
  opacity: 1;
}
.article_list ul li a > div h3 {
  font-size: min(5.5vw, 2.2rem);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 15px;
  line-height: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .article_list ul li a > div h3 {
    font-size: 2.2rem;
  }
}
.article_list ul li a > div > p {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.article_list ul li a .category_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.article_list ul li a .category_tag p {
  color: #8e8e40;
  font-size: 1.3rem;
  display: block;
  margin-right: 20px;
}
.article_list ul li a:hover .article_list-link p::after {
  right: -5px;
}
.article_list ul li a .article_list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d4d4d4;
  padding: 10px 0;
}
.article_list ul li a .article_list-link p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article_list ul li a .article_list-link p::after {
  background: url("../images/common/arrow_black.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top_title_type01 {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_title_type01 {
    margin-bottom: 45px;
  }
}
.top_title_type01 h2 {
  font-family: "GenMin-SB", serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top_title_type01 h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.top_title_type01 h2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 20px;
  margin-top: -5px;
  font-weight: 500;
}
.top_title_type01 h2 span::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #2a2a2a;
  position: absolute;
}

.top_contents01 {
  position: relative;
}
.top_contents01::after {
  background: #fff;
  width: 100%;
  height: 53.75vw;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 500px) {
  .top_contents01::after {
    height: 275px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 {
    margin-top: 140px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .top_contents01 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents01 {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1300px) {
  .top_contents01 {
    padding-bottom: 100px;
  }
}
.top_contents01 .side_txt {
  margin-bottom: -15px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 .side_txt {
    margin-bottom: 0;
    right: -20px;
    top: -20px;
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 .side_txt {
    right: -80px;
  }
}
.top_contents01 .side_txt p {
  font-size: 4rem;
  font-weight: 500;
  color: rgba(42, 42, 42, 0.05);
  font-family: "Outfit", sans-serif;
  line-height: 4.5rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .top_contents01 .side_txt p {
    font-size: 5.3rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 1250px) {
  .top_contents01 .side_txt p {
    letter-spacing: 0.2em;
  }
}
.top_contents01 section {
  position: relative;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents01 section {
    margin-bottom: 0;
    max-width: 1400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section {
    max-width: 1240px;
  }
}
.top_contents01 section .img01 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .img01 {
    width: 47%;
    left: -15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .img01 {
    left: -80px;
  }
}
.top_contents01 section .img01 picture {
  width: 100%;
  max-height: 800px;
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .img01 picture {
    width: 620px;
  }
}
.top_contents01 section .img01 picture img {
  width: 100%;
  height: auto;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .img01 picture img {
    height: 100%;
  }
}
.top_contents01 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 47%;
    max-width: 620px;
  }
}
@media screen and (min-width: 1300px) {
  .top_contents01 section .inner_contents {
    width: 620px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .top_title_type01 {
    margin-top: 20px;
  }
}
.top_contents01 section .inner_contents .top_title_type01 h2 {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .top_title_type01 {
    margin-bottom: 20px;
  }
}
.top_contents01 section .inner_contents .inner_txt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .inner_txt {
    left: -40px;
  }
}
@media screen and (min-width: 1300px) {
  .top_contents01 section .inner_contents .inner_txt {
    left: -20px;
  }
}
@media screen and (min-width: 1360px) {
  .top_contents01 section .inner_contents .inner_txt {
    left: 0;
  }
}
.top_contents01 section .inner_contents h3 {
  font-family: "GenMin-M", serif;
  font-size: min(5.2vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  line-height: 4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents h3 {
    font-size: min(2.5vw, 3.5rem);
    margin-bottom: 22px;
    line-height: 6rem;
  }
}
.top_contents01 section .inner_contents p {
  line-height: 2.8rem;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents p {
    line-height: 2.1;
    font-size: 1.5rem;
  }
}
.top_contents01 .inner_width {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_width {
    position: absolute;
    left: 0;
    right: 0;
    top: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1210px) {
  .top_contents01 .inner_width {
    top: 580px;
  }
}
@media screen and (min-width: 1350px) {
  .top_contents01 .inner_width {
    top: 610px;
  }
}
.top_contents01 .inner_photo {
  position: relative;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  left: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_photo {
    max-width: initial;
    position: relative;
    width: 61.5vw;
    height: 29.28vw;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents01 .inner_photo {
    width: 861px;
    height: 410px;
  }
}
.top_contents01 .inner_photo .img02 {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_photo .img02 {
    position: absolute;
    width: 17.92vw;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents01 .inner_photo .img02 {
    width: 251px;
  }
}
.top_contents01 .inner_photo .img02 picture {
  width: 100%;
}
.top_contents01 .inner_photo .img02 picture img {
  width: 100%;
  height: auto;
}
.top_contents01 .inner_photo .img03 {
  width: 38.92vw;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top_contents01 .inner_photo .img03 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents01 .inner_photo .img03 {
    width: 545px;
  }
}
.top_contents01 .inner_photo .img03 picture {
  width: 100%;
}
.top_contents01 .inner_photo .img03 picture img {
  width: 100%;
  height: auto;
}

.loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}
.loop_wrap ul {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
  will-change: transform;
  width: 1203px;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul {
    width: 1800px;
  }
}
.loop_wrap ul li {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul li {
    margin-right: 30px;
  }
}
.loop_wrap ul li img {
  width: 381px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul li img {
    width: 560px;
  }
}

.loop_wrap .slick-slide:nth-of-type(even) {
  margin-top: 40px !important;
}

.works_list {
  position: relative;
}
.works_list.detail .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .works_list.detail .title_type01 {
    margin-bottom: 50px;
  }
}
.works_list.works .title_type01 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .works_list.works .title_type01 {
    margin-bottom: 30px;
    max-width: 1240px;
  }
}
.works_list.works section {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .works_list.works section {
    margin-bottom: 80px;
  }
}
.works_list.works section .inner_contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .works_list.six section .inner_list ul li:nth-of-type(n + 6) {
    display: none;
  }
}
.works_list section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .works_list section {
    width: calc(100% - 30px);
    margin-bottom: 150px;
    max-width: 1240px;
  }
}
.works_list section .architects_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #cecece;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .works_list section .architects_form {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.works_list section .architects_form select.architects {
  background: #eeeeee;
  height: 50px;
  width: 100%;
  border: none;
  color: #2a2a2a;
  font-size: 1.4rem;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #eeeeee url("../images/works/arrow-down.svg") no-repeat right 20px center;
  background-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .works_list section .architects_form select.architects {
    width: 744px;
    margin-bottom: 0;
  }
}
.works_list section .architects_form select.architects option {
  border: none !important;
  background: #eeeeee;
  height: 50px;
  border-radius: 0;
}
.works_list section .architects_form .architects_button {
  border-radius: 0;
  margin-left: 20px;
  background: #2a2a2a;
  height: 50px;
  width: 200px;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.works_list section .architects_form .architects_button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.works_list section .inner_contents {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .works_list section .inner_contents {
    margin-bottom: 100px;
  }
}
.works_list section .inner_contents > p {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .works_list section .inner_contents > p {
    margin-bottom: 50px;
  }
}
.works_list section .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 40px;
}
.works_list section .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .works_list section .inner_list ul {
    -ms-grid-columns: 1fr 42px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 60px;
  }
}
@media screen and (min-width: 1140px) {
  .works_list section .inner_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.works_list section .inner_list ul li a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 5px;
  display: block;
}
.works_list section .inner_list ul li a picture {
  margin-bottom: 15px;
}
.works_list section .inner_list ul li a picture img {
  width: 100%;
  height: auto;
}
.works_list section .inner_list ul li a h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: -8px;
}
.works_list section .inner_list ul li a p {
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.works_list section .inner_list ul li a p.name {
  margin-bottom: -7px;
}
.works_list section .inner_list ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.works_list section .inner_list ul li a:hover span figure {
  left: 5px;
}
.works_list section .inner_list ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}
.works_list section .inner_list ul li a span figure {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  margin-left: 10px;
  left: 0;
}

.bg02 {
  position: relative;
  background: #f2efea;
}
.bg02::after {
  background: #fff;
  width: 100%;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .bg02::after {
    height: 240px;
  }
}

.top_contents03 {
  overflow-x: hidden;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents03 {
    margin-bottom: 100px;
  }
}
.top_contents03 section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .top_contents03 section {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section {
    max-width: 1240px;
  }
}
.top_contents03 section .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .title_type01 {
    margin-bottom: 30px;
  }
}
.top_contents03 section .title_type01 + p {
  margin-bottom: 25px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .title_type01 + p {
    margin-bottom: 40px;
  }
}
.top_contents03 section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 43px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
  width: 100%;
}
.top_contents03 section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul {
    grid-row-gap: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents03 section ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .top_contents03 section ul {
    grid-column-gap: 42px;
  }
}
.top_contents03 section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 177px;
  width: 100%;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li {
    height: 44.25vw;
  }
}
.top_contents03 section ul li picture {
  width: 150px;
  height: 177px;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li picture {
    width: 37.5vw;
    height: 44.25vw;
  }
}
.top_contents03 section ul li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 400px) {
  .top_contents03 section ul li picture img {
    height: auto;
  }
}
.top_contents03 section ul li .inner_txt {
  width: 100%;
  background: #fff;
  height: 177px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 25px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt {
    padding-top: 6.25vw;
    height: 44.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents03 section ul li .inner_txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt {
    padding-left: 5vw;
  }
}
.top_contents03 section ul li .inner_txt h3 {
  font-family: "GenMin-M", serif;
  font-size: min(4.5vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.top_contents03 section ul li .inner_txt h3 span {
  margin-top: -7px;
  display: block;
  font-size: min(3.5vw, 1.4rem);
  font-family: "Outfit", sans-serif;
  white-space: nowrap;
}
.top_contents03 section ul li .inner_txt h3 span.small {
  font-size: min(2.75vw, 1.1rem);
}
.top_contents03 section ul li .inner_txt .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt .office {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section ul li .inner_txt .office {
    margin-bottom: 32px;
  }
}
.top_contents03 section ul li .inner_txt .office.mb {
  margin-bottom: 14px;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt .office.mb {
    margin-bottom: 3.5vw;
  }
}
.top_contents03 section ul li .inner_txt .office p,
.top_contents03 section ul li .inner_txt .office span {
  white-space: nowrap;
  font-size: min(3vw, 1.2rem);
  text-decoration: underline;
  margin-right: 4px;
  line-height: 1.83;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt .office p,
  .top_contents03 section ul li .inner_txt .office span {
    margin-bottom: 2.5vw;
  }
}
.top_contents03 section ul li .inner_txt .office:hover p,
.top_contents03 section ul li .inner_txt .office:hover span {
  text-decoration: none;
}
.top_contents03 section ul li .inner_txt .office p + figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt .office p + figure {
    top: -3.8vw;
  }
}
.top_contents03 section ul li .inner_txt .office span figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  left: 5px;
}
.top_contents03 section ul li .inner_txt .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: absolute;
  right: 25px;
  bottom: 18px;
}
@media screen and (max-width: 399px) {
  .top_contents03 section ul li .inner_txt .link {
    right: 6.25vw;
    bottom: 4.5vw;
  }
}
.top_contents03 section ul li .inner_txt .link p {
  font-weight: 500;
  font-size: min(3.25vw, 1.3rem);
  margin-right: 4px;
}
.top_contents03 section ul li .inner_txt .link figure {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents03 section ul li .inner_txt .link:hover figure {
  left: 5px;
}
.top_contents03 section .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top_contents03 section .more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.top_contents03 section .more p {
  line-height: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2px;
}

.top_contents04 {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents04 {
    padding-bottom: 140px;
    margin-bottom: 150px;
  }
}
.top_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents04 section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1240px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 860px) {
  .top_contents04 section {
    height: 484px;
  }
}
.top_contents04 section .sub_txt {
  position: absolute;
  font-size: 4rem;
  font-weight: 500;
  right: -20px;
  top: 70vw;
  letter-spacing: 0.2em;
  font-family: "Outfit", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgba(45, 45, 45, 0.05);
}
@media screen and (min-width: 550px) {
  .top_contents04 section .sub_txt {
    top: 380px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents04 section .sub_txt {
    font-size: 5.3rem;
    right: -20px;
    top: 0;
  }
}
.top_contents04 section .left {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left {
    width: 48%;
    max-width: 700px;
    margin-bottom: 0;
    height: 510px;
    overflow: hidden;
    max-width: 642px;
  }
}
@media screen and (min-width: 860px) {
  .top_contents04 section .left {
    height: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .top_contents04 section .left {
    width: 642px;
  }
}
.top_contents04 section .left picture {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left picture {
    height: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .top_contents04 section .left picture {
    width: 642px;
  }
}
.top_contents04 section .left picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left picture img {
    height: 100%;
    min-height: 320px;
  }
}
.top_contents04 section .right {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right {
    width: calc(50% - 40px);
    margin-bottom: 0;
    padding: 60px 20px 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 860px) {
  .top_contents04 section .right {
    height: 484px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents04 section .right {
    width: calc(100% - 642px);
  }
}
@media screen and (min-width: 1240px) {
  .top_contents04 section .right {
    padding: 60px;
  }
}
.top_contents04 section .right h3 {
  font-family: "GenMin-M", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right h3 {
    font-size: min(2.5vw, 3rem);
    line-height: 1.8;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1080px) {
  .top_contents04 section .right h3 {
    font-size: 3rem;
    line-height: 5.5rem;
  }
}
.top_contents04 section .right .title_type01 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1080px) {
  .top_contents04 section .right .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents04 section .right > p {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right > p {
    margin-bottom: 40px;
  }
}

.top_contents05 {
  position: relative;
  margin-bottom: 76px;
}
@media screen and (min-width: 769px) {
  .top_contents05 {
    margin-bottom: 130px;
  }
}
.top_contents05 section {
  width: calc(100% - 30px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents05 section .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .inner_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 120px;
  }
}
.top_contents05 section .inner_block .left {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .inner_block .left {
    width: 48%;
    max-width: 591px;
    left: 15px;
    position: relative;
    margin-top: 68px;
  }
}
@media screen and (min-width: 1260px) {
  .top_contents05 section .inner_block .left {
    left: 0;
  }
}
.top_contents05 section .inner_block .left .top_title_type01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .inner_block .left .top_title_type01 {
    margin-bottom: 50px;
  }
}
.top_contents05 section .inner_block h3 {
  font-family: "GenMin-M", serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .inner_block h3 {
    font-size: min(2.75vw, 3.5rem);
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1240px) {
  .top_contents05 section .inner_block h3 {
    font-size: 3.5rem;
    line-height: 6rem;
  }
}
.top_contents05 section .inner_block .right {
  width: calc(100% + 30px);
  max-width: 500px;
  left: 12.5px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .inner_block .right {
    left: 15px;
    width: 48%;
    max-width: 609px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .top_contents05 section .inner_block .right {
    left: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents05 section .inner_block .right {
    left: 80px;
  }
}
.top_contents05 section .inner_block .right img {
  width: calc(100% - 25px);
  height: auto;
  -webkit-box-shadow: -25px 25px #f2efea;
          box-shadow: -25px 25px #f2efea;
}
@media screen and (min-width: 1120px) {
  .top_contents05 section .inner_block .right img {
    width: 100%;
    -webkit-box-shadow: -40px 40px #f2efea;
            box-shadow: -40px 40px #f2efea;
  }
}
.top_contents05 section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 40px;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section ul {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: initial;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents05 section ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
}
.top_contents05 section ul li {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents05 section ul li {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents05 section ul li {
    height: 390px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1139px) {
  .top_contents05 section ul li:nth-of-type(2)::after {
    content: none;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents05 section ul li {
    width: 100%;
  }
}
.top_contents05 section ul li:last-of-type::after {
  content: none;
}
.top_contents05 section ul li picture {
  margin-bottom: 15px;
}
.top_contents05 section ul li picture img {
  width: 100%;
  height: auto;
}
.top_contents05 section ul li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "GenMin-M", serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #2a2a2a;
}
.top_contents05 section ul li h3::before {
  content: "― ";
}
.top_contents05 section ul li h3::after {
  content: " ―";
}
@media screen and (min-width: 769px) {
  .top_contents05 section ul li::after {
    content: "";
    width: 1px;
    height: 390px;
    background: #d4d4d4;
    position: absolute;
    top: 0;
    right: -20px;
    margin: auto;
  }
}
.top_contents05 section .illust {
  position: absolute;
  right: 5px;
  bottom: -190px;
}
@media screen and (max-width: 768px) {
  .top_contents05 section .illust {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents05 section .illust {
    right: 100px;
  }
}
.top_contents05 section .illust::after {
  width: 581px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 5px;
  right: -100px;
  background: rgba(126, 126, 126, 0.5);
}

.top_news {
  margin-bottom: 95px;
}
@media screen and (min-width: 769px) {
  .top_news {
    margin-bottom: 150px;
  }
}
.top_news section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_news section {
    max-width: 1240px;
  }
}
@media screen and (max-width: 768px) {
  .top_news section .top_title_type01 {
    margin-bottom: 12px;
  }
}
.top_news section .top_title_type01 h2 span {
  margin-top: -5px;
}
.top_news section ul {
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_news section ul {
    margin-bottom: 15px;
  }
}
.top_news section ul li {
  width: 100%;
}
.top_news section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 18px;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0;
  }
  .top_news section ul li a::after {
    background: url("../images/common/icon_link.svg") no-repeat;
    background-size: contain;
    width: 16px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top_news section ul li a:hover::after {
    right: -5px;
  }
}
.top_news section ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a span {
    margin-bottom: 0;
  }
}
.top_news section ul li a span .date {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a span .date {
    margin-right: 10px;
  }
}
.top_news section ul li a span .cat {
  background: #2a2a2a;
  color: #fff;
  font-size: 1.3rem;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_news section ul li a .txt {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a .txt {
    line-height: 2.8rem;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_news section ul li a .txt::after {
    background: url("../images/common/icon_link.svg") no-repeat;
    background-size: contain;
    width: 16px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top_news section ul li a .txt:hover::after {
    right: -5px;
  }
}
.top_news section .news_link {
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .top_news section .news_link {
    width: calc(100% - 30px);
  }
}
.top_news section .news_link a {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-right: 28px;
}
.top_news section .news_link a::after {
  background: url("../images/common/icon_link.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_news section .news_link a:hover::after {
  right: -5px;
}

.link_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type01 b,
.link_type01 a {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  border: solid 1px #2a2a2a;
  color: #2a2a2a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .link_type01 b,
  .link_type01 a {
    width: 400px;
    height: 80px;
  }
}
.link_type01 b::after,
.link_type01 a::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 41px;
  height: 4px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type01 b:hover,
.link_type01 a:hover {
  opacity: 1;
}
.link_type01 b:hover::after,
.link_type01 a:hover::after {
  right: -30px;
}

.link_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type02 b,
.link_type02 a {
  background: #2a2a2a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .link_type02 b,
  .link_type02 a {
    width: 400px;
    height: 80px;
  }
}
.link_type02 b::after,
.link_type02 a::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 41px;
  height: 4px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type02 b:hover,
.link_type02 a:hover {
  opacity: 1;
}
.link_type02 b:hover::after,
.link_type02 a:hover::after {
  right: -30px;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative;
  padding-top: 113px;
}
@media screen and (min-width: 980px) {
  .page_keyvisual {
    padding-top: 157px;
  }
}
.page_keyvisual .main_txt {
  z-index: 2;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt {
    margin-bottom: 100px;
  }
}
.page_keyvisual .main_txt h1,
.page_keyvisual .main_txt h2 {
  font-size: min(7.6vw, 3.2rem);
  text-align: center;
  line-height: 1;
  color: #2a2a2a;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt h1,
  .page_keyvisual .main_txt h2 {
    font-size: 5rem;
  }
}
.page_keyvisual .main_txt h1 span,
.page_keyvisual .main_txt h2 span {
  font-family: "GenMin-SB", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2a2a2a;
  letter-spacing: 0.08em;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt h1 span,
  .page_keyvisual .main_txt h2 span {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------
404ページ
------------------------------------------------ */
.not_found_block {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 95px;
  background: #f8f7f5;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .not_found_block {
    padding-bottom: 150px;
    max-width: 1140px;
  }
}
.not_found_block h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .not_found_block h2 {
    text-align: center;
  }
}
.not_found_block p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .not_found_block p {
    text-align: center;
  }
}

input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  vertical-align: -6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background: #000;
  content: "";
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 9px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -130px;
  padding-top: 130px;
}

/* -------------------------------------------------------------------------------
建築家とつくる家ページ
---------------------------------------------------------------------------------- */
.architects_contents01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .architects_contents01 {
    margin-bottom: 145px;
  }
}
.architects_contents01 section {
  width: calc(100% - 30px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.architects_contents01 section .inner_img {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .architects_contents01 section .inner_img {
    margin-bottom: 0;
  }
}
.architects_contents01 section .inner_img picture img {
  width: 100%;
  height: auto;
}
.architects_contents01 section .inner_txt {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .architects_contents01 section .inner_txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.architects_contents01 section .inner_txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "GenMin-R", serif;
  margin-bottom: 13px;
  line-height: 4rem;
}
@media screen and (min-width: 1040px) {
  .architects_contents01 section .inner_txt h3 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 5rem;
  }
}

.architects_contents02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .architects_contents02 {
    margin-bottom: 80px;
  }
}
.architects_contents02 section {
  width: calc(100% - 30px);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.architects_contents02 section .inner_contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .architects_contents02 section .inner_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1040px) {
  .architects_contents02 section .inner_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.architects_contents02 section .inner_contents .inner_img {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .architects_contents02 section .inner_contents .inner_img {
    width: 48%;
    max-width: 650px;
    margin-bottom: 0;
  }
}
.architects_contents02 section .inner_contents .inner_img picture img {
  width: 100%;
  height: auto;
}
.architects_contents02 section .inner_contents .inner_txt {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .architects_contents02 section .inner_contents .inner_txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .architects_contents02 section .inner_contents .inner_txt {
    width: 48%;
    max-width: 530px;
  }
}
@media screen and (min-width: 1040px) {
  .architects_contents02 section .inner_contents .inner_txt {
    margin-left: 60px;
  }
}
.architects_contents02 section .inner_contents .inner_txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "GenMin-R", serif;
  margin-bottom: 13px;
  line-height: 4rem;
}
@media screen and (min-width: 1040px) {
  .architects_contents02 section .inner_contents .inner_txt h3 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 5rem;
  }
}
.architects_contents02 section .inner_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .architects_contents02 section .inner_history {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .architects_contents02 section .inner_history {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.architects_contents02 section .inner_history .left,
.architects_contents02 section .inner_history .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .architects_contents02 section .inner_history .left,
  .architects_contents02 section .inner_history .right {
    width: 49%;
  }
}
.architects_contents02 section .inner_history .left dl:last-of-type::after,
.architects_contents02 section .inner_history .right dl:last-of-type::after {
  background: #f8f7f5;
}
.architects_contents02 section .inner_history dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.architects_contents02 section .inner_history dl::after {
  background: #2a2a2a;
  width: 2px;
  height: 110%;
  min-height: 110px;
  position: absolute;
  left: 40px;
  top: 10px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.architects_contents02 section .inner_history dl dt {
  min-width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2a2a2a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.architects_contents02 section .inner_history dl dd {
  font-size: 1.5rem;
  font-weight: 500;
}
.architects_contents02 section .inner_history dl dd picture {
  margin-top: 10px;
}
.architects_contents02 section .inner_history dl dd picture img {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.architects_contents03 {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .architects_contents03 {
    margin-bottom: 145px;
  }
}
.architects_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .architects_contents03 section {
    max-width: 1240px;
  }
}
.architects_contents03 section ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .architects_contents03 section ul {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .architects_contents03 section ul {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.architects_contents03 section ul li {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .architects_contents03 section ul li {
    padding: 10px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .architects_contents03 section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.architects_contents03 section ul li figure {
  width: 140px;
}
@media screen and (min-width: 769px) {
  .architects_contents03 section ul li figure {
    width: 220px;
  }
}
.architects_contents03 section ul li figure img {
  width: 100%;
  height: auto;
}
.architects_contents03 section ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.architects_contents03 section ul li h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .architects_contents03 section ul li h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.architects_contents04 {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .architects_contents04 {
    margin-bottom: 190px;
  }
}
.architects_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section {
    max-width: 1240px;
  }
}
.architects_contents04 section .inner_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .architects_contents04 section .inner_contents {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 100px;
  }
}
.architects_contents04 section .inner_txt {
  background: #fff;
  width: 100%;
  padding: 20px 20px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_txt {
    max-width: 520px;
    position: absolute;
    right: 0;
    bottom: -40px;
    padding: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .architects_contents04 section .inner_txt {
    padding: 50px;
    max-width: 620px;
  }
}
.architects_contents04 section .inner_txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_txt span {
    margin-bottom: 10px;
  }
}
.architects_contents04 section .inner_txt span .case_number {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_txt span .case_number {
    font-size: 1.6rem;
  }
}
.architects_contents04 section .inner_txt span .architects {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_txt span .architects {
    font-size: 1.6rem;
  }
}
.architects_contents04 section .inner_txt h3 {
  font-family: "GenMin-R", serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .architects_contents04 section .inner_txt h3 {
    margin-bottom: 15px;
  }
}
.architects_contents04 section .inner_img {
  width: 100%;
  max-width: 700px;
}
.architects_contents04 section .inner_img img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------------
施工事例ページ
---------------------------------------------------------------------------------- */
.works_category {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .works_category {
    margin-bottom: 80px;
  }
}
.works_category section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .works_category section {
    max-width: 1240px;
  }
}
.works_category section .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .works_category section .title_type01 {
    margin-bottom: 40px;
  }
}
.works_category section .chreck_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 998px) {
  .works_category section .chreck_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 999px) {
  .works_category section .chreck_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.works_category section .chreck_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .works_category section .chreck_wrap > div {
    display: contents;
  }
}
.works_category section .chreck_wrap a {
  margin-right: 15px;
  background: #2a2a2a;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
@media screen and (min-width: 400px) {
  .works_category section .chreck_wrap a {
    min-width: 90px;
  }
}
@media screen and (min-width: 769px) {
  .works_category section .chreck_wrap a {
    font-size: 1.5rem;
    padding: 0 30px;
    height: 35px;
    min-width: 120px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.works_category section .chreck_wrap a.active {
  background: #8e8e40;
}
.works_category section .chreck_wrap a p {
  white-space: nowrap;
}
.works_category section .chreck_wrap a:hover {
  background: #8e8e40;
}

.works_detail_block .works_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #cecece;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .works_detail_block .works_title {
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
.works_detail_block .works_title h1 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_title h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.works_detail_block .works_title span {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_title span {
    font-size: 1.5rem;
  }
}
.works_detail_block .works_title span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.works_detail_block .works_title span a:hover {
  text-decoration: none;
}
.works_detail_block .works_title span a figure {
  margin-left: 8px;
}
.works_detail_block .works_inner_detail .works_main {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .works_main {
    max-width: 1140px;
  }
}
.works_detail_block .works_inner_detail .works_main picture {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .works_main picture {
    margin-bottom: 40px;
  }
}
.works_detail_block .works_inner_detail .works_main picture img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner_detail > picture {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail > picture {
    margin-bottom: 40px;
    max-width: 942px;
  }
}
.works_detail_block .works_inner_detail > picture img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner_detail .first_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
  max-width: 447px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .first_img {
    margin-bottom: 40px;
  }
}
.works_detail_block .works_inner_detail .first_img picture {
  width: 47%;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .first_img picture {
    width: 100%;
  }
}
.works_detail_block .works_inner_detail .first_img img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner_detail .second_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.works_detail_block .works_inner_detail .second_img > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.works_detail_block .works_inner_detail .second_img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .second_img {
    grid-column-gap: 48px;
    max-width: 942px;
    margin-bottom: 40px;
  }
}
.works_detail_block .works_inner_detail .second_img picture {
  width: 100%;
}
.works_detail_block .works_inner_detail .second_img img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner_detail .works_data {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .works_data {
    max-width: 942px;
    margin-top: 95px;
  }
}
.works_detail_block .works_inner_detail .works_data h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .works_data h3 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.works_detail_block .works_inner_detail .data_list {
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list {
    margin-bottom: 135px;
  }
}
.works_detail_block .works_inner_detail .data_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list dl {
    padding: 20px 0;
  }
}
.works_detail_block .works_inner_detail .data_list dl:last-of-type {
  border-bottom: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.works_detail_block .works_inner_detail .data_list dl dt {
  font-weight: 500;
  width: 105px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list dl dt {
    width: 125px;
  }
}
.works_detail_block .works_inner_detail .data_list dl dd {
  width: calc(100% - 105px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list dl dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 125px);
  }
}
.works_detail_block .works_inner_detail .data_list dl dd picture {
  width: 57px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list dl dd picture {
    margin-bottom: 0;
  }
}
.works_detail_block .works_inner_detail .data_list dl dd picture img {
  width: 100%;
  height: auto;
}
.works_detail_block .works_inner_detail .data_list dl dd div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .works_detail_block .works_inner_detail .data_list dl dd div a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.works_detail_block .works_inner_detail .data_list dl dd div a:hover {
  text-decoration: none;
}
.works_detail_block .works_inner_detail .data_list dl dd div a::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: 0.5rem;
  background: url("../images/common/icon_link02.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .works_detail_block .works_inner_detail .data_list dl dd div a span {
    display: none;
  }
}

/* -------------------------------------------------------------------------------
安松託建の仕事ページ
---------------------------------------------------------------------------------- */
.serivice_contents01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 {
    margin-bottom: 80px;
  }
}
.serivice_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section {
    max-width: 1240px;
  }
}
.serivice_contents01 section .inner_contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1040px) {
  .serivice_contents01 section .inner_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.serivice_contents01 section .inner_contents .inner_img {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents .inner_img {
    width: 48%;
    max-width: 650px;
    margin-bottom: 0;
  }
}
.serivice_contents01 section .inner_contents .inner_img picture img {
  width: 100%;
  height: auto;
}
.serivice_contents01 section .inner_contents .inner_txt {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .serivice_contents01 section .inner_contents .inner_txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents .inner_txt {
    width: 48%;
    max-width: 530px;
  }
}
@media screen and (min-width: 1040px) {
  .serivice_contents01 section .inner_contents .inner_txt {
    margin-left: 60px;
  }
}
.serivice_contents01 section .inner_contents .inner_txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "GenMin-R", serif;
  margin-bottom: 13px;
  line-height: 4rem;
}
@media screen and (min-width: 1040px) {
  .serivice_contents01 section .inner_contents .inner_txt h3 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 5rem;
  }
}

.service_title h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .service_title h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.works_list.service {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .works_list.service {
    margin-bottom: 80px;
  }
}
.works_list.service:last-of-type section {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .works_list.service:last-of-type section {
    margin-bottom: 150px;
  }
}
.works_list.service section .title_type02 span {
  margin-top: -10px;
}

/* -------------------------------------------------------------------------------
会社案内ページ
---------------------------------------------------------------------------------- */
.company_contents01 {
  margin-bottom: 76px;
}
@media screen and (min-width: 769px) {
  .company_contents01 {
    margin-bottom: 10.71vw;
  }
}
@media screen and (min-width: 1200px) {
  .company_contents01 {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .company_contents01 {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .company_contents01 {
    margin-bottom: 270px;
  }
}
.company_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents01 section {
    width: 100%;
    max-width: 1240px;
  }
}
.company_contents01 section .inner_contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .company_contents01 section .inner_contents {
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company_contents01 section .inner_contents .inner_txt {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company_contents01 section .inner_contents .inner_txt {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .company_contents01 section .inner_contents .inner_txt {
    margin-right: 30px;
    width: 46%;
    max-width: 580px;
    left: 15px;
  }
}
.company_contents01 section .inner_contents .inner_txt .title_type02 {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .company_contents01 section .inner_contents .inner_txt .title_type02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1260px) {
  .company_contents01 section .inner_contents .inner_txt {
    left: 0;
  }
}
.company_contents01 section .inner_contents .inner_txt h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-family: "GenMin-R", serif;
  margin-bottom: 13px;
}
@media screen and (min-width: 769px) {
  .company_contents01 section .inner_contents .inner_txt h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.company_contents01 section .inner_contents .inner_txt p:first-of-type {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .company_contents01 section .inner_contents .inner_txt p:first-of-type {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .company_contents01 section .inner_contents .inner_txt span {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.company_contents01 section .inner_contents .inner_img {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .company_contents01 section .inner_contents .inner_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .company_contents01 section .inner_contents .inner_img {
    width: 51%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 680px;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1300px) {
  .company_contents01 section .inner_contents .inner_img {
    width: 680px;
    right: calc(-1 * var(--element-x));
  }
}
@media screen and (min-width: 1400px) {
  .company_contents01 section .inner_contents .inner_img {
    right: -80px;
  }
}
.company_contents01 section .inner_contents .inner_img picture img {
  width: 100%;
  height: auto;
}
.company_contents01 + .loop_wrap {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  .company_contents01 + .loop_wrap {
    margin-bottom: 150px;
  }
}

.company_contents02 {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .company_contents02 {
    margin-bottom: 140px;
  }
}
.company_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents02 section {
    max-width: 1240px;
  }
}
@media screen and (min-width: 769px) {
  .company_contents02 section .title_type02 {
    margin-bottom: 40px;
  }
}
.company_contents02 section .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .company_contents02 section .info_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 150px;
  }
}
.company_contents02 section .info_list .inner {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .company_contents02 section .info_list .inner {
    max-width: 580px;
    width: 48%;
  }
}
.company_contents02 section .info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #c8c8c8;
  padding: 8px 0;
}
.company_contents02 section .info_list dl dt {
  width: 130px;
}
@media screen and (min-width: 769px) {
  .company_contents02 section .info_list dl dt {
    width: 180px;
  }
}
.company_contents02 section .info_list dl dd {
  width: calc(100% - 130px);
}
@media screen and (min-width: 769px) {
  .company_contents02 section .info_list dl dd {
    width: calc(100% - 180px);
  }
}
.company_contents02 .ggmap {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .company_contents02 .ggmap {
    height: 500px;
  }
}
.company_contents02 .ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.company_contents03 {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .company_contents03 {
    margin-bottom: 140px;
  }
}
.company_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents03 section {
    max-width: 1240px;
  }
}
.company_contents03 section .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .company_contents03 section .info_list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company_contents03 section .info_list .inner {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .company_contents03 section .info_list .inner {
    max-width: 580px;
    width: 48%;
  }
}
.company_contents03 section .info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #c8c8c8;
  padding: 8px 0;
}
.company_contents03 section .info_list dl dt {
  width: 107px;
}
.company_contents03 section .info_list dl dd {
  width: calc(100% - 107px);
}

.company_contents04 {
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .company_contents04 {
    margin-bottom: 140px;
  }
}
.company_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents04 section {
    max-width: 1240px;
  }
}
.company_contents04 section .awards_table {
  width: calc(100% + 15px);
}
@media screen and (min-width: 1053px) {
  .company_contents04 section .awards_table {
    width: 100%;
  }
}
.company_contents04 section .awards_table table {
  width: 959px;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table {
    font-size: 1.5rem;
    width: 1038px;
  }
}
.company_contents04 section .awards_table table th {
  font-weight: 400;
  border-bottom: solid 1px #c8c8c8;
  padding: 8px 0;
  color: #787878;
}
.company_contents04 section .awards_table table td {
  border-bottom: solid 1px #c8c8c8;
  padding: 10px 0;
  vertical-align: top;
}
.company_contents04 section .awards_table table td:nth-of-type(1) {
  width: 85px;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table td:nth-of-type(1) {
    width: 108px;
  }
}
.company_contents04 section .awards_table table td:nth-of-type(2) {
  width: 156px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table td:nth-of-type(2) {
    width: 245px;
  }
}
.company_contents04 section .awards_table table td:nth-of-type(3) {
  width: 160px;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table td:nth-of-type(3) {
    width: 176px;
  }
}
.company_contents04 section .awards_table table td:nth-of-type(4) {
  width: 126px;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table td:nth-of-type(4) {
    width: 137px;
  }
}
.company_contents04 section .awards_table table td:nth-of-type(5) {
  width: 443px;
}
@media screen and (min-width: 769px) {
  .company_contents04 section .awards_table table td:nth-of-type(5) {
    width: 372px;
  }
}
.company_contents04 section .awards_table table td a {
  text-decoration: underline;
}
.company_contents04 section .awards_table table td a:hover {
  text-decoration: none;
}

.company_contents05 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents05 section {
    max-width: 1240px;
  }
}
.company_contents05 section .magazins_list {
  max-width: 500px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_contents05 section .magazins_list {
    margin-top: 55px;
    margin-bottom: 150px;
    max-width: initial;
  }
}
.company_contents05 section .magazins_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.company_contents05 section .magazins_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.company_contents05 section .magazins_list ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .company_contents05 section .magazins_list ul {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }
  .company_contents05 section .magazins_list ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .company_contents05 section .magazins_list ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .company_contents05 section .magazins_list ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 1240px) {
  .company_contents05 section .magazins_list ul {
    grid-column-gap: 80px;
  }
}
.company_contents05 section .magazins_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .company_contents05 section .magazins_list ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company_contents05 section .magazins_list ul li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company_contents05 section .magazins_list ul li .txt dl {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.company_contents05 section .magazins_list ul li .txt dl dt {
  font-weight: 500;
}
.company_contents05 section .magazins_list ul li .txt dl dd {
  line-height: 1.57;
}
.company_contents05 section .magazins_list ul li .txt dl dd a {
  text-decoration: underline;
}
.company_contents05 section .magazins_list ul li .txt dl dd a:hover {
  text-decoration: none;
}
.company_contents05 section .magazins_list ul li picture {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .company_contents05 section .magazins_list ul li picture {
    width: 160px;
  }
}
@media screen and (min-width: 1080px) {
  .company_contents05 section .magazins_list ul li picture {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.company_contents05 section .magazins_list ul li picture img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------------
プライバシーポリシーページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .privacy_block {
    margin-bottom: 150px;
    max-width: 1140px;
  }
}
.privacy_block .read_text {
  margin-bottom: 27px;
  line-height: 2.6rem;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}
.privacy_block h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
.privacy_block .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 26px 0 23px;
}
.privacy_block .box a {
  color: #2a2a2a;
}
.privacy_block > ul {
  counter-reset: huga;
  margin-bottom: 26px;
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
.privacy_block > ul > li::before {
  counter-increment: huga;
  content: " " counter(huga) " ";
  position: absolute;
  left: 0;
}
.privacy_block > ul > li:last-of-type {
  margin-bottom: 0;
}
.privacy_block ul.type02 {
  margin-bottom: 26px;
}
.privacy_block ul.type02 li {
  font-size: 1.5rem;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.01em;
  line-height: 2.6rem;
}
.privacy_block ul.type02 li span {
  width: 2rem;
  display: block;
}
.privacy_block ul.type02 li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy_block ul.type02 li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.contact_wrap {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 1000px;
    margin-bottom: 150px;
  }
}
.contact_wrap .read_text {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
}
@media screen and (min-width: 800px) {
  .contact_wrap .read_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
.contact_wrap .read_text p a {
  color: #2a2a2a;
}

.contact_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

.black {
  color: #000 !important;
}

.gray {
  color: #9b9b9b !important;
}

.required_text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .required_text {
    margin-bottom: 15px;
  }
}
.required_text span {
  color: #dc000c;
  margin-right: 5px;
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 58px;
}
@media screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 60px;
  }
}
.contact_table caption {
  color: #dc000c;
  margin-bottom: 20px;
}
.contact_table tbody {
  position: relative;
}
.contact_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 800px) {
  .contact_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 30px;
  }
}
.contact_table tr:last-of-type {
  margin-bottom: 0;
}
.contact_table tr.check_list {
  margin-bottom: 10px;
}
.contact_table tr.check_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 800px) {
  .contact_table tr.check_list td {
    margin: 15px 0 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_table tr.check_list td label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  background: none !important;
  margin-bottom: 20px;
  height: auto;
}
.contact_table tr.check_list td label input {
  display: block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #f5f7fb;
}
.contact_table tr.check_list td p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table tr.radio_list {
  margin-bottom: 10px;
}
.contact_table tr.radio_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td {
    padding-left: 20px;
    margin: 15px 0 0;
  }
}
.contact_table tr.radio_list td label {
  position: relative;
  cursor: pointer;
  background: none !important;
  width: 100% !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 560px) {
  .contact_table tr.radio_list td label {
    width: 45% !important;
  }
}
@media screen and (min-width: 800px) {
  .contact_table tr.radio_list td label {
    width: auto !important;
    margin-right: 20px;
  }
}
.contact_table tr.radio_list td label .space {
  display: inline-block;
  padding: 0 12px;
}
.contact_table tr.radio_list td label input {
  margin-right: 8px;
}
.contact_table tr.radio_list td label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table th {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  font-weight: 500;
  margin-bottom: 5px;
  color: #2a2a2a;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
}
@media screen and (min-width: 800px) {
  .contact_table th {
    width: 187px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #dc000c;
  display: inline-block;
  margin-left: 5px;
}
.contact_table td {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .contact_table td {
    width: calc(100% - 187px);
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact_table td {
    width: 664px;
  }
}
.contact_table td.radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column-gap: 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_table td.radio_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_table td.radio_block label {
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .contact_table td.radio_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact_table td.radio_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_table td.radio_block div label {
  cursor: pointer;
}
.contact_table td.radio_block div input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.contact_table td .input_address {
  background: #f8f7f5;
  margin-bottom: 20px;
}
.contact_table td .input_address input[type=number] {
  width: 99px;
}
.contact_table td .input_address p {
  margin-right: 10px;
}
.contact_table td .input_address p:last-of-type {
  margin: 0 6px;
}
.contact_table td .select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 470px) {
  .contact_table td .select_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 275px;
  }
}
.contact_table td .select_wrap p {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact_table td .select_wrap .sp_w100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .contact_table td .select_wrap .sp_w100 {
    width: auto !important;
  }
}
.contact_table td select#year {
  width: 193px !important;
}
@media screen and (max-width: 470px) {
  .contact_table td select#year {
    margin-bottom: 10px;
    display: block;
  }
}
.contact_table td select#month,
.contact_table td select#day {
  width: 91px !important;
  padding: 3px 10px;
}
.contact_table td .file-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_table td .file-wrapper .select-image {
    position: relative;
    top: -3px;
    left: 10px;
    font-size: 1.5rem;
  }
  .contact_table td .file-wrapper label {
    margin-bottom: 5px !important;
  }
}
.contact_table td label[for=form-image],
.contact_table td label[for=form-image02] {
  background: #f5f5f5;
  border: solid 1px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px !important;
  height: 45px;
  border-radius: 0;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .contact_table td label[for=form-image],
  .contact_table td label[for=form-image02] {
    margin-right: 10px;
    margin-bottom: 0;
    width: 215px !important;
  }
}
.contact_table td input[type=file] {
  display: none;
}
.contact_table td button.deleteButton {
  border: none;
  background: #fff;
  position: absolute;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .contact_table td button.deleteButton {
    top: 0;
    bottom: -5px;
  }
}
.contact_table td .post_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.contact_table td .post_block input {
  margin: 0 10px;
  width: 72px;
}
.contact_table td small {
  position: absolute;
  left: 0;
  top: 25px;
  color: #9b9b9b;
  font-size: 1.1rem;
}
.contact_table td input[type=text],
.contact_table td input[type=number],
.contact_table td input[type=email] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 769px) {
  .contact_table td input[type=text],
  .contact_table td input[type=number],
  .contact_table td input[type=email] {
    padding: 3px 15p;
    height: 40px;
  }
}
.contact_table td input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-moz-placeholder {
  color: #b0b0b0;
}
.contact_table td input:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::placeholder {
  color: #b0b0b0;
}
.contact_table td input[type=email]::-webkit-input-placeholder {
  color: red;
}
.contact_table td input[type=email]::-moz-placeholder {
  color: red;
}
.contact_table td input[type=email]:-ms-input-placeholder {
  color: red;
}
.contact_table td input[type=email]::-ms-input-placeholder {
  color: red;
}
.contact_table td input[type=email]::placeholder {
  color: red;
}
.contact_table td label {
  width: 100% !important;
  height: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
}
.contact_table td label input[type=date] {
  color: #000;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td select {
  width: 100%;
  padding: 3px 15px;
  height: 40px;
  font-weight: 500;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #2a2a2a;
  background: #eeeeee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td option {
  padding: 5px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table td .select-wrap {
  position: relative;
  width: 100%;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 25px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
  background-size: contain;
}
.contact_table td > p {
  margin-top: 10px;
}
@media screen and (min-width: 800px) {
  .contact_table td > p {
    margin-top: 20px;
  }
}
.contact_table td select::-ms-expand {
  display: none;
}
.contact_table td textarea {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  height: 150px;
  border-radius: 5px;
  border: solid 0 #fff;
  background: #eeeeee;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 182px;
    padding: 15px;
  }
}
.contact_table td textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::-moz-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::placeholder {
  color: #b0b0b0;
}
.contact_table td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bottom_text {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contact_bottom_text {
    margin-bottom: 30px;
  }
}
.contact_bottom_text p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.5rem !important;
  color: #292929;
}
.contact_bottom_text p a {
  text-decoration: underline;
  color: #292929;
}
.contact_bottom_text p a:hover {
  text-decoration: none;
}
.contact_bottom_text input {
  position: relative;
  top: 2px;
}

.contact_submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_submit div {
  width: 300px;
  height: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2a2a2a;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .contact_submit div {
    width: 400px;
    height: 80px;
  }
}
.contact_submit div::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 41px;
  height: 4px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit div:hover {
  opacity: 0.7;
  -webkit-transition: ll 0.2s;
  transition: ll 0.2s;
}
.contact_submit div:hover::after {
  right: -35px;
}
.contact_submit input[type=submit] {
  width: 300px;
  height: 70px;
  background: #2a2a2a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  border: solid 0 #2a2a2a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .contact_submit input[type=submit] {
    width: 400px;
    height: 80px;
  }
}
.contact_submit input[type=submit]:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* -------------------------------------------------------------------------------
お知らせページ
---------------------------------------------------------------------------------- */
.news_block {
  margin-top: -18px;
}
.news_block section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .news_block section {
    max-width: 942px;
  }
}
.news_block section .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .news_block section .title_type01 {
    margin-bottom: 60px;
  }
}
.news_block section .title_type01 p {
  text-align: center;
}
.news_block section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 30px 18px 0;
  position: relative;
  border-bottom: solid 1px #cecece;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 55px 20px 0;
    line-height: 2;
  }
}
.news_block section ul li a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  width: 16px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_block section ul li a:hover::after {
  right: -5px;
}
.news_block section ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a span {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.news_block section ul li a span .date {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Outfit", sans-serif;
}
.news_block section ul li a span .cat_tag {
  background: #2a2a2a;
  min-width: 85px;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #fff;
}
.news_block section ul li a span + p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_nav {
  width: calc(100% - 30px);
  margin: 40px auto 100px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .page_nav {
    margin: 80px auto 150px;
  }
}
.page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .page_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_nav ul li {
  margin: 0 4px;
}
@media screen and (min-width: 769px) {
  .page_nav ul li {
    margin: 0 8px;
  }
}
.page_nav ul li:first-child a {
  background: #2a2a2a;
  color: #fff;
}
.page_nav ul li:first-child a::before {
  background: url("../images/news/news_arrow.svg") no-repeat;
  width: 18px;
  height: 5px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page_nav ul li:last-child a {
  background: #2a2a2a;
  color: #fff;
}
.page_nav ul li:last-child a::before {
  background: url("../images/news/news_arrow.svg") no-repeat;
  width: 18px;
  height: 5px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.page_nav ul li a {
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  width: 40px;
  height: 40px;
  font-weight: 500;
  background: #eeeeee;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  color: #2a2a2a;
}
.page_nav ul li a:hover {
  background: #2a2a2a;
  color: #fff;
  border: none;
  opacity: 1;
}
.page_nav ul li .active {
  color: #fff;
  background: #2a2a2a;
  pointer-events: none;
}
.page_nav ul li .active:hover {
  opacity: 1;
  pointer-events: none;
}
.page_nav ul .active a {
  background: #2a2a2a;
  color: #fff;
  pointer-events: none;
}
.page_nav ul .active a:hover {
  opacity: 1;
}

.news_detail_block {
  position: relative;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .news_detail_block {
    max-width: 942px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.news_detail_block .tag_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .news_detail_block .tag_date {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.news_detail_block .tag_date .date {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Outfit", sans-serif;
}
.news_detail_block .tag_date .cat_tag {
  background: #2a2a2a;
  min-width: 85px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #fff;
}
.news_detail_block .tag_date + p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_detail_block h1 {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 500;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h1 {
    font-size: 2.2rem;
    line-height: 4rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.news_detail_block h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.news_detail_block h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h3 {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
.news_detail_block blockquote {
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.news_detail_block ol {
  counter-reset: listnum;
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.news_detail_block ol li {
  margin-bottom: 5px;
  font-weight: 400;
}
.news_detail_block ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.news_detail_block ul {
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.news_detail_block ul li {
  margin-bottom: 5px;
  font-weight: 400;
}
.news_detail_block ul li::before {
  content: "■ ";
  color: #2a2a2a;
}
.news_detail_block .inner_content p {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news_detail_block .inner_content p {
    font-size: 1.5rem;
  }
}
.news_detail_block .inner_content img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .news_detail_block .inner_content img {
    margin-bottom: 40px;
  }
}
.news_detail_block .bold {
  font-weight: 700 !important;
}
.news_detail_block .table_type01 {
  width: 100%;
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  margin-bottom: 40px;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .table_type01 tr {
  border-bottom: solid 1px #b8b8b8;
}
.news_detail_block .table_type01 th {
  background: #eae1d1;
  border-right: solid 1px #b8b8b8;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .table_type01 td {
  border-right: solid 1px #b8b8b8;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .italic {
  font-style: italic;
}
.news_detail_block .underline {
  text-decoration: underline;
}
.news_detail_block .strike_through {
  display: inline-block;
}
.news_detail_block p a {
  color: #8e8e40;
  text-decoration: underline;
  font-weight: 700;
}
.news_detail_block p a:hover {
  text-decoration: none;
}
.news_detail_block .video_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.news_detail_block .video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_detail_block .video_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 91, 52, 0.31);
}

.page_back-parts {
  width: calc(100% - 30px);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 96px;
}
@media screen and (min-width: 769px) {
  .page_back-parts {
    max-width: 1140px;
    margin-bottom: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page_back-parts .page_back-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list {
    margin: 0 65px;
  }
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page_back-parts .page_back-list a {
  background: #fff;
  color: #2a2a2a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 70px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  position: relative;
  border: solid 1px #2a2a2a;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list a {
    width: 400px;
    height: 80px;
  }
}
.page_back-parts .page_back-list a::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 41px;
  height: 4px;
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_back-list a:hover::after {
  left: -27px;
}
.page_back-parts .page_back-list a:hover {
  opacity: 1;
}
.page_back-parts .page_next {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
}
.page_back-parts .page_next a {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: underline;
}
.page_back-parts .page_next a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 17px;
  height: 5px;
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_next a:hover::after {
  left: -33px;
}
.page_back-parts .page_next a:hover {
  opacity: 1;
  text-decoration: none;
}
.page_back-parts .page_back {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 30px;
  }
}
.page_back-parts .page_back a {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: underline;
}
.page_back-parts .page_back a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 5px;
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_back a:hover::after {
  right: -33px;
}
.page_back-parts .page_back a:hover {
  opacity: 1;
  text-decoration: none;
}

/* --- more_list 開閉アニメ（横はみ出し防止込み） --- */
.top_contents03 {
  overflow-x: hidden;
}

.more_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap, 24px);
}
.more_list li {
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, max-height 0.35s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, max-height 0.35s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.35s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.35s ease, -webkit-transform 0.25s ease;
}
.more_list li.is-visible {
  visibility: visible;
  opacity: 1;
  max-height: 1000px;
  -webkit-transform: none;
          transform: none;
}
.more_list li img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 60px);
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 980px) {
  .header {
    height: 70px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}
.header .h_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header .h_logo {
    margin-left: 15px;
  }
}
.header .h_logo img {
  width: 174px;
  height: auto;
}
@media screen and (min-width: 980px) {
  .header .h_logo img {
    width: 232px;
  }
}
.header .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_right nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 70px;
}
@media screen and (min-width: 980px) {
  .header .h_right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .header .h_right nav {
    margin-right: 40px;
  }
}
.header .h_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_right nav ul li {
  margin-left: 20px;
}
@media screen and (min-width: 1100px) {
  .header .h_right nav ul li {
    margin-left: 50px;
  }
}
.header .h_right nav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #2a2a2a;
}
@media screen and (max-width: 979px) {
  .header .h_right .h_contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
  }
}
@media screen and (max-width: 768px) {
  .header .h_right .h_contact {
    right: 0;
  }
}
.header .h_right .h_contact a {
  background: #2a2a2a;
  color: #fff;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 980px) {
  .header .h_right .h_contact a {
    height: 46px;
    width: 161px;
  }
}
.header .h_right .h_contact a p {
  display: none;
}
@media screen and (min-width: 980px) {
  .header .h_right .h_contact a p {
    display: block;
  }
}
.header .h_right .h_contact a figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .h_right .h_contact a figure {
    margin-right: 10px;
    top: 1px;
  }
}
.header .h_right .h_contact a figure img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .header .h_right .h_contact a figure img {
    width: 15px;
  }
}

/* gnav.scss */
.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 0;
  z-index: 999;
  background: #8e8e40;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .toggle {
    display: none;
  }
}
.toggle.active span {
  background: #fff;
}
.toggle.active span:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 28px;
}
.toggle.active span:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 9px;
}
.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle span {
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 25px;
  height: 1px;
  background: #fff;
}
.toggle span:last-of-type {
  margin-top: 19px;
}
.toggle span:nth-of-type(2) {
  opacity: 1;
  margin-top: 10px;
}

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

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav_menu {
  position: fixed;
  top: -900px;
  z-index: 997;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .nav_menu.active {
    top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .nav_bottom {
  margin-bottom: 10px;
}
.nav_menu .nav_bottom .nav_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px;
}
.nav_menu .nav_bottom .nav_logo img {
  width: 173px;
  height: auto;
}
.nav_menu .nav_bottom .copyright {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_menu .nav_bottom .copyright p {
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
}
.nav_menu .nav_bottom .copyright a {
  font-size: 1.3rem;
  text-decoration: underline;
}
.nav_menu .nav_bottom .copyright a:hover {
  text-decoration: none;
}
.nav_menu .nav_bottom .icon figure {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4px 0 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  padding: 5px 0 40px;
}
.nav_menu .nav_inner_menu {
  overflow-y: auto;
  background: #fff;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-height: 672px) {
  .nav_menu .nav_inner_menu {
    height: 79vh;
  }
}
.nav_menu .nav_inner_menu li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner_menu li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2a2a2a;
  line-height: 1;
  position: relative;
  font-size: 2.5rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-weight: 400;
  padding: 18px 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #CECECE;
}
.nav_menu .nav_inner_menu li a p {
  line-height: 1;
  margin-bottom: 6px;
}
.nav_menu .nav_inner_menu li a small {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.05em;
}

.nav_inner.active::before {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

/* footer.scss */
.footer {
  background: #fff;
}
.footer .footer_top {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: url("../images/common/f_bg.jpg") repeat;
  background-size: 50%;
  background-position: center;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer .footer_top {
    padding: 0;
    height: 340px;
  }
}
.footer .footer_top .inner_contents {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1240px;
    height: 100%;
  }
}
.footer .footer_top .inner_contents .left .f_title_type01 {
  margin-bottom: 25px;
}
.footer .footer_top .inner_contents .left .f_title_type01 h2 {
  font-family: "GenMin-SB", serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .left .f_title_type01 h2 {
    font-size: 4rem;
  }
}
.footer .footer_top .inner_contents .left .f_title_type01 h2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.footer .footer_top .inner_contents .left .f_title_type01 h2 span::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #2a2a2a;
  position: absolute;
}
.footer .footer_top .inner_contents .left p {
  margin-bottom: 32px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .left p {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 400px) {
  .footer .footer_top .inner_contents .left p br {
    display: none !important;
  }
}
.footer .footer_top .inner_contents .right {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer .footer_top .inner_contents .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right {
    width: auto;
    right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .footer .footer_top .inner_contents .right {
    right: 0;
  }
}
.footer .footer_top .inner_contents .right .f_contact {
  margin-bottom: 20px;
}
.footer .footer_top .inner_contents .right .f_tel p {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right .f_tel p {
    text-align: left;
  }
}
.footer .footer_top .inner_contents .right .f_tel p small {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  display: block;
  margin-top: -7px;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right .f_tel p small {
    margin-top: 0;
    margin-left: 10px;
    display: inline-block;
  }
}
.footer .footer_top .inner_contents .right a {
  background: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 70px;
  border: solid 1px #2a2a2a;
  color: #2a2a2a;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (max-width: 390px) {
  .footer .footer_top .inner_contents .right a {
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right a {
    width: 400px;
    height: 80px;
    font-size: 2rem;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .footer .footer_top .inner_contents .right a {
    width: 470px;
  }
}
.footer .footer_top .inner_contents .right a figure {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .footer .footer_top .inner_contents .right a figure {
    left: 30px;
  }
}
.footer .footer_top .inner_contents .right a::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 41px;
  height: 4px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .footer_top .inner_contents .right a:hover {
  opacity: 1;
}
.footer .footer_top .inner_contents .right a:hover::after {
  right: -35px;
}
.footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 25px;
  }
}
.footer .footer_bottom .inner_contents {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents {
    max-width: 1240px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .inner_contents .left {
    width: 100%;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left .f_logo {
    margin-bottom: 10px;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 173px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left .f_logo figure {
    width: 218px;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo figure img {
  width: 100%;
  height: auto;
}
.footer .footer_bottom .inner_contents .left address {
  display: none;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer_bottom .inner_contents .left address p {
  font-family: "Outfit", sans-serif;
  color: #2a2a2a;
  font-size: 1.3rem;
  line-height: 1.7;
}
.footer .footer_bottom .inner_contents .left address p:first-of-type {
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address p:first-of-type {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.footer .footer_bottom .inner_contents .left address p a {
  color: #2a2a2a;
}
.footer .footer_bottom .inner_contents .left .f_insta {
  display: block;
  margin: 6px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .inner_contents .left .f_insta {
    margin: 0px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .footer_bottom .inner_contents .left .f_insta figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer_bottom .inner_contents .left .f_insta + p {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}
.footer .footer_bottom .inner_contents .right {
  display: block;
}
.footer .footer_bottom .inner_contents .right nav {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2a2a2a;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.footer .footer_bottom .inner_contents .right nav ul li {
  line-height: 1.7;
  text-align: right;
}
.footer .footer_bottom .inner_contents .right nav ul li a {
  color: #2a2a2a;
  font-weight: 400;
  font-size: 1.4rem;
}
.footer .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer .privacy {
    position: absolute;
    right: 0;
    bottom: -3px;
  }
}
@media screen and (min-width: 500px) {
  .footer .privacy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .privacy a {
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 500;
  color: #2a2a2a;
}
.footer .privacy a:hover {
  text-decoration: none;
}