@charset "utf-8";


/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 146rem;
}
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #3e322b;
  height: 100%;
  font-family: YakuHanJP,"Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.min { font-family: "Shippori Mincho", serif; }

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: #3e322b;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
    outline: none;
}
#main {
  overflow-x: hidden;
  overflow-y: visible;
}
section {
  position: relative;
}
.container {
  max-width: calc(var(--inner) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

@media only screen and ( max-width : 767px ) {
  .container {
    max-width: 100%;
  }
  .br_pc {
    display: none;
  }
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .br_sp {
    display: none;
  }
  .sp { display:none !important; }
  .container {
    max-width: calc(var(--inner) + 24rem);
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

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

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

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

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


@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
  display: flex;
  justify-content: flex-end;
}
#header.is-fixed {
  position: fixed;
}
#header.is-hiding {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
@media only screen and ( max-width : 767px ) {
  #header{
     padding: 1.2rem 1.8rem;
  }
  #header_logo {
    width: 13.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #header{
     padding: 3rem 4.5rem;
  }
  #header_logo {
    width: 24rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#foot_logo a {
  margin: 0 auto;
  display: block;
}
@media only screen and ( max-width : 767px ) {
  #foot_logo a {
    max-width: 10.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #foot_logo a {
    max-width: 21rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

#main_contents {
  position: relative;
  z-index: 10;
}
.main_contents_wrapper {
  background: #fff;
}
.main_contents_inner {
  max-width: 114rem;
  margin: 0 auto;
}
@media only screen and ( max-width : 767px ) {
  .main_contents_wrapper {
    padding: 0 2.5rem 3.5rem;
  }
  #main_contents {
    background: url(../img/bg_sp.jpg) no-repeat top center / cover;
  }
}
@media print, screen and ( min-width : 768px ) {
  .main_contents_wrapper {
    padding: 0 10rem 5.4rem;
  }
  #main_contents {
    background: url(../img/bg.jpg) no-repeat top center / cover;
  }
}





/* ---------------------------------------------------------------------------------------------

　   STORY

--------------------------------------------------------------------------------------------- */
#key-visual {
	position: relative;
}
.mv_slider {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  z-index: 0;
}
.mv_slider .splide__track,
.mv_slider .splide__list,
.mv_slider .splide__slide,
.mv_slider picture,
.mv_slider img {
  width: 100%;
  height: 100%;
}
.mv_slider img {
  object-fit: cover;
}
.mv_slider .splide__arrow,
.mv_slider .splide__pagination {
  display: none;
}
.key-visual-section {
	overflow: hidden;
  position: relative;
  display: flex;
  min-height: 100svh;
  z-index: 2;
}
.section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  display: flex;
}
#mv01 .section__body {
  align-items: flex-end;
}

.section__img {
  position: relative;
  display: none;
}
.section__img__inner {
  height: 100vh;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
}
.section__img__inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition:
    filter 0.6s ease,
    opacity 1.2s ease-in-out,
    background-position 0.6s ease;
}
.key-visual-section.active .section__img__inner {
  opacity: 1;
}
.section__text img {
  width: 100%;
}

/* .section__text p {
	line-height: 2.2em;
	margin-bottom: 2em;
  color: #fff;
  filter: drop-shadow(0 0 10px #645795)
  drop-shadow(0 0 10px #645795);
}
.section__text p:last-child {
	margin-bottom: 0;
} */

@media only screen and ( max-width : 767px ) {
	.key-visual-section {
    padding: 12vw 6vw;
	}
  /* #mv01 .section__img__inner {
    background-image: url(../img/mv01_sp.jpg);
  }
  #mv02 .section__img__inner {
    background-image: url(../img/mv02_sp.jpg);
  }
  #mv03 .section__img__inner {
    background-image: url(../img/mv03_sp.jpg);
  }
  #mv04 .section__img__inner {
    background-image: url(../img/mv04_sp.jpg);
  } */
	.section__body {
	  width: 100%;
	}
	.section__text {
    font-size: 1.9rem;
	}
  .mv_copy {
    width: 28rem;
  }
}

