@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-style: normal;
  color: #4C5260;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"] {
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.change_height header {
  background-color: white;
}

header {
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .g-nav-btn {
    display: block;
    width: 60px;
    height: 60px;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
  }
}
header .g-nav-btn span {
  position: absolute;
  height: 2px;
  width: 60%;
  background: #4C5260;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav-btn span:first-of-type {
  top: 30%;
}
header .g-nav-btn span:nth-of-type(2) {
  top: 50%;
}
header .g-nav-btn span:nth-of-type(3) {
  top: 70%;
}
header .g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header .g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 3%;
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    height: 60px;
  }
}
header .header_inner h1 {
  position: relative;
  z-index: 5;
}
header .header_inner h1 img {
  max-width: 270px;
  width: 40vw;
}
header .header_inner .g-nav {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    background: #ccc;
    padding: 120px 0 60px;
    height: auto;
    z-index: 1;
  }
}
header .header_inner .g-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li.corporate_link {
    width: 60%;
    max-width: 350px;
  }
}
header .header_inner .g-nav nav ul li.corporate_link 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;
  gap: 5px;
  margin-left: 2vw;
  padding: 5px 20px;
  font-size: 14px;
  color: #4C5260;
  border: 1px solid #4C5260;
}
header .header_inner .g-nav nav ul li.corporate_link a:after {
  content: "";
  background: url("../images/link_icon02.webp") no-repeat center/cover;
  width: 10px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li.corporate_link a {
    margin-left: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li.contact_link {
    width: 60%;
    max-width: 350px;
  }
}
header .header_inner .g-nav nav ul li.contact_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 5px 55px;
  font-size: 16px;
  color: white;
  background: #4C5260;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li.contact_link a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#pagetop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #4C5260;
  opacity: 0.6;
}
#pagetop::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer .footer_inner .contact {
  padding: 100px 0 90px;
  background: #EEE;
}
footer .footer_inner .contact h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 12.92px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact h2 {
    font-size: clamp(28px, 7.6vw, 34px);
  }
}
footer .footer_inner .contact .contact_link {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  margin: 50px auto;
  padding: 20px 0;
  text-align: center;
  background: #4C5260;
  font-size: 18px;
  color: white;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .contact_link {
    width: 80%;
    font-size: clamp(16px, 4.2vw, 18px);
  }
}
footer .footer_inner .contact .contact_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/link_icon03.webp") no-repeat center/cover;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
}
footer .footer_inner .contact .tel_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
footer .footer_inner .contact .tel_container .tel_box {
  text-align: center;
}
footer .footer_inner .contact .tel_container .tel_box:first-of-type {
  border-right: 1px solid #91959E;
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container .tel_box:first-of-type {
    border-right: none;
    padding-right: 0;
  }
}
footer .footer_inner .contact .tel_container .tel_box:nth-of-type(2) {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container .tel_box:nth-of-type(2) {
    padding-left: 0;
  }
}
footer .footer_inner .contact .tel_container .tel_box h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container .tel_box h3 {
    font-size: clamp(16px, 4.2vw, 18px);
  }
}
footer .footer_inner .contact .tel_container .tel_box p {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container .tel_box p {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
footer .footer_inner .contact .tel_container .tel_box p .tel_num {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .contact .tel_container .tel_box p .tel_num {
    font-size: clamp(24px, 6.4vw, 34px);
  }
}
footer .footer_inner small {
  display: block;
  padding: 30px 0 35px;
  text-align: center;
  font-size: 10px;
}

@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#wrap {
  overflow: hidden;
}

._sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  ._pc {
    display: block;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

main section {
  overflow: hidden;
}
main section .sec_inner {
  padding: 50px 30px;
  background: #f2f2f2;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
main .mv {
  width: 100%;
}
main .mv .slide img {
  height: auto;
  width: 100%;
}
main .mv .slide .slick-slide {
  margin: 0 10px;
}

#top {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#top main .mv .slide {
  position: relative;
  width: 100%;
  height: 100dvh;
}
#top main .mv .slide picture {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s;
  transition: all 2s;
}
#top main .mv .slide picture.current {
  z-index: 2;
  -webkit-animation: zoomDown 2s ease-in-out forwards;
          animation: zoomDown 2s ease-in-out forwards;
  opacity: 1;
}
#top main .mv .slide picture.next {
  z-index: 1;
  opacity: 0;
}
#top main .mv .slide picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top main .mv .slide .progress {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #top main .mv .slide .progress {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#top main .mv .slide .progress .progress_bar {
  position: relative;
  width: 90px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 768px) {
  #top main .mv .slide .progress .progress_bar {
    width: 167px;
  }
}
#top main .mv .slide .progress .progress_bar .progress_bar_inner {
  position: absolute;
  height: 100%;
  background: #4C5260;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top main .mv .slide .progress .progress_num {
  font-size: 18px;
  margin-left: 25px;
  color: white;
}
#top main .mv .slide .progress_btn {
  position: absolute;
  z-index: 4;
  display: block;
  height: 200px;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #top main .mv .slide .progress_btn {
    height: 110px;
  }
}
#top main .mv .slide .progress_btn:before {
  content: "";
  position: absolute;
  bottom: 50%;
  display: block;
  height: 50%;
  width: 1px;
  background-color: #4C5260;
}
#top main .mv .slide .progress_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 50%;
  width: 1px;
  background-color: #4C5260;
}
#top main .mv .slide .progress_btn.progress_btn_prev {
  left: 50px;
}
@media only screen and (max-width: 768px) {
  #top main .mv .slide .progress_btn.progress_btn_prev {
    left: 20px;
  }
}
#top main .mv .slide .progress_btn.progress_btn_prev::before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#top main .mv .slide .progress_btn.progress_btn_prev::after {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#top main .mv .slide .progress_btn.progress_btn_next {
  right: 50px;
}
@media only screen and (max-width: 768px) {
  #top main .mv .slide .progress_btn.progress_btn_next {
    right: 20px;
  }
}
#top main .mv .slide .progress_btn.progress_btn_next:before {
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#top main .mv .slide .progress_btn.progress_btn_next::after {
  right: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#top main .contents01 {
  margin: 140px 0 180px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top main .contents01 {
    margin: 70px 0 0px;
  }
}
#top main .contents01 h2 {
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 4.76px;
}
#top main .contents01 p {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 68px;
  letter-spacing: 9.52px;
}
@media only screen and (max-width: 768px) {
  #top main .contents01 p {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
#top main .contents02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 {
    margin: 80px 0;
  }
}
#top main .contents02 .screen {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100dvh;
}
@media print, screen and (min-width: 769px) {
  #top main .contents02 .screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top main .contents02 .screen .img_block {
  position: relative;
  top: 0;
  width: 65%;
  aspect-ratio: 1240/1080;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .screen .img_block {
    width: 50%;
  }
}
#top main .contents02 .screen .img_block figure {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#top main .contents02 .screen .img_block figure.active {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
#top main .contents02 .screen .img_block figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top main .contents02 .screen .prog_num {
  position: relative;
  width: 35%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .screen .prog_num {
    width: 50%;
  }
}
#top main .contents02 .screen .prog_num span {
  position: absolute;
  right: 100px;
  bottom: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 6.12px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .screen .prog_num span {
    right: 3vw;
    bottom: 40%;
    font-size: 80%;
  }
}
#top main .contents02 .screen .prog_num span.active {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
#top main .contents02 .text_block {
  position: absolute;
  right: 0;
  width: 35%;
  margin-left: auto;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .text_block {
    width: 50%;
  }
}
#top main .contents02 .text_block .text {
  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;
  height: 100dvh;
}
#top main .contents02 .text_block .text.text01 {
  position: relative;
}
#top main .contents02 .text_block .text span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(14px, 1.4vw, 24px);
  letter-spacing: 0.5vw;
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .text_block .text span {
    font-size: clamp(14px, 3.8vw, 20px);
    letter-spacing: 3px;
  }
}
#top main .contents02 .sp_block {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
#top main .contents02 .sp_block figure:not(:last-of-type) {
  margin-bottom: 80px;
}
#top main .contents02 .sp_block figure figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  font-size: clamp(16px, 4.3vw, 20px);
  letter-spacing: 8.16px;
}
#top main .contents02 .sp_block figure span {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: clamp(14px, 3.8vw, 20px);
}
@media only screen and (max-width: 768px) {
  #top main .contents02 .sp_block figure span {
    display: none;
  }
}
#top main .contents03 {
  padding: 250px 0 200px;
}
@media only screen and (max-width: 768px) {
  #top main .contents03 {
    padding: 0;
  }
}
#top main .contents03 h2 {
  margin-bottom: 55px;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  letter-spacing: 12.92px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top main .contents03 h2 {
    font-size: clamp(28px, 7.6vw, 34px);
  }
}
#top main .contents03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #top main .contents03 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  #top main .contents03 ul li figure {
    max-width: 550px;
    margin: 0 auto;
  }
}
#top main .contents03 ul li figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  #top main .contents03 ul li figure figcaption {
    padding: 20px 0 40px;
  }
}
#top main .contents03 ul li figure figcaption a {
  position: relative;
  width: 80%;
  max-width: 440px;
  padding: 10px 0;
  text-align: center;
  color: #4C5260;
  border: 1px solid #BBBFCA;
}
#top main .contents03 ul li figure figcaption a:after {
  content: "";
  background: url("../images/link_icon.webp") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  aspect-ratio: 1/1;
}
#top main .contents03 ul li figure figcaption span {
  padding: 10px 0;
}