@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

* {
  color: #000;
}

* {
  font-family: "Zen Maru Gothic", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1480px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}

.l_header {
  width: 100%;
  height: 160px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}
@media (max-width: 1600px) {
  .l_header {
    height: 140px;
  }
}
@media (max-width: 1280px) {
  .l_header {
    height: 60px;
  }
}
.l_header_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .l_header_inner {
    justify-content: center;
  }
}
.l_header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media (max-width: 1280px) {
  .l_header_logo {
    width: 168px;
  }
}

.l_header-btns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .l_header-btns_list {
    display: none;
  }
}
.l_header-btns_list-tel {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.l_header-btns_list-tel-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.l_header-btns_list-tel-icon {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .l_header-btns_list-tel-icon {
    width: 40px;
  }
}
.l_header-btns_list-tel-num {
  display: flex;
  align-items: flex-end;
  color: #ff5145;
  gap: 3px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}
.l_header-btns_list-tel-num * {
  color: inherit;
}
@media (max-width: 1600px) {
  .l_header-btns_list-tel-num {
    font-size: 45px;
  }
}
.l_header-btns_list-tel-num::before {
  content: "お問合わせ";
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (max-width: 1600px) {
  .l_header-btns_list-tel-num::before {
    font-size: 11.5px;
  }
}
.l_header-btns_list-tel-num .__sm {
  color: inherit;
  font-size: 33px;
  font-weight: 700;
  transform: translateY(-4px);
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 1600px) {
  .l_header-btns_list-tel-num .__sm {
    font-size: 28px;
  }
}
.l_header-btns_list-tel-num .__lg {
  color: inherit;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1600px) {
  .l_header-btns_list-tel-num .__lg {
    font-size: 48px;
  }
}
.l_header-btns_list-time {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff5145;
  height: 40px;
  width: 360px;
  border-radius: 400px;
  gap: 8px;
}
@media (max-width: 1600px) {
  .l_header-btns_list-time {
    width: 320px;
  }
}
.l_header-btns_list-time .__text {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}
.l_header-btns_list-time .__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
.l_header-btns_list-time .__time {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  transform: translateY(-2px);
}
.l_header-btns_list-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 335px;
  height: 90px;
  border-radius: 400px;
  padding-left: 70px;
  position: relative;
}
@media (max-width: 1600px) {
  .l_header-btns_list-btn {
    width: 265px;
    padding-left: 50px;
    height: 80px;
  }
}
.l_header-btns_list-btn.__line {
  background-color: #40a900;
  padding-top: 6px;
}
.l_header-btns_list-btn.__web {
  background-color: #0055ac;
}
.l_header-btns_list-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  position: absolute;
  top: -11px;
  left: 20px;
}
@media (max-width: 1600px) {
  .l_header-btns_list-btn-icon {
    width: 55px;
    top: -8px;
    left: 15px;
  }
}
.l_header-btns_list-btn-text {
  color: #fff;
  line-height: 1;
}
.l_header-btns_list-btn-text .__md {
  font-size: 22px;
  color: inherit;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .l_header-btns_list-btn-text .__md {
    font-size: 18px;
  }
}
.l_header-btns_list-btn-text .__lg {
  font-size: 30px;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 1600px) {
  .l_header-btns_list-btn-text .__lg {
    font-size: 25px;
  }
}
.l_header-btns_list-btn-text .__bg {
  background-color: #fff;
  color: #40a900;
  border-radius: 1000px;
  padding: 1px 24px 3px;
}

.l_header-hambtn {
  width: 60px;
  height: 60px;
  display: none;
  background-color: #0055aa;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .l_header-hambtn {
    display: block;
  }
}
.l_header-hambtn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l_header-hambtn span:nth-child(1) {
  top: 22px;
}
.l_header-hambtn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header-hambtn span:nth-child(3) {
  bottom: 22px;
}

.l_header-spnav {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  padding-bottom: 80px;
  transition: 0.3s;
  transform: translateY(-100%);
}
@media (max-width: 1280px) {
  .l_header-spnav {
    display: block;
  }
}
.l_header-spnav.is-active {
  transform: translate(0);
}
.l_header-spnav_header {
  width: 100%;
  height: 60px;
  background-color: #9f5900;
  display: flex;
  justify-content: flex-end;
}
.l_header-spnav_header-btn {
  width: 60px;
  height: 60px;
  position: relative;
}
.l_header-spnav_header-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
}
.l_header-spnav_header-btn span:nth-child(1) {
  top: 29px;
  transform: translateX(-50%) rotate(-45deg);
}
.l_header-spnav_header-btn span:nth-child(2) {
  bottom: 29px;
  transform: translateX(-50%) rotate(45deg);
}
.l_header-spnav_scroll-wrap {
  width: 100%;
  height: calc(100% - 60px);
  overflow: scroll;
  padding-top: 40px;
}
.l_header-spnav_logo {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_header-spnav_logo {
    width: 100px;
  }
}
.l_header-spnav_list {
  display: flex;
  flex-direction: column;
  margin: 36px auto 0;
  max-width: 300px;
}
@media (max-width: 560px) {
  .l_header-spnav_list {
    margin-top: 24px;
  }
}
.l_header-spnav_list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #9f5900;
}
.l_header-spnav_list-item:last-child {
  border-bottom: 1px solid #9f5900;
}
.l_header-spnav_list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 0;
  width: 100%;
}
.l_header-spnav_list-link .__icon {
  display: flex;
  width: 50px;
  justify-content: center;
  align-items: center;
}
.l_header-spnav_list-link .__icon.__loupe img {
  width: 28px;
}
.l_header-spnav_list-link .__icon.__medal img {
  width: 28px;
}
.l_header-spnav_list-link .__icon.__step img {
  width: 44px;
}
.l_header-spnav_list-link .__icon.__calculator img {
  width: 30px;
}
.l_header-spnav_list-link .__icon.__faq img {
  width: 52px;
}
.l_header-spnav_list-link .__text {
  font-size: 20px;
  font-weight: 500;
  color: #9f5900;
  display: inline-block;
  width: 132px;
}

.l_footer {
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .l_footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 560px) {
  .l_footer {
    padding-top: 48px;
  }
}
.l_footer_logo {
  display: block;
  width: 485px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .l_footer_logo {
    width: 360px;
  }
}
@media (max-width: 768px) {
  .l_footer_logo {
    width: 280px;
  }
}
.l_footer_nav {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .l_footer_nav {
    display: none;
  }
}
.l_footer_nav-item {
  width: 20%;
  border-left: 1px solid #9f5900;
}
.l_footer_nav-item:last-child {
  border-right: 1px solid #9f5900;
}
.l_footer_nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.l_footer_nav-link .__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_footer_nav-link .__icon.__loupe {
  width: 32px;
}
.l_footer_nav-link .__icon.__medal {
  width: 30px;
}
.l_footer_nav-link .__icon.__step {
  width: 49px;
}
.l_footer_nav-link .__icon.__calculator {
  width: 33px;
}
.l_footer_nav-link .__icon.__faq {
  width: 57px;
}
.l_footer_nav-link .__text {
  font-size: 20px;
  font-weight: 500;
  color: #9f5900;
}
.l_footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 0 30px;
}
@media (max-width: 560px) {
  .l_footer_links {
    gap: 16px;
  }
}
.l_footer_link {
  font-size: 13px;
  font-weight: 500;
  color: #9f5900;
}

.l_footer-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 530px;
  z-index: 10000;
  transform: translateY(90px);
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .l_footer-fixed {
    display: flex;
  }
}
.l_footer-fixed.is-active {
  transform: translateY(0);
}
.l_footer-fixed_item {
  display: flex;
  align-items: center;
  width: 50%;
  height: 60px;
  padding: 0 24px;
  position: relative;
}
@media (max-width: 560px) {
  .l_footer-fixed_item {
    padding: 0 12px;
    gap: 8px;
  }
}
.l_footer-fixed_item.__line {
  background-color: #40a900;
}
.l_footer-fixed_item.__tel {
  background-color: #ff5145;
}
.l_footer-fixed_phone {
  display: block;
  width: 36px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .l_footer-fixed_phone {
    width: 28px;
  }
}
.l_footer-fixed_text-wrap {
  width: 100%;
}
.l_footer-fixed_text {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 560px) {
  .l_footer-fixed_text {
    font-size: 12px;
  }
}
.l_footer-fixed_line {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 560px) {
  .l_footer-fixed_line {
    font-size: 14px;
  }
}
.l_footer-fixed_line .__lg {
  font-size: 24px;
  color: inherit;
  font-weight: inherit;
  line-height: 1;
}
@media (max-width: 560px) {
  .l_footer-fixed_line .__lg {
    font-size: 20px;
  }
}
.l_footer-fixed_tel {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffef00;
  font-weight: 700;
  line-height: 1;
  gap: 4px;
  font-size: 23px;
}
.l_footer-fixed_tel * {
  color: inherit;
}
.l_footer-fixed_tel .__icon {
  display: block;
  width: 20px;
  transform: translateY(-2px);
}
.l_footer-fixed_tel .__lg {
  font-size: 24px;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
}
.l_footer-fixed_chara {
  position: absolute;
  width: 80px;
  top: 0px;
  left: 177px;
}
@media (max-width: 560px) {
  .l_footer-fixed_chara {
    top: -30px;
    left: 120px;
  }
}