@media print, screen and ( min-width : 768px ) {
	.key-visual-section {
    padding: 8.3vw 6.8vw;
	}
  /* #mv01 .section__img__inner {
    background-image: url(../img/mv01.jpg);
  }
  #mv02 .section__img__inner {
    background-image: url(../img/mv02.jpg);
  }
  #mv03 .section__img__inner {
    background-image: url(../img/mv03.jpg);
  }
  #mv04 .section__img__inner {
    background-image: url(../img/mv04.jpg);
  } */
	.section__body {
	  /* width: 50%; */
	}
  .mv_copy {
    width: 35vw;
  }
	.section__text {
    font-size: 2.1vw;
    width: 34.8vw;
	}
}

/* ---------------------------------------------------------------------------------------------

　   MOVIE

--------------------------------------------------------------------------------------------- */
#movie h2 {
  text-align: center;
  color: #645795;
  letter-spacing: .05em;
}
#movie h3 {
  text-align: center;
  color: #f29d23;
  border-bottom: 1px solid #f8ddbb;
}
.staff_item {
  border-bottom: 1px solid #f8ddbb;
}
.staff_item:last-child {
  margin-bottom: 0;
}
.staff_item_text_title {
  color: #f29d23;
  font-weight: 900;
  letter-spacing: .05em;
}
.staff_item_text_name {
  font-weight: 700;
  letter-spacing: .05em;
}
.staff_item_text_name span {
  color: #f5ba72;
  font-weight: 500;
}
.staff_item_text_description {
  text-align: justify;
}
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
  overflow: hidden;
}

.youtube-wrap img,
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and ( max-width : 767px ) {
  #movie {
    padding: 5rem 0 6rem;
  }
  #movie h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .movie_wrapper {
    margin-bottom: 4rem;
  }
  #movie h3 {
    font-size: 1.65rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
  .staff_item {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .staff_item_img {
    max-width: 14.2rem;
    margin: 0 auto 2rem;
  }
  .staff_item_text_title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: .5rem;
  }
  .staff_item_text_name {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .staff_item_text_name span {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
  .staff_item_text_description{
    font-size: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #movie {
    padding: 15rem 0 20rem;
  }
  #movie h2 {
    font-size: 4.8rem;
    margin-bottom: 6.5rem;
  }
  .movie_wrapper {
    margin-bottom: 11rem;
  }
  #movie h3 {
    font-size: 3.2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 4rem;
  }
  .staff_item {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
  .staff_item_img {
    width: 21.6rem;
    margin-right: 5.8rem;
  }
  .staff_item_text {
    width: calc(100% - 27.4rem);
  }
  .staff_item_text_title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .staff_item_text_name {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .staff_item_text_name span {
    font-size: 2.1rem;
    margin-left: 4rem;
  }
  .staff_item_text_description {
    font-size: 1.9rem;
    line-height: 2em;
    letter-spacing: .05em;
  }
}

/* ---------------------------------------------------------------------------------------------

　   EXAMPLE

--------------------------------------------------------------------------------------------- */
#example h2 {
  text-align: center;
  color: #645795;
}
#example h2 span {
  display: block;
}
.example_list li {
  font-weight: 500;
  letter-spacing: .05em;
  position: relative;
}
.example_list li:last-child {
  margin-bottom: 0;
}
.example_list li:before {
  content: "";
  background: url(../img/check.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
}
.example_list li span {
  color: #645795;
  font-weight: 700;
}
@media only screen and ( max-width : 767px ) {
  #example {
    padding-bottom: 8rem;
  }
  #example h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 2.35rem;
    border-bottom: 2px solid #d9d7e5;
  }
  #example h2 span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .example_list li {
    font-size: 1.65rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
  }
  .example_list li:before {
    width: 2rem;
    height: 2rem;
    top: .4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #example {
    padding-bottom: 25rem;
  }
  #example h2 {
    padding-bottom: 4rem;
    margin-bottom: 9rem;
    font-size: 4.8rem;
    border-bottom: 4px solid #d9d7e5;
  }
  #example h2 span {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
  .example_list li {
    font-size: 3rem;
    padding-left: 6.5rem;
    margin-bottom: 3.5rem;
  }
  .example_list li:before {
    width: 3.8rem;
    height: 3.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* ---------------------------------------------------------------------------------------------

　   REASON

--------------------------------------------------------------------------------------------- */
#reason h2 {
  text-align: center;
  color: #f29d23;
}
#reason h2 span {
  display: block;
}
.reason_item:last-child {
  margin-bottom: 0;
}
.reason_item_text_title {
  color: #f29d23;
}
.reason_item_text_description {
  text-align: justify;
  letter-spacing: .05em;
}
@media only screen and ( max-width : 767px ) {
  #reason {
    padding-bottom: 8rem;
  }
  #reason h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 2.35rem;
    border-bottom: 2px solid #f9e6ce;
  }
  #reason h2 span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .reason_item_img {
    margin-bottom: 1rem;
  }
  .reason_item {
    margin-bottom: 3rem;
  }
  .reason_item_text_title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .reason_item_text_description {
    font-size: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #reason {
    padding-bottom: 10rem;
  }
  #reason h2 {
    padding-bottom: 4rem;
    margin-bottom: 9rem;
    font-size: 4.8rem;
    border-bottom: 4px solid #f9e6ce;
  }
  #reason h2 span {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
  .reason_item_img {
    width: 35rem;
    margin-right: 4.5rem;
  }
  .reason_item_text {
    width: calc(100% - 39.5rem);
  }
  .reason_item {
    margin-bottom: 3.2rem;
  }
  .reason_item_text_title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .reason_item_text_description {
    font-size: 1.9rem;
    line-height: 2em;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FACILITY

--------------------------------------------------------------------------------------------- */
#facility h2 {
  text-align: center;
  letter-spacing: .1em;
}
.facility_item_img {
  position: relative;
}
.facility_item_img_title {
  position: absolute;
  background: #f29d23;
  color: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  letter-spacing: .1em;
  padding: .2em 1em;
  font-weight: 700;
}
.facility_item_text_title {
  text-align: center;
  font-weight: 600;
  letter-spacing: .1em;
}
@media only screen and ( max-width : 767px ) {
  #facility {
    padding-bottom: 5rem;
  }
  #facility h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .facility_item {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .facility_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .facility_item:nth-child(2n) {
    margin-right: 0;
  }
  .facility_item_text_title {
    font-size: 1.3rem;
    margin-top: .5rem;
  }
  .facility_item_img_title {
    font-size: 1.3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #facility {
    padding-bottom: 17rem;
  }
  #facility h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .facility_item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .facility_item:nth-child(-n+4) {
    margin-top: 0;
  }
  .facility_item:nth-child(4n) {
    margin-right: 0;
  }
  .facility_item_img_title {
    font-size: 1.8rem;
  }
  .facility_item_text_title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact_text {
  text-align: center;
  font-weight: 700;
  letter-spacing: .05em;
}
.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  position: relative;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 700;
}
.contact_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.png) no-repeat center / 100%;
}
.contact_btn_inquiry {
  background: #ec7624;
}
.contact_btn_request {
  background: #f29d23;
}

@media only screen and ( max-width : 767px ) {
  #contact {
    padding-bottom: 4.5rem;
  }
  .contact_text {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .contact_btn {
    width: 100%;
    height: 5.8rem;
    font-size: 1.8rem;
  }
  .contact_list li {
    margin-bottom: 2rem;
  }
  .contact_list li:last-child {
    margin-bottom: 0;
  }
  .contact_btn:after {
    right: 3rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact {
    padding-bottom: 14rem;
  }
  .contact_text {
    font-size: 3.1rem;
    margin-bottom: 6.5rem;
  }
  .contact_btn {
    width: 40rem;
    height: 9rem;
    font-size: 2.8rem;
  }
  .contact_list li {
    margin-right: 6rem;
  }
  .contact_list li:last-child {
    margin-right: 0;
  }
  .contact_btn:after {
    right: 5rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

