@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
}

a {
  text-decoration: none;
  outline: none;
}

img[src*=".svg"] {
  width: 100%;
  height: auto;
}
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 96px;
  text-align: left;
  position: relative;
  overflow: hidden;

}

#loopslider ul {
  height: 100%;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  width: 100%
  height: 100px;
  float: left;
  display: inline;
  overflow: hidden;

}

/* =======================================
  ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}
/*
 * fadeIn
 * -------------------------------------------------------------------
 */
.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-bottom:40px;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.sp_onry {
  display: block;
}

@media screen and (min-width: 992px) {
  .sp_onry {
    display: none;
  }
}

.pc_onry {
  display: none;
}

@media screen and (min-width: 992px) {
  .pc_onry {
    display: block;
  }
}

.color_yellow {
  color: #ffff64;
}

.color_blue {
  color: #0f64be;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.select-box {
  overflow: hidden;
  text-align: center;
}

.select-box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.select-box select::-ms-expand {
  display: none;
}

.select-box.select-item {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #707070;
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .select-box.select-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 67%;
    height: 40px;
    margin-bottom: 0px;
  }
}

.select-box.select-item::before {
  position: absolute;
  top: 1.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #707070;
  pointer-events: none;
}
.form-parts, .form-parts2, .form-parts3, .form-parts4, .form-parts5 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #707070;
  background-color: #fff;
  width: 400px;
  height: 70px;
  margin-bottom: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .form-parts, .form-parts2, .form-parts3, .form-parts4, .form-parts5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .form-parts2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .form-parts3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 18px;
    margin-top: 2px;
  }
}

.form-parts4 {
  padding: 0;
  height: 254px;
  margin-bottom: 59px;
}

@media (max-width: 480px) {
  .form-parts4 {
    height: 289px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form-parts5 {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .form-parts5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
}

.form-parts-text, .form-parts-text2 {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .form-contents {
    font-size: 1.6rem;
  }
}

.form-item, .form-item2, .form-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .form-item2 {
    display: block;
    position: relative;
  }
}

.form-item3 {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .form-item3 {
    margin-top: 11px;
  }
}

.form-detail, .form-detail1, .form-detail2, .form-detail3, .form-detail4, .form-detail5, .form-detail6 {
  width: 70%;
  position: relative;
}

@media (max-width: 480px) {
  .form-detail, .form-detail1, .form-detail2, .form-detail3, .form-detail4, .form-detail5, .form-detail6 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form-detail1 {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .form-detail2 {
    width: 76.5%;
    margin-left: -58px;
    margin-top: 29px;
  }
}

@media (max-width: 480px) {
  .form-detail3 {
    width: 67.5%;
  }
}

@media (max-width: 480px) {
  .form-detail4 {
    margin-left: 7%;
  }
}

@media (max-width: 480px) {
  .form-detail5 {
    width: 67%;
  }
}

@media (max-width: 480px) {
  .form-detail6 {
    width: 100%;
  }
}

.form-parts, .form-parts2, .form-parts3, .form-parts4, .form-parts5 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: solid 1px #707070;
  background-color: #fff;
  width: 400px;
  height: 70px;
  margin-bottom: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 480px) {
  .form-parts-text, .form-parts-text2 {
    font-size: 1.4rem;
  }
}

.form-parts-text2 {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .form-parts-text2 {
    width: 100%;
    margin: 0 auto;
    padding: 4%;
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .select-box.select-item::before {
    top: 0.8em;
    right: 0.6em;
  }
}

.select-box.select-item select {
  padding: 8px 38px 8px 5%;
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.mainvisual {
  position: relative;
}

.mainvisual__container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .mainvisual__container {
    max-width: 1920px;
  }
}

@media screen and (min-width: 600px) {
  .mainvisual__item img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .mainvisual__item {
    /*==================================================
            ふわっ
            ===================================*/
    /* アニメーションスタートの遅延時間を決めるCSS*/
  }
  .mainvisual__item .box {
    opacity: 0;
  }
  .mainvisual__item .fadeUp {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .mainvisual__item .delay-time01 {
    position: relative;
  }
  .mainvisual__item .delay-time02 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    position: absolute;
    bottom: -7%;
    left: 15%;
    width: 70%;
  }
  .mainvisual__item .delay-time03 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    position: absolute;
    top: 10%;
    left: 7%;
    width: 15%;
  }
  .mainvisual__item .delay-time04 {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    position: absolute;
    top: 15%;
    right: 7%;
    width: 15%;
  }
}

@media screen and (min-width: 1800px) {
  .mainvisual__item .delay-time02 {
    left: 20%;
    width: 60%;
  }
  .mainvisual__item .delay-time03 {
    left: 10%;
  }
  .mainvisual__item .delay-time04 {
    right: 10%;
  }
}

.subvisual {
  background-color: #f0fcfe;
  position: relative;
}

.subvisual img {
  width: 100%;
}

.subvisual__item {
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .subvisual__item {
    max-width: 600px;
    background: #ffffffd4;
    padding: 30px 45px;
    position: absolute;
    top: 10%;
    left: 10%;
  }
}

.subvisual__heading h3 {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  .subvisual__heading h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .subvisual__heading h3 {
    font-size: 2.2rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.018em;
  }
}

.subvisual__text {
  margin: 0 30px;
  padding-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 600px) {
  .subvisual__text {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .subvisual__text {
    font-size: 1.4rem;
    margin: 0;
  }
}

.pagevisual {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: calc(6rem + 6.4rem);
  padding-bottom: 6.4rem;
  background-image: url("../img/mainvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .pagevisual {
    padding-top: calc(6rem + 9.6rem);
    padding-bottom: 9.6rem;
  }
}

.pagevisual::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.pagevisual__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 600px) {
  .pagevisual__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .pagevisual__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

.pagevisual__text-main {
  font-size: 3.2rem;
}

@media screen and (min-width: 992px) {
  .pagevisual__text-main {
    font-size: 4rem;
  }
}

.pagevisual__text-main:after {
  display: block;
  max-width: 20rem;
  margin: 1.6rem 0rem;
  border-bottom: 3px solid #222222;
  background: #222222;
  content: "";
}

.pagevisual__text-sub {
  color: #222222;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}

.page-heading__content--left {
  text-align: left;
}

.page-heading__content--right {
  text-align: right;
}

.page-heading__text-main {
  font-size: 2.3rem;
  text-align: center;
  color: #222222;
  font-weight: 600;
  letter-spacing: .15em;
}

@media screen and (min-width: 600px) {
  .page-heading__text-main {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 992px) {
  .page-heading__text-main {
    font-size: 5rem;
  }
}

.page-heading__content--left .page-heading__text-main::after {
  margin-left: 0;
  margin-right: auto;
}

.page-heading__content--center .page-heading__text-main::after {
  margin-left: auto;
  margin-right: auto;
}

.page-heading__content--right .page-heading__text-main::after {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 992px) {
  .page-heading__text-main:after {
    max-width: 1300px;
  }
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}

.page-heading-sub__content--left {
  text-align: left;
}

.page-heading-sub__content--center {
  text-align: center;
}

.page-heading-sub__content--right {
  text-align: right;
}

.page-heading-sub__text {
  position: relative;
  font-size: 2.4rem;
}

.page-heading-sub__text:before {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1.6em;
  margin-right: .8rem;
  border-radius: 3px;
  background: #0f64be;
  content: "";
}

.page-heading-sub__message {
  margin: 0 auto;
  padding-top: 1.6rem;
  color: #f8f8f8;
  font-weight: 400;
  font-size: 1.6rem;
}

.partner {
  text-align:center;
  background-color: lightgoldenrodyellow;
  margin-bottom:-30px;
  padding-top:30px;
  padding-bottom:10px;
}
.header {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 60px;
  z-index: 999;
}

@media screen and (min-width: 600px) {
  .header__logo {
    width: 185px;
  }
}

@media screen and (min-width: 992px) {
  .header__logo {
    width: 177px;
    top: 15px;
    left: 18px;
  }
}

@media screen and (min-width: 992px) {
  .footer__container {
    background: #0f64be;
  }
}

.footer__list {
  padding-top: 25px;
  background: #0f238c;
  height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 600px) {
  .footer__list {
    height: 130px;
  }
}

.footer__list__item {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #fff;
}

.footer__list__item::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon01_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .footer__list__item {
    margin: 0 auto;
  }
}

.footer__list__item p {
  position: relative;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.15;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .footer__list__item p {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 992px) {
  .footer__list__item p {
    font-size: 1.8rem;
    line-height: 1.66;
    font-weight: 500;
  }
}

.footer__menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 20px;
}

@media screen and (min-width: 600px) {
  .footer__menu__item {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .footer__menu__item {
    width: 50%;
    padding-top: 0;
  }
}

.footer__menu__item__list {
  font-size: .8rem;
  line-height: 2.5;
  letter-spacing: 0.015em;
}

@media screen and (min-width: 600px) {
  .footer__menu__item__list {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .footer__menu__item__list {
    font-size: 1.4rem;
    line-height: 3.1;
  }
}

.footer__menu__item__list a {
  color: #222222;
}

@media screen and (min-width: 992px) {
  .footer__menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 970px;
    margin: auto;
  }
}

.footer__copy {
  padding: .8rem 0;
  color: #222222;
  font-size: .8rem;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.015em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .footer__copy {
    padding: 1.6rem 0;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .footer__copy {
    font-size: 1.2rem;
    line-height: 3.6;
  }
}

#page-banner {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  z-index: 99;
}

#page-banner.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#page-banner.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

.photo-modal {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-duration: var(--photo-modal-duration);
          animation-duration: var(--photo-modal-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.photo-modal[data-open="true"] {
  -webkit-animation-name: modal-photo-open;
          animation-name: modal-photo-open;
}

.photo-modal[data-open="false"] {
  -webkit-animation-name: modal-photo-close;
          animation-name: modal-photo-close;
}

.photo-modal__container {
  max-width: 800px;
  max-height: 80%;
  margin: auto;
  overflow: auto;
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.photo-modal .photo-modal__button, .photo-modal .photo-modal__button--close, .photo-modal .photo-modal__button--prev, .photo-modal .photo-modal__button--next, .photo-modal .button-detail__button, .photo-modal .button-detail__button--back, .photo-modal .button-detail__button--prev, .photo-modal .button-detail__button--next {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.photo-modal .photo-modal__button:hover, .photo-modal .photo-modal__button--close:hover, .photo-modal .photo-modal__button--prev:hover, .photo-modal .photo-modal__button--next:hover, .photo-modal .button-detail__button:hover, .photo-modal .button-detail__button--back:hover, .photo-modal .button-detail__button--prev:hover, .photo-modal .button-detail__button--next:hover, .photo-modal .photo-modal__button:focus, .photo-modal .photo-modal__button--close:focus, .photo-modal .photo-modal__button--prev:focus, .photo-modal .photo-modal__button--next:focus, .photo-modal .button-detail__button:focus, .photo-modal .button-detail__button--back:focus, .photo-modal .button-detail__button--prev:focus, .photo-modal .button-detail__button--next:focus {
  color: #f2f2f2;
  outline: none;
}

.photo-modal .photo-modal__button::before, .photo-modal .photo-modal__button--close::before, .photo-modal .photo-modal__button--prev::before, .photo-modal .photo-modal__button--next::before, .photo-modal .button-detail__button::before, .photo-modal .button-detail__button--back::before, .photo-modal .button-detail__button--prev::before, .photo-modal .button-detail__button--next::before {
  font-size: 2.5rem;
}

.photo-modal__button--close {
  top: 0;
  right: 0;
}

.photo-modal__button--close::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cd";
}

.photo-modal__button--prev {
  top: 50%;
  left: 0;
}

.photo-modal__button--prev::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
}

.photo-modal__button--next {
  top: 50%;
  right: 0;
}

.photo-modal__button--next::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
}

.photo-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.85);
}

.btn,
a.btn,
button.btn {
  font-size: 2.1rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}

.btn--yellow,
a.btn--yellow {
  color: #fff;
  background-color: #47b002;
  border: 2px #47b002 solid;
  border-radius: 34px;
  width: 290px;
  height: 68px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2rem 1rem;
  position: fixed;
  top: 20px;
  right: 17px;
  z-index: 999;
}

.btn--yellow::after,
a.btn--yellow::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn--yellow:hover,
a.btn--yellow:hover {
  opacity: .8;
}

.voice__btn {
  margin: 90px auto;
  text-align: center;
}

.voice__btn.btn--yellow,
.voice__btn a.btn--yellow,
.btn-wrap.btn--yellow,
.btn-wrap a.btn--yellow {
  position: initial;
  font-size: 2.4rem;
  padding: 3rem 1rem;
  width: 500px;
  height: 105px;
  border-radius: 52px;
}

@media screen and (max-width: 599px) {
  .voice__btn.btn--yellow,
  .voice__btn a.btn--yellow,
  .btn-wrap.btn--yellow,
  .btn-wrap a.btn--yellow {
    width: 85%;
    height: 80%;
    font-size: 1.8rem;
    padding: 2rem 1rem;
  }
}

.button-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}

.button-detail .photo-modal__button, .button-detail .photo-modal__button--close, .button-detail .photo-modal__button--prev, .button-detail .photo-modal__button--next, .button-detail .button-detail__button, .button-detail .button-detail__button--back, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background: #eeeeee;
  color: #222222;
}

.button-detail .photo-modal__button:hover, .button-detail .photo-modal__button--close:hover, .button-detail .photo-modal__button--prev:hover, .button-detail .photo-modal__button--next:hover, .button-detail .button-detail__button:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--next:hover, .button-detail .photo-modal__button:focus, .button-detail .photo-modal__button--close:focus, .button-detail .photo-modal__button--prev:focus, .button-detail .photo-modal__button--next:focus, .button-detail .button-detail__button:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--next:focus {
  background: #0f64be;
  color: #ffffff;
}

.button-detail__button--back {
  width: 100%;
}

.button-detail__button--back:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e896";
  margin-right: 0.8rem;
}

.button-detail__button--prev {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .button-detail__button--prev {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

.button-detail__button--prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  margin-right: 0.8rem;
}

.button-detail__button--next {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .button-detail__button--next {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

.button-detail__button--next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  margin-left: 0.8rem;
}

.pagination__list,
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination__list-item,
.pagination .page-numbers > li {
  margin: 0.3rem;
}

.pagination .pagination__link,
.pagination .page-numbers > li > a, .pagination .pagination__link--prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev, .pagination .pagination__link--next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.pagination__link,
.pagination .page-numbers > li > a {
  background-color: #eeeeee;
  color: #222222;
}

.pagination__link:hover, .pagination__link:focus,
.pagination .page-numbers > li > a:hover,
.pagination .page-numbers > li > a:focus {
  background-color: #0f64be;
  color: #ffffff;
}

.pagination__link--prev, .pagination__link.prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #222222;
}

.pagination__link--prev:before, .pagination__link.prev:before,
.pagination .page-numbers > li > a--prev:before,
.pagination .page-numbers > li > a.prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--prev:hover, .pagination__link--prev:focus, .pagination__link.prev:hover, .pagination__link.prev:focus,
.pagination .page-numbers > li > a--prev:hover,
.pagination .page-numbers > li > a--prev:focus,
.pagination .page-numbers > li > a.prev:hover,
.pagination .page-numbers > li > a.prev:focus {
  background-color: #0f64be;
  color: #ffffff;
}

.pagination__link--prev:hover:before, .pagination__link--prev:focus:before, .pagination__link.prev:hover:before, .pagination__link.prev:focus:before,
.pagination .page-numbers > li > a--prev:hover:before,
.pagination .page-numbers > li > a--prev:focus:before,
.pagination .page-numbers > li > a.prev:hover:before,
.pagination .page-numbers > li > a.prev:focus:before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.pagination__link--next, .pagination__link.next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #222222;
}

.pagination__link--next:after, .pagination__link.next:after,
.pagination .page-numbers > li > a--next:after,
.pagination .page-numbers > li > a.next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  display: inline-block;
  margin-left: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--next:hover, .pagination__link--next:focus, .pagination__link.next:hover, .pagination__link.next:focus,
.pagination .page-numbers > li > a--next:hover,
.pagination .page-numbers > li > a--next:focus,
.pagination .page-numbers > li > a.next:hover,
.pagination .page-numbers > li > a.next:focus {
  background-color: #0f64be;
  color: #ffffff;
}

.pagination__link--next:hover:after, .pagination__link--next:focus:after, .pagination__link.next:hover:after, .pagination__link.next:focus:after,
.pagination .page-numbers > li > a--next:hover:after,
.pagination .page-numbers > li > a--next:focus:after,
.pagination .page-numbers > li > a.next:hover:after,
.pagination .page-numbers > li > a.next:focus:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.pagination .pagination__text,
.pagination .page-numbers > li > span, .pagination .pagination__text--current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current, .pagination .pagination__text--dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.pagination__text,
.pagination .page-numbers > li > span {
  background-color: #eeeeee;
  color: #222222;
}

.pagination__text--current, .pagination__text.current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current {
  background-color: #0f64be;
  color: #ffffff;
}

.pagination__text--dots, .pagination__text.dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  background-color: #eeeeee;
  color: #222222;
}

.table-overview {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}

.table-overview tr th {
  width: 16rem;
  padding: .8rem;
  vertical-align: top;
}

.table-overview tr td {
  width: calc(100% - 16rem);
  padding: .8rem 1.6rem;
  vertical-align: top;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.reason {
  position: relative;
}

.reason__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .reason__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .reason__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .reason__container {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .reason__container {
    padding-bottom: 110px;
  }
}

.reason__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .reason__heading {
    letter-spacing: 0.001em;
    font-size: 3.9rem;
  }
}

@media screen and (min-width: 992px) {
  .reason__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.reason__img {
  padding: 25px 0;
}

.reason__img img {
  margin: auto;
}

@media screen and (min-width: 992px) {
  .reason__img {
    padding: 38px 0;
  }
}

.reason__text {
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .reason__text {
    font-size: 3.1rem;
  }
}

@media screen and (min-width: 992px) {
  .reason__text {
    padding-top: 8px;
    text-align: center;
    font-size: 2rem;
    line-height: 2.1;
    position: relative;
  }
  .reason__text::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 830px;
    height: 132px;
    background: url(../img/bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: -1;
  }
}

.worries {
  position: relative;
  background: #ebfaff;
}

.worries__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .worries__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .worries__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .worries__container {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 992px) {
  .worries__container {
    padding: 90px 0;
    padding-bottom: 36px;
  }
}

.worries__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .worries__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .worries__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.worries__list {
  padding-top: 30px;
}

@media screen and (min-width: 600px) {
  .worries__list {
    padding-top: 42px;
  }
}

@media screen and (min-width: 992px) {
  .worries__list {
    padding-top: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.worries__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .worries__list__item {
    display: block;
  }
}

.worries__list__item:nth-child(n + 2) {
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .worries__list__item:nth-child(n + 2) {
    padding-top: 0;
    padding-left: 40px;
  }
}

.worries__list__item .img {
  max-width: 100px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .worries__list__item .img {
    max-width: 170px;
  }
}

@media screen and (min-width: 992px) {
  .worries__list__item .img {
    margin: auto;
  }
}

.worries__list__item p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.025em;
  margin-left: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

@media screen and (min-width: 600px) {
  .worries__list__item p {
    width: 70%;
    font-size: 2.6rem;
    margin-left: 32px;
  }
}

@media screen and (min-width: 992px) {
  .worries__list__item p {
    width: 200px;
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
    margin-left: 0;
    padding-top: 20px;
  }
}

.service {
  position: relative;
  background: #0f238c;
}

.service__box img {
  width: 100%;
}

.service__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .service__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .service__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .service__container {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .service__container {
    padding-top: 90px;
  }
}

.service__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .service__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .service__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.service__heading span {
  font-size: 2.8rem;
  color: #ffd01a;
}

@media screen and (min-width: 600px) {
  .service__heading span {
    font-size: 5.8rem;
  }
}

@media screen and (min-width: 992px) {
  .service__heading span {
    font-size: 6rem;
  }
}

.service__list__item {
  border: 5px solid #ffd01a;
  background: #FFF;
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .service__list__item {
    margin: auto;
    margin-top: 80px;
    max-width: 670px;
  }
}

@media screen and (min-width: 992px) {
  .service__list__item {
    max-width: 1100px;
  }
}

.service__list__item .balloon {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: .83;
  letter-spacing: 0.05em;
  position: relative;
  width: 250px;
  margin: 0 auto 30px;
  margin-top: -30px;
  padding: 20px;
  background: #ffd01a;
  text-align: center;
  border-radius: 49px;
}

.service__list__item .balloon::before, .service__list__item .balloon::after {
  position: absolute;
  left: 15%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

@media screen and (min-width: 600px) {
  .service__list__item .balloon {
    font-size: 3.6rem;
    width: 500px;
    padding: 30px;
    margin-top: -45px;
  }
}

@media screen and (min-width: 992px) {
  .service__list__item .balloon {
    margin: 0 40px;
    margin-top: -45px;
  }
}

.service__list__item .balloon:before {
  top: 100%;
  margin-left: -10px;
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 10px;
}

.service__list__item .balloon::after {
  top: 95%;
  border-color: transparent;
  border-top-color: #ffd01a;
  border-right-color: #ffd01a;
  border-width: 7px;
}

@media screen and (min-width: 600px) {
  .service__list__item .balloon::after {
    border-width: 11px;
  }
}

@media screen and (min-width: 992px) {
  .service__list__item__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service__list__item__box .img01 {
    margin-bottom: -30px;
  }
  .service__list__item__box .img02 {
    margin-top: -100px;
    margin-bottom: 0;
  }
}

.service__list__item__box img {
  max-width: 145px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 600px) {
  .service__list__item__box img {
    max-width: 100%;
  }
}

.service__list__item__box p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.05em;
  padding: 0 25px;
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .service__list__item__box p {
    font-size: 2.6rem;
    padding: 0 45px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .service__list__item__box p {
    font-size: 2rem;
    line-height: 1.8;
    max-width: 690px;
    padding: 50px 0;
    padding-left: 50px;
  }
}

.price {
  position: relative;
  background: #fffae5;
}

.price__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .price__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .price__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .price__container {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .price__container {
    padding-top: 123px;
    padding-bottom: 145px;
  }
}

.price__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .price__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .price__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.price__heading span {
  font-size: 2.8rem;
  color: #ffd01a;
}

@media screen and (min-width: 600px) {
  .price__heading span {
    font-size: 5.8rem;
  }
}

@media screen and (min-width: 992px) {
  .price__heading span {
    font-size: 6rem;
  }
}

.price img {
  padding-top: 0px;
}

@media screen and (min-width: 992px) {
  .price img {
    padding-top: 0px;
  }
}

.flow {
  position: relative;
}

.flow__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 45px;
}

@media screen and (min-width: 600px) {
  .flow__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .flow__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .flow__container {
    padding-top: 60px;
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 992px) {
  .flow__container {
    max-width: 1100px;
    padding-top: 130px;
    padding-bottom: 143px;
  }
}

.flow__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .flow__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .flow__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.flow__list {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .flow__list {
    padding-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flow__list__item {
  position: relative;
  padding: 20px 0;
}

@media screen and (min-width: 600px) {
  .flow__list__item {
    padding: 40px 0;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item {
    width: 30%;
    padding: 0;
  }
}

.flow__list__item h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: .64;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .flow__list__item h4 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 15px;
  }
}

.flow__list__item h4 span {
  font-size: 3rem;
}

@media screen and (min-width: 600px) {
  .flow__list__item h4 span {
    font-size: 7.6rem;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item h4 span {
    font-size: 10rem;
    margin-left: -20px;
    margin-top: 20px;
  }
}

.flow__list__item:nth-child(2) img {
  margin-top: -30px;
}

@media screen and (min-width: 600px) {
  .flow__list__item:nth-child(2) img {
    margin-top: -45px;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item:nth-child(2) img {
    margin-top: 0;
    margin-bottom: 29px;
  }
}

.flow__list__item:nth-child(3) img {
  margin-top: -40px;
}

@media screen and (min-width: 600px) {
  .flow__list__item:nth-child(3) img {
    margin-top: -55px;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item:nth-child(3) img {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.flow__list__item__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .flow__list__item__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 54px;
  }
}

.flow__list__item__text p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 600px) {
  .flow__list__item__text p {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item__text p {
    font-size: 1.8rem;
  }
  .flow__list__item__text p span {
    font-size: 1.4rem;
  }
}

.flow__list__item__text img {
  width: 25%;
  margin-left: 20px;
}

@media screen and (min-width: 600px) {
  .flow__list__item__text img {
    width: 30%;
    margin-left: 47px;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item__text img {
    width: auto;
    margin-left: 0;
    margin-bottom: 45px;
  }
}

.flow__list__item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15%;
  border-style: solid;
  border-color: transparent transparent transparent #0f238c;
  border-radius: 3px;
  border-width: 15px 0 15px 15px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 600px) {
  .flow__list__item::before {
    border-width: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item::before {
    bottom: 50%;
    right: -50px;
    left: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flow__list__item.last::before {
  content: none;
}

.flow__list__item:nth-child(n + 2) {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .flow__list__item:nth-child(n + 2) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .flow__list__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.faq {
  position: relative;
  background: #ebfaff;
}

.faq__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .faq__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .faq__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .faq__container {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 992px) {
  .faq__container {
    padding-top: 123px;
    padding-bottom: 145px;
  }
}

.faq__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .faq__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .faq__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.faq__list {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .faq__list {
    padding-top: 60px;
  }
}

.faq__list__item {
  border: 5px solid #0f238c;
  padding: 15px 10px;
  background: #fff;
}

@media screen and (min-width: 600px) {
  .faq__list__item {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 992px) {
  .faq__list__item {
    padding: 50px;
  }
}

.faq__list__item:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .faq__list__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.faq__list__item__question, .faq__list__item__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq__list__item__question span, .faq__list__item__answer span {
  font-family: 'Montserrat', sans-serif;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0f238c;
  color: #FFF;
  font-size: 1.6rem;
  margin-right: 20px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .faq__list__item__question span, .faq__list__item__answer span {
    width: 56px;
    height: 56px;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 992px) {
  .faq__list__item__question span, .faq__list__item__answer span {
    width: 46px;
    height: 46px;
    font-size: 2.6rem;
  }
}

.faq__list__item__question h4, .faq__list__item__answer h4 {
  width: 90%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.faq__list__item__question {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 600px) {
  .faq__list__item__question {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .faq__list__item__question {
    font-size: 2.6rem;
  }
}

.faq__list__item__answer {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.025em;
  padding-top: 15px;
}

@media screen and (min-width: 600px) {
  .faq__list__item__answer {
    font-size: 2.6rem;
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .faq__list__item__answer {
    font-size: 2rem;
  }
}

.faq__list__item__answer span {
  background: #ffd01a;
}

.form {
  position: relative;
  background: #fffae5;
}

.form__container {
  position: relative;
  max-width: 590px;
  margin: auto;
  margin: 0 20px;
  padding-top: 40px;
  padding-bottom: 90px;
}

@media screen and (min-width: 600px) {
  .form__container {
    max-width: 900px;
    margin: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .form__container {
    padding-top: 150px;
    margin: auto;
    max-width: 950px;
  }
}

@media screen and (min-width: 600px) {
  .form__container {
    padding-top: 75px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 992px) {
  .form__container {
    padding-top: 123px;
    padding-bottom: 145px;
  }
}

.form__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0f238c;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .form__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .form__heading {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}

.form__stepBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .form__stepBar {
    margin: 43px auto;
  }
}

.form__stepBar li {
  color: #0f238c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.05em;
  list-style: none;
  position: relative;
  width: 33.333%;
}

@media screen and (min-width: 600px) {
  .form__stepBar li {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 992px) {
  .form__stepBar li {
    font-size: 1.8rem;
  }
}

.form__stepBar li::after {
  background: #0f238c;
  content: "";
  width: calc(100% - 46px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 23px);
  top: 20px;
}

.form__stepBar li:first-child:after {
  display: none;
}

.form__stepBar li span {
  background: #fff;
  color: #0f238c;
  border: 3px solid #0f238c;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: .78;
  letter-spacing: 0.05em;
  display: inline-block;
  height: 46px;
  margin-bottom: 5px;
  line-height: 40px;
  width: 46px;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .form__stepBar li span {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 992px) {
  .form__stepBar li span {
    font-size: 3.6rem;
  }
}

.form__stepBar li.visited::after {
  background: #0f238c;
}

.form__stepBar li.visited span {
  background: #0f238c;
  color: #fff;
}

.essential {
  color: #dd0505;
  font-size: 1.5rem;
  font-weight: normal;
  margin-left: 10px;
}

.contact-area {
  background: #fff;
  padding: 90px;
  margin: 100px auto;
  width: 1000px;
}

.contact-table {
  width: 100%;
}

.table-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-list th {
  font-size: 2rem;
  font-weight: bold;
  width: 250px;
  text-align: left;
}

.table-list-address {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.table-list-address .input-area {
  margin-bottom: 10px;
}

.input-area {
  letter-spacing: 0.05em;
  padding: 0 10px;
  border: none;
  width: 820px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
  background: #f4f4f4;
}

.table-list td {
  font-size: 13px;
  width: calc(100% - 250px);
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
  font-weight: bold;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
  font-weight: bold;
}

input::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
  font-weight: bold;
}

input::placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
  font-weight: bold;
}

textarea {
  border: none;
  width: 820px;
  height: 70px;
  padding: 0;
  border: 1px solid #dedede;
  background: #f4f4f4;
  resize: vertical;
  /* 横方向のみサイズを固定する */
}

textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
}

textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
}

textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
}

textarea::placeholder {
  color: #bfbfbf;
  font-size: 1.5rem;
}

input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.submit-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  margin: 30px auto 0;
  background-color: #47b002;
  cursor: pointer;
  border: 1px solid #47b002;
  border-radius: 55px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 15px 50px;
  font-weight: bold;
  width: 430px;
  height: 110px;
  font-size: 2.6rem;
}

.radio-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.radio-list th {
  width: 50%;
}

.radio-list td {
  width: 30%;
  font-size: 2rem;
  font-weight: bold;
}

.submit-button:hover {
  opacity: .8;
}

.text.notosan {
  font-size: 2rem;
  font-weight: bold;
}

.text.notosan a {
  color: #0f238c;
  text-decoration: underline;
}

.text.notosan span {
  font-size: 1.2rem;
  margin-left: 0;
}

@media (max-width: 1200px) {
  .contact-area {
    width: auto;
    padding: 60px;
  }
}

@media (max-width: 1024px) {
  .contact-area {
    padding: 50px 15px;
  }
  .table-list th {
    width: 180px;
  }
  .table-list td {
    width: 100%;
  }
  .input-area {
    width: 500px;
    height: 40px;
  }
  textarea {
    width: 500px;
    height: 70px;
  }
}

@media (max-width: 834px) {
  .contact-area {
    margin: 50px auto;
    padding: 50px 20px;
  }
  .check-box label {
    width: 100%;
  }
  .input-area {
    width: 100%;
    height: 45px;
  }
  textarea {
    width: 100%;
    height: 70px;
  }
  .table-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .table-list th {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .table-list td {
    font-size: 1.5rem;
  }
  .table-list td {
    width: 100%;
  }
  .radio-list td {
    width: 50%;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .text.notosan {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .text.notosan a {
    color: #0f238c;
    text-decoration: underline;
  }
  .text.notosan span {
    font-size: 1.2rem;
    margin-left: 0;
  }
  .submit-button {
    border-radius: 50px;
    width: auto;
    height: auto;
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  .input-area {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */