@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: black;
}

h1, h2, h3, h4, p {
  margin: 0;
  font-size: 1em;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

.mr_t10 {
  margin-top: 10px;
}

.mr_t15 {
  margin-top: 15px;
}

.mr_t20 {
  margin-top: 20px;
}

.mr_t30 {
  margin-top: 30px;
}

.mr_t40 {
  margin-top: 40px;
}

.mr_t50 {
  margin-top: 50px;
}

.mr_b5 {
  margin-bottom: 5px;
}

.mr_b10 {
  margin-bottom: 10px;
}

.mr_b20 {
  margin-bottom: 20px;
}

.mr_b30 {
  margin-bottom: 30px;
}

.mr_b35 {
  margin-bottom: 35px;
}

.mr_b50 {
  margin-bottom: 50px;
}
.mr_b110 {
  margin-bottom: 110px;
}

.mr_l20 {
  margin-left: 20px;
}

.sp-br {
  display: none;
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.tb-br {
  display: none;
}

@media (max-width: 1024px) and (min-width: 600px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}

#wrapper {
  width: 100%;
  overflow-x: hidden !important;
}

.paper_bg, .sp-2_bg, .sp-3_bg {
  background-size: 1160px auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/400paper_top.svg);
  min-height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.paper_bg .toptitle, .sp-2_bg .toptitle, .sp-3_bg .toptitle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 40px;
  font-size: 34px;
  width: 100%;
  height: 84px;
  line-height: 84px;
}

@media (max-width: 1024px) {
  .paper_bg .toptitle, .sp-2_bg .toptitle, .sp-3_bg .toptitle {
    height: 9vh;
    font-size: 25px;
    line-height: 9vh;
    margin: 0 25px;
  }
}

@media (max-width: 599px) {
  .paper_bg .toptitle, .sp-2_bg .toptitle, .sp-3_bg .toptitle {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .paper_bg, .sp-2_bg, .sp-3_bg {
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
  }
}

.paper_bg-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 680px;
}

@media (max-width: 1024px) {
  .paper_bg-container {
    height: 75%;
    padding-bottom: 50px;
  }
}

.cover-top {
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.cover-top p {
  margin-top: 0;
}

.cover-top span {
  color: #b9542e;
}

@media (max-width: 1024px) {
  .cover-top {
    font-size: 14px;
  }
}

.cover-middle {
  font-size: 56px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .cover-middle {
    font-size: 38px;
    line-height: 1.5;
  }
}

@media (max-width: 599px) {
  .cover-middle {
    font-size: 30px;
  }
}

.cover-bottom {
  margin: 0 auto;
}

.cover-bottom img {
  display: block;
  width: 200px;
}

@media (max-width: 1024px) {
  .cover-bottom img {
    width: 150px;
  }
}

.sp-2_bg, .sp-3_bg {
  background-image: url(../img/400paper.svg);
  height: 800px;
}

@media (max-width: 1024px) {
  .sp-2_bg, .sp-3_bg {
    background-repeat: repeat-y;
    background-size: 928px auto;
    height: 1280px;
  }
}

@media (max-width: 599px) {
  .sp-2_bg, .sp-3_bg {
    background-size: 580px auto;
    height: 800px;
  }
}

@media (max-width: 1024px) {
  .sp-3_bg {
    height: 1920px;
  }
}

@media (max-width: 599px) {
  .sp-3_bg {
    height: 1200px;
  }
}

.sols-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 85%;
  width: 1000px;
}

@media (max-width: 1024px) {
  .sols-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1280px;
  }
}

@media (max-width: 599px) {
  .sols-container {
    height: 800px;
  }
}

.sp_wrapper {
  width: auto;
}

