@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

img {
  width: 100%;
}

/* --- Header（index.html） --- */
header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

header .inner > h1 {
  width: 35%;
  padding: 20px 0px 20px 20px;
}

header .inner > nav {
  width: 65%;
}

.box02 {
  margin-top: -180px;
  position: relative;
  z-index: -1;
}

/* --- Header（お問い合わせ） --- */
header.contact .inner > nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

header.contact .inner > nav ul li {
  width: 50%;
}

/* --------------- */
header .inner nav ul {
  display: flex;
}

header .inner nav .hd_line a {
  display: block;
  max-width: 92%;
  margin: 0 auto;
}

header .inner nav .hd_line a img {
  display: block;
  width: 100%;
}

@media (max-width: 780px) {
  header .inner > h1 {
    width: 65%;
    padding: 0px 0px 0 10px;
  }
  header .inner > nav {
    width: 28%;
  }
}
/* --- Main --- */
main {
  margin-top: 176px;
}

@media (max-width: 1649px) {
  main {
    margin-top: 130px;
  }
  main.page__main {
    margin-top: 176px;
  }
}
@media (max-width: 780px) {
  main {
    margin-top: 60px;
  }
}
picture {
  line-height: 0;
}

div {
  line-height: 0;
}

.from {
  text-align: center;
  background-size: cover;
  background-color: #000;
  padding-bottom: 50px;
}

.from img {
  width: 75%;
  margin: 60px auto;
  text-align: center;
}

.from img.new_img {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.panel {
  margin: 0px auto;
  padding: 0px 0;
  text-align: left;
  width: 80%;
  position: relative;
}

.panel .point_text {
  position: absolute;
  top: 60px;
}

@media (max-width: 780px) {
  .panel {
    margin: 0px auto 0;
  }
  .panel .point_text {
    max-width: 160px;
    top: -60px;
  }
}
.ttl_box img {
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel th, .panel td {
  padding: 1em;
  border-bottom: 2px solid #000;
}

.panel th {
  font-size: 16px;
  font-weight: bold;
  width: 45%;
  vertical-align: top;
  line-height: 1.5;
}

.panel tr {
  padding: 1em 0;
}

.must {
  /* background-color: ; */
  color: #d27914;
  padding: 2px 0px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 0 0;
  display: block;
  max-width: 50px;
}

.nini {
  background-color: #4b4b4b;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
}

table {
  width: 100%;
  background-color: #fff;
}

input {
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 100%;
}

textarea {
  resize: none;
  width: 100%;
  height: 200px;
  background-color: rgba(238, 238, 238, 0.933);
  border: none;
}

:checked {
  margin-left: 25px;
  border: 1px solid blue;
}

input[type=checkbox] {
  width: 15px;
}

input[type=radio] {
  width: 20px;
  margin: 0 10px 0 0;
}

input[type=radio]:checked {
  margin: 0 10px 0 0;
}

.check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: row;
}

input[type=submit] {
  width: 360px;
  font-size: 24px;
  font-weight: bold;
  padding: 30px;
  height: auto;
  margin-bottom: 3em;
  background-color: transparent;
  color: #333;
  border: 1px solid #000;
  background-color: #fff;
}

select {
  height: 40px;
  background-color: #b3b3b3;
  padding: 5px;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
}

header .inner {
  display: flex;
  justify-content: space-between;
}

nav {
  display: flex;
  justify-content: end;
}

nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
  width: 70%;
}

nav ul li {
  padding: 0 10px;
}
@media (max-width: 780px) {
  nav ul li:first-child {
    padding-top: 0px;
  }
}

header {
  /* background-image: url(../img/hd_bk.jpg); */
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
}

.ttl_box {
  /* background: rgb(0, 202, 242); */
  text-align: center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
}

.ttl_box02 {
  /* background: rgb(0, 202, 242); */
  text-align: center;
  background-size: cover;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  color: #fff;
}
@media (max-width: 780px) {
  .ttl_box02 {
    font-size: 20px;
  }
}
.ttl_box02 h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
}
@media (max-width: 750px) {
  .ttl_box02 h2 {
    padding: 10px 0;
    font-size: 3rem;
  }
}
.ttl_box02 h2 img {
  max-width: 40%;
}
@media (max-width: 750px) {
  .ttl_box02 h2 img {
    max-width: 50%;
  }
}

.ttl_box img {
  width: 65%;
  margin: 60px auto;
  text-align: center;
}

table {
  margin: 50px auto;
  width: 65%;
}
@media (max-width: 750px) {
  table {
    margin: 0px auto;
  }
}

.tbl-r02 th {
  background: #fff;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 10px;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.tbl-r02 td {
  padding: 30px 10px;
  text-align: left;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.tbl-r02 td span.red {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff3d3d;
}

.page__main .contact .inner {
  margin: 6em auto;
}

.page__main .contact .inner h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.page__main .contact .inner h2 span {
  text-align: center;
  display: block;
  font-size: 24px;
}

.page__main .contact .inner p {
  text-align: center;
  margin: 2em 0;
}

.jc-center {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}

.copy {
  text-align: center;
  padding: 20px 0 0;
  color: #fff;
}

.copy a {
  color: #333;
}

footer {
  padding: 0 0 50px;
  text-align: center;
  background-color: #181f5e;
}

footer img {
  padding: 30px;
}

.ttl_box img {
  width: 45%;
  margin: 60px auto;
  text-align: center;
}

.panel_wapper {
  /* background-image: url(../img/form_bk.png); */
  background-size: cover;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .panel_wapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  input {
    font-size: 16px;
    height: 60px;
  }
  .flex {
    text-align: center;
  }
  nav ul {
    width: 100%;
  }
  header {
    background-position: left 40% bottom 0px;
  }
}
@media screen and (max-width: 767px) {
  nav ul {
    padding: 0;
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  nav {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  nav ul li {
    padding: 0px 5px;
  }
  .panel {
    width: 100%;
  }
  table {
    margin: 60px auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 750px) {
  table {
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .check_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .check_box p .must {
    padding: 5px 8px;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .check_box input[type=checkbox] {
    width: 15px;
    font-size: 16px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .check_box p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    width: 260px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    height: auto;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 90%;
  }
  .tbl-r02 th, .tbl-r02 td {
    padding: 10px 10px;
  }
  .tbl-r02 td {
    font-size: 14px;
  }
  .box02 {
    margin-top: -50px;
  }
  .hd_line {
    display: none;
  }
  .box02 {
    margin-top: 0px;
  }
}
/* --- プライバシーポリシー追加 --- */
.form__privacywrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 140px;
  background: #fff;
  margin: 0 auto 15px;
  max-width: 100%;
  padding: 10px 3%;
  border: solid 1px #ccc;
}

.form__privacy {
  font-size: 1.4rem;
  line-height: 2;
  color: #111;
}

/*# sourceMappingURL=style.css.map */
.mv01 {
  padding: 0 20px;
}

.mv {
  /* background-image: url(../img/mvbk.png); */
  line-height: 0;
  background-position: bottom;
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .mv {
    margin-top: 140px;
  }
}

.hito {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  .hito {
    right: 0%;
    text-align: right;
  }
  .hito img {
    width: 85%;
  }
}
.is-animated {
  position: relative;
  z-index: 2;
}

.kurukuru.is-animated {
  -webkit-animation: kurukuru 1.4s ease-out;
          animation: kurukuru 1.4s ease-out;
  opacity: 1;
  position: relative;
}

@-webkit-keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
.bgcoler.is-animated {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #000;
}

.bgcoler02.is-animated {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #4a0000 0%, #d90000 50%, #650000 100%);
  padding: 10px 40px;
  text-align: center;
}

.bgcoler02 img {
  width: 60%;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.flex_box {
  display: flex;
  align-items: center;
}

.fadein.is-animated {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein02.is-animated {
  -webkit-animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein03.is-animated {
  -webkit-animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein04.is-animated {
  -webkit-animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein05.is-animated {
  -webkit-animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box01 {
  position: relative;
  padding: 20px;
}

.box01_hito {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  width: 20%;
}

.poyopoyo.is-animated {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  width: 20%;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1) translate(-50%, -50%);
  }
  50%, 70% {
    transform: scale(0.95) translate(-50%, -50%);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1) translate(-50%, -50%);
  }
  50%, 70% {
    transform: scale(0.95) translate(-50%, -50%);
  }
}
.box02 {
  position: relative;
  padding: 20px;
}

.box03_img {
  position: relative;
  padding: 10px;
}

.bg-wrap {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.bg-wrap.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.line {
  width: 0;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.line.is-animated {
  width: 100%;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.popup.is-animated {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.slider-2 .slick-slide {
  margin: 0px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}

.slick-slide {
  height: auto;
}

.slider-2 .slick-slide img {
  display: block;
  width: 45%;
  height: auto;
  margin: 0 auto;
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
}

.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 0;
}

.slider-2 .slick-prev {
  left: 0;
}

.slider-2 .slick-next::before {
  left: 20px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.top_box01 {
  margin: 20px 0;
  max-width: 100%;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.top_box02 {
  margin: 10px 0 0 10px;
  max-width: 40%;
  position: relative;
  z-index: 10;
}

.top_box03 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}

.top_box03 img {
  width: 90%;
}

.amazon img {
  width: 100%;
}

@media (min-width: 500px) {
  .top_m {
    margin-top: 200px;
  }
}
.fixd {
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.fixd a {
  display: block;
  width: 92%;
  margin: 0 auto;
}

@media (min-width: 780px) {
  .pc_ttl {
    width: 100%;
  }
  .pc_ttl .ttl img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
  }
  .top_m {
    margin-top: 0px;
  }
  .top_m02 {
    margin-top: 200px;
  }
  .pc_flex {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-end;
  }
  .pc_henkou {
    max-width: 60%;
    margin: 0 auto;
  }
  .box02 {
    margin-top: 0;
  }
  .slider-2 .slick-slide img {
    width: 100%;
  }
  .flex_box {
    justify-content: center;
  }
  .mv01 {
    max-width: 70%;
    margin: 0 auto;
  }
  .top_box01 {
    margin: 20px auto;
  }
  .top_box02 {
    margin: 10px 0 20px;
    max-width: 25%;
    left: 5%;
  }
  .top_box03 {
    position: absolute;
    bottom: 0px;
    left: 4%;
    z-index: 10;
    max-width: 70%;
  }
  main {
    max-width: 900px;
    margin: 0 auto;
  }
  footer {
    max-width: 900px;
    margin: 0 auto;
  }
  nav ul {
    justify-content: flex-end;
  }
  .pc_mt50 {
    margin-top: 50px;
  }
  .fixd {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
  }
  .fixd a {
    display: block;
    width: 22%;
    margin: 0 0 0 auto;
  }
}
.bg-wrap.is-animated.trans_form {
  transform: matrix(1, 0, 0, 1, 0, 28) translateX(-4%);
}

.box01 {
  background-color: #181f5e;
  padding: 50px;
  margin-top: -10px;
}

.box01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.box01_list li {
  width: 31%;
  margin: 0 1% 40px;
}

.box02_bk {
  background-image: url(../img/box02bk.png);
  background-size: cover;
  background-position: center;
}

.box04 {
  padding: 30px 20px;
}

.box04_bk {
  background-image: url(../img/box04_bk.png);
  background-size: cover;
  background-position: center;
}

.box05_bk {
  background-image: url(../img/box05_bk.png);
  background-size: cover;
  background-position: center;
}

.box06_bk {
  background-image: url(../img/box06_bk.png);
  background-size: cover;
  background-position: center;
}

.box07_bk {
  background-image: url(../img/box06_bk.png);
  background-size: cover;
  background-position: center;
}

.pd_20 {
  padding: 20px;
}

.bosyu {
  line-height: 2;
  padding: 50px 0;
  background-position: center top;
  background-size: contain;
  margin-top: -9px;
}
@media (max-width: 750px) {
  .bosyu {
    background-image: none;
    padding: 40px 0;
  }
}
.bosyu h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
}
@media (max-width: 750px) {
  .bosyu h2 {
    padding: 20px 0;
    font-size: 3rem;
  }
}
.bosyu h2 img {
  max-width: 30%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 750px) {
  .bosyu h2 img {
    max-width: 50%;
  }
}
.bosyu table th {
  padding: 10px 0 10px 5px;
  border: 1px solid #3d2f23;
  background-color: #2d56c9;
  color: #fff;
}
.bosyu table td {
  padding: 10px;
  border: 1px solid #3d2f23;
}

.box01_img {
  margin-top: -1px;
}

.new_box01 {
  padding: 0px;
  position: relative;
  margin-top: 0px;
}
@media (max-width: 780px) {
  .new_box01 {
    padding: 0px 0;
  }
}
.new_box01::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
}
.new_box01 .new_box01_ttl {
  width: 100%;
  margin: 0px auto 0;
}
.new_box01 .new_box01_img01 {
  margin: 50px auto;
  text-align: center;
  width: 40%;
}
.new_box01 .new_box01_img01 img {
  max-width: 80%;
}
.new_box01 .new_box01_img01 img.wid100 {
  max-width: 100%;
}
.new_box01 .new_box01_img02 {
  margin: 50px auto;
  text-align: center;
}

.new_box01_img04 {
  width: 80%;
  margin: 40px auto;
}

.new_box01_img05 {
  width: 100%;
  margin: 140px auto 0;
}

.new_box02 {
  margin-top: 50px;
}
.new_box02 ul {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .new_box02 ul {
    flex-direction: column;
  }
}
.new_box02 ul li {
  width: 31%;
}
@media (max-width: 750px) {
  .new_box02 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.new_box02 .mg40 {
  margin: 40px 0;
}

.new_box03 {
  margin-top: 150px;
  background-color: #ecf0ff;
  padding: 40px;
}
@media (max-width: 750px) {
  .new_box03 {
    padding: 40px 10px;
  }
}

.new_box04 {
  padding: 50px;
  position: relative;
}
@media (max-width: 750px) {
  .new_box04 {
    padding: 50px 10px;
  }
}
.new_box04::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 20%;
  background-color: #ecf0ff;
}
.new_box04 .new_box01_img01 {
  text-align: left;
}

.new_ttl {
  text-align: center;
  line-height: 1;
  margin: 100px auto;
}
@media (max-width: 780px) {
  .new_ttl {
    margin: 100px auto 40px;
  }
}
.new_ttl img {
  width: 20%;
}
@media (max-width: 780px) {
  .new_ttl img {
    width: 30%;
  }
}

.last_box {
  background-color: #ecf0ff;
  padding: 50px;
}
@media (max-width: 780px) {
  .last_box {
    padding: 50px 20px;
  }
}
.last_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.last_box ul li {
  width: 30%;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .last_box ul li {
    width: 46%;
  }
}

.new_box01 .mt13 {
  margin-top: -13px;
}
@media (max-width: 780px) {
  .new_box01 .mt13 {
    margin-top: -9px;
  }
}

.for_wapper {
  line-height: 2;
  padding: 50px 0;
  margin-top: -9px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .for_wapper {
    background-image: none;
    background-color: #f2f2f2;
  }
}

.footer_wapper {
  line-height: 2;
  background-color: #fff;
  padding: 40px 0;
  background-position: center top;
  background-size: cover;
  margin-top: -9px;
  max-width: 900px;
  margin: 0 auto;
}

.footer_box {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .footer_box {
    max-width: 100%;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.footer_box .left_box {
  width: 58%;
}
@media (max-width: 750px) {
  .footer_box .left_box {
    width: 100%;
  }
}
.footer_box .left_box iframe {
  width: 100%;
  height: 400px;
  border: 3px solid #003a0f;
}
.footer_box .right_box {
  width: 38%;
}
@media (max-width: 750px) {
  .footer_box .right_box {
    width: 100%;
  }
}
.footer_box .right_box dl {
  border-top: 1px solid #003a0f;
  padding-top: 10px;
  display: flex;
}
.footer_box .right_box dl.last {
  border-bottom: 1px solid #003a0f;
  padding-bottom: 20px;
}
.footer_box .right_box dl dt {
  width: 30%;
}
.footer_box .right_box dl dd {
  text-align: left;
  width: 70%;
  font-size: 14px;
}

.footer_link {
  text-align: center;
  padding-top: 30px;
}
.footer_link a {
  color: #fff;
}

.gre {
  background-color: #bec8cb;
}

.fukuri {
  padding: 10%;
}
.fukuri h2 {
  text-align: center;
}
.fukuri ul {
  max-width: 80%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .fukuri ul {
    width: 100%;
    max-width: 100%;
  }
}
.fukuri ul li {
  width: 23%;
  margin-top: 30px;
  margin: 30px 1% 0;
}
@media (max-width: 750px) {
  .fukuri ul li {
    width: 98%;
  }
}
.fukuri ul.big li {
  width: 23%;
}
@media (max-width: 750px) {
  .fukuri ul.big li {
    width: 98%;
  }
}

.faq_wapper h2 {
  text-align: center;
}
.faq_wapper h2 img {
  width: 70%;
}
.faq_wapper dl {
  padding: 30px 50px;
  background-color: #fff;
  max-width: 80%;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .faq_wapper dl {
    max-width: 100%;
    padding: 20px 10px;
  }
}
.faq_wapper dl dt {
  display: flex;
  border: 3px solid #000;
  align-items: center;
  background-color: #2d56c9;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.faq_wapper dl dt p {
  width: 80%;
}
.faq_wapper dl dt figure {
  line-height: 0;
  margin-bottom: -2px;
  margin-right: 10px;
  width: 5%;
}
.faq_wapper dl dd {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .faq_wapper dl dd {
    flex-wrap: wrap;
  }
}
.faq_wapper dl dd figure {
  width: 10%;
}
.faq_wapper dl dd p {
  padding-left: 10px;
  width: 95%;
}
@media (max-width: 750px) {
  .faq_wapper dl dd p {
    width: 85%;
  }
}
.faq_wapper dl dd figure {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .faq_wapper dl dd .imgbox {
    width: 100%;
    margin-top: 20px;
  }
  .faq_wapper dl dd .imgbox img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */