/*
Theme Name: minnano-fukushimura
Description: minnano-fukushimura
Author: kkr
Version: 1.0.0
*/
html {
  background-color: #fff9ed;
}

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

.show_pc {
  display: none;
}

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

.show_only_pc {
  display: none;
}

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

.dntshow_tab {
  display: block;
}

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

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

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  text-align: center;
  line-height: 2.0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  text-align: center;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

body {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  font-size: 1.5rem;
  color: #292221;
}

.section_title {
  display: inline-block;
  color: #ED9038;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 500px) {
  .section_title {
    font-size: 3.2rem;
  }
}

.section_title::before {
  position: absolute;
  content: "";
  width: 125px;
  height: 24px;
  background-image: url("../img/ashirai_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -24px;
  left: -110px;
}

.section_title::after {
  position: absolute;
  content: "";
  width: 125px;
  height: 24px;
  background-image: url("../img/ashirai_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -24px;
  right: -110px;
}

header {
  position: relative;
}

header img {
  width: 100%;
  height: auto;
}

.fv_link {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .fv_link {
    position: absolute;
    width: 800px;
    margin-bottom: 0;
    bottom: 40px;
    left: calc(50% - 400px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.fv_link_item {
  position: relative;
  width: 380px;
  height: 172px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 24px;
}

@media screen and (min-width: 1100px) {
  .fv_link_item {
    margin-bottom: 0;
  }
}

.fv_link_item img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv_link_item h6 {
  position: absolute;
  bottom: 8px;
  left: 18px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.fv_link_item h6 span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
}

.fv_link_item .txt {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 4px 10px;
  border: solid 1px #fff;
}

.fv_link_item .txt p {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.fv_link_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fv_link_item:hover {
  opacity: .6;
}

.nav_area {
  position: fixed;
  z-index: 999;
  right: 4rem;
  bottom: 4rem;
  margin-bottom: -32px;
}

.nav_area ul li {
  text-align: right;
  margin-bottom: 32px;
}

.nav_area ul li a p {
  text-align: right;
  font-size: 1.4rem;
  color: #8A262A;
}

.about {
  background-color: #ffeabf;
  position: relative;
  padding: 30px 20px;
}

@media screen and (min-width: 1100px) {
  .about {
    padding: 100px 0;
  }
}

.about .inner {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 50px 12px;
}

@media screen and (min-width: 1100px) {
  .about .inner {
    max-width: 920px;
    border-radius: 40px;
    padding: 80px 32px 30px;
  }
}

.about .inner h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .about .inner h2 {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
}

.about .inner h2 span {
  color: #ED9038;
}

.about .inner p {
  font-size: 1.4rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 500px) {
  .about .inner p {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}

.about_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.about_point img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 500px) {
  .about_point img {
    width: 60%;
    height: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1100px) {
  .about_point img {
    width: 33.333%;
  }
}

.about_point_text {
  width: 100%;
  height: auto;
  text-align: left;
}

@media screen and (min-width: 1100px) {
  .about_point_text {
    width: 66.666%;
    padding-top: 41px;
    height: 282px;
  }
}

.about_point_text div {
  height: 62px;
  width: 290px;
  text-align: left;
  margin: 0 auto 0;
  background-image: url("../img/title_background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 1100px) {
  .about_point_text div {
    margin-left: 4.4rem;
    margin-bottom: 20px;
  }
}

.about_point_text h3 {
  font-size: 1.6rem;
  line-height: 58px;
  color: #fff;
  text-align: center;
  padding: 0 auto;
}

@media screen and (min-width: 500px) {
  .about_point_text h3 {
    font-size: 1.8rem;
    line-height: 62px;
  }
}

.about_point_text p {
  margin-left: 0;
  margin-bottom: 0 !important;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .about_point_text p {
    margin-left: 4.4rem;
    font-size: 1.6rem;
    text-align-last: left;
  }
}

.about .about_around_01 {
  position: absolute;
  top: 50px;
  right: 13vw;
  width: 10vw;
}

.about .about_around_02 {
  position: absolute;
  top: 700px;
  left: 12.5vw;
  width: 6vw;
}

.about .about_around_03 {
  position: absolute;
  bottom: 30px;
  right: 12.5vw;
  width: 8vw;
}

.think {
  background-color: #fff9ed;
  padding: 40px 20px;
}

@media screen and (min-width: 500px) {
  .think {
    padding: 56px 10px;
  }
}

@media screen and (min-width: 1100px) {
  .think {
    padding: 100px 0;
  }
}

.think .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1100px) {
  .think .inner {
    max-width: 880px;
  }
}

.think .inner .section_title {
  margin-bottom: 65px;
}

@media screen and (min-width: 1100px) {
  .think .inner .section_title {
    margin-bottom: 108px;
  }
}

.think .inner .think_around_01 {
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 25.34px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_around_01 {
    top: -90px;
    right: 200px;
    width: 127px;
    height: 81px;
  }
}

.think .inner .think_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.think .inner .think_01 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 75%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .think .inner .think_01 img {
    width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 img {
    width: 33.333%;
    padding-right: 30px;
  }
}

.think .inner .think_01 .think_text {
  width: 100%;
  padding: 30px 20px;
  background-color: #ffffff;
  border-top: 4px solid #DCDC8C;
  border-bottom: 4px solid #DCDC8C;
  position: relative;
  margin: 0 18px 25px;
}

@media screen and (min-width: 500px) {
  .think .inner .think_01 .think_text {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text {
    width: 560px;
    padding: 40px 32px;
    border-top: 6px solid #DCDC8C;
    border-bottom: 6px solid #DCDC8C;
  }
}

.think .inner .think_01 .think_text p {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 500px) {
  .think .inner .think_01 .think_text p {
    text-align: left;
    font-size: 1.6rem;
  }
}

.think .inner .think_01 .think_text ul {
  margin: 10px;
}

@media screen and (min-width: 500px) {
  .think .inner .think_01 .think_text ul {
    margin: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text ul {
    margin: 30px;
  }
}

.think .inner .think_01 .think_text ul li {
  text-align: left;
  font-size: 1.2rem;
  margin-left: 10px;
  position: relative;
}

@media screen and (min-width: 500px) {
  .think .inner .think_01 .think_text ul li {
    font-size: 1.6rem;
    margin-left: 32px;
  }
}

.think .inner .think_01 .think_text ul li::before {
  content: "";
  background-image: url("../img/list.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  left: -14px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text ul li::before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: -45px;
  }
}

.think .inner .think_01 .think_text::after, .think .inner .think_01 .think_text::before {
  content: '';
  position: absolute;
  top: -18px;
  width: 4px;
  height: calc(100% + 36px);
  background-color: #dcdc8c;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text::after, .think .inner .think_01 .think_text::before {
    width: 6px;
  }
}

.think .inner .think_01 .think_text::before {
  left: -4px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text::before {
    left: -6px;
  }
}

.think .inner .think_01 .think_text::after {
  right: -4px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_01 .think_text::after {
    right: -6px;
  }
}

.think .inner .think_line {
  margin: 20px auto;
  width: 65%;
}

@media screen and (min-width: 500px) {
  .think .inner .think_line {
    margin: 50px auto;
    width: 60%;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_line {
    margin: 70px auto;
    max-width: 600px;
  }
}

.think .inner .think_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.think .inner .think_02 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .think .inner .think_02 img {
    width: 40%;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 img {
    width: 33.333%;
    height: 448px;
    padding-left: 30px;
  }
}

.think .inner .think_02 .think_text {
  width: 100%;
  padding: 30px 20px;
  background-color: #ffffff;
  border: 4px solid #DCDC8C;
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 500px) {
  .think .inner .think_02 .think_text {
    width: 80%;
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 .think_text {
    width: 560px;
    padding: 40px 32px;
    border: 6px solid #DCDC8C;
    margin-bottom: 0;
  }
}

.think .inner .think_02 .think_text h2 {
  text-align: center;
  color: #ED9038;
  font-size: 1.2rem;
  margin-bottom: 24px;
}

@media screen and (min-width: 500px) {
  .think .inner .think_02 .think_text h2 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.think .inner .think_02 .think_text p {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 500px) {
  .think .inner .think_02 .think_text p {
    text-align: left;
    font-size: 1.6rem;
  }
}

.think .inner .think_02 .think_text::after, .think .inner .think_02 .think_text::before {
  content: '';
  position: absolute;
  top: -18px;
  width: 4px;
  height: calc(100% + 36px);
  background-color: #dcdc8c;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 .think_text::after, .think .inner .think_02 .think_text::before {
    width: 6px;
  }
}

.think .inner .think_02 .think_text::before {
  left: -4px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 .think_text::before {
    left: -6px;
  }
}

.think .inner .think_02 .think_text::after {
  right: -4px;
}

@media screen and (min-width: 1100px) {
  .think .inner .think_02 .think_text::after {
    right: -6px;
  }
}

.example {
  background-color: #ffeabf;
  padding: 40px 20px;
}

@media screen and (min-width: 500px) {
  .example {
    padding: 56px 10px;
  }
}

@media screen and (min-width: 1100px) {
  .example {
    padding: 80px 0;
  }
}

.example .inner {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 40px 44px;
}

@media screen and (min-width: 1100px) {
  .example .inner {
    width: 80%;
    max-width: 880px;
    padding: 56px 88px;
  }
}

.example .inner h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .example .inner h2 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}

.example .inner p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .example .inner p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.information {
  padding: 40px 20px;
}

@media screen and (min-width: 500px) {
  .information {
    padding: 56px 10px;
  }
}

@media screen and (min-width: 1100px) {
  .information {
    padding: 80px 0;
  }
}

.information .inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .information .inner {
    max-width: 980px;
  }
}

.information .inner .section_title {
  margin-bottom: 45px;
}

@media screen and (min-width: 500px) {
  .information .inner .section_title {
    margin-bottom: 80px;
  }
}

.information_item {
  margin-bottom: 100px;
  position: relative;
}

.information_item::before {
  content: "";
  width: 185px;
  height: 70px;
  position: absolute;
  display: none;
  right: 30px;
  top: -14px;
  background-image: url("../img/infomation_tree02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1100px) {
  .information_item::before {
    display: block;
  }
}

.information_item h3 {
  text-align: left;
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.information_item h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1100px) {
  .information_item h3::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .information_item h3 {
    padding-left: 64px;
    font-size: 32px;
  }
}

.information_item_inner {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 32px 24px;
}

.information_item_inner_content {
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
}

@media screen and (min-width: 1100px) {
  .information_item_inner_content {
    padding: 40px;
    padding-right: 0;
  }
}

.information_item_inner_content p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.information_item_inner_content_flex {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .information_item_inner_content_flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.information_item_inner_content_flex_left p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.information_item_inner_content_flex_left_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 32px;
}

@media screen and (min-width: 1100px) {
  .information_item_inner_content_flex_left_flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.information_item_inner_content_flex_left_flex h5 {
  background-color: #ED9038;
  border-radius: 8px;
  padding: 4px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.information_item_inner_content_flex_left_flex h4 {
  color: #ED9038;
  font-size: 36px;
  font-weight: bold;
  margin-right: 48px;
}

.information_item_inner_content_flex_left_flex p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.04;
  line-height: 2;
}

.information_item_inner_content_flex_right img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .information_item_inner_content_flex_right img {
    width: 420px;
  }
}

.information .map_information_area {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .information .map_information_area {
    max-width: 815px;
  }
}

.information .map_information_area h1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 500px) {
  .information .map_information_area h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1100px) {
  .information .map_information_area h1 {
    font-size: 3.2rem;
    text-align: left;
    margin-bottom: 23px;
    margin-left: 30px;
  }
  .information .map_information_area h1::after {
    content: "";
    background-image: url("../img/ashirai_03.png");
    width: 129px;
    height: 100px;
    position: absolute;
    bottom: -25px;
    right: 500px;
  }
}

.information .map_information {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  padding: 15px 16px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .information .map_information {
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 1100px) {
  .information .map_information {
    padding: 30px 32px;
    border-radius: 30px;
    background-size: cover;
  }
}

.information .map_information .information_text_inner {
  background-color: #fff;
  padding: 12px 40px;
  border-radius: 20px;
}

@media screen and (min-width: 1100px) {
  .information .map_information .information_text_inner {
    padding: 24px 87px;
    border-radius: 40px;
  }
}

.information .map_information .information_text_inner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .information .map_information .information_text_inner img {
    width: 554px;
  }
}

.closing {
  background-color: #ffffff;
  padding: 28px 34px 80px;
}

@media screen and (min-width: 1100px) {
  .closing {
    padding: 80px 0 120px;
  }
}

.closing .inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .closing .inner {
    max-width: 880px;
  }
}

.closing .inner img {
  margin: 0 auto;
  margin-bottom: 32px;
}

@media screen and (min-width: 1100px) {
  .closing .inner img {
    max-width: 880px;
    margin-bottom: 56px;
  }
}

.closing .inner p {
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .closing .inner p {
    font-size: 1.8rem;
    line-height: 2;
    max-width: 756px;
  }
}

.contact_area {
  margin: 50px 0;
}

@media screen and (min-width: 1100px) {
  .contact_area {
    margin: 150px 0;
  }
}

.contact_area .section_title {
  margin-bottom: 52px;
}

@media screen and (min-width: 1100px) {
  .contact_area .section_title {
    margin-bottom: 64px;
  }
}

.submit_button {
  background-image: url("../img/submit_background.png");
  width: 120px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 7px 20px;
  margin: 32px auto 0;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .submit_button {
    width: 232px;
    height: 80px;
    margin: 32px auto 0 !important;
  }
}

.submit_button p {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.submit_button p input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 41px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .submit_button p input {
    font-size: 2.4rem;
    line-height: 80px;
  }
}

footer {
  background-color: #D18136;
  padding: 30px 0;
}

@media screen and (min-width: 1100px) {
  footer {
    padding: 50px 0;
  }
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}

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

footer .flex img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 225px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1100px) {
  footer .flex img {
    width: 50%;
    max-width: 320px;
    margin-bottom: 0;
  }
}

footer .flex div {
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 1100px) {
  footer .flex div {
    width: 50%;
    padding-left: 50px;
  }
}

footer .flex div p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  footer .flex div p {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: left;
  }
}

footer .flex div p a {
  color: #ffffff;
}

footer .credit {
  font-size: 1.2rem;
  color: #ffffff;
}

@media screen and (min-width: 1100px) {
  footer .credit {
    font-size: 1.6rem;
  }
}

.privacy {
  background-color: #fff9ed;
  padding: 100px 0;
}

.privacy_area {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 20px;
}

@media screen and (min-width: 1100px) {
  .privacy_area {
    max-width: 900px;
    padding: 100px 60px;
  }
}

.privacy_area_inner {
  color: #292221;
}

.privacy_area_inner h1 {
  color: #d56412;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .privacy_area_inner h1 {
    font-size: 2rem;
  }
}

.privacy_area_inner div p {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
  .privacy_area_inner div p {
    font-size: 1.4rem;
  }
}

.privacy_area_inner div h2 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 1100px) {
  .privacy_area_inner div h2 {
    font-size: 1.6rem;
  }
}

.thanks {
  background-color: #fff9ed;
  padding: 100px 0;
}

.thanks_area {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px 20px;
}

@media screen and (min-width: 1100px) {
  .thanks_area {
    max-width: 900px;
    padding: 100px 60px;
  }
}

.thanks_area_inner {
  color: #292221;
}

.thanks_area_inner h1 {
  color: #d56412;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
  .thanks_area_inner h1 {
    font-size: 2rem;
  }
}

.thanks_area_inner div p {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 1100px) {
  .thanks_area_inner div p {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */