@charset "UTF-8";
html {
  font-size: 100%;
  margin-top: 0 !important;
}

body p {
  font-size: 16px;
  color: #243538;
  line-height: 1.75em;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  body p {
    font-size: 14px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  color: #243538;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #243538;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}
a:hover {
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
}

ul {
  line-height: 1em;
}
ul li {
  list-style: none;
  text-align: justify;
  line-height: 1em;
}

span.en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.ttlBox h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .ttlBox h4 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 13px;
  }
}
.ttlBox p {
  line-height: 1em;
  margin-bottom: 0;
}
.ttlBox p span.en {
  line-height: 1em;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  .ttlBox p span.en {
    font-size: 14px;
  }
}

.joinTtlBox {
  margin-bottom: 38px;
}
@media screen and (max-width: 600px) {
  .joinTtlBox {
    margin-bottom: 20px;
  }
}
.joinTtlBox h4 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1em;
  color: #243538;
}
@media screen and (max-width: 600px) {
  .joinTtlBox h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.joinTtlBox p {
  line-height: 1em;
}
.joinTtlBox p span.en {
  font-size: 16px;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  .joinTtlBox p span.en {
    font-size: 14px;
  }
}

.btnBox {
  width: min(90%, 280px);
}
.btnBox a {
  display: block;
  width: 100%;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 24px 40px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #fcfeff;
  text-align: center;
  background: #1496C4 url(../img/common/ico_next_white.svg) center right 20px no-repeat;
  background-size: 20px auto;
  border: 1px solid #1496C4;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .btnBox a {
    padding: 18px;
    background: #1496C4 url(../img/common/ico_next_white.svg) center right 20px no-repeat;
    background-size: 18px auto;
  }
}
.btnBox a:hover {
  color: #1496C4;
  background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 600px) {
  .btnBox a:hover {
    background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
    background-size: 18px auto;
  }
}

.contactArea {
  width: min(90%, 1000px);
  margin: 0 auto;
  background: #F1FBFF;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .contactArea {
    margin-bottom: 50px;
  }
}
.contactArea__inner {
  padding: 60px 0;
  width: 63.7%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .contactArea__inner {
    width: 88.4%;
    padding: 40px 0;
  }
}
.contactArea__inner .contactAreaBox .ttlBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contactArea__inner .contactAreaBox .ttlBox {
    margin-bottom: 25px;
  }
}
.contactArea__inner .contactAreaBox .ttlBox p span.en {
  text-align: center;
}
.contactArea__inner .contactAreaBox .ttlBox h4 {
  text-align: center;
}
.contactArea__inner .contactAreaBox p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .contactArea__inner .contactAreaBox p {
    margin-bottom: 25px;
  }
}
.contactArea__inner .contactAreaBox .btnBox {
  margin: 0 auto;
}

th,
td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcTb {
    display: none;
  }
}

.w1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .w1000 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .w1000 {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.tbonly {
  display: none;
}
@media screen and (max-width: 768px) {
  .tbonly {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tbonly {
    display: none;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  padding: 20px 25px;
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 22px 15px;
  }
}

.navFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.navFlex .navLeft {
  width: 300px;
}
@media screen and (max-width: 1280px) {
  .navFlex .navLeft {
    width: 145px;
  }
}
.navFlex .navLeft .logo {
  display: inline-block;
  line-height: 1em;
}
.navFlex .navLeft .logo a {
  display: inline-block;
}
.navFlex .navRight {
  width: calc(100% - 310px);
}
@media screen and (max-width: 1280px) {
  .navFlex .navRight {
    display: none;
  }
}
.navFlex .navRight .nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 25px;
}
.navFlex .navRight .nav ul li a {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  vertical-align: middle;
  color: #243538;
}
.navFlex .navRight .nav ul li a span.login {
  width: 13px;
  display: inline-block;
  padding-right: 5px;
}
.navFlex .navRight .nav ul li a span.mail {
  width: 15px;
  display: inline-block;
  padding-right: 5px;
}
.navFlex .navRight .nav ul li:last-child a {
  padding: 13px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #1496C4;
  color: #fcfeff;
}

.menu {
  position: fixed;
  z-index: 999;
  opacity: 0;
  height: auto;
  background: #fcfeff;
  overflow-y: scroll;
  transition: 0.5s;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  visibility: hidden;
}
.menu .menuBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: auto;
  height: 100vh;
}
.menu .menuBox .logo {
  width: 145px;
  margin-bottom: 40px;
}
.menu .menuBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
}
.menu .menuBox ul li {
  width: 100%;
}
.menu .menuBox ul li a {
  border-bottom: 1px solid #1496C4;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
  color: #1496C4;
  padding-bottom: 10px;
  background: url(../img/common/ico_circle.svg) top 7px left no-repeat;
  background-size: 5px auto;
  padding: 0 0 10px 15px;
  box-sizing: border-box;
}
.menu .contactBox {
  text-align: center;
  margin-bottom: 86px;
  padding: 0;
}
.menu .contactBox .ttlBox {
  margin-bottom: 13px;
}
.menu .contactBox .ttlBox p {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #444444;
}
.menu .contactBox .ttlBox p span.en {
  margin-right: 0;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.menu .contactBox .ttlBox p span.detail {
  display: block;
  font-size: 14px;
  text-align: center;
}
.menu .contactBox .contactSet {
  text-align: center;
  margin-bottom: 23px;
}
.menu .contactBox .contactSet a {
  background: #a8a8a8;
  width: 100%;
  display: inline-block;
  padding: 18px 5px;
  box-sizing: border-box;
}
.menu .contactBox .contactSet a:hover {
  opacity: 0.75;
}
.menu .contactBox p {
  color: #fff;
  text-align: center;
  line-height: 1.71em;
}
.menu .contactBox p.ttl {
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 3px;
}

.menu--isOpen {
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-sizing: border-box;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

.menuTriggerBox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 22px;
  right: 15px;
  z-index: 999999999;
  width: 30px;
  height: 16px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 1280px) {
  .menuTriggerBox {
    display: block;
  }
}

.menuTrigger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 16px;
}
.menuTrigger span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #1496C4;
}
.menuTrigger span:nth-of-type(1) {
  top: 0;
}
.menuTrigger span:nth-of-type(2) {
  top: 7px;
}
.menuTrigger span:nth-of-type(3) {
  top: 14px;
}
.menuTrigger.active span:nth-of-type(1) {
  top: 8px;
  transform: translateY(0px) rotate(-40deg) translateX(0);
  left: 0px;
  width: 30px;
}
.menuTrigger.active span:nth-of-type(3) {
  top: 8px;
  width: 30px;
  transform: translateY(0px) rotate(40deg) translateX(0);
  left: 0;
}
.menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.pan ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  color: #243538;
  font-weight: 500;
}
.pan ul li a {
  color: #243538;
  font-weight: 500;
}
.pan ul li a:hover {
  color: #1496C4;
}
.pan ul li::after {
  content: "";
  background: url(../img/common/ico_pan.svg) center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin: 0px 8px 0px 10px;
  width: 5px;
  height: 8px;
}
@media screen and (max-width: 600px) {
  .pan ul li::after {
    margin: 0 5px 0 7px;
  }
}
.pan ul li:last-child:after {
  display: none;
}

/* footer */
footer {
  background: #1496C4;
  position: relative;
  color: #fff;
  padding: 0 !important;
}
footer .footerFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(90%, 1000px);
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  footer .footerFlex {
    padding: 50px 0;
  }
}
footer .footerFlex .leftBox {
  width: 300px;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .leftBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footerFlex .leftBox img {
  width: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .leftBox img {
    width: 250px;
    margin-bottom: 30px;
  }
}
footer .footerFlex .leftBox p {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .leftBox p {
    font-size: 12px;
    line-height: 1.35em;
    margin-bottom: 30px;
  }
}
footer .footerFlex .leftBox p a {
  color: #fff;
}
footer .footerFlex .leftBox ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .footerFlex .leftBox ul li img {
  width: 25px;
  margin: 0;
}
footer .footerFlex .leftBox ul li:last-child img {
  width: 14px;
}
footer .footerFlex .rightBox {
  width: calc(100% - 320px);
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox {
    width: 100%;
  }
}
footer .footerFlex .rightBox nav {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox nav {
    margin-bottom: 30px;
    display: block;
  }
}
footer .footerFlex .rightBox nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox nav ul {
    gap: 15px 0;
    flex-direction: row;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox nav ul li {
    width: 48%;
  }
}
footer .footerFlex .rightBox nav ul li a {
  display: block;
  width: 100%;
  color: #fcfeff;
  font-size: 15px;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox nav ul li a {
    font-size: 14px;
  }
}
footer .footerFlex .rightBox p.copy {
  font-size: 11px;
  text-align: right;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .footerFlex .rightBox p.copy {
    text-align: center;
  }
}

#scheduleDetail-page {
  background-size: 100% auto;
  overflow: hidden;
}
#scheduleDetail-page .main {
  width: 100%;
  position: relative;
  background: #F1FBFF;
}
#scheduleDetail-page .main::after {
  display: block;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/schedule/main_pc.png) center right no-repeat;
  background-size: cover;
  width: 59.7%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main::after {
    background: url(../img/schedule/main_sp.png) center right no-repeat;
    background-size: cover;
    width: 50.1%;
  }
}
#scheduleDetail-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 200px 0 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main__inner {
    padding: 167px 0 15px;
  }
}
#scheduleDetail-page .main__inner .mainBox .ttlBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main__inner .mainBox .ttlBox {
    margin-bottom: 80px;
  }
}
#scheduleDetail-page .main__inner .mainBox .ttlBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main__inner .mainBox .ttlBox p {
    margin-bottom: 8px;
  }
}
#scheduleDetail-page .main__inner .mainBox .ttlBox p span.en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main__inner .mainBox .ttlBox p span.en {
    font-size: 35px;
  }
}
#scheduleDetail-page .main__inner .mainBox .ttlBox h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .main__inner .mainBox .ttlBox h2 {
    font-size: 14px;
  }
}
#scheduleDetail-page .scheduleDetail {
  width: 100%;
  position: relative;
}
#scheduleDetail-page .scheduleDetail img.bg {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .scheduleDetail img.bg {
    bottom: -250px;
    top: inherit;
  }
}
#scheduleDetail-page .scheduleDetail__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0px;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .scheduleDetail__inner {
    padding: 50px 0;
  }
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox {
    margin-bottom: 15px;
  }
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox .dateSet {
  margin-right: 10px;
  display: inline-block;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox .dateSet span {
  vertical-align: middle;
  font-size: 20px;
  color: #aaa;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox span.cate {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  color: #1496C4;
  background: #F1FBFF;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox span.cate {
    padding: 6px 16px;
  }
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox h2 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 10px;
  color: #243538;
}
@media screen and (max-width: 600px) {
  #scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .ttlBox h2 {
    font-size: 16px;
  }
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .detailBox {
  width: 100%;
  margin-bottom: 0;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .detailBox p {
  margin-bottom: 15px;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .detailBox p:last-child {
  margin-bottom: 0;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .detailBox p a {
  color: #003edd;
}
#scheduleDetail-page .scheduleDetail__inner .scheduleDetailBox .detailBox img {
  margin-bottom: 20px;
  display: block;
  width: auto;
}
#scheduleDetail-page .scheduleDetail__inner .btnBox {
  margin: 50px auto 0;
}

#projectDetail-page {
  background-size: 100% auto;
  overflow: hidden;
}
#projectDetail-page .main {
  width: 100%;
  position: relative;
  background: #F1FBFF;
}
#projectDetail-page .main::after {
  display: block;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/project/main_pc.png) center right no-repeat;
  background-size: cover;
  width: 59.7%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main::after {
    background: url(../img/project/main_sp.png) center right no-repeat;
    background-size: cover;
    width: 50.1%;
  }
}
#projectDetail-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 200px 0 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main__inner {
    padding: 167px 0 15px;
  }
}
#projectDetail-page .main__inner .mainBox .ttlBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main__inner .mainBox .ttlBox {
    margin-bottom: 80px;
  }
}
#projectDetail-page .main__inner .mainBox .ttlBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main__inner .mainBox .ttlBox p {
    margin-bottom: 8px;
  }
}
#projectDetail-page .main__inner .mainBox .ttlBox p span.en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main__inner .mainBox .ttlBox p span.en {
    font-size: 35px;
  }
}
#projectDetail-page .main__inner .mainBox .ttlBox h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .main__inner .mainBox .ttlBox h2 {
    font-size: 14px;
  }
}
#projectDetail-page .projectDetail {
  width: 100%;
  position: relative;
}
#projectDetail-page .projectDetail img.bg {
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail img.bg {
    bottom: -250px;
    top: inherit;
  }
}
#projectDetail-page .projectDetail__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner {
    padding: 50px 0;
  }
}
#projectDetail-page .projectDetail__inner .projectDetailBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .projectDetailBox {
    margin-bottom: 50px;
  }
}
#projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox {
  margin-bottom: 26px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox {
    margin-bottom: 15px;
  }
}
#projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox .dateSet {
  margin-right: 10px;
  display: inline-block;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox .dateSet span {
  vertical-align: middle;
  font-size: 20px;
  color: #aaa;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox span.cate {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  color: #1496C4;
  background: #F1FBFF;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox span.cate {
    padding: 6px 16px;
  }
}
#projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox h2 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 10px;
  color: #243538;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .projectDetailBox .ttlBox h2 {
    font-size: 16px;
  }
}
#projectDetail-page .projectDetail__inner .projectDetailBox .detailBox {
  width: 100%;
  margin-bottom: 0;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .detailBox p {
  margin-bottom: 15px;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .detailBox p:last-child {
  margin-bottom: 0;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .detailBox p a {
  color: #003edd;
}
#projectDetail-page .projectDetail__inner .projectDetailBox .detailBox img {
  margin-bottom: 20px;
  display: block;
  width: auto;
}
#projectDetail-page .projectDetail__inner .monthlyBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .monthlyBox {
    margin-bottom: 50px;
  }
}
#projectDetail-page .projectDetail__inner .monthlyBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .monthlyBox .ttlBox {
    margin-bottom: 30px;
  }
}
#projectDetail-page .projectDetail__inner .monthlyBox ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: flex-start;
  -moz-column-gap: 4.25%;
       column-gap: 4.25%;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .monthlyBox ul {
    row-gap: 20px;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#projectDetail-page .projectDetail__inner .monthlyBox ul li {
  width: 23.5%;
}
@media screen and (max-width: 834px) {
  #projectDetail-page .projectDetail__inner .monthlyBox ul li {
    width: 30.5%;
  }
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .monthlyBox ul li {
    width: 48%;
  }
}
#projectDetail-page .projectDetail__inner .monthlyBox ul li a {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 2px solid #1496C4;
  background: url(../img/common/ico_next_orange.svg) bottom 21px right no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .monthlyBox ul li a {
    padding: 0 0 15px;
    background: url(../img/common/ico_next_orange.svg) bottom 17px right no-repeat;
    background-size: 10px;
    font-size: 12px;
  }
}
#projectDetail-page .projectDetail__inner .monthlyBox ul li a:hover {
  color: #1496C4;
}
#projectDetail-page .projectDetail__inner .otherBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .ttlBox {
    margin-bottom: 30px;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox {
  display: flex;
  margin-bottom: 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
}
@media screen and (max-width: 834px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox {
    row-gap: 20px;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
  }
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox {
    margin-bottom: 30px;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet {
  width: 23.8%;
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet {
    width: 48.6%;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a {
  display: block;
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a figure {
  margin: 0;
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  aspect-ratio: 238/141;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a figure img {
    aspect-ratio: 164/105;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox {
  padding: 10px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox {
    padding: 10px 10px 15px;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p {
  text-align: left;
  line-height: 1em;
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p span.en {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p span.en {
    font-size: 12px;
    padding-right: 7px;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #f9f7f3;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p span.cate {
    padding: 3px 15px;
    font-size: 11px;
  }
}
#projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p.ttl {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #projectDetail-page .projectDetail__inner .otherBox .reportBox .reportSet a .detailBox p.ttl {
    font-size: 14px;
  }
}
#projectDetail-page .projectDetail__inner .btnBox {
  margin: 50px auto 0;
}

#projectArchive-page {
  background: url(../img/common/bg.png) repeat;
  background-size: 100% auto;
  overflow: hidden;
}
#projectArchive-page .main {
  width: 100%;
  position: relative;
  background: #fcece2;
}
#projectArchive-page .main::before {
  display: block;
  content: "";
  top: -56px;
  left: 0;
  position: absolute;
  background: url(../img/common/bg_main.png) top left no-repeat;
  background-size: cover;
  width: 41.8%;
  height: calc(100% + 56px);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main::before {
    top: -17px;
    width: 98.1%;
    height: 80.6%;
  }
}
#projectArchive-page .main::after {
  display: block;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/project/main_pc.png) center right no-repeat;
  background-size: cover;
  width: 59.7%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main::after {
    background: url(../img/project/main_sp.png) center right no-repeat;
    background-size: cover;
    width: 50.1%;
  }
}
#projectArchive-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 200px 0 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main__inner {
    padding: 167px 0 15px;
  }
}
#projectArchive-page .main__inner .mainBox .ttlBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main__inner .mainBox .ttlBox {
    margin-bottom: 80px;
  }
}
#projectArchive-page .main__inner .mainBox .ttlBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main__inner .mainBox .ttlBox p {
    margin-bottom: 8px;
  }
}
#projectArchive-page .main__inner .mainBox .ttlBox p span.en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main__inner .mainBox .ttlBox p span.en {
    font-size: 35px;
  }
}
#projectArchive-page .main__inner .mainBox .ttlBox h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .main__inner .mainBox .ttlBox h2 {
    font-size: 14px;
  }
}
#projectArchive-page .project {
  width: 100%;
  position: relative;
}
#projectArchive-page .project img.bg {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
#projectArchive-page .project__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner {
    padding: 50px 0;
  }
}
#projectArchive-page .project__inner .projectBox .ttlBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .ttlBox {
    margin-bottom: 30px;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 1.6%;
       column-gap: 1.6%;
}
@media screen and (max-width: 834px) {
  #projectArchive-page .project__inner .projectBox .reportBox {
    row-gap: 20px;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet {
  width: 23.8%;
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 834px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet {
    width: 48.6%;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a {
  display: block;
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a figure {
  margin: 0;
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative;
  aspect-ratio: 238/141;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet a figure img {
    aspect-ratio: 164/105;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
  padding: 10px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox {
    padding: 10px 10px 15px;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p {
  text-align: left;
  line-height: 1em;
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #aaa;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.en {
    font-size: 12px;
    padding-right: 7px;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
  font-weight: 700;
  border-radius: 50px;
  background: #f9f7f3;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #1496C4;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p span.cate {
    padding: 3px 15px;
    font-size: 11px;
  }
}
#projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #projectArchive-page .project__inner .projectBox .reportBox .reportSet a .detailBox p.ttl {
    font-size: 14px;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.4s;
}

.delay-time04 {
  animation-delay: 0.6s;
}

/* fadeTop */
.fadeTop {
  animation-name: fadeTopAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeTopAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 834px) {
  #page-top {
    right: 10px;
    bottom: 70px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
#contact-page {
  background-size: 100% auto;
  overflow: hidden;
}
#contact-page .main {
  width: 100%;
  position: relative;
  background: #F1FBFF;
}
#contact-page .main::after {
  display: block;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url(../img/contact/main_pc.png) center right no-repeat;
  background-size: cover;
  width: 59.7%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #contact-page .main::after {
    background: url(../img/contact/main_sp.png) center right no-repeat;
    background-size: cover;
    width: 50.1%;
  }
}
#contact-page .main__inner {
  width: min(90%, 1000px);
  margin: 0 auto;
  padding: 200px 0 15px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner {
    padding: 167px 0 15px;
  }
}
#contact-page .main__inner .mainBox .ttlBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .mainBox .ttlBox {
    margin-bottom: 80px;
  }
}
#contact-page .main__inner .mainBox .ttlBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .mainBox .ttlBox p {
    margin-bottom: 8px;
  }
}
#contact-page .main__inner .mainBox .ttlBox p span.en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1496C4;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .mainBox .ttlBox p span.en {
    font-size: 35px;
  }
}
#contact-page .main__inner .mainBox .ttlBox h2 {
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #contact-page .main__inner .mainBox .ttlBox h2 {
    font-size: 14px;
  }
}
#contact-page .contact {
  width: 100%;
  position: relative;
}
#contact-page .contact img.bg {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #contact-page .contact img.bg {
    top: 34%;
  }
}
#contact-page .contact__inner {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #contact-page .contact__inner {
    padding: 50px 0;
  }
}

