@charset "UTF-8";
/*==================== color ====================*/
/*===================== fonts ====================*/
/*===================== fonts ====================*/
/*===================== flex =====================*/
/*================= media query =================*/
/*================= background =================*/
/*===================== reset =====================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

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

/*===================== layout ====================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  line-height: 1;
  font-family: "BIZ UDGothic", "kozuka-gothic-pr6n", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: normal;
}

/* Contactページ以外ではreCAPTCHAバッジを非表示 */
body:not(.page-id-8) .grecaptcha-badge {
  display: none !important;
}

.Wrapper {
  background-color: #09408E;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .Wrapper {
    padding-top: 80px;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 550px) {
  section {
    padding: 20px 0;
  }
}

h1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

.common-container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-bg-white {
  background-color: #ffffff;
  border-radius: 50px;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: middle;
}

/*=================== component ===================*/
.common_box {
  border-radius: 10px;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-inline {
    display: none;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .mb {
    display: block;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 550px) {
  .sm {
    display: block;
  }
}

.pl-10 {
  padding-left: 10px;
}

/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== reset =====================*/
/*===================== header =====================*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
  color: #ffffff;
  z-index: 10;
  background-color: #09408E;
}
@media screen and (max-width: 768px) {
  #header {
    height: 80px;
  }
}
#header .header-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #header .header-container {
    flex-direction: column;
  }
}
#header .header-container .header-title {
  flex: 1;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .header-container .header-title {
    width: 100%;
  }
}
#header .header-container .header-title h1 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  line-height: 1.4;
  padding: 10px;
  height: 100%;
}
#header .header-container .header-title h1 span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1340px) {
  #header .header-container .header-title h1 {
    width: 100%;
    line-height: 1.1;
  }
}
#header .header-container .header-tel {
  width: 20%;
  width: 300px;
  background-color: #239344;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #header .header-container .header-tel {
    width: 200px;
  }
}
#header .header-container .header-tel .header-tel-inner {
  padding-top: 16px;
}
#header .header-container .header-tel .header-tel-inner p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
#header .header-container .header-tel .header-tel-inner p span {
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
#header .header-container .header-tel .header-tel-inner p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 40px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/tel.png");
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  #header .header-container .header-tel .header-tel-inner p::before {
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
#header .header-container .header-contact {
  width: 20%;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  #header .header-container .header-contact {
    width: 200px;
  }
}
#header .header-container .header-contact p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
#header .header-container .header-contact p span {
  font-size: 2.5rem;
}
#header .header-container .header-contact p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 40px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/mail.png");
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  #header .header-container .header-contact p::before {
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
  }
}

.header-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-menu .header-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
}
.header-menu .header-menu-container .box {
  width: 50%;
  text-align: center;
  padding: 20px 0;
}
.header-menu .header-menu-container .box p {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-left: 30px;
}
.header-menu .header-menu-container .box p::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.header-menu .header-menu-container .tel-box {
  background-color: #239344;
  color: #ffffff;
}
.header-menu .header-menu-container .tel-box p::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/tel.png");
  background-size: contain;
}
.header-menu .header-menu-container .contact-box {
  background-color: #ffffff;
  color: #505050;
}
.header-menu .header-menu-container .contact-box p::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/sp-mail.jpg");
  background-size: contain;
}

/*===================== footer =====================*/
#footer {
  color: #ffffff;
  padding: 50px 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 70px 0;
  }
}
#footer .footer-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer .footer-container {
    flex-direction: column;
  }
}
#footer .footer-container .store-info {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  display: flex;
  justify-content: right;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  font-size: 4rem;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .store-info {
    font-size: 2rem;
    justify-content: center;
  }
}
#footer .footer-container .store-info .store-img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .store-info .store-img {
    width: 20%;
    max-width: 200px;
    min-width: 90px;
  }
}
#footer .footer-container .store-info .store-name {
  padding-left: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .store-info .store-name {
    padding-left: 6px;
    font-size: 1.9rem;
  }
}
#footer .footer-container .company-info {
  display: flex;
  justify-content: left;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .company-info {
    flex-direction: column;
  }
}
#footer .footer-container .company-info p {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .company-info p {
    font-size: 3rem;
  }
}
#footer .footer-container .company-info p span {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #footer .footer-container .company-info p span {
    font-size: 2rem;
  }
}

#main-visual {
  padding: 0;
  background-color: #ffffff;
}
#main-visual .main-visual {
  position: relative;
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/pc-main-visual.jpg");
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual {
    background-image: url("../img/sp-main-visual.jpg");
    height: 60vh;
  }
}
@media screen and (max-width: 550px) {
  #main-visual .main-visual {
    height: 40vh;
  }
}
#main-visual .main-visual .image-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual .image-box {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #menu .menu-container {
    padding: 0 20px 0 10px;
  }
}
#menu .menu-container .menu-list {
  background-color: #ffffff;
  box-shadow: 10px 10px #7FA6B9;
  position: relative;
  padding: 80px 30px 30px 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  #menu .menu-container .menu-list {
    margin-bottom: 50px;
  }
}
#menu .menu-container .menu-list .image {
  position: absolute;
  right: -120px;
  bottom: -50px;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1360px) {
  #menu .menu-container .menu-list .image {
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .image {
    width: 120px;
    bottom: -30px;
  }
}
#menu .menu-container .menu-list .menu-title {
  color: #09408E;
  font-size: 3.5rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 860px) {
  #menu .menu-container .menu-list .menu-title {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .menu-title {
    font-size: 2rem;
    width: 100%;
  }
}
#menu .menu-container .menu-list .menu-title::before, #menu .menu-container .menu-list .menu-title::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #09408E;
  width: 2px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .menu-title::before, #menu .menu-container .menu-list .menu-title::after {
    content: none;
  }
}
#menu .menu-container .menu-list .menu-title::before {
  left: -20px;
  transform: rotate(-15deg);
}
#menu .menu-container .menu-list .menu-title::after {
  right: -20px;
  transform: rotate(15deg);
}
#menu .menu-container .menu-list .list-box, #menu .menu-container .menu-list .sp-list-box {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .list-box, #menu .menu-container .menu-list .sp-list-box {
    display: block;
    padding-bottom: 0;
  }
}
#menu .menu-container .menu-list .list-box .text, #menu .menu-container .menu-list .sp-list-box .text {
  color: #09408E;
  padding: 30px 80px;
  text-align: center;
  background-color: #FDEA4E;
  border: 2px solid #09408E;
  border-radius: 10px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .list-box .text, #menu .menu-container .menu-list .sp-list-box .text {
    font-size: 2rem;
    padding: 10px 30px;
    width: 70%;
  }
}
#menu .menu-container .menu-list .list-box .text.small, #menu .menu-container .menu-list .sp-list-box .text.small {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  font-size: 3rem;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .list-box .text.small, #menu .menu-container .menu-list .sp-list-box .text.small {
    writing-mode: vertical-rl;
    left: unset;
    right: 0;
    bottom: unset;
    top: 0;
    height: 250px;
    width: 50px;
    font-size: 2rem;
    padding: 20px 13px 20px 20px;
  }
}
#menu .menu-container .menu-list .example-box {
  color: #505050;
  width: 80%;
  margin: 0 auto;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #menu .menu-container .menu-list .example-box {
    width: 100%;
    padding: 20px 0;
    line-height: 1.6;
  }
  #menu .menu-container .menu-list .example-box p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
  }
  #menu .menu-container .menu-list .example-box p.title {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
#menu .menu-container .menu-list .example-box th, #menu .menu-container .menu-list .example-box td {
  padding: 10px;
}
#menu .menu-container .menu-list .example-box th {
  font-size: 3.5rem;
  text-align: left;
}
#menu .menu-container .menu-list .example-box td {
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 50px;
}

@media screen and (max-width: 550px) {
  #point {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #point .point-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  #point .point-container {
    padding: 30px 10px 10px 10px;
  }
}
#point .point-container .title-box {
  position: relative;
}
#point .point-container .title-box .smile-man {
  position: absolute;
  width: 30%;
  max-width: 280px;
  height: auto;
  bottom: -250px;
  right: -100px;
}
@media screen and (max-width: 1320px) {
  #point .point-container .title-box .smile-man {
    width: 20%;
    max-width: 200px;
    right: 0;
    bottom: -170px;
  }
}
@media screen and (max-width: 768px) {
  #point .point-container .title-box .smile-man {
    bottom: unset;
    top: -100px;
    min-width: 150px;
  }
}
@media screen and (max-width: 550px) {
  #point .point-container .title-box .smile-man {
    top: -70px;
    min-width: 100px;
  }
}
#point .point-container .point-list {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list {
    padding: 20px 0 100px 0;
  }
}
#point .point-container .point-list .item-box {
  margin-bottom: 60px;
  color: #505050;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .item-box {
    margin-bottom: 30px;
  }
}
#point .point-container .point-list .item-box .point-subject {
  color: #F90A1A;
  font-size: 4.6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .item-box .point-subject {
    font-size: 2.1rem;
  }
}
@supports (-moz-appearance: none) {
  #point .point-container .point-list .item-box .point-subject {
    letter-spacing: -0.03em;
  }
}
#point .point-container .point-list .item-box .point-subject span {
  background: linear-gradient(transparent 50%, #FDEA4E 50%);
}
#point .point-container .point-list .item-box .point-subject span.grey {
  color: #505050;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .item-box .point-subject span.mb-style {
    margin-left: 4em;
    background: none;
    background: linear-gradient(transparent 50%, #FDEA4E 50%);
  }
}
#point .point-container .point-list .item-box .text {
  font-weight: 500;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .item-box .text {
    font-size: 1.3rem;
  }
}
#point .point-container .point-list .image-box {
  position: absolute;
  height: auto;
  top: 300px;
  right: -130px;
  color: #1A1311;
}
@media screen and (max-width: 1380px) {
  #point .point-container .point-list .image-box {
    right: 0;
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .image-box {
    display: flex;
    justify-content: space-between;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    width: 100%;
  }
}
#point .point-container .point-list .image-box p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1380px) {
  #point .point-container .point-list .image-box p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .image-box p {
    font-size: 1.8rem;
  }
}
#point .point-container .point-list .image-box p span {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .image-box p span {
    padding: 0;
  }
}
#point .point-container .point-list .image-box .image {
  width: 200px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #point .point-container .point-list .image-box .image {
    width: 120px;
  }
}

#needs .needs-container {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #needs .needs-container {
    padding: 20px;
  }
}
#needs .needs-container .needs-title {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: auto;
  flex-wrap: wrap;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-title {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-title {
    font-size: 2rem;
  }
}
#needs .needs-container .needs-title .title-img {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-title .title-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#needs .needs-container .needs-title p {
  align-self: end;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-title p {
    padding-left: 0;
    align-self: unset;
  }
}
#needs .needs-container .needs-lists {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-lists {
    padding: 30px 0;
  }
}
#needs .needs-container .needs-lists ul {
  font-size: 3rem;
  counter-reset: listnum;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-lists ul {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
  #needs .needs-container .needs-lists ul {
    font-size: 1.4rem;
  }
}
#needs .needs-container .needs-lists ul li {
  margin-bottom: 10px;
  padding: 10px 0 10px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-lists ul li {
    margin-bottom: 10px;
    padding: 6px 0 6px 50px;
  }
}
@media screen and (max-width: 550px) {
  #needs .needs-container .needs-lists ul li {
    padding: 3px 0 0 30px;
  }
}
#needs .needs-container .needs-lists ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-lists ul li::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  #needs .needs-container .needs-lists ul li::before {
    width: 20px;
    height: 20px;
  }
}
#needs .needs-container .needs-lists ul li::after {
  content: counter(listnum);
  counter-increment: listnum;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #09408E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-lists ul li::after {
    left: 10px;
  }
}
@media screen and (max-width: 550px) {
  #needs .needs-container .needs-lists ul li::after {
    left: 6px;
    transform: translateY(-40%);
  }
}
#needs .needs-container .needs-appeal {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: auto;
  flex-wrap: wrap;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-appeal {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-appeal {
    flex-direction: column-reverse;
    font-size: 3rem;
  }
}
#needs .needs-container .needs-appeal p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-appeal p {
    line-height: 1.4;
    text-align: center;
  }
}
#needs .needs-container .needs-appeal p.big-text {
  font-size: 5rem;
  text-align: end;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-appeal p.big-text {
    font-size: 3.5rem;
    align-items: center;
  }
}
#needs .needs-container .needs-appeal .appeal-image {
  width: 400px;
  margin: 0 0 50px 20px;
}
@media screen and (max-width: 768px) {
  #needs .needs-container .needs-appeal .appeal-image {
    width: 90%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #support .support-container {
    padding: 0 20px;
  }
}
#support .support-container .support-title p {
  color: #239344;
}
#support .support-container .support-title .sub-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
  padding: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .sub-title {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 0 50px;
  }
}
#support .support-container .support-title .sub-title::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 50px;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/fukidasi.png");
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .sub-title::before {
    width: 280px;
    height: 50px;
    right: unset;
    bottom: -35px;
    left: 50%;
    transform: translateX(-40%);
  }
}
#support .support-container .support-title .sub-title .text1 {
  font-size: 3.8rem;
  text-align: end;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .sub-title .text1 {
    font-size: 2rem;
  }
}
#support .support-container .support-title .sub-title .text2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .sub-title .text2 {
    font-size: 3rem;
  }
}
#support .support-container .support-title .main-title {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .main-title {
    margin-top: 50px;
    line-height: 1.4;
  }
}
#support .support-container .support-title .main-title .text3 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .main-title .text3 {
    font-size: 2rem;
  }
}
#support .support-container .support-title .main-title .text4 {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-title .main-title .text4 {
    font-size: 3.5rem;
  }
}
#support .support-container .support-member {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: auto;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member {
    margin: 30px 0 0 0;
  }
}
#support .support-container .support-member .member-left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member-left {
    width: 100%;
  }
}
#support .support-container .support-member .member-right {
  align-self: start;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member-right {
    width: 100%;
  }
}
#support .support-container .support-member .member {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member {
    justify-content: center;
  }
}
#support .support-container .support-member .member .member-image {
  margin-right: 20px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member .member-image {
    width: 75px;
  }
}
#support .support-container .support-member .member .info-box {
  align-self: end;
  flex: 1;
}
#support .support-container .support-member .member .info-box .member-title {
  color: #239344;
  font-size: 2rem;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member .info-box .member-title {
    font-size: 1.6rem;
  }
}
#support .support-container .support-member .member .info-box .member-text {
  color: #505050;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #support .support-container .support-member .member .info-box .member-text {
    font-size: 1.4rem;
  }
}

#service .service-container {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #service .service-container {
    padding: 0 20px;
    margin-top: 30px;
  }
}
#service .service-container .service-title {
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-title {
    font-size: 1.6rem;
  }
}
#service .service-container .service-title .image-box {
  width: 55%;
  max-width: 385px;
  margin: 30px auto 50px auto;
  padding: 6px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-title .image-box {
    margin: 20px auto;
  }
}
#service .service-container .service-title .image-box::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  bottom: -11px;
  left: 50%;
}
#service .service-container .service-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists {
    margin-bottom: 20px;
  }
}
#service .service-container .service-lists .left-lists {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .left-lists {
    width: 100%;
  }
}
#service .service-container .service-lists .right-lists {
  width: 49%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .right-lists {
    width: 100%;
  }
}
#service .service-container .service-lists .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .item-box {
    margin-bottom: 10px;
  }
}
#service .service-container .service-lists .item-box .text-box {
  flex: 1;
}
#service .service-container .service-lists .item-box .text-box .title {
  color: #EB8896;
  font-size: 3.6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .item-box .text-box .title {
    font-size: 2.3rem;
  }
}
#service .service-container .service-lists .item-box .text-box .text {
  color: #505050;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .item-box .text-box .text {
    font-size: 1.4rem;
  }
}
#service .service-container .service-lists .item-box .image-box {
  width: 35%;
  max-width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #service .service-container .service-lists .item-box .image-box {
    height: 120px;
  }
}
#service .service-container .service-lists .item-box .image-box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 0 auto;
  height: 100%;
}

#flat35 .flat35-container {
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container {
    padding: 0 20px;
    margin-top: 30px;
  }
}
#flat35 .flat35-container .flat35-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-top {
    flex-direction: column;
  }
}
#flat35 .flat35-container .flat35-top .image-box {
  width: 40%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-top .image-box {
    width: 100%;
  }
}
#flat35 .flat35-container .flat35-top .text-box {
  line-height: 1.6;
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-top .text-box {
    padding-left: 0;
  }
}
#flat35 .flat35-container .flat35-top .text-box .marker-yellow {
  background-color: #FCFC0B;
}
#flat35 .flat35-container .flat35-top .text-box .marker-pink {
  background-color: #FB65DD;
}
#flat35 .flat35-container .flat35-top .text-box .marker-green {
  background-color: #63F205;
}
#flat35 .flat35-container .flat35-table table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #1A1311;
  border-bottom: none;
  margin-bottom: 50px;
  position: relative;
}
#flat35 .flat35-container .flat35-table table caption {
  text-align: left;
  caption-side: bottom;
  padding-top: 10px;
  line-height: 1.2;
}
#flat35 .flat35-container .flat35-table table caption span {
  position: relative;
  display: inline-block;
  padding-right: 2px;
}
#flat35 .flat35-container .flat35-table table caption span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/link-icon.png");
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table {
    border-left: none;
    border-right: none;
    border-spacing: inherit;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr {
    position: relative;
    height: 110px;
  }
  #flat35 .flat35-container .flat35-table table tr.first {
    height: 70px;
  }
}
#flat35 .flat35-container .flat35-table table tr th, #flat35 .flat35-container .flat35-table table tr td {
  border-bottom: 1px solid #1A1311;
  border-right: 1px solid #1A1311;
  padding: 10px;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr th, #flat35 .flat35-container .flat35-table table tr td {
    border-right: none;
    padding: 3% 10px 0 10px;
  }
}
#flat35 .flat35-container .flat35-table table tr th {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr th {
    display: none;
  }
}
#flat35 .flat35-container .flat35-table table tr td {
  font-size: 2.2rem;
  width: 35%;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td {
    font-size: 1.4rem;
    width: 50%;
  }
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(1) {
  position: relative;
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(1) p {
  text-align: center;
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(1) p span {
  color: #09408E;
  background: linear-gradient(transparent 50%, #FDFD48 50%);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(1).title-image {
    padding-top: 0;
    height: 70px;
  }
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(1).title-image .image-box {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(1).title-image .image-box {
    width: 80%;
  }
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(1) .sub-title {
  display: none;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(1) .sub-title {
    position: absolute;
    display: block;
    top: 4px;
    left: 100%;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    transform: translateX(-50%);
  }
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(2) {
  font-weight: 500;
  border-right: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(2) {
    font-size: 1.4rem;
    position: relative;
  }
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #1A1311;
    bottom: 5%;
    left: 0;
  }
}
#flat35 .flat35-container .flat35-table table tr td:nth-of-type(2).title-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(2).title-text {
    padding-top: 0;
    height: 70px;
    padding: 22px 10px;
  }
  #flat35 .flat35-container .flat35-table table tr td:nth-of-type(2).title-text::before {
    height: 90%;
    background-color: #1A1311;
    bottom: unset;
    top: 5%;
    left: 0;
  }
}

#about {
  position: relative;
}
#about::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 3px;
  background-color: #ffffff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#about .about-container {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #about .about-container {
    margin-top: 30px;
    padding: 0 20px;
  }
}
#about .about-container .title {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about .about-container .title {
    font-size: 2rem;
    border: none;
    margin-bottom: 20px;
  }
}
#about .about-container .about-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #about .about-container .about-box {
    flex-direction: column;
  }
}
#about .about-container .about-box .info-box {
  width: 55%;
}
#about .about-container .about-box .info-box .item {
  margin-bottom: 30px;
}
#about .about-container .about-box .info-box .item .label {
  font-size: 2.5rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .about-container .about-box .info-box .item .label {
    font-size: 2rem;
  }
}
#about .about-container .about-box .info-box .item .text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #about .about-container .about-box .info-box .item .text {
    font-size: 2rem;
  }
}
#about .about-container .about-box .info-box .item .text.link-style a {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #about .about-container .about-box .info-box {
    width: 100%;
  }
}
#about .about-container .about-box .image-box {
  flex: 1;
}
#about .about-container .about-box .image-box .map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
}
#about .about-container .about-box .image-box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #about .about-container .about-box .image-box {
    flex: unset;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}

#page404 .page404-container {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: auto;
  flex-wrap: nowrap;
  height: 50vh;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #page404 .page404-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #page404 .page404-container {
    font-size: 1.6rem;
    height: auto;
  }
}
#page404 .page404-container .img-box {
  max-width: 150px;
  margin-right: 30px;
}
@media screen and (max-width: 550px) {
  #page404 .page404-container .text-box {
    padding-top: 20px;
  }
}
#page404 .page404-container .text-box p {
  text-align: center;
}
#page404 .page404-container .text-box a {
  display: block;
  padding: 10px;
  color: #09408E;
  text-align: center;
}

#contact {
  color: #505050;
  background-color: #ffffff;
  padding: 80px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  #contact .contact-container {
    padding: 10px 10px 70px 10px;
  }
}
#contact .contact-container p {
  font-size: 1.8rem;
}
#contact .contact-container .main-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact-container .main-title {
    margin-bottom: 30px;
  }
}
#contact .contact-container .form-box .form-item {
  margin-bottom: 30px;
}
#contact .contact-container .form-box .form-item label {
  width: 35%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-container .form-box .form-item label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
#contact .contact-container .form-box .form-item label span {
  position: relative;
  padding-top: 2px;
}
#contact .contact-container .form-box .form-item label span::after {
  content: "必須";
  position: absolute;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 6px;
  background-color: #F90A1A;
  top: 0;
  right: -50px;
}
#contact .contact-container .form-box .form-item input, #contact .contact-container .form-box .form-item textarea {
  display: inline-block;
  width: 60%;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 10px;
  color: #505050;
}
@media screen and (max-width: 768px) {
  #contact .contact-container .form-box .form-item input, #contact .contact-container .form-box .form-item textarea {
    width: 100%;
  }
}
#contact .contact-container .form-box .form-item .wpcf7-not-valid-tip {
  padding-left: 37%;
}
@media screen and (max-width: 768px) {
  #contact .contact-container .form-box .form-item .wpcf7-not-valid-tip {
    padding-left: 0;
  }
}
#contact .contact-container .form-box .caution {
  margin: 30px 0 50px 0;
}
@media screen and (max-width: 768px) {
  #contact .contact-container .form-box .caution {
    margin: 20px;
  }
}
#contact .contact-container .form-box .caution .title {
  padding-bottom: 10px;
}
#contact .contact-container .form-box .caution .text {
  font-weight: 500;
  line-height: 1.4;
}
#contact .contact-container .form-box .form-button {
  margin: 0 auto;
  width: 300px;
}
#contact .contact-container .form-box .form-button input {
  width: 100%;
  color: #ffffff;
  font-size: 2.5rem;
  padding: 4px 10px;
  background-color: #239344;
  text-align: center;
  border: none;
  border-radius: 30px;
}
#contact .contact-container .form-box .form-button input[type=submit] {
  cursor: pointer;
}
#contact .contact-container .form-box .wpcf7-response-output {
  text-align: center;
  padding: 20px;
}
#contact .contact-container .form-box .policy {
  color: #09408E;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */