@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
}
.font {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
}
/*========= LoadingのためのCSS ===============*/
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #9a6f1a;
  line-height: 4rem;
  text-align: center;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #e8d3aa;
  text-align: center;
  color: #e8d3aa;
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
.hero--wrapper {
  position: relative;
  overflow: hidden;
}
.hero--scroll {
  position: absolute;
  left: 5%;
  bottom: 25%;
  font-weight: 300;
  letter-spacing: 2px;
  height: 45px;
  line-height: 120%;
  font-size: .8rem;
  z-index: 3;
  text-transform: uppercase;
}
/* 線の描写 */
.hero--scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.hero--scroll span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  top: -60px;
  left: 1rem;
}
#slick-slide img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}
#slick-slide {
  position: relative;
  /* width: 100%; */
  height: 100%;
  z-index: 1;
  box-sizing: content-box;
  margin-left: 12%;
  margin-top: 5%;
}
.hero--catch {
  position: absolute;
  color: #fff;
  white-space: nowrap;
  z-index: 3;
  left: 20%;
  bottom: 20%;
  text-align: left;
}
.hero--catch p {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 200;
  padding: 40px 0;
}
.hero--catch h2 {
  margin-bottom: 70px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 1px;
}
a.btn {
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 50%;
  height: 50px;
  padding: 0 6% 0 6%;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn:hover {
  background: #fff;
  color: #333;
}
a.btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -7px;
}
a.btn:hover:before {
  border-color: transparent transparent transparent #333;
}
@media (min-width: 2000px) {
  .hero--catch {
    left: 20%;
    bottom: 30%;
  }
}
@media (max-width: 769px) {
  .hero--wrapper {
    height: 600px;
  }
  #slick-slide {
    display: none;
  }
  .img-onlysp {
    width: 100%;
    height: 600px;
    margin-top: 5%;
    background-image: url("../image/mainvisual_01 .png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 50% bottom 10%;
  }
  .hero--scroll {
    display: none;
  }
  .hero--catch {
    left: 5%;
    bottom: 10%;
  }
  .hero--catch p {
    font-size: 1.6rem;
    line-height: 160%;
    font-weight: 200;
    padding: 20px 0px;
    font-weight: 600;
  }
  .hero--catch h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 4rem;
  }
  .txt__break::before {
    content: "\A";
    white-space: pre;
  }
  a.btn {
    width: 100%
  }
  a.btn::before {
    top: 53%;
    right: 5%;
  }
}
.aboutus--wrapper {
  position: relative;
  margin-top: 100px;
}
.aboutus--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-image: url("../image/aboutus@2x.jpg");
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.justify-content-lg-end {
  justify-content: flex-end !important;
}
.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.aboutus--content {
  padding: 20% 0;
  max-width: 450px;
  margin: 0 auto;
}
.aboutus--heading-en {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: left;
  position: relative;
}
.aboutus--heading-en::before {
  content: '';
  position: absolute;
  left: 6%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
.aboutus--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: left;
  color: #003613;
}
.aboutus--body {
  font-size: 1.6rem;
  text-align: left;
  line-height: 170%;
}
@media (max-width: 769px) {
  .aboutus--wrapper {
    position: relative;
    margin-top: 100px;
  }
  .aboutus--content {
    padding: 20% 5% 20% 0%;
    max-width: 450px;
    margin: 0 auto;
  }
  .aboutus--heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 599px) {
  .aboutus--bg {
    height: 150px;
    width: 100%;
    background-position: 0 15%;
  }
  .row {
    display: block;
    margin: 0 auto;
  }
  .col-lg-6 {
    max-width: 100%;
  }
  .aboutus--content {
    margin-top: 150px;
    padding: 45% 5% 10% 5%;
    margin: 0 auto;
  }
  .aboutus--heading-en::before {
    left: 7.5%;
  }
  .aboutus--heading {
    font-size: 2.4rem;
  }
  .txt__break02::before {
    content: "\A";
    white-space: pre;
  }
}
.problem--wrapper {
  position: relative;
}
.content-inner-lg-y {
  padding-top: 180px;
  padding-bottom: 80px;
}
.problem--wrapper::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #eae1d0;
}
.container {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
.problem--body {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 960px;
  margin: auto;
}
.problem--inner {
  display: block;
  justify-content: center !important;
  color: #fff;
  padding: 80px 100px;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.problem--body--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 60px);
  background-size: cover;
  background-position: 50% 30%;
  background-image: url("../image/problem_01@2x.png");
}
.problem--content {
  position: relative;
  z-index: 2;
}
.problem--content img {
  padding: 15px 0;
}
.problem--heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 2px;
  margin-bottom: 3%;
}
.problem--body--li {
  font-size: 1.6rem;
}
.problem--body--li p {
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media (max-width: 599px) {
  .content-inner-lg-y {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .problem--wrapper::before {
    top: 40px;
    height: 70%;
  }
  .container {
    max-width: 600px;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .problem--inner {
    padding: 5% 13% 10%;
  }
  .problem--body--bg {
    height: calc(100% + 30px);
  }
  .problem--heading {
    margin-bottom: 3rem;
  }
}
.reason--content {
  padding: 0 6%;
  margin: 100px 0;
}
.reason--heading-en {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #9a6f1a;
}
.reason--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(50%); /*位置調整*/
  background-color: #9a6f1a; /*下線の色*/
}
.reason--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 7rem;
  text-align: center;
  color: #333;
}
.reason--body {
  max-width: 960px;
  margin: 0 auto;
}
.reason_inner {
  display: flex;
  flex-wrap: wrap;
}
.reason-number {
  margin: 0 auto;
  width: 40%;
  position: relative;
}
.reason-number_circle {
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  font-size: 2rem;
  top: -20px;
  left: -30px;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #9a6f1a;
  color: #9a6f1a;
  background-color: #eae1d0;
}
.reason-number_img {
  width: 100%;
  display: block;
}
.reason-number_tx {
  padding: 1rem 0;
}
.reason-number_tx_title {
  color: #9a6f1a;
  font-size: 2rem;
  line-height: 260%;
  text-align: center
}
.reason-number_tx_text {
  padding: 0 0 7rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .reason-number_tx_title {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .reason-number_tx_text {
    padding: 0 0 7rem 1rem;
  }
  .txt__break03::before {
    content: "\A";
    white-space: pre;
  }
  .reason--content {
    margin: 50px;
  }
}
@media (max-width: 599px) {
  .reason--content {
    padding: 0 5%;
    margin: 15% 0;
  }
  .reason--heading {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  .reason_inner {
    display: block;
  }
  .reason-number {
    width: 90%;
    margin-right: 0.5%;
  }
  .reason-number_tx_title {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
  .reason-number_tx_text {
    padding: 0 0 5rem;
    text-align: justify;
  }
  .txt__break03::before {
    content: "";
    white-space: pre;
  }
}
#education {
  padding-bottom: 80px;
  background-color: #003613;
  position: relative;
}
.education--content {
  top: -40px;
  left: 0;
}
.education--content img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.education--spcontin {
  width: 960px;
  margin: -73px auto 0;
  padding: 40px 40px 50px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.education--heading-en {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  margin: 3rem 0;
  color: #003613;
}
.education--heading-en::before {
  left: -55px;
  background-image: url("../image/exclamationmark01@2x.png");
  content: "";
  width: 41px;
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  bottom: 0;
}
.education--heading-en::after {
  left: 580px;
  background-image: url("../image/Exclamationmark02@2x.png");
  content: "";
  width: 41px;
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  bottom: 0;
}
.education-list {
  font-size: 1.6rem;
  text-align: left;
  line-height: 170%;
}
.education-list li {
  display: flex;
  margin: 5% 4%;
  align-items: center;
}
.education-list-body {
  padding-left: 5%;
}
.education--title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 260%;
  border-bottom: solid 3px #C29745;
  padding-bottom: 15px;
}
.education-list-body p {
  margin-top: 25px;
}
.sponly {
  display: none;
}
@media (max-width: 925px) {
  .education--heading-en::before {
    display: none;
  }
  .education--heading-en::after {
    display: none;
  }
  .education--spcontin {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  .sponly {
    display: block;
  }
  .pconly {
    display: none;
  }
}
@media (max-width: 768px) {
  .education--content img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 599px) {
  .education--spcontin {
    margin: -93px auto 0;
  }
  .education--heading-en {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
  }
  .education--spcontin {
    width: 92%;
    padding: 40px 25px 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .education-list li {
    display: block;
    margin: 0 0 5rem 0;
  }
  .education-list-icon {
    margin: 0 37%;
  }
  .icon-top {
    margin: 0 40%;
  }
  .education-list-icon img {
    height: 70px;
    width: auto;
  }
  .education-list-body {
    text-align: center;
    padding-left: 0;
  }
  .education--title {
    font-size: 1.8rem;
    padding-bottom: 7px;
  }
  .education-list-body p {
    margin-top: 15px;
    text-align: left;
  }
  .txt__break05::before {
    content: "\A";
    white-space: pre;
  }
}
.top-message--content {
  position: relative;
  margin: 100px auto;
}
.top-message--heading-inner {
  padding: 0 6%;
}
.top-message--heading-en {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #9a6f1a;
}
.top-message--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(120%); /*位置調整*/
  background-color: #9a6f1a; /*下線の色*/
}
.top-message--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
  color: #333;
}
.top-message--inner {
  background-color: #E8D3AA;
}
.top-message--inner-margin {
  margin: 0 auto;
  width: 960px;
  padding: 6% 0;
  display: flex;
  align-items: center;
}
.top-message--body {
  max-width: 960px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 170%;
  margin: 4% 0 4% 2%;
  padding: 2% 0 0 5%;
}
.top-message--body p {
  padding-top: 7%;
  text-align: right;
}
@media (max-width: 925px) {
  .top-message--inner-margin {
    width: 100%;
    padding: 6%;
    display: block;
  }
  .top-message--body {
    margin: 0;
    padding: 0;
  }
  .top-message--img img {
    height: 300px;
    width: auto
  }
}
@media (max-width: 599px) {
  .top-message--heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .top-message--body {
    padding: 25px 0;
    text-align: justify;
  }
}
.classroom--heading-inner {
  padding: 0 6%;
}
.classroom--heading-en {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #003613;
}
.classroom--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(100%); /*位置調整*/
  background-color: #003613;
}
.classroom--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
  color: #333;
}
.classroom--body {
  text-align: center;
  margin-bottom: 5rem;
}
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
@media (max-width: 599px) {
  .classroom--heading-inner {
    padding: 0 5%;
  }
  .classroom--heading {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .classroom--body {
    text-align: justify;
    margin-bottom: 3rem;
  }
}
.lesson-fee--content {
  padding: 0 6%;
  margin: 100px 0;
  background-color: #e8d3aa;
}
.lesson-fee--heading-inner {
  padding: 3rem 0 5rem 0;
}
.lesson-fee--heading-en {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #fff;
}
.lesson-fee--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(100%); /*位置調整*/
  background-color: #fff;
}
.lesson-fee--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  color: #333;
}
table {
  margin: 2% auto;
  width: 960px;
}
th {
  font-weight: 400;
  letter-spacing: 2px;
}
th, td {
  padding: 20px 100px;
  border: solid 2px #e8d3aa;
  text-align: center;
}
td {
  background-color: #fff;
}
.small {
  vertical-align: middle;
  padding: 10px 100px;
}
.small div {
  font-size: 1.4rem
}
.lesson-fee--top {
  background-color: #9a6f1a;
  text-align: center;
  color: #fff;
}
.lesson-fee--body-li {
  background-color: #e8d3aa;
  text-align: left;
  padding: 2% 0 5% 0;
}
@media (max-width: 1040px) {
  .lesson-fee--body {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  table {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
  th, td {
    padding: 15px 50px;
  }
  .small {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 768px) {
  table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  th, td {
    padding: 10px 10px;
  }
  .small {
    padding: 10px 10px;
  }
}
@media (max-width: 599px) {
  .lesson-fee--content {
    padding: 0 5%;
    margin: 100px 0;
  }
  .lesson-fee--heading-inner {
    padding: 3rem 0 3rem 0;
  }
  .lesson-fee--heading {
    font-size: 2.4rem;
  }
  .lesson-fee--body {
    width: 100%;
    margin: 0;
  }
  table {
    width: 100%;
    margin: 0;
  }
  .lesson-fee--body-li {
    padding: 3% 0 20% 0;
  }
}
.access--content {
  padding: 0 6%;
  margin: 100px 0;
}
.access--heading-inner {
  padding: 3rem 0 5rem 0;
}
.access--heading-en {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #9a6f1a;
}
.access--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(40%); /*位置調整*/
  background-color: #9a6f1a;
}
.access--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.access--body {
  margin: 0 auto;
}
.access--inner {
  margin: 2% auto;
  max-width: 960px;
}
address {
  text-align: left;
  margin-bottom: 2rem;
}
.access__map {
  height: 340px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1040px) {
  .access__map {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .access--content {
    padding: 0 5%;
    margin: 0;
  }
  .access--heading {
    font-size: 2.4rem;
  }
  .access--heading-inner {
    padding: 0 0 3rem 0;
  }
  .section-access__break::before {
    content: "\A";
    white-space: pre;
  }
}
.calendar--content {
  padding: 0 6%;
  margin: 100px 0;
  background: #a4bcac;
}
.calendar--heading--inner {
  padding: 3rem 0 5rem 0;
}
.calendar--heading-en {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  color: #333;
}
.calendar--heading-en::before {
  content: '';
  position: absolute;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 30px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  transform: translate(70%); /*位置調整*/
  background-color: #333;
}
.calendar--heading {
  font-size: 2.8rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.calendar--body {
  height: 550px;
  margin: 2% auto;
  max-width: 960px;
}
.calendar--body iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
@media (max-width: 599px) {
  .calendar--content {
    padding: 0 5%;
    margin: 100px 0 50px;
  }
  .calendar--heading {
    font-size: 2.4rem;
  }
}
#contact-us {
  max-width: 960px;
  padding: 0 6%;
  margin: 0 auto 100px;
  position: relative;
}
#contact-us h3 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.txt {
  text-align: left;
  margin-bottom: 2rem;
}
.check {
  background-color: #003613;
  color: #fff;
  padding: 3px;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.col {
  margin: 0 auto;
  text-align: center;
}
.col li {
  display: inline-block;
  align-items: center;
  margin-bottom: 4rem;
  padding-right: 3%;
}
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #003613;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}
input[type=radio]:checked + .radio01::before {
  border-color: #666;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
#contact-us dt {
  text-align: left;
  margin-bottom: 5px;
}
#contact-us dt span {
  color: #D86969;
  margin-left: .75em;
  font-size: 1.4rem;
}
.form-control {
  display: inline-block;
  height: 30px;
  color: #333;
  background-color: #a4bcac;
  background-image: none;
  border: 1px solid #a4bcac;
  width: 100%;
  padding: 3px;
  margin-bottom: 2rem;
}
.txt-area {
  height: 180px;
}
.privacy-link {
  margin-top: 25px;
  margin-bottom: 25px;
}
.privacy-link a {
  color: #003613;
  text-decoration: underline;
}
input {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  margin-bottom: 3rem;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 2px solid #D86969;
  border-bottom: 2px solid #D86969;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.btn02 {
  ox-sizing: border-box;
  line-height: normal;
  font-size: 1.8rem;
  text-align: center;
  background-color: #003613;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  width: 140px;
  height: 44px;
  display: inline-block;
  margin: auto;
  vertical-align: top;
  letter-spacing: 0;
  border: none;
}
@media (max-width: 599px) {
  #contact-us {
    padding: 0 5%;
    margin: 0 auto 60px;
  }
  #contact-us h3 {
    font-size: 2.4rem;
  }
  .col {
    margin: 0;
  }
  .col li {
    display: inline-block;
    align-items: center;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .radio01 {
    padding: 5px 24px;
  }
  .check {
    font-size: 1.6rem;
  }
  #contact-us dt span {
    margin-left: 0.3rem;
    font-size: 1rem;
  }
  .privacy-link {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.last-message {
  margin: 0 auto;
}
.last-message-bg {
  padding: 10rem 0;
  width: 100%;
  height: 450px;
  background: url("../image/worldmap_bg@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.last-message-inner {
  margin: 3% auto;
  max-width: 960px;
}
.last-message-inner h4 {
  color: #003613;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.last-message-inner p {
  text-align: left;
}
.last-message-inner-bold {
  font-weight: 600;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 925px) {
  .last-message-bg {
    padding: 10% 5%;
  }
}
@media (max-width: 375px) {
  .last-message-bg {
    padding: 20% 5%;
    width: 100%;
    height: 365px;
    background: url("../image/worldmap_bg_sp@2x.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  .last-message-inner h4 {
    font-size: 2.4rem;
  }
  .last-message-inner span {
    display: none;
  }
  .last-message-inner p {
    text-align: justify;
  }
  .last-message-inner-bold {
    text-align: justify;
  }
}