*,
*::before,
*::after {
  box-sizing: border-box;
  word-wrap: break-word;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

@font-face {
  font-family: 'IW4RB3';
  src: url('../font/PRGothIWA-Bd-02.woff') format('woff');
  font-display: swap;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "IW4RB3", sans-serif!important;
  color: #000000;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.header {
  height: 62px;
}

.header__wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  max-width: 500px;
  width: 100%;
  background-color: #ffffff;
}

.header__left {
  display: flex;
  align-items: center;
  width: 284px;
  margin-left: 9px;
}

.header__logo-wrap {
  display: block;
  width: 66px;
  margin-right: 11px;
}

.header__h1 {
  width: 154px;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.header__h1-em {
  font-size: 1.6rem;
  line-height: 1.4em;
}

.header__text {
  width: 53px;
  height: 53px;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ffffff;
  text-align: center;
  background-color: #57AF14;
  border-radius: 50%;
}

.header__right {
  width: 50px;
  margin-right: 17px;
}

.header__menu {
  position: relative;
  z-index: 2;
  display: block;
  width: 50px;
  height: 38px;
  text-align: center;
}

.header__menu-link,
.header__menu-link span {
  transition: all .4s;
  box-sizing: border-box;
}

.header__menu-link {
  display: block;
  position: relative;
  width: 28px;
  height: 22px;
  margin: 0 auto 2px;
}

.header__menu-link span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3E3E3E;
}

.header__menu-link span:nth-of-type(1) {
  top: 0;
}

.header__menu-link span:nth-of-type(2) {
  top: 10px;
}

.header__menu-link span:nth-of-type(3) {
  bottom: 0;
}

#body.is-active .header__menu-link span:nth-of-type(1) {
  height: 6px;
  border-radius: 3px;
  transform: translateY(7px) rotate(-45deg);
}

#body.is-active .header__menu-link span:nth-of-type(2) {
  opacity: 0;
}

#body.is-active .header__menu-link span:nth-of-type(3) {
  height: 6px;
  border-radius: 3px;
  transform: translateY(-9px) rotate(45deg);
}

.header__menu-text1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.header__menu-text2 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #000000;
}

#body.is-active .header__menu-text1 {
  display: none;
}

#body.is-active .header__menu-text2 {
  display: block;
}

.header__nav {
  display: none;
  position: fixed;
  z-index: 11;
  top: 62px;
  left: 0;
  height: calc(100vh - 62px);
  width: 100vw;
  padding: 22px 22px 80px;
  background-color: #F2EFEC;
  overflow-y: scroll;
}

#body.is-active .header__nav {
  display: block;
}

.header__nav-list {
  max-width: 460px;
  margin: 0 auto 43px;
}

.header__nav-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.header__nav-item:not(:last-child) {
  margin-bottom: 15px;
}

.header__nav-link {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #000000;
  background-image: url('../img/header1.png');
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: right center;
  text-decoration: none;
}

.header__button-list {
  max-width: 331px;
  margin: 0 auto;
}

.header__button-item:not(:last-child) {
  margin-bottom: 16px;
}