@media (max-width: 1024px) {
  .sp_wrapper {
    background-size: 928px;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 599px) {
  .sp_wrapper {
    height: 400px;
    margin: 0;
  }
}

.page2 {
  position: relative;
  width: 420px;
}

@media (max-width: 1024px) {
  .page2 {
    width: 336px;
  }
}

@media (max-width: 599px) {
  .page2 {
    width: 340px;
  }
}

.page2__pict {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}

@media (max-width: 1024px) {
  .page2__pict {
    right: -20px;
  }
}

@media (max-width: 599px) {
  .page2__pict {
    width: 60px;
    right: 0;
  }
}

.tate-copy {
  white-space: nowrap;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 60px;
}

@media (max-width: 1024px) {
  .tate-copy {
    font-size: 48px;
  }
}

@media (max-width: 599px) {
  .tate-copy {
    font-size: 39px;
  }
}

.sp_wrapper_p3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .sp_wrapper_p3 {
    background-size: 928px;
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 599px) {
  .sp_wrapper_p3 {
    background-size: 580px;
    height: 400px;
  }
}

.sp_wrapper_p3 .page3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp_wrapper_p3 .page3 .sol {
  margin: 25px 0;
}

@media (max-width: 599px) {
  .sp_wrapper_p3 .page3 .sol {
    margin: 16px 0;
  }
}

.so-menu-bnr, .so-menu-bnr_arrow {
  background-color: #2b9c4a;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: inline;
  padding: 0 0.75em;
  border-radius: 1.25em;
}

@media (max-width: 599px) {
  .so-menu-bnr, .so-menu-bnr_arrow {
    font-size: 16px;
  }
}

.so-menu-bnr_arrow {
  font-size: 14px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.so-menu-bnr_arrow a {
  color: #fff;
  display: inline-block;
  width: 135px;
  margin: 0 -36px 0 -11px;
  padding: 0 11px;
}

.so-menu-bnr_arrow:hover {
  opacity: .5;
}

.so-menu-bnr_arrow::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 12.5px;
  background: url(../img/r-arrow.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.menu-name {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .menu-name {
    font-size: 19px;
  }
}

.menu-copy {
  font-size: 18px;
  color: #b9542e;
}

@media (max-width: 599px) {
  .menu-copy {
    font-size: 12px;
  }
}

.paper_bg-container-sol_1,
.paper_bg-container-sol_2 {
  height: 85%;
  max-width: 975px;
}

@media (max-width: 1024px) {
  .paper_bg-container-sol_1,
  .paper_bg-container-sol_2 {
    height: 1920px;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .paper_bg-container-sol_1,
  .paper_bg-container-sol_2 {
    height: 1200px;
  }
}

.paper_bg-container-sol_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 85%;
  max-width: 975px;
}

@media (max-width: 1024px) {
  .paper_bg-container-sol_3 {
    height: 1920px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media (max-width: 599px) {
  .paper_bg-container-sol_3 {
    height: 1200px;
  }
}

.so-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .so-menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative;
    max-width: 544px;
  }
}

@media (max-width: 599px) {
  .so-menu-top {
    max-width: 330px;
  }
}

@media (max-width: 599px) {
  .sp_w240 {
    max-width: 240px;
  }
}

.so-menu-top-left {
  line-height: 1.4;
}

.menu-name_large {
  font-size: 46px;
  margin: 0;
}

@media (max-width: 599px) {
  .menu-name_large {
    font-size: 28px;
  }
}

.menu-copy_large {
  font-size: 30px;
  color: #b9542e;
}

@media (max-width: 1024px) {
  .menu-copy_large {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  .menu-copy_large {
    font-size: 18px;
    margin-top: 5px;
  }
}

.menu-desc2, .menu-desc3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
}

@media (max-width: 1024px) {
  .menu-desc2, .menu-desc3 {
    font-size: 15px;
    width: 55%;
    margin-top: 15px;
    padding-bottom: 60px;
  }
}

@media (max-width: 599px) {
  .menu-desc2, .menu-desc3 {
    font-size: 11px;
    padding-bottom: 0;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .menu-desc3 {
    width: 70%;
  }
}

@media (max-width: 599px) {
  .menu-desc3 {
    padding-bottom: 50px;
  }
}

.pict {
  margin: 0 0 0 auto;
}

@media (max-width: 1024px) {
  .pict2-3 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.so-menu-pict1 {
  width: 158px;
}

@media (max-width: 599px) {
  .so-menu-pict1 {
    width: 105px;
  }
}

.so-menu-pict2 {
  width: 200px;
}

@media (max-width: 599px) {
  .so-menu-pict2 {
    width: 120px;
  }
}

.so-menu-pict3 {
  width: 80px;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .so-menu-pict3 {
    margin: 0;
  }
}

@media (max-width: 599px) {
  .so-menu-pict3 {
    width: 53px;
  }
}

.so-menu-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .so-menu-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 599px) {
  .so-menu-middle {
    width: 320px;
  }
}

.example {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 599px) {
  .example {
    font-size: 12px;
    margin-top: 0;
  }
}

.upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 608px;
}

@media (max-width: 1024px) {
  .upper {
    max-width: 610px;
  }
}

@media (max-width: 599px) {
  .upper {
    width: 320px;
  }
}

.upper .sol-container1 + div, .upper .under .sol-container2 + div, .under .upper .sol-container2 + div {
  position: relative;
  margin-left: 96px;
}

@media (max-width: 599px) {
  .upper .sol-container1 + div, .upper .under .sol-container2 + div, .under .upper .sol-container2 + div {
    margin-left: 32px;
  }
}

.upper .sol-container1 + div::before, .upper .under .sol-container2 + div::before, .under .upper .sol-container2 + div::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -68px;
  width: 40px;
  height: 40px;
  background: url(../img/times.svg);
}

@media (max-width: 599px) {
  .upper .sol-container1 + div::before, .upper .under .sol-container2 + div::before, .under .upper .sol-container2 + div::before {
    top: 15px;
    left: -26px;
    width: 20px;
    height: 20px;
  }
}

.upper .sol-container2 + div {
  position: relative;
  margin-left: 96px;
}

@media (max-width: 599px) {
  .upper .sol-container2 + div {
    margin-left: 32px;
  }
}

.upper .sol-container2 + div::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -68px;
  width: 40px;
  height: 40px;
  background: url(../img/times.svg);
}

@media (max-width: 599px) {
  .upper .sol-container2 + div::before {
    top: 20px;
    left: -26px;
    width: 20px;
    height: 20px;
  }
}

.under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 352px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 599px) {
  .under {
    width: auto;
  }
}

.under .sol-container1, .under .sol-container2 {
  position: relative;
  margin-left: 96px;
}

.under .sol-container1::before, .under .sol-container2::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -68px;
  width: 40px;
  height: 40px;
  background: url(../img/equal.svg);
}

@media (max-width: 1024px) {
  .under .sol-container1, .under .sol-container2 {
    margin-left: 0;
    margin-top: 60px;
  }
  .under .sol-container1::before, .under .sol-container2::before {
    top: -60px;
    left: 108px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
}

@media (max-width: 599px) {
  .under .sol-container1, .under .sol-container2 {
    margin-top: 28px;
  }
  .under .sol-container1::before, .under .sol-container2::before {
    top: -28px;
    left: 60px;
    width: 20px;
    height: 20px;
  }
}

.under .sol-container2::before {
  top: 40px;
}

@media (max-width: 1024px) {
  .under .sol-container2 {
    margin-left: 0;
    margin-top: 60px;
  }
  .under .sol-container2::before {
    top: -60px;
    left: 108px;
  }
}

@media (max-width: 599px) {
  .under .sol-container2 {
    margin-top: 28px;
  }
  .under .sol-container2::before {
    top: -28px;
    left: 60px;
  }
}

.sol-container3-2 {
  width: 256px;
  position: relative;
  margin: 60px auto 0;
}

.sol-container3-2::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 108px;
  width: 40px;
  height: 40px;
  background: url(../img/equal.svg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

@media (max-width: 599px) {
  .sol-container3-2 {
    width: 144px;
    margin-top: 28px;
  }
  .sol-container3-2::before {
    top: -28px;
    left: 62px;
    width: 20px;
    height: 20px;
  }
}

.sol-container1, .under .sol-container2,
.sol-container2,
.sol-container3 {
  width: 256px;
}

@media (max-width: 599px) {
  .sol-container1, .under .sol-container2,
  .sol-container2,
  .sol-container3 {
    width: 144px;
  }
}

.sol-green {
  text-align: center;
  background-color: #2b9c4a;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 5px 0;
}

@media (max-width: 599px) {
  .sol-green {
    font-size: 12px;
  }
}

.sol-desc {
  text-align: justify;
}

@media (max-width: 599px) {
  .sol-desc {
    font-size: 9.5px;
    width: 144px;
    margin-top: 5px;
  }
}

.so-menu1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .so-menu1-bottom {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .so-menu1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 250px;
  }
}

.so-menu1-bottom img {
  width: 200px;
  border: 1px solid #888;
}

@media (max-width: 1024px) {
  .so-menu1-bottom img {
    width: 22%;
  }
}

@media (max-width: 599px) {
  .so-menu1-bottom img {
    width: 100px;
    margin: 10px;
  }
}

.yellow-waku1 {
  margin-right: 0;
  margin-left: auto;
  width: 415px;
  font-size: 16px;
  text-align: center;
  background-color: #fbefc2;
  color: #c50019;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.yellow-waku1 a {
  color: #c50019;
  display: block;
  width: 100%;
  height: 35px;
}

.yellow-waku1:hover {
  opacity: .5;
}

@media (max-width: 1024px) {
  .yellow-waku1 {
    margin-right: auto;
    margin-top: 50px;
  }
}

@media (max-width: 599px) {
  .yellow-waku1 {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    margin-top: 0;
    width: 230px;
  }
  .yellow-waku1 a {
    height: 20px;
  }
}

.sp_wrapper {
  position: relative;
}

.sp_wrapper .so-menu2-bottom {
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media (max-width: 1024px) {
  .sp_wrapper .so-menu2-bottom {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 660px;
}

.photo .p2 {
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .photo {
    padding-bottom: 50px;
  }
}

@media (max-width: 599px) {
  .photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 300px;
    padding-bottom: 10px;
  }
  .photo .p1 {
    width: 50%;
  }
  .photo .p2 {
    margin-top: 10px;
    margin-left: 0;
  }
}

.yellow-waku2, .yellow-waku3 {
  width: 256px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fbefc2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.yellow-waku2 a, .yellow-waku3 a {
  display: block;
  width: 100%;
}

.yellow-waku2 a ul, .yellow-waku3 a ul {
  padding: 15px;
}

@media (max-width: 1024px) {
  .yellow-waku2 a ul, .yellow-waku3 a ul {
    padding: 10px;
  }
}

.yellow-waku2:hover, .yellow-waku3:hover {
  opacity: .5;
}

@media (max-width: 599px) {
  .yellow-waku2, .yellow-waku3 {
    width: 200px;
  }
}

.gaisan {
  font-weight: bold;
}

@media (max-width: 599px) {
  .gaisan {
    font-size: 9.5px;
  }
}

@media (max-width: 599px) {
  .kingaku {
    font-size: 9.5px;
  }
}

.kuwashiku {
  font-size: 12px;
  color: #c50019;
}

@media (max-width: 599px) {
  .kuwashiku {
    font-size: 9.5px;
  }
}

.kuwashiku a {
  color: #c50019;
}

.kuwashiku a span {
  font-weight: 500;
}

.so-menu3-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .so-menu3-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    top: 400px;
    height: 800px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

.so-menu3-middle_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 610px;
}

@media (max-width: 1024px) {
  .so-menu3-middle_left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    height: auto;
  }
}

@media (max-width: 599px) {
  .so-menu3-middle_left {
    width: 300px;
  }
}

.so-menu3-middle_left .upper3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 599px) {
  .so-menu3-middle_left .upper3 {
    width: 320px;
  }
}

.so-menu3-middle_left .upper3 .sol-container3 + div {
  position: relative;
  margin-left: 96px;
}

@media (max-width: 599px) {
  .so-menu3-middle_left .upper3 .sol-container3 + div {
    margin-left: 32px;
  }
}

.so-menu3-middle_left .upper3 .sol-container3 + div::before {
  content: "";
  display: block;
  position: absolute;
  top: 39px;
  left: -68px;
  width: 40px;
  height: 40px;
  background: url(../img/times.svg);
}

@media (max-width: 599px) {
  .so-menu3-middle_left .upper3 .sol-container3 + div::before {
    top: 22px;
    left: -26px;
    width: 20px;
    height: 20px;
  }
}

.so-menu3-middle_left .under3 {
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .so-menu3-middle_left .under3 .sol-green {
    width: 144px;
  }
}

.so-menu3-middle_right {
  width: 277px;
}

@media (max-width: 599px) {
  .so-menu3-middle_right {
    width: 200px;
  }
}

.so-menu3-middle_right .sample_img {
  border: 1px solid #888;
  position: relative;
}

@media (max-width: 599px) {
  .so-menu3-middle_right .sample_img {
    margin-bottom: 20px;
  }
}

.so-menu3-middle_right .sample {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #c50019;
  padding: 0 6px;
  font-size: 16.2px;
  font-weight: bold;
  color: #c50019;
}

@media (max-width: 599px) {
  .so-menu3-middle_right .sample {
    top: 10px;
    right: 10px;
    border: 1px solid #c50019;
    padding: 0 6px;
    font-size: 9.5px;
  }
}

.yellow-waku3 {
  width: 100%;
}

.f-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .f-wrapper {
    max-width: 864px;
  }
}

.f-container {
  width: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-container .f-logo img {
  height: 80px;
}

@media (max-width: 599px) {
  .f-container .f-logo img {
    height: 70px;
  }
}

.f-container .f-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-container .f-right .f-right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-container .f-right .f-right-container .f-name {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 599px) {
  .f-container .f-right .f-right-container .f-name {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 5px;
  }
}

.f-container .f-right .f-right-container .f-number {
  font-size: 40px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: .8;
}

@media (max-width: 599px) {
  .f-container .f-right .f-right-container .f-number {
    font-size: 30px;
    line-height: 1;
  }
}

@media (max-width: 599px) {
  .f-container .f-right .f-office {
    font-size: 13px;
  }
  .f-container .f-right .f-office:last-child {
    margin-top: 10px;
  }
}

.copyright {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 599px) {
  .copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */