@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

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

	custom properties

-----------------------------------*/
:root {
  --mClr1: #1eac4b;
  --mClr2: #e7f6ec;
  --sClr1: #ffdd3d;
  --sClr2: #ffee9d;
  --bgArwW: url(../img/common/icon_arrow_wh.svg) no-repeat center/16px;
  --bgArwB: url(../img/common/icon_arrow_bl.svg) no-repeat center/16px;
  --bgArwG: url(../img/common/icon_arrow_gr.svg) no-repeat center/16px;
  --bgDotY-i: radial-gradient(circle, var(--sClr1) 2px, transparent 2px),
    radial-gradient(circle, var(--sClr1) 2px, transparent 2px);
  --bgDotY-p: 0 0, 5px 6px;
  --bgDotY-s: 10px 12px;
}
/*-----------------------------------

	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;
  position: relative;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
*,
*:before,
*:after {
  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 {
  display: block;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 1px solid var(--mClr1);
  border-radius: calc(1px / 0);
  padding: 25px 0 25px 16px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.btn.b01 {
  background: var(--mClr1);
  color: #fff;
}
.btn.b02 {
  background: #fff;
  color: var(--mClr1);
}
.btn.b03 {
  background: var(--mClr2);
  border: 1px solid var(--mClr2);
}
.btn::after {
  content: "";
  width: 16px;
  height: 16px;
}
.btn.b01::after {
  background: var(--bgArwW);
}
.btn.b02::after {
  background: var(--bgArwG);
}
.btn.b03::after {
  background: var(--bgArwB);
}
@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
    font-size: 1.2em;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .btn {
    padding: 20px 0 20px 16px !important;
  }
}
/*-----------------------------------

	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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(2.5% + 70px) 0 2.5%;
  height: 120px;
  background: #fff;
}
header #logo {
  width: 260px;
}
header #pc_menu {
  display: flex;
  align-items: center;
}
header #pc_menu ul {
  display: flex;
  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: 30px;
  position: relative;
}
header #pc_menu ul li.item02 a {
  padding-left: 50px;
  background: url(../img/common/header_icon01.svg) no-repeat 20px center/20px;
}
header #pc_menu ul li.item03 a {
  padding-left: 55px;
  background: url(../img/common/header_icon02.svg) no-repeat 20px center/26px;
}
header #pc_menu ul li.item05 a {
  width: 180px;
  font-size: 16px !important;
  padding: 20px 0 20px 16px !important;
}
header .menu_btn_wrap {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: auto;
  right: 20px;
  z-index: 9999;
  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: calc(50% - 15px);
  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;
  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 {
  transform: rotate(-135deg);
  top: 9px;
}
header .menu_btn_wrap.active .menu_btn .linem {
  opacity: 0;
}
header .menu_btn_wrap.active .menu_btn .lineb {
  transform: rotate(135deg);
  bottom: 9px;
}
header #nav_menu {
  width: min(400px, 100%);
  height: 100vh;
  overflow: auto;
  background: #ddd;
  position: absolute;
  top: 0;
  right: -100%;
  padding: 156px 50px 60px 50px;
  display: inline-block;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  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: 0;
}
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 ul:last-of-type li:not(:last-child) {
  margin-bottom: 15px;
}
header #nav_menu ul li a.btn {
  width: 100%;
  font-size: 17px;
  font-weight: 900;
}
@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 a {
    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 {
    width: 100%;
    padding: 134px 30px 150px 30px;
  }
  header #nav_menu ul:last-of-type {
    width: 250px;
    margin: 0 auto;
  }
  header #nav_menu ul:last-of-type li:not(:last-child) {
    margin-bottom: 10px;
  }
  header #nav_menu ul li a.btn {
    font-size: 16px;
  }
}
/*-----------------------------------

	fixed_link

-----------------------------------*/
#fixed_link {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 998;
}
#fixed_link ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
#fixed_link ul li a {
  width: 100px;
  height: 100px;
  background: var(--mClr1) var(--bgArwW);
  background-position: center calc(100% - 17px);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.31;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 640px) {
  #fixed_link {
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
  }
  #fixed_link ul {
    flex-direction: row;
    gap: 0;
  }
  #fixed_link ul li {
    width: 50%;
  }
  #fixed_link ul li:first-child {
    border-right: 1px solid #fff;
  }
  #fixed_link ul li a {
    width: 100%;
    height: auto;
    background-position: calc(100% - 16px) center;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    padding: 22px 16px 22px 0;
  }
  #fixed_link ul li a span {
    display: none;
  }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  z-index: 99;
  width: 30px;
  height: 30px;
  border: 1px solid var(--mClr1);
  border-radius: 50%;
  transition-duration: 0.3s;
}
#pagetop::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--mClr1);
  border-right: 2px solid var(--mClr1);
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  #pagetop {
    display: none !important;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  background: #f1f1f1;
  padding: 80px 0 40px;
}
footer #footer_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
footer #footer_top .footer_logo {
  width: 260px;
}
footer #footer_top nav {
  display: flex;
  gap: 100px;
  padding-right: 50px;
}
footer #footer_top nav ul li a {
  line-height: 2.4;
}
footer #footer_bottom {
  display: flex;
  justify-content: space-between;
  color: #797979;
}
footer #footer_bottom nav ul {
  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 25px;
  color: #797979;
  font-size: 14px;
  width: fit-content;
}
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 .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 15px;
  }
}
@media screen and (max-width: 840px) {
  footer #footer_top {
    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 {
    flex-direction: column;
    gap: 0;
  }
  footer #footer_bottom {
    flex-direction: column;
    gap: 40px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
  }
  footer #footer_bottom nav ul {
    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 {
    font-size: 12px;
  }
}

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

	動的な要素のスタイル

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

.errors {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d80c18;
  font-size: 14px;
}

.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;
}