.header__button1 {
  display: block;
  width: 100%;
  padding: 12px 0 9px 48px;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #F38322;
  background-image: url('../img/header2.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: left 42px center;
  text-decoration: none;
  text-decoration: none;
}

.header__button1-text {
  display: block;
  margin-top: 7px;
  font-size: 1.2rem;
}

.header__button2 {
  display: block;
  width: 100%;
  padding: 19px 0 19px 48px;
  font-size: 2.8rem;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #45A0FF;
  background-image: url('../img/header3.png');
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: left 25px center;
  text-decoration: none;
  text-decoration: none;
}

.main__sec1 {
  margin-bottom: 118px;
}

.main__sec2 {
  position: relative;
}

.main__sec2-wrap {
  position: absolute;
  left: 50%;
  top: -94px;
  transform: translateX(-50%);
  width: 344px;
  padding: 18px 0 24px 10px;
  background-color: #57AF14;
  border-radius: 3px;
  background-image: url('../img/front2.png');
  background-repeat: no-repeat;
  background-size: 128px;
  background-position: right 4px top 18px;
}

.main__sec2-text1 {
  display: block;
  margin-bottom: 5px;
  padding-left: 4px;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #ffffff;
}

.main__sec2-text2 {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6em;
  color: #F38322;
  text-shadow: 2px 0 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 0 -2px 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}

.main__sec2-text2-em {
  font-size: 3.6rem;
  line-height: 1;
}

.main__sec2-text3 {
  display: block;
  margin-bottom: 5px;
  padding: 3px 0 3px 37px;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #ffffff;
  background-image: url('../img/front3.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 5px center;
}

.main__sec2-list {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.main__sec2-item.border {
  position: relative;
  display: flex;
}
.main__sec2-item.border::after {
  content: "┃";
  font-size: 2rem;
  line-height: 1.6em;
  color: #ffffff;
}

.main__sec2-link {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6em;
  color: #ffffff;
}

.contact {
  padding: 56px 18px 53px;
}

.contact__title {
  margin-bottom: 38px;
  text-align: center;
}

.contact__title-inline {
  display: inline;
  padding-bottom: 4px;
  font-size: 1.9rem;
  line-height: 1.6em;
  color: #57AF14;
  border-bottom: 1.5px solid #57AF14;
}

.contact__text {
  margin-bottom: 27px;
  line-height: 1.4em;
}

.contact__label-wrap {
  margin-bottom: 12px;
}

.contact__label-wrap > p {
  display: flex;
  align-items: center;
}

.contact__label {
  max-width: calc(100% - 52px);
  margin-right: 11px;
  font-size: 1.4rem;
  line-height: 1.35em;
}

.contact__required {
  display: block;
  width: 41px;
  padding: 6px 0;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background-color: #57AF14;
  border-radius: 5px;
}

.contact__optional {
  display: block;
  width: 41px;
  padding: 6px 0;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  background-color: #8F8E8E;
  border-radius: 5px;
}

.contact__radio-wrap {
  margin-bottom: 44px;
}

.contact__radio-wrap .wpcf7-radio {
  display: flex;
  align-items: center;
}

.contact__radio-wrap .wpcf7-radio .wpcf7-list-item:not(.last) {
  margin-right: 40px;
}

.contact__radio-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.contact__radio-wrap .wpcf7-radio .wpcf7-list-item label input {
  margin: 0;
}

.contact__radio-wrap .wpcf7-radio .wpcf7-list-item-label {
  margin-left: 11px;
}

.contact__input-wrap {
  margin-bottom: 44px;
}

.contact__input-wrap input {
  width: 100%;
  appearance: none;
  padding: 16px 9px;
  font-size: 1.8rem;
  line-height: 2rem;
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: #F2EFEC;
}

.contact__input-area-wrap {
  margin-bottom: 44px;
}

.contact__input-area-wrap textarea {
  width: 100%;
  min-height: 239px;
  appearance: none;
  padding: 16px 9px;
  font-size: 1.8rem;
  line-height: 2rem;
  border: 1px solid #000000;
  border-radius: 6px;
  background-color: #F2EFEC;
}

.contact__privacy-text {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.contact__privacy-link {
  color: #002DFF;
  text-decoration: underline;
}

.contact__check-wrap {
  margin-bottom: 49px;
}

.contact__button-wrap {
  max-width: 335px;
  margin: 0 auto;
}

.contact__button-wrap .wpcf7-submit {
  display: block;
  appearance: none;
  width: 100%;
  padding: 18px 0;
  font-size: 2.8rem;
  text-align: center;
  color: #ffffff;
  background-color: #45A0FF;
  background-image: url('../img/contact1.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 22px center;
  border: none;
  border-radius: 17px;
  box-shadow: 0 5px 0 #274C67;
}

.contact__attention-text {
  max-width: 350px;
  font-size: 1.6rem;
  margin: 0 auto 29px;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  color: #C40909;
}

.screen-reader-response {
  margin-top: -27px;
  margin-bottom: 20px;
  padding-top: 70px;
  color: #C40909;
  text-align: center;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  margin-top: 20px;
  color: #C40909;
}

.wpcf7-response-output {
  text-align: center;
}