.m_section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #9f5900;
}
.m_section-title.__blue {
  color: #0055aa;
}
.m_section-title .__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .m_section-title .__icon {
    transform: scale(0.75);
  }
}
.m_section-title .__icon.__loupe {
  width: 51px;
}
.m_section-title .__icon.__medal {
  width: 52px;
}
.m_section-title .__icon.__step {
  width: 85px;
}
.m_section-title .__icon.__calculator {
  width: 53px;
}
.m_section-title .__icon.__faq {
  width: 100px;
}
.m_section-title .__text {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: inherit;
}
@media (max-width: 960px) {
  .m_section-title .__text {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .m_section-title .__text {
    font-size: 28px;
  }
}

.m_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  max-width: 415px;
  width: 100%;
  background: linear-gradient(0deg, rgb(73, 133, 255) 0%, rgb(0, 85, 170) 100%);
  color: #fff;
  border-radius: 1000px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .m_btn {
    height: 60px;
    font-size: 18px;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .m_btn {
    font-size: 16px;
    height: 55px;
    max-width: 280px;
  }
}

.l_main {
  overflow: hidden;
}

.mv {
  background-color: #fbefe4;
  padding-bottom: 36px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .mv {
    width: 100%;
    padding-bottom: 0;
  }
}
.mv_gnav {
  height: 132px;
  padding: 32px 0;
}
@media (max-width: 1280px) {
  .mv_gnav {
    display: none;
  }
}
.mv_gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_gnav-list-item {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #9f5900;
}
.mv_gnav-list-item:last-child {
  border-right: 1px solid #9f5900;
}
.mv_gnav-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.mv_gnav-list-link .__icon {
  display: block;
  width: 58px;
}
@media (max-width: 1600px) {
  .mv_gnav-list-link .__icon {
    width: 50px;
  }
}
.mv_gnav-list-link .__text {
  font-size: 20px;
  font-weight: 500;
  color: #9f5900;
}
@media (max-width: 1600px) {
  .mv_gnav-list-link .__text {
    font-size: 18px;
  }
}
.mv_content {
  position: relative;
  width: 1480px;
  margin: unset;
  z-index: 1;
}
@media (max-width: 1280px) {
  .mv_content {
    padding-top: 24px;
  }
}
@media (max-width: 960px) {
  .mv_content {
    width: 1360px;
  }
}
@media (max-width: 768px) {
  .mv_content {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 20vw;
  }
}
.mv_list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 85px;
  right: 12px;
  z-index: 1;
  gap: 0 8px;
  width: 288px;
  justify-content: center;
}
@media (max-width: 1600px) {
  .mv_list {
    top: 72px;
    right: 88px;
    width: 268px;
  }
}
@media (max-width: 1280px) {
  .mv_list {
    width: 208px;
    right: 270px;
    top: 80px;
  }
}
@media (max-width: 960px) {
  .mv_list {
    width: 178px;
    right: 298px;
    top: 126px;
  }
}
@media (max-width: 768px) {
  .mv_list {
    display: none;
  }
}
.mv_list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 140px;
  height: 140px;
  background: url(../img/top/mv_list-bg.png) center/cover;
}
@media (max-width: 1600px) {
  .mv_list-item {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .mv_list-item {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 960px) {
  .mv_list-item {
    width: 85px;
    height: 85px;
  }
}
.mv_list-item:last-child {
  transform: translateY(-8px);
}
.mv_list-text {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
@media (max-width: 1600px) {
  .mv_list-text {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .mv_list-text {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .mv_list-text {
    font-size: 14px;
  }
}
.mv_list-text.__flex {
  flex-direction: row;
  align-items: flex-end;
}
.mv_list-text .__lg {
  font-size: 36px;
  color: inherit;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .mv_list-text .__lg {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .mv_list-text .__lg {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .mv_list-text .__lg {
    font-size: 18px;
  }
}
.mv_list-text .__md {
  font-size: 25px;
  color: inherit;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .mv_list-text .__md {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .mv_list-text .__md {
    font-size: 16px;
  }
}
.mv_list-text .__num {
  font-size: 53px;
  color: inherit;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .mv_list-text .__num {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .mv_list-text .__num {
    font-size: 28px;
  }
}
.mv_list-text .__color {
  color: #ffef00;
}
.mv_img01 {
  width: 420px;
  position: absolute;
  left: -114px;
  top: 50px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .mv_img01 {
    transform: scale(0.85);
    left: -40px;
    top: 25px;
  }
}
@media (max-width: 1280px) {
  .mv_img01 {
    transform: scale(0.65);
    left: 140px;
    top: 5px;
  }
}
@media (max-width: 960px) {
  .mv_img01 {
    transform: scale(0.55);
    left: 190px;
    top: -5px;
  }
}
@media (max-width: 768px) {
  .mv_img01 {
    display: none;
  }
}
.mv_img02 {
  width: 358px;
  position: absolute;
  right: -60px;
  top: 0;
}
@media (max-width: 1600px) {
  .mv_img02 {
    transform: scale(0.95);
    top: -25px;
    right: -20px;
  }
}
@media (max-width: 1280px) {
  .mv_img02 {
    transform: scale(0.85);
    top: -15px;
    right: 140px;
  }
}
@media (max-width: 960px) {
  .mv_img02 {
    transform: scale(0.75);
    top: 5px;
    right: 200px;
  }
}
@media (max-width: 768px) {
  .mv_img02 {
    display: none;
  }
}
.mv_img03 {
  width: 465px;
  position: absolute;
  left: -85px;
  bottom: -50px;
}
@media (max-width: 1600px) {
  .mv_img03 {
    transform: scale(0.85);
    left: 5px;
    bottom: -80px;
  }
}
@media (max-width: 1280px) {
  .mv_img03 {
    transform: scale(0.55);
    left: 175px;
    bottom: -130px;
  }
}
@media (max-width: 960px) {
  .mv_img03 {
    transform: scale(0.5);
    left: 155px;
    bottom: -110px;
  }
}
@media (max-width: 768px) {
  .mv_img03 {
    display: none;
  }
}
.mv_img04 {
  width: 490px;
  position: absolute;
  right: -94px;
  bottom: -48px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mv_img04 {
    transform: scale(0.85);
    right: -18px;
    bottom: -80px;
  }
}
@media (max-width: 1280px) {
  .mv_img04 {
    transform: scale(0.55);
    right: 133px;
    bottom: -135px;
  }
}
@media (max-width: 960px) {
  .mv_img04 {
    transform: scale(0.5);
    right: 123px;
    bottom: -141px;
  }
}
@media (max-width: 768px) {
  .mv_img04 {
    display: none;
  }
}
.mv_subcopy-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .mv_subcopy-wrap {
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
  }
}
.mv_subcopy {
  font-size: 42px;
  color: #9f5900;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1600px) {
  .mv_subcopy {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .mv_subcopy {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mv_subcopy {
    font-size: 4.5vw;
    position: relative;
  }
}
.mv_subcopy .__lg {
  font-size: 58px;
  color: inherit;
}
@media (max-width: 1600px) {
  .mv_subcopy .__lg {
    font-size: 52px;
  }
}
@media (max-width: 1280px) {
  .mv_subcopy .__lg {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .mv_subcopy .__lg {
    font-size: 7vw;
  }
}
.mv_subcopy .__strong {
  color: #ff5145;
  font-weight: inherit;
  background-image: url(../img/top/deco_wave.png);
  background-size: 460px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media (max-width: 768px) {
  .mv_subcopy .__strong {
    background-size: 240px;
  }
}
.mv_subcopy::before {
  content: "";
  width: 19vw;
  aspect-ratio: 73/60;
  background: url(../img/top/mv_img05.png) center/cover;
  position: absolute;
  top: 12%;
  left: 0;
  transform: translateX(calc(-100% - 10px));
}
.mv_subcopy::after {
  content: "";
  width: 19vw;
  aspect-ratio: 73/62;
  background: url(../img/top/mv_img06.png) center/cover;
  position: absolute;
  top: 10%;
  right: 0;
  transform: translateX(calc(100% + 10px));
}
.mv_main-img {
  display: none;
}
@media (max-width: 768px) {
  .mv_main-img {
    display: block;
  }
}
.mv_maincopy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .mv_maincopy {
    display: none;
  }
}
.mv_maincopy .__bord {
  width: 258px;
  height: 286px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #ff5145;
  font-size: 212px;
  font-weight: 700;
  box-shadow: 0 20px 0 #f8e3d0;
}
@media (max-width: 1600px) {
  .mv_maincopy .__bord {
    font-size: 180px;
    width: 220px;
    height: 240px;
  }
}
@media (max-width: 1280px) {
  .mv_maincopy .__bord {
    font-size: 120px;
    width: 140px;
    height: 150px;
  }
}
@media (max-width: 960px) {
  .mv_maincopy .__bord {
    font-size: 100px;
    width: 120px;
    height: 130px;
  }
}
.mv_maincopy .__bord:nth-child(2n) {
  margin-top: 12px;
}
.mv_maincopy .__text {
  max-width: 670px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .mv_maincopy .__text {
    max-width: 580px;
  }
}
@media (max-width: 1280px) {
  .mv_maincopy .__text {
    max-width: 380px;
    bottom: -40px;
  }
}
@media (max-width: 960px) {
  .mv_maincopy .__text {
    max-width: 350px;
    bottom: -34px;
  }
}
.mv_btn {
  width: calc(100% - 40px);
  height: 150px;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ff5145;
  margin: 64px auto 0;
  border-radius: 1000px;
  padding-left: 56px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mv_btn {
    max-width: 650px;
    height: 120px;
  }
}
@media (max-width: 1280px) {
  .mv_btn {
    max-width: 430px;
    height: 80px;
    padding-left: 36px;
    padding-bottom: 6px;
  }
}
@media (max-width: 960px) {
  .mv_btn {
    max-width: 380px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .mv_btn {
    display: none;
  }
}
.mv_btn-tel {
  display: flex;
  align-items: center;
  color: #ffef00;
  gap: 4px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.mv_btn-tel * {
  color: inherit;
}
@media (max-width: 1280px) {
  .mv_btn-tel {
    font-size: 47px;
    transform: translateY(5px);
  }
}
@media (max-width: 960px) {
  .mv_btn-tel {
    font-size: 40px;
    transform: translateY(3px);
  }
}
.mv_btn-tel .__icon {
  display: flex;
  width: 40px;
  margin-right: 4px;
  transform: translateY(4px);
  position: relative;
}
@media (max-width: 1600px) {
  .mv_btn-tel .__icon {
    width: 36px;
  }
}
@media (max-width: 1280px) {
  .mv_btn-tel .__icon {
    width: 28px;
    transform: translateY(4px);
  }
}
@media (max-width: 960px) {
  .mv_btn-tel .__icon {
    width: 24px;
  }
}
.mv_btn-tel .__icon::before {
  content: "お問合わせ";
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -25px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .mv_btn-tel .__icon::before {
    font-size: 11px;
    top: -21px;
  }
}
@media (max-width: 960px) {
  .mv_btn-tel .__icon::before {
    font-size: 10px;
    top: -19px;
  }
}
.mv_btn-tel .__sm {
  font-size: 47px;
  color: inherit;
  line-height: 1;
  font-weight: 700;
  transform: translateY(8px);
  letter-spacing: 0.075em;
}
@media (max-width: 1600px) {
  .mv_btn-tel .__sm {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .mv_btn-tel .__sm {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .mv_btn-tel .__sm {
    font-size: 24px;
  }
}
.mv_btn-tel .__lg {
  font-size: 76px;
  color: inherit;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media (max-width: 1600px) {
  .mv_btn-tel .__lg {
    font-size: 68px;
  }
}
@media (max-width: 1280px) {
  .mv_btn-tel .__lg {
    font-size: 52px;
  }
}
@media (max-width: 960px) {
  .mv_btn-tel .__lg {
    font-size: 42px;
  }
}
.mv_btn-time {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-left: 74px;
}
.mv_btn-time .__sm {
  font-size: 19px;
  color: inherit;
  font-weight: 700;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1600px) {
  .mv_btn-time .__sm {
    font-size: 17px;
    transform: translateY(2px);
  }
}
@media (max-width: 1280px) {
  .mv_btn-time .__sm {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .mv_btn-time .__sm {
    font-size: 12px;
  }
}
.mv_btn-time .__icon {
  display: block;
  width: 15px;
}
@media (max-width: 1280px) {
  .mv_btn-time .__icon {
    width: 12px;
  }
}
@media (max-width: 960px) {
  .mv_btn-time .__icon {
    width: 9px;
    display: flex;
    align-items: center;
    transform: translateY(2px);
  }
}
.mv_btn-time .__lg {
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1600px) {
  .mv_btn-time .__lg {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .mv_btn-time .__lg {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .mv_btn-time .__lg {
    font-size: 20px;
  }
}
.mv_btn-chara {
  display: block;
  width: 207px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .mv_btn-chara {
    width: 180px;
  }
}
@media (max-width: 1280px) {
  .mv_btn-chara {
    width: 120px;
    right: -34px;
  }
}
.mv_btn-sp {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_btn-sp * {
  color: inherit;
}
@media (max-width: 768px) {
  .mv_btn-sp {
    display: block;
  }
}
.mv_btn-sp-tel {
  color: #ffef00;
  position: absolute;
  font-weight: 600;
  left: 17.5%;
  top: 23%;
  font-weight: 600;
  font-size: 8.8vw;
  line-height: 1;
}
.mv_btn-sp-tel * {
  color: inherit;
}
.mv_btn-sp-tel .__sm {
  font-size: 6vw;
  color: inherit;
  line-height: 1;
  font-weight: inherit;
  letter-spacing: 0.05em;
}
.mv_btn-sp-tel .__lg {
  display: inline-block;
  font-size: 9vw;
  color: inherit;
  line-height: 1;
  font-weight: inherit;
  transform: translate(-4%, 9%);
}

.news {
  background-color: #f8e3d0;
  padding: 45px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 32px 0;
  }
}
.news_inner {
  position: relative;
}
.news_title {
  color: #9f5900;
  position: absolute;
  top: 0;
  left: 30px;
}
@media (max-width: 960px) {
  .news_title {
    position: static;
  }
}
.news_title .__en {
  font-size: 40px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}
.news_title .__jp {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  line-height: 1;
}
.news_chara {
  width: 180px;
  position: absolute;
  left: -6px;
  top: 126px;
}
@media (max-width: 960px) {
  .news_chara {
    width: 150px;
    left: unset;
    top: unset;
    bottom: -100px;
    right: -50px;
  }
}
@media (max-width: 768px) {
  .news_chara {
    width: 120px;
    bottom: -70px;
  }
}
.news_slider {
  padding-left: 205px;
}
@media (max-width: 960px) {
  .news_slider {
    padding-left: 0;
    margin-top: 24px;
    padding-bottom: 48px;
  }
}
.news_slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: unset;
  background-size: cover;
  background-position: center;
  border: none;
  text-indent: -300px;
  overflow: hidden;
  position: absolute;
  top: 90px;
}
@media (max-width: 960px) {
  .news_slider .slick-arrow {
    top: unset;
    bottom: 0;
    width: 36px;
    height: 36px;
  }
}
.news_slider .slick-arrow.slick-prev {
  background-image: url(../img/top/btn_prev.png);
  left: 30px;
}
@media (max-width: 960px) {
  .news_slider .slick-arrow.slick-prev {
    left: 50%;
    transform: translateX(calc(-50% - 30px));
  }
}
.news_slider .slick-arrow.slick-next {
  background-image: url(../img/top/btn_next.png);
  left: 80px;
}
@media (max-width: 960px) {
  .news_slider .slick-arrow.slick-next {
    left: 50%;
    transform: translateX(calc(-50% + 30px));
  }
}
.news_slider-item {
  padding: 0 15px;
}
.news_slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_slider-date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.news_slider-date .__icon {
  display: flex;
  align-items: center;
  width: 17px;
}
.news_slider-date .__date {
  font-size: 15px;
  color: #9f5900;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px;
}
.news_slider-category {
  background-color: #9f5900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px 3px;
  font-size: 12px;
  border-radius: 500px;
}
.news_slider-img {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px;
}
.news_slider-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.25;
}

.worries {
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  .worries {
    padding: 60px 0 40px;
  }
}
@media (max-width: 560px) {
  .worries {
    padding: 48px 0 24px;
  }
}
.worries_title {
  font-size: 49px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1280px) {
  .worries_title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .worries_title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .worries_title {
    font-size: 28px;
  }
}
.worries_img-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 48px;
}
@media (max-width: 560px) {
  .worries_img-wrap {
    margin-top: 32px;
  }
}
.worries_img-inner {
  width: 1120px;
  position: relative;
}
@media (max-width: 1280px) {
  .worries_img-inner {
    width: 920px;
  }
}
@media (max-width: 768px) {
  .worries_img-inner {
    width: 700px;
  }
}
@media (max-width: 560px) {
  .worries_img-inner {
    width: 480px;
  }
}
.worries_img01 {
  width: 100%;
}
.worries_text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .worries_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .worries_text {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .worries_text {
    font-size: 10px;
  }
}
.worries_text:nth-child(1) {
  width: 154px;
  height: 120px;
  top: 40px;
  left: 190px;
}
@media (max-width: 1280px) {
  .worries_text:nth-child(1) {
    top: 20px;
    left: 140px;
  }
}
@media (max-width: 768px) {
  .worries_text:nth-child(1) {
    width: 134px;
    height: 100px;
    top: 10px;
    left: 100px;
  }
}
@media (max-width: 560px) {
  .worries_text:nth-child(1) {
    width: 100px;
    height: 70px;
    top: 8px;
    left: 65px;
  }
}
.worries_text:nth-child(2) {
  width: 275px;
  height: 150px;
  top: 98px;
  left: 409px;
}
@media (max-width: 1280px) {
  .worries_text:nth-child(2) {
    width: 235px;
    height: 110px;
    top: 87px;
    left: 331px;
  }
}
@media (max-width: 768px) {
  .worries_text:nth-child(2) {
    width: 165px;
    height: 90px;
    top: 63px;
    left: 261px;
  }
}
@media (max-width: 560px) {
  .worries_text:nth-child(2) {
    width: 115px;
    height: 60px;
    top: 44px;
    left: 179px;
  }
}
.worries_text:nth-child(3) {
  width: 240px;
  height: 170px;
  top: 46px;
  right: 154px;
}
@media (max-width: 1280px) {
  .worries_text:nth-child(3) {
    height: 141px;
    top: 40px;
    right: 102px;
  }
}
@media (max-width: 768px) {
  .worries_text:nth-child(3) {
    height: 101px;
    top: 31px;
    right: 89px;
    width: 160px;
  }
}
@media (max-width: 560px) {
  .worries_text:nth-child(3) {
    height: 76px;
    top: 18px;
    right: 61px;
    width: 110px;
  }
}
.worries_content {
  position: relative;
}
.worries_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.worries_list-item {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .worries_list-item {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .worries_list-item {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .worries_list-item {
    font-size: 18px;
  }
}
.worries_balloon {
  display: block;
  width: 198px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(324px);
}
@media (max-width: 1280px) {
  .worries_balloon {
    width: 150px;
    transform: translateX(280px);
  }
}
@media (max-width: 960px) {
  .worries_balloon {
    width: 130px;
    transform: translateX(210px);
    top: 100px;
  }
}
@media (max-width: 768px) {
  .worries_balloon {
    width: 120px;
    transform: translateX(160px);
  }
}
@media (max-width: 560px) {
  .worries_balloon {
    width: 80px;
    transform: translateX(104px);
    top: 109px;
  }
}
.worries_content-text {
  font-size: 36px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #000;
  font-weight: 700;
  position: absolute;
}
@media (max-width: 1280px) {
  .worries_content-text {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .worries_content-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .worries_content-text {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .worries_content-text {
    font-size: 16px;
  }
}
.worries_content-text .__lg {
  font-size: 74px;
  color: #ff8082;
  line-height: 1.25;
}
@media (max-width: 1280px) {
  .worries_content-text .__lg {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .worries_content-text .__lg {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .worries_content-text .__lg {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .worries_content-text .__lg {
    font-size: 25px;
  }
}
.worries_content-text.__01 {
  right: 50%;
  top: 80px;
  transform: rotate(10deg) translateX(430px);
}
@media (max-width: 1280px) {
  .worries_content-text.__01 {
    top: 60px;
    transform: rotate(10deg) translateX(350px);
  }
}
@media (max-width: 960px) {
  .worries_content-text.__01 {
    top: 150px;
    transform: rotate(10deg) translateX(280px);
  }
}
@media (max-width: 768px) {
  .worries_content-text.__01 {
    transform: rotate(10deg) translateX(250px);
  }
}
@media (max-width: 560px) {
  .worries_content-text.__01 {
    transform: rotate(7deg) translateX(170px);
  }
}
.worries_content-text.__02 {
  left: 50%;
  top: 155px;
  transform: rotate(-10deg) translateX(-530px);
}
@media (max-width: 1280px) {
  .worries_content-text.__02 {
    top: 115px;
    transform: rotate(-10deg) translateX(-380px);
  }
}
@media (max-width: 960px) {
  .worries_content-text.__02 {
    transform: rotate(-10deg) translateX(-310px);
  }
}
@media (max-width: 768px) {
  .worries_content-text.__02 {
    top: 145px;
    transform: rotate(-7deg) translateX(-250px);
  }
}
@media (max-width: 560px) {
  .worries_content-text.__02 {
    top: 125px;
    transform: rotate(-7deg) translateX(-170px);
  }
}
.worries_logo {
  max-width: 267px;
  margin: 68px auto 0;
}
@media (max-width: 1280px) {
  .worries_logo {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .worries_logo {
    max-width: 150px;
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .worries_logo {
    max-width: 120px;
    margin-top: 32px;
  }
}
.worries_img02 {
  width: 868px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .worries_img02 {
    width: 584px;
  }
}
@media (max-width: 768px) {
  .worries_img02 {
    width: 400px;
  }
}
@media (max-width: 560px) {
  .worries_img02 {
    width: 320px;
  }
}

.item {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .item {
    padding: 40px 0;
  }
}
@media (max-width: 560px) {
  .item {
    padding: 24px 0;
  }
}
.item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  max-width: 992px;
  margin: 52px auto 0;
}
@media (max-width: 1280px) {
  .item_list {
    max-width: 776px;
  }
}
@media (max-width: 960px) {
  .item_list {
    max-width: 600px;
    gap: 30px 24px;
  }
}
@media (max-width: 768px) {
  .item_list {
    max-width: 500px;
    gap: 24px 20px;
    margin-top: 36px;
  }
}
@media (max-width: 560px) {
  .item_list {
    gap: 24px 16px;
    max-width: 320px;
  }
}
.item_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 164px;
  height: 164px;
  background: url(../img/top/item_bg.png) center/cover;
  position: relative;
  padding-bottom: 24px;
}
@media (max-width: 960px) {
  .item_list-item {
    width: 132px;
    height: 132px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .item_list-item {
    width: 110px;
    height: 110px;
    padding-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .item_list-item {
    width: calc(50% - 8px);
    aspect-ratio: 1/1;
    height: auto;
  }
}
.item_list-item .__icon {
  width: 130px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
}
@media (max-width: 960px) {
  .item_list-item .__icon {
    width: 110px;
    bottom: 45px;
  }
}
@media (max-width: 768px) {
  .item_list-item .__icon {
    width: 90px;
    bottom: 35px;
  }
}
@media (max-width: 560px) {
  .item_list-item .__icon {
    width: 120px;
    bottom: 45px;
  }
}
.item_list-item .__text {
  font-size: 20px;
  color: #9f5900;
  font-weight: 500;
}
@media (max-width: 960px) {
  .item_list-item .__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .item_list-item .__text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .item_list-item .__text {
    font-size: 18px;
  }
}

.purchase {
  background-color: #9f5900;
  padding: 80px 0;
}
@media (max-width: 960px) {
  .purchase {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .purchase {
    padding: 48px 0;
  }
}
.purchase_title {
  font-size: 39px;
  color: #fff100;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .purchase_title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .purchase_title {
    font-size: 24px;
  }
}
.purchase_title .__lg {
  font-size: 54px;
  color: inherit;
  font-weight: inherit;
}
@media (max-width: 1280px) {
  .purchase_title .__lg {
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  .purchase_title .__lg {
    font-size: 42px;
  }
}
.purchase_list {
  width: calc(100% - 80px);
  max-width: 950px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .purchase_list {
    max-width: 800px;
  }
}
@media (max-width: 960px) {
  .purchase_list {
    gap: 24px;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .purchase_list {
    max-width: 360px;
    flex-wrap: wrap;
  }
}
.purchase_list-item {
  width: calc(33.33% - 33px);
}
@media (max-width: 1280px) {
  .purchase_list-item {
    width: calc(33.33% - 24px);
  }
}
@media (max-width: 960px) {
  .purchase_list-item {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 560px) {
  .purchase_list-item {
    width: calc(50% - 12px);
  }
}
.purchase_img {
  max-width: 670px;
  margin: 40px auto 0;
}
@media (max-width: 1280px) {
  .purchase_img {
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  .purchase_img {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .purchase_img {
    max-width: 420px;
  }
}
@media (max-width: 560px) {
  .purchase_img {
    max-width: 330px;
  }
}

.reason {
  padding-top: 60px;
  padding-bottom: 320px;
  background-color: #fbefe4;
  position: relative;
}
@media (max-width: 768px) {
  .reason {
    padding-top: 48px;
    padding-bottom: 300px;
  }
}
@media (max-width: 560px) {
  .reason {
    padding-bottom: 200px;
    padding-top: 36px;
  }
}
.reason_intro-sm {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #9f5900;
  margin-top: 32px;
}
@media (max-width: 960px) {
  .reason_intro-sm {
    font-size: 18px;
    margin-top: 24px;
  }
}
.reason_intro-md {
  font-size: 27px;
  text-align: center;
  font-weight: 500;
  color: #9f5900;
  margin-top: 12px;
}
@media (max-width: 960px) {
  .reason_intro-md {
    font-size: 24px;
  }
}
.reason_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px 36px;
  max-width: 900px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .reason_list {
    max-width: 480px;
    margin-top: 48px;
  }
}
@media (max-width: 560px) {
  .reason_list {
    flex-direction: column;
    align-items: center;
    gap: 36px 0;
  }
}
.reason_list-item {
  width: 268px;
  height: 246px;
  background: url(../img/top/reason_list-bg.png) center/cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
}
@media (max-width: 960px) {
  .reason_list-item {
    width: 232px;
    height: 213px;
  }
}
@media (max-width: 768px) {
  .reason_list-item {
    width: 222px;
    height: 204px;
  }
}
.reason_list-item:nth-child(2) {
  transform: translateY(-60px);
}
@media (max-width: 768px) {
  .reason_list-item:nth-child(2) {
    transform: translateY(40px);
  }
}
@media (max-width: 560px) {
  .reason_list-item:nth-child(2) {
    transform: translate(0);
  }
}
.reason_list-item:nth-child(3) {
  transform: translateY(-20px);
}
@media (max-width: 768px) {
  .reason_list-item:nth-child(3) {
    transform: translateY(-10px);
  }
}
@media (max-width: 560px) {
  .reason_list-item:nth-child(3) {
    transform: translate(0);
  }
}
.reason_list-item:nth-child(5) {
  transform: translateY(-70px);
}
@media (max-width: 768px) {
  .reason_list-item:nth-child(5) {
    transform: translateY(-40px);
  }
}
@media (max-width: 560px) {
  .reason_list-item:nth-child(5) {
    transform: translate(0);
  }
}
.reason_list-flag {
  display: block;
  width: 74px;
  position: absolute;
  top: 2px;
  left: 8px;
}
@media (max-width: 960px) {
  .reason_list-flag {
    width: 60px;
  }
}
.reason_list-title {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #ff5145;
  line-height: 1;
}
@media (max-width: 960px) {
  .reason_list-title {
    font-size: 32px;
  }
}
.reason_list-title .__sm {
  font-size: 28px;
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 960px) {
  .reason_list-title .__sm {
    font-size: 22px;
  }
}
.reason_list-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #9f5900;
  line-height: 1.25;
  margin-top: 18px;
}
@media (max-width: 960px) {
  .reason_list-text {
    font-size: 16px;
  }
}
.reason_list-deco {
  position: absolute;
}
.reason_list-deco.__01 {
  width: 90px;
  top: 20px;
  left: -90px;
}
@media (max-width: 768px) {
  .reason_list-deco.__01 {
    width: 70px;
    top: 70px;
    left: -50px;
  }
}
.reason_list-deco.__02 {
  width: 187px;
  top: -48px;
  right: -18px;
}
@media (max-width: 960px) {
  .reason_list-deco.__02 {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .reason_list-deco.__02 {
    width: 140px;
    top: -40px;
  }
}
.reason_list-deco.__03 {
  width: 99px;
  top: 18px;
  right: -50px;
}
@media (max-width: 960px) {
  .reason_list-deco.__03 {
    width: 75px;
    top: -42px;
    right: 0px;
  }
}
@media (max-width: 768px) {
  .reason_list-deco.__03 {
    width: 60px;
    top: -38px;
  }
}
.reason_list-deco.__04 {
  width: 108px;
  bottom: 46px;
  right: -50px;
}
@media (max-width: 960px) {
  .reason_list-deco.__04 {
    width: 88px;
  }
}
.reason_list-deco.__05 {
  width: 125px;
  top: 6px;
  right: -50px;
}
@media (max-width: 960px) {
  .reason_list-deco.__05 {
    width: 100px;
  }
}
.reason_family {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
}
@media (max-width: 768px) {
  .reason_family {
    width: 730px;
  }
}
@media (max-width: 560px) {
  .reason_family {
    width: 500px;
  }
}

.step {
  padding-top: 76px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .step {
    padding-top: 68px;
    padding-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .step {
    padding-bottom: 60px;
  }
}
.step_list {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 960px) {
  .step_list {
    flex-wrap: wrap;
    max-width: 600px;
    gap: 60px 60px;
  }
}
@media (max-width: 768px) {
  .step_list {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .step_list {
    flex-direction: column;
    gap: 64px 0;
  }
}
.step_list-item {
  width: 20%;
}
@media (max-width: 1280px) {
  .step_list-item {
    width: calc(25% - 30px);
  }
}
@media (max-width: 960px) {
  .step_list-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 560px) {
  .step_list-item {
    width: 100%;
    position: relative;
  }
}
.step_list-item:last-child .step_list-img::before {
  display: none;
}
@media (max-width: 560px) {
  .step_list-item:last-child::before {
    display: none;
  }
}
.step_list-item::before {
  content: "";
  width: 13%;
  aspect-ratio: 56/50;
  background: url(../img/top/arrow_toright.png) center/cover;
  position: absolute;
  transform: rotate(90deg) translate(50%, 50%);
  display: none;
  left: 50%;
  bottom: -30px;
}
@media (max-width: 560px) {
  .step_list-item::before {
    display: block;
  }
}
.step_list-num {
  display: flex;
  justify-content: center;
}
.step_list-num .__text {
  font-size: 24px;
  font-weight: 500;
  color: #9f5900;
  position: relative;
}
.step_list-num .__text::before, .step_list-num .__text::after {
  content: "";
  width: 16.3px;
  height: 31.3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step_list-num .__text::before {
  left: -36px;
  background-image: url(../img/top/dots_left.png);
}
.step_list-num .__text::after {
  right: -36px;
  background-image: url(../img/top/dots_right.png);
}
.step_list-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #fbefe4;
  margin-top: 16px;
  position: relative;
  border-radius: 5px;
}
.step_list-img::before {
  content: "";
  width: 18.6%;
  aspect-ratio: 56/50;
  background: url(../img/top/arrow_toright.png) center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26%;
}
@media (max-width: 1280px) {
  .step_list-img::before {
    width: 30px;
    right: -36px;
  }
}
@media (max-width: 960px) {
  .step_list-img::before {
    right: -46px;
  }
}
@media (max-width: 560px) {
  .step_list-img::before {
    display: none;
  }
}
.step_list-img img {
  border-radius: 5px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .step_list-img.__02::before {
    transform: rotate(135deg);
    right: unset;
    left: -46px;
    bottom: -100px;
    top: unset;
  }
}
.step_list-title {
  text-align: center;
  font-size: 32px;
  color: #ff5145;
  font-weight: 700;
  padding: 28px 0;
  line-height: 1;
}
@media (max-width: 1600px) {
  .step_list-title {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .step_list-title {
    font-size: 22px;
    padding: 20px 0;
  }
}
@media (max-width: 960px) {
  .step_list-title {
    padding: 16px 0;
  }
}
.step_list-text {
  font-size: 18px;
  font-weight: 500;
  color: #9f5900;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .step_list-text {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .step_list-text {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .step_list-text {
    font-size: 14px;
  }
}

.method {
  background-color: #f7f9fc;
  padding-top: 75px;
  padding-bottom: 120px;
}
@media (max-width: 560px) {
  .method {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.method_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method_box {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .method_box {
    width: 100%;
  }
}
.method_box.__info {
  padding: 0 50px;
}
@media (max-width: 1280px) {
  .method_box.__info {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .method_box.__info {
    margin-top: 32px;
  }
}
.method_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0055aa;
}
.method_icons {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 40px auto 0;
}
@media (max-width: 960px) {
  .method_icons {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .method_icons {
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .method_icons {
    flex-direction: column;
  }
}
.method_icon {
  width: calc(50% - 20px);
  border: 1px solid #0055aa;
  border-radius: 10px;
  padding: 36px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .method_icon {
    width: calc(50% - 10px);
  }
}
@media (max-width: 960px) {
  .method_icon {
    width: 100%;
    padding: 20px 0 16px;
  }
}
@media (max-width: 1280px) {
  .method_icon .__icon {
    transform: scale(0.8);
  }
}
@media (max-width: 960px) {
  .method_icon .__icon {
    transform: scale(0.65);
  }
}
.method_icon .__icon.__track {
  width: 127px;
}
.method_icon .__icon.__shop {
  width: 106px;
}
.method_icon .__text {
  font-size: 55px;
  font-weight: 700;
  color: #0055aa;
  line-height: 1;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .method_icon .__text {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .method_icon .__text {
    font-size: 32px;
    margin-top: 8px;
  }
}
.method_reserv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: url(../img/top/method_reserv-bg.png) center/cover;
  position: absolute;
  top: -50px;
  right: -60px;
}
@media (max-width: 1280px) {
  .method_reserv {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 960px) {
  .method_reserv {
    width: 80px;
    height: 80px;
    top: -12px;
    right: -30px;
  }
}
.method_reserv .__inner {
  color: #ff8082;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .method_reserv .__inner {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .method_reserv .__inner {
    font-size: 18px;
  }
}
.method_maps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 56px;
}
@media (max-width: 1280px) {
  .method_maps {
    margin-top: 36px;
  }
}
@media (max-width: 768px) {
  .method_maps.__pc {
    display: none;
  }
}
.method_maps.__sp {
  display: none;
}
@media (max-width: 768px) {
  .method_maps.__sp {
    display: flex;
  }
}
.method_map .__name {
  font-size: 20px;
  font-weight: 500;
  color: #9f5900;
}
@media (max-width: 560px) {
  .method_map .__name {
    font-size: 18px;
  }
}
.method_map .__map {
  width: 100%;
  aspect-ratio: 16/7;
  margin-top: 4px;
}
@media (max-width: 560px) {
  .method_map .__map {
    aspect-ratio: 16/9;
  }
}
.method_map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .method_shop-image {
    max-width: 400px;
    margin: 0 auto;
  }
}
.method_info {
  margin-top: 24px;
}
.method_info-name {
  font-size: 28px;
  font-weight: 700;
  color: #9f5900;
}
@media (max-width: 1280px) {
  .method_info-name {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .method_info-name {
    font-size: 20px;
  }
}
.method_info-content {
  font-size: 22px;
  color: #9f5900;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 1280px) {
  .method_info-content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .method_info-content {
    font-size: 16px;
  }
}
.method_info-content .__tel {
  display: flex;
  align-items: center;
  font-size: 34px;
  gap: 6px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1280px) {
  .method_info-content .__tel {
    font-size: 28px;
  }
}
.method_info-content .__tel .__icon {
  display: block;
  width: 28px;
  transform: translateY(-4px);
}
@media (max-width: 1280px) {
  .method_info-content .__tel .__icon {
    width: 24px;
  }
}
.method_cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 64px;
  padding: 24px 60px;
}
@media (max-width: 1280px) {
  .method_cta {
    padding: 20px 24px;
    justify-content: center;
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .method_cta {
    flex-direction: column;
    padding-bottom: 32px;
  }
}
.method_cta-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 560px;
}
@media (max-width: 1280px) {
  .method_cta-texts {
    width: 400px;
  }
}
.method_cta-icon {
  display: block;
  width: 93px;
}
@media (max-width: 1280px) {
  .method_cta-icon {
    width: 60px;
  }
}
@media (max-width: 560px) {
  .method_cta-icon {
    width: 50px;
  }
}
.method_cta-text {
  font-size: 36px;
  font-weight: 900;
  color: #40a900;
  text-align: center;
}
@media (max-width: 1280px) {
  .method_cta-text {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .method_cta-text {
    font-size: 20px;
  }
}
.method_cta-text .__lg {
  font-size: 55px;
  font-weight: inherit;
  color: inherit;
}
@media (max-width: 1280px) {
  .method_cta-text .__lg {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .method_cta-text .__lg {
    font-size: 36px;
  }
}
.method_cta-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  width: 100%;
}
@media (max-width: 1600px) {
  .method_cta-list {
    max-width: 700px;
  }
}
@media (max-width: 1280px) {
  .method_cta-list {
    max-width: 450px;
  }
}
@media (max-width: 560px) {
  .method_cta-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
  }
}
.method_cta-list-item {
  width: 30%;
  border: 1px solid #40a900;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #40a900;
}
@media (max-width: 1280px) {
  .method_cta-list-item {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .method_cta-list-item {
    width: calc(50% - 10px);
  }
}

.achievement {
  background-color: #f8e3d0;
  padding-top: 116px;
  padding-bottom: 100px;
}
@media (max-width: 960px) {
  .achievement {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .achievement {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.achievement_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-top: 28px;
}
@media (max-width: 960px) {
  .achievement_list {
    gap: 20px 16px;
  }
}
@media (max-width: 768px) {
  .achievement_list {
    gap: 16px 20px;
    max-width: 520px;
  }
}
.achievement_list-item {
  width: calc(25% - 24px);
}
@media (max-width: 960px) {
  .achievement_list-item {
    width: calc(25% - 12px);
  }
}
@media (max-width: 768px) {
  .achievement_list-item {
    width: calc(50% - 10px);
  }
}
.achievement_list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.achievement_list-date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.achievement_list-date .__icon {
  display: block;
  width: 17px;
  transform: translateY(-1px);
}
@media (max-width: 960px) {
  .achievement_list-date .__icon {
    width: 13px;
    transform: translateY(-3.5px);
  }
}
.achievement_list-date .__date {
  font-size: 15px;
  color: #9f5900;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 960px) {
  .achievement_list-date .__date {
    font-size: 13px;
  }
}
.achievement_list-category {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9f5900;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 1000px;
  padding: 2px 12px 3px;
}
@media (max-width: 960px) {
  .achievement_list-category {
    font-size: 10px;
    padding: 2px 8px 3px;
  }
}
.achievement_list-img {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .achievement_list-img {
    margin-top: 4px;
  }
}
.achievement_list-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 16px 0;
}
@media (max-width: 960px) {
  .achievement_list-title {
    font-size: 16px;
    padding: 10px 0;
  }
}
.achievement_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 86px;
}
@media (max-width: 960px) {
  .achievement_btn-wrap {
    margin-top: 40px;
  }
}

.faq {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .faq {
    padding: 64px 0;
  }
}
@media (max-width: 560px) {
  .faq {
    padding: 40px 0;
  }
}
.faq_list {
  max-width: 1060px;
}
.faq_list-item {
  padding: 50px 40px;
  border-bottom: 1px solid #9f5900;
}
@media (max-width: 960px) {
  .faq_list-item {
    padding: 36px 24px;
  }
}
@media (max-width: 560px) {
  .faq_list-item {
    padding: 20px 0 16px;
  }
}
.faq_block {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 560px) {
  .faq_block {
    gap: 16px;
  }
}
.faq_block:nth-child(2) {
  margin-top: 16px;
  align-items: flex-start;
}
.faq_block .__icon {
  display: block;
  width: 50px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .faq_block .__icon {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .faq_block .__icon {
    width: 36px;
  }
}
.faq_block .__question {
  font-size: 24px;
  color: #0055aa;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 960px) {
  .faq_block .__question {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .faq_block .__question {
    font-size: 18px;
  }
}
.faq_block .__answer {
  font-size: 18px;
  color: #9f5900;
  font-weight: 500;
  padding-top: 12px;
}
@media (max-width: 960px) {
  .faq_block .__answer {
    font-size: 16px;
    padding-top: 9px;
  }
}
@media (max-width: 560px) {
  .faq_block .__answer {
    font-size: 14px;
  }
}
.faq_btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 560px) {
  .faq_btn-wrap {
    margin-top: 48px;
  }
}

.area {
  background-color: #f7f9fc;
  padding-top: 68px;
  padding-bottom: 120px;
}
@media (max-width: 560px) {
  .area {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.area_top-title .__text {
  color: #0055aa;
}
.area_top-title-caution {
  text-align: center;
  font-size: 18px;
  color: #9f5900;
}
.area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin: 48px auto 0;
}
@media (max-width: 768px) {
  .area_flex {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .area_flex {
    margin-top: 32px;
  }
}
.area_flex-map {
  width: 37%;
}
@media (max-width: 768px) {
  .area_flex-map {
    width: 250px;
  }
}
.area_list {
  width: 60%;
}
@media (max-width: 768px) {
  .area_list {
    width: calc(100% - 40px);
  }
}
.area_list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 960px) {
  .area_list-item {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .area_list-item {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .area_list-item {
    flex-direction: column;
    gap: 8px;
  }
}
.area_list-item:nth-child(n+2) {
  margin-top: 32px;
}
.area_list-prefectures {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  border-radius: 1000px;
  flex-shrink: 0;
  border: 2px solid #fff;
  color: #9f5900;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .area_list-prefectures {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .area_list-prefectures {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
}
.area_list-prefectures.__saitama {
  background-color: #a9ede8;
}
.area_list-prefectures.__chiba {
  background-color: #ffaeae;
}
.area_list-prefectures.__ibaraki {
  background-color: #ffc07b;
}
.area_list-city {
  font-size: 18px;
  color: #9f5900;
  line-height: 1.75;
  font-weight: 500;
  width: 100%;
  text-align: justify;
}
@media (max-width: 960px) {
  .area_list-city {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .area_list-city {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .area_list-city {
    text-align: center;
  }
}

.contact {
  padding-top: 84px;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 60px;
  }
}
@media (max-width: 560px) {
  .contact {
    padding-top: 48px;
  }
}
.contact_form {
  max-width: 867px;
  margin-top: 40px;
}
.contact_form th,
.contact_form td {
  border: 1px solid #dcdcdc;
  padding: 8px;
}
.contact_form button,
.contact_form input,
.contact_form select,
.contact_form textarea {
  background-color: #f7f7f7;
  border: 1px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 0;
  color: #333;
  padding: 0.25em 0.5em;
}
.contact_form .wpcf7-acceptance {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact_form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  max-width: 415px;
  width: 100%;
  background: linear-gradient(0deg, rgb(73, 133, 255) 0%, rgb(0, 85, 170) 100%);
  color: #fff;
  border-radius: 1000px;
  font-size: 22px;
  font-weight: 500;
  margin: 20px auto 0;
}
@media (max-width: 960px) {
  .contact_form .wpcf7-submit {
    height: 60px;
    font-size: 18px;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .contact_form .wpcf7-submit {
    font-size: 16px;
    height: 55px;
    max-width: 280px;
  }
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_target {
  padding-top: 160px;
  margin-top: -160px;
}
@media (max-width: 1600px) {
  .u_target {
    padding-top: 140px;
    margin-top: -140px;
  }
}
@media (max-width: 1280px) {
  .u_target {
    padding-top: 60px;
    margin-top: -60px;
  }
}/*# sourceMappingURL=style.css.map */