/* c_form */
.c_form._padding {
  padding: 0;
}

.c_form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
}

.c_form form {
  width: 100%;
  margin: 0 auto;
}

.c_form .mw_wp_form_confirm form {
  width: 100%;
}

.c_form .error {
  position: absolute;
  bottom: -1.6em;
  font-size: 1.2rem;
  font-weight: 700;
}

.c_form_message {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.43em;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .c_form_message {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .c_form_message br {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_message br {
    display: none;
  }
}
.c_form_message span {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c_form_content {
  background: #e0ecff;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .c_form_content {
    padding: 24px 16px;
  }
}
.c_form_content p.sub {
  font-size: 12px;
  line-height: 2em;
  color: #646464;
  margin-top: 8px;
}
.c_form_content p.sub span {
  color: #003edd;
}

.c_form_item {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .c_form_item {
    margin-bottom: 20px;
  }
}
.c_form_item.margin0 {
  margin-bottom: 0;
}
.c_form_item.none {
  display: none;
}

.c_form_name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  color: #243538;
}
@media screen and (max-width: 600px) {
  .c_form_name {
    font-size: 14px;
  }
}

.c_form_name span.required {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #1496C4;
  color: #fcfeff;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .c_form_name span.required {
    font-size: 12px;
    padding: 3px 8px;
  }
}

.c_form_input {
  position: relative;
}

.c_form_input input[type=text],
.c_form_input input[type=password],
.c_form_input input[type=email],
.c_form_input input[type=tel],
.c_form_input input[type=number],
.c_form_input input[type=search],
.c_form_input input[type=url] {
  width: 100%;
  height: 50px;
  padding: 17px 20px;
  background: #fff;
  border: 2px solid #243538;
  font-size: 16px;
  line-height: 1em;
  box-sizing: border-box;
  background: #fcfeff;
}
@media screen and (max-width: 600px) {
  .c_form_input input[type=text],
  .c_form_input input[type=password],
  .c_form_input input[type=email],
  .c_form_input input[type=tel],
  .c_form_input input[type=number],
  .c_form_input input[type=search],
  .c_form_input input[type=url] {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .c_form_item.mb0 {
    margin-bottom: 16px;
  }
}

.c_form_input input[type=text]::-moz-placeholder,
.c_form_input input[type=password]::-moz-placeholder,
.c_form_input input[type=email]::-moz-placeholder,
.c_form_input input[type=tel]::-moz-placeholder,
.c_form_input input[type=number]::-moz-placeholder,
.c_form_input input[type=search]::-moz-placeholder,
.c_form_input input[type=url]::-moz-placeholder {
  color: #b6b6b6;
}

.c_form_input input[type=text]::-moz-placeholder, .c_form_input input[type=password]::-moz-placeholder, .c_form_input input[type=email]::-moz-placeholder, .c_form_input input[type=tel]::-moz-placeholder, .c_form_input input[type=number]::-moz-placeholder, .c_form_input input[type=search]::-moz-placeholder, .c_form_input input[type=url]::-moz-placeholder {
  color: #bdbdbd;
}

.c_form_input input[type=text]::placeholder,
.c_form_input input[type=password]::placeholder,
.c_form_input input[type=email]::placeholder,
.c_form_input input[type=tel]::placeholder,
.c_form_input input[type=number]::placeholder,
.c_form_input input[type=search]::placeholder,
.c_form_input input[type=url]::placeholder {
  color: #bdbdbd;
}

.c_form_input textarea {
  width: 100%;
  height: 250px;
  padding: 17px 20px;
  background: #fcfeff;
  border: 2px solid #243538;
  font-size: 16px;
  line-height: 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .c_form_input textarea {
    height: 200px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 2em;
  }
}

.c_form_input textarea::-moz-placeholder {
  color: #b6b6b6;
}

.c_form_input textarea::placeholder {
  color: #b6b6b6;
}

.c_form_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 54px;
  padding: 16px;
  background: #fff;
  font-size: 14px;
  line-height: 1em;
  box-sizing: border-box;
  border: none;
  color: #bdbdbd;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
.c_form_input select ::-ms-expand {
  display: none;
}
@media screen and (max-width: 600px) {
  .c_form_input select {
    height: 54px;
    padding: 12px 16px;
    line-height: 2.28em;
    font-size: 14px;
  }
}

.mw_wp_form_complete p {
  text-align: center;
}

.c_form_input._lg-col1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .c_form_input._lg-col1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c_form_input._lg-col1 input {
  /* width: 35rem; */
  width: 48%;
}

.c_form_input._lg-col2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 30px;
}
@media screen and (max-width: 600px) {
  .c_form_input._lg-col2 {
    gap: 0 16px;
  }
}
.c_form_input._lg-col2 input {
  width: 48%;
}

.c_form_input._col2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.c_form_input._col2 input {
  width: 14.9rem;
}

@media screen and (min-width: 600px) {
  .c_form_input._col2 input {
    width: 35rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._col2 input {
    width: 35rem;
  }
}
.c_form_input._col2 .error:last-of-type {
  left: calc(50% + 0.8rem);
}

@media screen and (min-width: 1280px) {
  .c_form_input._col2 .error:last-of-type {
    left: calc(50% + 2.1rem);
  }
}
.selectFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selectFlex select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 80px;
  background: #f5f5f5;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .selectFlex select {
    padding: 12px 16px;
  }
}
.selectFlex p {
  display: none;
}

.c_form_input._select,
.c_form_input._select._year,
.c_form_input._select._month,
.c_form_input._select._day {
  position: relative;
}

.c_form_input._select._year,
.c_form_input._select._month,
.c_form_input._select._day {
  width: 32.25%;
}
@media screen and (max-width: 600px) {
  .c_form_input._select._year,
  .c_form_input._select._month,
  .c_form_input._select._day {
    width: 31.49%;
  }
}

.c_form_input._select._year::before,
.c_form_input._select._month::before,
.c_form_input._select._day::before,
.c_form_input._select::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/common/ico_form.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .selectFlex select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 50px;
  }
}
.c_form_input .mwform-radio-field label {
  display: flex;
  height: auto;
  cursor: pointer;
  color: #333;
}

.c_form_input._radioFlex {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .c_form_input._radioFlex {
    gap: 16px;
  }
}

p.last {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  p.last {
    font-size: 12px;
    line-height: 2em;
  }
}
p.last a {
  color: #111;
  text-decoration: underline;
}

.c_form_input .mwform-radio-field label input[type=radio] {
  position: relative;
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c_form_input .mwform-radio-field label input[type=radio]::before,
.c_form_input .mwform-radio-field label input[type=radio]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
}

.c_form_input .mwform-radio-field label input[type=radio]::before {
  width: 30px;
  height: 30px;
  background: #fcfeff;
  box-shadow: 0 0 20px rgba(36, 53, 56, 0.1);
}
@media screen and (max-width: 600px) {
  .c_form_input .mwform-radio-field label input[type=radio]::before {
    width: 25px;
    height: 25px;
  }
}

.c_form_input .mwform-radio-field label input[type=radio]::after {
  width: 16px;
  height: 16px;
  background: #1496C4;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .c_form_input .mwform-radio-field label input[type=radio]::after {
    width: 15px;
    height: 15px;
  }
}

.c_form_input .mwform-radio-field label input[type=radio]:checked::after {
  opacity: 1;
}

.c_form_input .mwform-radio-field label .mwform-radio-field-text {
  margin: 11px 0 8px 10px;
  color: #243538;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  .c_form_input .mwform-radio-field label .mwform-radio-field-text {
    font-size: 12px;
  }
}

.c_form_submit {
  width: min(90%, 280px);
  margin: 0 auto;
}
.c_form_submit input {
  display: block;
  width: 100%;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 24px 40px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  color: #fcfeff;
  text-align: center;
  background: #1496C4 url(../img/common/ico_next_white.svg) center right 20px no-repeat;
  background-size: 20px auto;
  border: 1px solid #1496C4;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .c_form_submit input {
    padding: 18px;
    background: #1496C4 url(../img/common/ico_next_white.svg) center right 20px no-repeat;
    background-size: 18px auto;
  }
}
.c_form_submit input:hover {
  color: #1496C4;
  background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
  background-size: 20px auto;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .c_form_submit input:hover {
    background: #fcfeff url(../img/common/ico_next_orange.svg) center right 20px no-repeat;
    background-size: 18px auto;
  }
}

.c_form_input._birthday {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday {
    justify-content: flex-start;
  }
}
.c_form_input._birthday .year,
.c_form_input._birthday .month,
.c_form_input._birthday .day {
  display: flex;
  align-items: center;
  position: relative;
}

