@charset "utf-8";

/****************初期設定*********************/
* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  width: 100%;
}

.pc,
#pc {
  display: block;
}

.sp,
#sp,
.spbr360,
.open {
  display: none;
}

@media (max-width: 880px) {

  .sp,
  #sp,
  .open {
    display: block;
  }
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

a[href^="tel:"],
a.nolink {
  pointer-events: none;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

/*FONT****************************************/
Source Han Sans JP Regular {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

Source Han Sans JP Medium {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

Source Han Sans JP Bold {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}

Source Han Sans JP Heavy {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-style: normal;
}

Hiragino Mincho ProN W3 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

Hiragino Mincho ProN W6 {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  line-height: 1.8em;
}

p.read_text_Top {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

p.read_text {
  font-size: 1.8rem;
}

p.read_text--white {
  color: #fff;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em;
}

h2.top {
  color: #101f34;
  font-weight: 900;
  font-size: 3.0rem;
}

h2.top.content_mb {
  margin-bottom: 100px;
}

h2.top span {
  display: inline-block;
  margin-right: 20px;
  width: 135px;
  vertical-align: middle;
}

h2.top p {
  display: inline-block;
  font-weight: 900;
  line-height: 1.3em;
  text-align: left;
  vertical-align: middle;
}

h2.top span img {
  width: 100%;
  margin-bottom: -4px;
}

.top_second_sm {
  font-size: 7rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 4rem;
  color: #fff;
}

span.blue {
  color: #03c2eb;
}

span.orange {
  color: #febf01;
}

span.yellow {
  color: #febf01;
}

h2+p {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
}

.recruit-text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3em;
}

@media (max-width: 912px) {
  .top_second_sm {
    font-size: 7rem;
  }

  h2+p {
    font-size: 2.8rem;
  }
}

@media (max-width: 820px) {
  .top_second_sm {
    font-size: 6rem;
    line-height: 1.1;
  }

  h2+p {
    font-size: 2.4rem;
  }
}

@media (max-width: 540px) {

  .top_second_sm br {
    display: none;
  }

  h2+p {
    font-size: 2.0rem;
  }
}

@media (max-width: 440px) {

  h2+p {
    font-size: 1.8rem;
  }
}

@media (max-width: 393px) {
  .top_second_sm {
    font-size: 5.8rem;
  }
}

@media (max-width: 360px) {
  .top_second_sm {
    line-height: 1.1em;
  }

  h2+p {
    font-size: 1.6rem;
  }
}

h3.en {
  font-weight: 900;
  color: rgba(4, 28, 51, .3);
  font-size: 10rem;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

h3.jp {
  font-weight: 900;
  color: #fe8f10;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

h3.seco_ttl {
  font-weight: 400;
  color: #041c33;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

h3.seco_ttl::before {
  content: '';
  width: 20px;
  height: 5px;
  background-color: #041c33;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

h3.seco_ttl+p {
  font-weight: 400;
  color: #041c33;
  font-size: 1.5rem;
  margin-bottom: 3em;
  text-align: center;
}


h4 {
  font-weight: 900;
  color: #041c33;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

h4.company-mission {
  font-size: 2.0rem;
  color: #041c33;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-underline-offset: .5em;
  margin-bottom: 1em;
}

h5 {
  font-weight: 700;
  color: #041c33;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.4em;
}

h5 span {
  font-size: 70%;
  display: block;
}

@media (max-width: 880px) {
  h5 span {
    font-size: 62%;
  }
}

h5.comme {
  font-weight: 400;
  color: #041c33;
  font-size: 1.7rem;
  line-height: 2.0em;
  margin-bottom: 4em;
}

h5.comme p {
  margin-bottom: .8em;
  text-indent: -1em;
  padding-left: 1em;
}

h5.comme p::before {
  content: '●';
  margin-right: 5px;
}

h5.comme.lefttxt {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

h6.policy {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  color: #041c33;
  font-size: 1.7rem;
  line-height: 2.0em;
  margin-bottom: 5em;
}

h6.policy.lst {
  margin-bottom: 1em;
}

@media (max-width: 1199px) {
  h3.en {
    font-size: 9rem;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}

@media (max-width: 1050px) {
  h3.en {
    font-size: 8rem;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}

@media (max-width: 880px) {
  h3.en {
    font-size: 7rem;
  }
}

@media (max-width: 560px) {
  h3.en {
    font-size: 6rem;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 430px) {
  h3.en {
    font-size: 4.4rem;
  }
}

/****************初期設定*********************/
/****************body設定*********************/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;

}

body {
  color: #041c33;
  font-size: 1.6rem;
  font-family: 'source-han-sans-japanese', 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .06em;
  background-color: #fff;
  animation: loading 1s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.Header_Top {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  z-index: 199999;
  height: 130px;
  padding: 0;
  overflow: hidden;
  background-image: url(../images/h_blue.svg), url(../images/h_yellow.svg);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}


@media (max-width: 880px) {
  .Header_Top {
    height: 100px;
  }
}

.Header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;

  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.Header_Logo {
  width: 520px;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: #03c2eb;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 3.4rem;
  line-height: 58px;
}

.Header_Logo a {
  color: #fff;
  display: block;
}

h1 {
  font-size: 1.4rem;
  margin-left: 15px;
}

@media (max-width: 640px) {
  .Header_Logo {
    width: 70%;
    height: 50px;
    font-size: 2.5rem;
    line-height: 48px;
  }
}

br.sp_450 {
  display: none;
}

@media (max-width: 450px) {
  .Header_Logo {
    font-size: 1.8rem;
  }

  br.sp_450 {
    display: block;
  }
}

@media (max-width: 360px) {
  .Header_Logo {
    font-size: 1.6rem;
  }
}


.header {
  display: block;
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: none;
  background: #333;
  cursor: pointer;
  border-radius: 50%;
}

.hamburger__line {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 20px;
}

.hamburger__line:nth-of-type(2) {
  top: 29px;
}

.hamburger__line:nth-of-type(3) {
  top: 38px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #febf01;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}





#mainContent_block {
  width: 100%;
}

#content_Main_Top {
  width: 100%;
  position: relative;
  height: 100vh;
}

#content_Main_Top>h2 {
  position: absolute;
  left: 7.5rem;
  bottom: 7.5rem;
  width: 70%;
  z-index: 1;
}

@media (max-width: 550px) {
  #content_Main_Top>h2 {
    left: 1rem;
    bottom: 10rem;
    width: 95%;
  }
}

#content_Main_Top .inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 0;
}

#content_Main_Top .inner .fadeInBlock {
  display: flex;
}

#content_Main_Top .inner .fadeInBlock div {
  width: 33.333333333%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_Main_Top .inner .fadeInBlock div.block01 {
  background-image: url(../images/mainimage01.jpg);
}

#content_Main_Top .inner .fadeInBlock div.block02 {
  background-image: url(../images/mainimage02.jpg);
}

#content_Main_Top .inner .fadeInBlock div.block03 {
  background-image: url(../images/mainimage03.jpg);
}

#content_Main_Top .inner .fadeInBlock div.block04 {
  background-image: url(../images/mainimage04.jpg);
}




@media (max-width: 899px) {
  .images_area {
    background-image: url(../images/main04.png);
    width: 520px;
  }
}

@media (max-width: 880px) {
  .images_area {
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  #content_Main_Top .inner .fadeInBlock div {
    background-position: top;
  }

  .images_area {
    bottom: 10px;
  }
}

@media (max-width: 530px) {
  .images_area {
    width: 97%;
  }
}


.mainBottom {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/bg_naname_top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

@media (max-width: 880px) {
  .mainBottom {
    height: 100px;
    background-size: 100% auto;
  }
}

.mainBottom img {
  width: 100%;
}

.section_bg {
  width: 100%;
  text-align: center;
}

.section_bg--beige {
  background-color: #f1ead9;
  padding-bottom: 5em;
}

.section_bg--liteblue {
  background-color: #f3fbfd;
}

.section_bg--yellow {
  background-color: #febf01;
}

.section_bg--gallary {
  padding-bottom: 5em;
}

.section_ppng {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_ppng_btm {
  padding-bottom: 7rem;
}

@media (max-width: 450px) {
  .section_bg--gallary {
    padding-bottom: 3em;
  }

  .section_ppng {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .section_ppng_btm {
    padding-bottom: 5rem;
  }
}


.full-sz {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .full-sz {
    width: 90%;
  }
}

.recruit-detail {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2rem;
  padding: 3em 3em;
  margin-bottom: 6em;
}

@media (max-width: 550px) {
  .recruit-detail {
    border-radius: 1.5rem;
    padding: 2em 1em;
    margin-bottom: 3em;
  }
}

h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #03c2eb;
  margin-bottom: 2em;
}

@media (max-width: 1200px) {
  h3 {
    font-size: 4rem;
    font-weight: 700;
  }
}

@media (max-width: 540px) {
  h3 {
    font-size: 3rem;
    margin-bottom: 1em;
  }
}

@media (max-width: 360px) {
  h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}


.recruit-text {
  width: 100%;
  margin-bottom: 3em;
  border-spacing: 10px;
}

.recruit-text th {
  background-color: #03c2eb;
  text-align: left;
  color: #fff;
  padding: 1.0em;
  line-height: 1.4em;
}

.recruit-text td {
  text-align: left;
  color: #03c2eb;
  padding: .5em;
  font-weight: 700;
  line-height: 1.4em;
}

.recruit-text th.hg1 {
  height: 2px;
  padding: 0;
}

@media (max-width: 912px) {

  .recruit-text th,
  .recruit-text td {
    display: block;
    width: 100%;
    font-size: 1.4em;
  }

}

@media (max-width: 880px) {

  .recruit-text th,
  .recruit-text td {
    padding: 1.0em;
  }

  .section_bg--beige {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

@media (max-width: 540px) {

  .recruit-text th,
  .recruit-text td {
    padding: .5em;
    font-size: 1.6rem;
  }
}

.section_bg--white {
  background-color: #fff;
  padding-bottom: 7em;
}

@media (max-width: 768px) {
  .section_bg--white {
    padding-bottom: 4em;
  }
}

.section_bg--glay {
  background-color: #f6f6f6;
  padding-bottom: 7em;
}

.section_bg--osusume {
  background-color: #f1ead9;
  padding-bottom: 5em;
  padding-top: 3em;
}

.section_bg--blue {
  background-color: #03c2eb;
  padding-top: 5em;
  padding-bottom: 5em;
}

@media (max-width: 550px) {
  .section_bg--blue {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.content_block {
  max-width: 1200px;
  margin: 0 auto;
}

.content_block--second {
  padding: 5em 0;
}

@media (max-width: 880px) {
  .content_block--second {
    padding: 5em 0 0 0;
  }
}

.content_block--osusume {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .content_block {
    width: 90%;
    margin: 0 auto;
  }
}

.section_relative {
  width: 100%;
}

.content_block--business {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  right: 0;
  top: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
  width: 100%;
  height: 100%;
  z-index: 0;
}


@media (max-width: 1200px) {
  .content_block--business {
    width: 90%;
  }
}

@media (max-width: 450px) {
  .content_block--business {
    padding-bottom: 0rem;
  }
}

.content_block--business.bg_yellow {
  padding-top: 9rem;
  margin-bottom: 3em;
}

@media (max-width: 450px) {
  .content_block--business.bg_yellow {
    padding-top: 5rem;
  }
}

.content_block--business .h2_text_top {
  font-weight: 700;
  text-align: left;
  font-size: 2.1rem;
  color: #fff;
  width: 50%;
  line-height: 1.8em;
}

.content_block--business div {
  width: 57%;
}

.content_block--business .h2_text_top02 {
  font-weight: 700;
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.8em;
  color: #fff;
}

/*.content_block--business .h2_text_top02 span {
  background-color: #fff;
  color: #febf01;
  display: inline-block;
  padding: 0px 5px;
  margin: 7px 0;
}*/

.content_block--business .h2_text_top03 {
  font-weight: 700;
  text-align: left;
  font-size: 2.1rem;
  line-height: 1.8em;
  color: #333333;
}


@media (max-width:912px) {
  .content_block--business {
    flex-direction: column;
  }

  .content_block--business div {
    width: 100%;
  }

  .content_block--business .h2_text_top02 {
    font-size: 2.8rem;
    padding-bottom: 3em;
  }

  .content_block--business .h2_text_top03 {
    font-size: 2.8rem;
    padding-bottom: 3em;
  }
}

@media (max-width:820px) {
  .content_block--business .h2_text_top02 {
    font-size: 2.4rem;
  }

  .content_block--business .h2_text_top03 {
    font-size: 2.4rem;
  }
}

@media (max-width:550px) {
  .content_block--business .h2_text_top02 {
    font-size: 2.0rem;
  }

  .content_block--business .h2_text_top03 {
    font-size: 2.0rem;
  }
}

@media (max-width:460px) {
  .content_block--business .h2_text_top02 {
    font-size: 1.8rem;
    padding-bottom: 1em;
  }

  .content_block--business .h2_text_top03 {
    font-size: 1.8rem;
    padding-bottom: 1em;
  }
}


@media (max-width:393px) {
  .content_block--business .h2_text_top {
    padding-top: 25em;
  }

}

@media (max-width:360px) {
  .content_block--business .h2_text_top02 {
    font-size: 1.6rem;
  }

  .content_block--business .h2_text_top03 {
    font-size: 1.6rem;
  }
}


/*.content_block--business .h2_text_top03 span {
  background-color: #03c2eb;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  margin: 7px 0;
}*/

.h2_text_top04 {
  font-weight: 700;
  text-align: left;
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.8em;
}

.content_block--business .image-right {
  flex: 1;
  width: 45%;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  height: 100vh;
  background-image: url(../images/businessimage.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

.content_block--business .image-right02 {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  height: 100vh;
  background-image: url(../images/AdobeStock_130566115.jpg);
  background-size: cover;
  background-position: 30%;
  background-repeat: no-repeat;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

.content_block--business .image-right03 {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  height: 80vh;
  background-image: url(../images/IMG_20240522_102116.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

h2.top_sm {
  position: absolute;
  z-index: 1;
  text-align: right;
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
  bottom: 0;
  right: 0;
  flex: 1;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 912px) {
  h2.top_sm {
    text-align: left;
    font-size: 9rem;
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
    flex: 1;
    margin-right: calc(50% - 50vw);
  }

  .content_block--business .h2_text_top {
    font-size: 2.8rem;
    padding-top: 9em;
    padding-bottom: 3em;
    width: 100%;
  }

  .content_block--business .image-right {
    flex: auto;
    height: 50vh;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 100vw;
  }

  .content_block--business .image-right02 {
    flex: auto;
    margin-left: 0%;
    height: 50vh;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 100vw;
  }

  .content_block--business .image-right03 {
    flex: auto;
    margin-left: 0%;
    height: 50vh;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 100vw;
  }
}

@media (max-width: 820px) {
  h2.top_sm {
    font-size: 7rem;
  }

  .content_block--business .h2_text_top {
    font-size: 2.4rem;
    padding-top: 7em;
  }
}

@media (max-width: 550px) {
  h2.top_sm {
    font-size: 10rem;
  }

  .content_block--business .h2_text_top {
    font-size: 2.0rem;
    padding-top: 24em;
  }


  .content_block--business .image-right {
    width: 100vw;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .content_block--business .image-right02 {
    width: 100vw;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .content_block--business .image-right03 {
    width: 100vw;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

@media (max-width: 450px) {
  h2.top_sm {
    font-size: 8rem;
  }

  .content_block--business .h2_text_top {
    font-size: 1.8rem;
    padding-top: 20em;
  }
}

@media (max-width: 393px) {

  h2.top_sm {
    font-size: 7.3rem;
  }

  .content_block--business .h2_text_top {
    padding-top: 18em;
  }
}

@media (max-width: 360px) {

  .content_block--business .h2_text_top {
    font-size: 1.6rem;
    padding-top: 18em;
  }

  h2.top_sm {
    font-size: 6.5rem;
  }
}

.btn-area {
  width: 480px;
  height: 80px;
  margin: 0 auto 1em;
}

.btn-area a {
  display: block;
  border-radius: 20px;
  width: 100%;
  background-color: #eb8904;
  color: #fff;
  text-align: center;
  line-height: 78px;
  font-size: 2.0rem;
}

@media (max-width: 912px) {
  .btn-area {
    width: 70%;
    height: 100px;
  }

  .btn-area a {
    width: 100%;
    line-height: 98px;
    font-size: 2.6rem;
  }
}

@media (max-width: 880px) {
  .btn-area {
    width: 70%;
    height: 90px;
  }

  .btn-area a {
    line-height: 88px;
    font-size: 2.2rem;
  }
}


@media (max-width: 540px) {
  .btn-area {
    width: 80%;
    height: 80px;
  }

  .btn-area a {
    border-radius: 10px;
    line-height: 78px;
    font-size: 1.8rem;
  }
}

@media (max-width: 450px) {
  .btn-area {
    height: 70px;
    margin-top: 2em;
  }

  .btn-area a {
    line-height: 68px;
  }
}

.btn-area a.white-btn {
  background-color: #fff;
  color: #03c2eb;
  border: 2px solid #fff;
  font-weight: 700;
}

.btn-area a.white-btn:hover {
  background-color: #03c2eb;
  border: 2px solid #fff;
  color: #fff;
}

.btn-area a.blue-btn {
  background-color: #03c2eb;
  color: #fff;
  border: 2px solid #03c2eb;
  font-weight: 700;
}

.btn-area a.blue-btn:hover {
  background-color: #fff;
  border: 2px solid #03c2eb;
  color: #03c2eb;
}




@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 1em;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.infinity__list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scroll-infinity__item a {
  display: block;
}

.item_image--top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 13.3vw;
  left: 0;
  top: 0;
  z-index: 1;
  margin-bottom: 10px;
  border-radius: 2rem;
}

.item_image--top img {
  position: absolute;
  overflow: hidden;
  width: 200%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}

.item_image--top.twice img {
  height: 230px;
  width: auto;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 5);
  margin: 0 .5em;
}

.scroll-infinity__item>img {
  width: 120%;
  overflow: hidden;
  position: absolute;
}

@media (max-width: 912px) {
  .item_image--top {
    height: 16.3vw;
  }

  .item_image--top img {
    width: auto !important;
    height: 34vw;
  }

  .scroll-infinity__item {
    width: calc(100vw / 4);
  }
}

@media (max-width: 440px) {
  .item_image--top {
    height: 30vw;
  }

  .item_image--top img {
    width: auto !important;
    height: 68vw;
  }

  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.mania {
  display: block;
  text-align: left;
  padding-top: 2em;
}

.mania img {
  width: 300px;
  height: auto;
}


footer {
  background-color: #333333;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

h5 {
  color: #fff;
  font-size: 1.8rem;
}

@media (max-width: 450px) {
  h5 {
    font-size: 1.6rem;
  }

  .mania {
    padding-top: 1em;
  }
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 90%;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-30px);
  opacity: 0;
}

@keyframes fadeIn1s {
  0% {}

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 1.5秒間かけてフェードイン */
.fadeIn1500ms {
  animation-name: fadeIn1500ms;
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-30px);
  opacity: 0;
}

@keyframes fadeIn1500ms {
  0% {}

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 0.5秒間かけてフェードイン */
.fadeIn500ms {
  animation-name: fadeIn500ms;
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-30px);
  opacity: 0;
}

@keyframes fadeIn500ms {
  0% {}

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 1.5秒間かけてフェードイン */
.fadeIn2000ms {
  animation-name: fadeIn2000ms;
  animation-delay: 2000ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(30px);
  opacity: 0;
}

@keyframes fadeIn2000ms {
  0% {}

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.timing02 {
  transition-delay: .2s;
}

.timing03 {
  transition-delay: .4s;
}

.timing04 {
  transition-delay: .6s;
}

.timing05 {
  transition-delay: .8s;
}

.timing06 {
  transition-delay: 1s;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.gallary-column {
  max-width: 1200px;
  margin: 0 auto;
}



.marker {
  background: linear-gradient(transparent 10%, rgba(255, 233, 50) 10%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  color: #333;
}


.marker.on {
  background-size: 100% 100%;
}

.marker02 {
  background: linear-gradient(transparent 10%, rgba(255, 255, 255) 10%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
  color: #03c2eb;
}


.marker02.on {
  background-size: 100% 100%;
}

.marker03 {
  background: linear-gradient(transparent 10%, rgba(255, 233, 50) 10%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}


.marker03.on {
  background-size: 100% 100%;
}


[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.8rem;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[type=text],
[type=email],
[type=tel] {
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  padding: 0.5em 1em;
}

input.short {
  width: 80px;
}

input#zip {
  width: 100px;
  margin-bottom: 15px;
}

input#pref {
  width: 160px;
  margin-left: 20px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

  [type=text],
  [type=email],
  [type=tel] {
    height: 80px;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 1024px) {

  [type=text],
  [type=email],
  [type=tel] {
    height: 60px;
    font-size: 1.6rem;
  }
}

[type=checkbox] {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 10px;
}

textarea {
  border: 1px solid #ccc;
  height: 370px;
  width: 100%;
  padding: 15px;
  line-height: 1.5em;
}

::placeholder {
  color: #A5A5A5;
}

[type=submit] {
  display: block;
  border-radius: 20px;
  width: 100%;
  background-color: #eb8904;
  color: #fff;
  text-align: center;
  line-height: 78px;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (min-width: 330px) {
  [type=submit] {
    width: 100%;
    font-size: 4.4vw;
  }

  .pc,
  #pc {
    display: none;
  }

  .sp,
  .open {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  [type=submit] {
    width: 400px;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 1024px) {
  [type=submit] {
    width: 400px;
    font-size: 1.6rem;
  }
}