@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

/*-----------------------------------

	base

-----------------------------------*/
html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  background: #ffffff;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_inner {
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.loaded a,
.loaded a:link,
.loaded a:visited {
  transition: 0.5s all;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
    font-size: 1.2em;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*-----------------------------------

	switching

-----------------------------------*/
#switching {
  background: #f1f1f1;
  padding: 10px 2.5%;
  line-height: 1;
}
#switching ul {
  display: flex;
  gap: 0 20px;
}
#switching ul li a {
  font-size: 14px;
  font-weight: 700;
}
#switching ul li.current a {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #switching ul li a {
    font-size: 12px;
  }
}
/*-----------------------------------

	header

-----------------------------------*/
header {
  /* position: fixed;
    z-index: 999;
    width: 100%; */
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 calc(2.5% + 70px) 0 2.5%;
  height: 120px;
  background: #fff;
}
header #logo {
  width: 260px;
}
header #pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header #pc_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header #pc_menu ul:first-of-type {
  border-right: 1px solid #000;
  padding-right: 10px;
}
header #pc_menu ul:last-of-type {
  padding-left: 10px;
}
header #pc_menu ul li a {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
header #pc_menu ul li.item02 a {
  padding-left: 50px;
}
header #pc_menu ul li.item03 a {
  padding-left: 55px;
}
header #pc_menu ul li.item02 a::before,
header #pc_menu ul li.item03 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
header #pc_menu ul li.item02 a::before {
  width: 20px;
  height: 27px;
  background: url(../img/common/header_icon01.png) no-repeat center/contain;
}
header #pc_menu ul li.item03 a::before {
  width: 26px;
  height: 26px;
  background: url(../img/common/header_icon02.png) no-repeat center/contain;
}
header #pc_menu ul li.item05 {
  width: 180px;
}
header a.try {
  display: block;
  padding: 20px 20px 20px 0 !important;
  text-align: center;
  background-color: #f16d00;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
}
header a.try::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/white_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
header .menu_btn_wrap {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: auto;
  right: 20px;
  z-index: 9999;
  margin-top: 10px;
  padding-top: 30px;
  line-height: 1;
  font-size: 12px;
  text-align: center;
}
header .menu_btn_wrap .menu_btn {
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu_btn_wrap .menu_btn .lineh,
header .menu_btn_wrap .menu_btn .linem,
header .menu_btn_wrap .menu_btn .lineb {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu_btn_wrap .menu_btn .lineh {
  top: 0;
}
header .menu_btn_wrap .menu_btn .linem {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
header .menu_btn_wrap .menu_btn .lineb {
  bottom: 0;
}
header .menu_btn_wrap.active .menu_btn .lineh {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 9px;
}
header .menu_btn_wrap.active .menu_btn .linem {
  opacity: 0;
}
header .menu_btn_wrap.active .menu_btn .lineb {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 9px;
}
header #nav_menu {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #dddddd;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 110px 50px 60px 50px;
  display: inline-block;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
header #nav_menu.toggle {
  right: 0 !important;
}
header #nav_menu ul {
  margin-bottom: 40px;
}
header #nav_menu ul:last-of-type {
  margin-bottom: 65px;
}
header #nav_menu ul li a {
  display: block;
  width: fit-content;
  padding: 12px 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}
header #nav_menu ul li.link a {
  padding-right: 16px;
  background: url(../img/common/icon_link.svg) no-repeat right center / 11px;
}
header #nav_menu a.try {
  font-size: 17px !important;
  padding: 30px 0 !important;
  border-radius: 45px;
}
header #nav_menu a.register {
  display: block;
  padding: 29px 0 !important;
  text-align: center;
  background-color: #fff;
  color: #f16d00;
  font-weight: 700;
  border: 1px solid #f16d00;
  border-radius: 45px;
  line-height: 1;
  position: relative;
  font-size: 17px !important;
}
header #nav_menu a.register + a.try {
  margin-top: 20px;
}
@media screen and (max-width: 1260px) {
  header {
    padding: 0 calc(2.5% + 50px) 0 2.5%;
  }
  header #logo {
    width: 200px;
  }
  header #pc_menu ul li a {
    padding: 0 10px;
  }
  header #pc_menu ul li.item05 {
    width: 160px;
  }
}
@media screen and (max-width: 1090px) {
  header #pc_menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header {
    height: 100px;
  }
  header #logo {
    width: 170px;
  }
  header #nav_menu {
    max-width: 420px;
    padding: 134px 30px 150px 30px;
  }
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  cursor: pointer;
  z-index: 99;
  width: 30px;
  height: 30px;
  border: 1px solid #f16d00;
  border-radius: 50%;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#pagetop::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #f16d00;
  border-right: 2px solid #f16d00;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  #pagetop {
    display: none !important;
  }
}
/*-----------------------------------

	tryLink

-----------------------------------*/
#tryLinkPc {
  position: fixed;
  right: 50px;
  bottom: 75px;
}
#tryLinkPc a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #f16d00;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  background-image: url(/img/common/white_arrow.png);
  background-size: 17px;
  padding-top: 27px;
  background-repeat: no-repeat;
  background-position: center bottom 13px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #tryLinkPc {
    display: none;
  }
}

#tryLink {
  display: none;
}
@media screen and (max-width: 640px) {
  #tryLink {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 998;
  }
  #tryLink a {
    display: block;
    padding: 20px;
    text-align: center;
    background-color: #f16d00;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    position: relative;
  }
  #tryLink a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/common/white_arrow.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
  background: #f1f1f1;
  padding: 80px 0 40px;
}
footer #footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
footer #footer_top .footer_logo {
  width: 260px;
}
footer #footer_top nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-right: 50px;
}
footer #footer_top nav ul li a {
  line-height: 2.4;
}
footer #footer_bottom nav ul li.link a {
  padding-right: 16px;
  background: url(../img/common/icon_link.svg) no-repeat right center / 11px;
}
footer #footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #797979;
}
footer #footer_bottom nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
footer #footer_bottom nav ul li:not(:last-of-type) {
  border-right: 1px solid #797979;
}
footer #footer_bottom nav ul li a {
  display: block;
  padding: 0 15px;
  color: #797979;
  font-size: 14px;
}
footer #footer_bottom .copyright {
  font-size: 12px;
}
@media screen and (max-width: 1086px) {
  footer #footer_top nav {
    gap: 50px;
  }
  footer #footer_bottom nav ul li a {
    font-size: 11px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 840px) {
  footer #footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
  }
  footer #footer_top .footer_logo {
    margin: 0 auto;
  }
  footer #footer_top nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  footer #footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
  }
  footer #footer_bottom nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2.4;
  }
  footer #footer_bottom nav ul li:not(:last-of-type) {
    border-right: none;
  }
  footer #footer_bottom nav ul li a {
    padding: 0;
    font-size: 14px;
  }
  footer #footer_bottom .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding: 40px 0;
  }
  footer #footer_top .footer_logo {
    width: 170px;
    margin: 0 auto 0 0;
  }
  footer #footer_bottom nav ul li a {
    width: fit-content;
    font-size: 12px;
  }
}

.errors {
  display: block;
  color: crimson;
  margin-top: 5px;
}
.errors + .errors {
  margin-top: 0;
}

.alert {
  display: block;
  padding: 1em;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-bottom: 30px;
}
.alert-success {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}
.alert-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