.c_form_input._birthday .year::before,
.c_form_input._birthday .month::before,
.c_form_input._birthday .day::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 0.8rem;
  background-image: url(../image/common/selectArrow_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .year::before,
  .c_form_input._birthday .month::before,
  .c_form_input._birthday .day::before {
    right: 6.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .year::before,
  .c_form_input._birthday .month::before,
  .c_form_input._birthday .day::before {
    right: 6.8rem;
  }
}
.c_form_input._birthday .year::after,
.c_form_input._birthday .month::after,
.c_form_input._birthday .day::after {
  margin-left: 0.9rem;
  color: #3e3e3e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .year::after,
  .c_form_input._birthday .month::after,
  .c_form_input._birthday .day::after {
    display: inline-block;
    transform: rotate(31deg);
    width: 0.1rem;
    height: 3.8rem;
    margin: 0 2.6rem;
    background-color: #707070;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .year::after,
  .c_form_input._birthday .month::after,
  .c_form_input._birthday .day::after {
    display: inline-block;
    transform: rotate(31deg);
    width: 0.1rem;
    height: 3.8rem;
    margin: 0 2.6rem;
    background-color: #707070;
  }
}
.c_form_input._birthday .year select {
  width: 9.3rem;
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .year select {
    width: 17.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .year select {
    width: 17.2rem;
  }
}
.c_form_input._birthday .year::after {
  content: "年";
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .year::after {
    content: "";
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .year::after {
    content: "";
  }
}
.c_form_input._birthday .month select,
.c_form_input._birthday .day select {
  width: 6.7rem;
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .month select,
  .c_form_input._birthday .day select {
    width: 12.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .month select,
  .c_form_input._birthday .day select {
    width: 12.4rem;
  }
}
.c_form_input._birthday .month::after {
  content: "月";
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .month::after {
    content: "";
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .month::after {
    content: "";
  }
}
@media screen and (min-width: 600px) {
  .c_form_input._birthday .day::before {
    right: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .day::before {
    right: 1.4rem;
  }
}
.c_form_input._birthday .day::after {
  content: "日";
}

@media screen and (min-width: 600px) {
  .c_form_input._birthday .day::after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_input._birthday .day::after {
    display: none;
  }
}
.c_form_input._zip {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 16px;
}

@media screen and (min-width: 600px) {
  .c_form_input._zip {
    gap: 0 30px;
  }
}
.c_form_input._zip input {
  width: 35%;
}

.c_form_input._zip button {
  font-weight: 700;
  background: #fff;
  width: 65%;
  max-width: 200px;
  padding: 17px 60px;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1px;
  border: 2px solid #eee93a;
  cursor: pointer;
  transition: 0.5s;
}

.c_form_input._zip button:hover {
  opacity: 0.75;
  transition: 0.5s;
}

@media screen and (max-width: 600px) {
  .c_form_input._zip button {
    padding: 16px 30px;
    font-size: 13px;
    max-width: 125px;
    width: 52%;
  }
}
.c_form_agree {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 600px) {
  .c_form_agree {
    gap: 0 20px;
  }
}
.c_form_agree .required {
  display: inline-block;
  padding: 2px 5px;
  background-color: #eee93a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (min-width: 600px) {
  .c_form_agree .required {
    margin-right: 18px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .c_form_agree {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .c_form_agree {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.c_form_agree .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c_form_agree .mwform-checkbox-field label input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c_form_agree .mwform-checkbox-field label input[type=checkbox]::before,
.c_form_agree .mwform-checkbox-field label input[type=checkbox]::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.c_form_agree .mwform-checkbox-field label input[type=checkbox]::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #f3f3f3;
}

.c_form_agree .mwform-checkbox-field label input[type=checkbox]::after {
  position: absolute;
  opacity: 0;
  top: 5px;
  left: 3px;
  content: "";
  display: block;
  background: url(../images/common/ico_check.svg) center no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 14px;
}

.c_form_agree .mwform-checkbox-field label input[type=checkbox]:checked::after {
  opacity: 1;
}

.c_form_agree .mwform-checkbox-field label .mwform-checkbox-field-text {
  margin-left: 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.c_form_agree .mwform-checkbox-field label .mwform-checkbox-field-text a {
  padding-bottom: 3px;
  border-bottom: solid 1px #1c1d1f;
  color: #1c1d1f;
  font-weight: 500;
  font-weight: 700;
  /* transition: opacity0.5s; */
}

.c_form_agree .mwform-checkbox-field label .mwform-checkbox-field-text a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 600px) {
  .c_form_agree .mwform-checkbox-field label .mwform-checkbox-field-text {
    font-size: 19px;
  }
}
.c_form_agree .error {
  bottom: -1.8em;
}

#zip-button {
  width: 65%;
  max-width: 200px;
  padding: 17px 60px;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1px;
  border: 2px solid #eee93a;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #zip-button {
    padding: 16px 30px;
    font-size: 13px;
    max-width: 125px;
    width: 52%;
  }
}

.c_form_back {
  text-align: center;
}/*# sourceMappingURL=style.css.map */