<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;dilay=swap&amp;subset=japanese");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type="text"],
[type="tel"],
[type="email"],
[type="date"],
[type="number"],
[type="submit"],
[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  vertical-align: middle;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}

@font-face {
  font-family: 'AntroVectra';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AntroVectra/AntroVectra-Regular.eot");
  src: url("../fonts/AntroVectra/AntroVectra-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AntroVectra/AntroVectra-Regular.woff2") format("woff2"), url("../fonts/AntroVectra/AntroVectra-Regular.woff") format("woff"), url("../fonts/AntroVectra/AntroVectra-Regular.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

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

  .pc {
    display: block;
  }

  body {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  body {
    font-size: 1.5em;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.opacity:hover {
  opacity: 0.7;
}

a.under {
  padding-bottom: .1em;
  border-bottom: 1px solid #333;
}

a.under:hover {
  color: #fda700;
  border-bottom: 1px solid #fda700;
}

.header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: calc(155 / 750 * 100vw);
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: #fff;
  z-index: 7777;
}

.header__logo {
  display: flex;
  align-items: center;
  margin-left: 3vw;
  /*width: calc(525 / 750 * 100vw);*/
  height: 100%;
}

.header__logo h1 {
  width: 100%;
  font-size: 70%;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__logo a {
  width: 100%;
  /*display: flex;
    align-items: flex-end;*/
}

.header__logo p {
  display: none;
}

@media screen and (min-width: 751px) {
  .header {
    height: calc(190 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .header__logo {
    display: block;
    height: auto;
    width: 32%;
    /*width: calc(325 / 1100 * 100vw);*/
    margin-left: 2%;
  }

  .header__logo img {
    width: calc(325 / 1100 * 100vw);
  }

  .header__logo p {
    display: block;
    width: 100%;
    font-size: 10px;
    margin-bottom: 0.5em;
  }

  .header__navi {
    width: 100%;
    height: calc(80 / 1100 * 100vw);
  }

}

@media screen and (min-width: 1340px) {
  .header {
    height: 140px;
  }

  .header__logo {
    /*width: 345px;*/

  }

  .header__logo img {
    width: 325px;
  }

  .header__navi {
    width: 100%;
    height: 60px;
  }
}

@media screen and (max-width: 750px) {
  .header.is-open {
    background-color: #333;
  }

  .header.is-open .header__logo {
    opacity: 0;
  }
}

.header__navi.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .header__navi {
    position: fixed;
    top: calc(150 / 750 * 100vw);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    overflow: hidden;
  }

  .header__navi.is-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.header__right {
  margin-left: -4vw;
  width: calc(100% + 8vw);
}

.header__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(185 / 750 * 100vw);
  background-color: #fff;
}

.header__time {
  margin-top: .2em;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
}

.navigation__inner {
  background-color: #fda700;
}

@media screen and (max-width: 750px) {
  #header .header__right {
    display: none;
  }

  #navigation .header__right {
    display: block;
  }

  .navigation__inner {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: 90vh;
    overflow-x: scroll;
    z-index: 999;
  }

  .navigation__content {
    position: relative;
    padding: 0 4vw 12vw 4vw;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (min-width: 751px) {
  .navigation__inner {
    height: 100%;
  }

  .navigation__content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .navi {
    width: 80%;
  }

  .header__right {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: calc(690 / 1100 * 100vw);
    justify-content: flex-end;
  }

  .header__number {
    width: calc(370 / 1100 * 100vw);
    height: calc(80 / 1100 * 100vw);
  }

  .number__contact {
    height: calc(80 / 1100 * 100vw);
  }

  .header__time {
    font-size: calc(13 / 1100 * 100vw);
  }
}

@media screen and (min-width: 750px) and (max-width: 1339px) {
  .number__contact {
    height: calc(110 / 1100 * 100vw);
  }
}


@media screen and (min-width: 1340px) {
  .header__time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1340px) {
  .header__right {
    /*width: 530px;*/
  }

  .header__number {
    width: 330px;
    height: 80px;
  }

  .number__contact {
    height: 80px;
  }
}

@media screen and (min-width: 1450px) {
  .navi {
    width: 800px;
  }

  .header__right {
    width: 700px;
  }

  .header__number {
    width: 330px;
  }
}

.navi&gt;li&gt;a&gt;div:not(.navi__submenu)&gt;span:first-of-type {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.navi&gt;li&gt;a&gt;div:not(.navi__submenu)&gt;span:last-of-type {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto;
  }

  .navi&gt;li&gt;div {
    position: relative;
    border-bottom: calc(6 / 750 * 100vw) solid #f5f5f5;
  }

  .navi&gt;li&gt;.navi__parent:after,
  .navi&gt;li&gt;div:not(.navi__submenu):after {
    content: '';
    position: absolute;
    top: 1.5em;
    right: 1em;
    display: inline-block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_main.png);
  }

  .navi&gt;li&gt;.navi__parent {
    display: block;
    display: flex;
    align-items: flex-end;
    padding: 2em .5em;
    width: 100%;
    height: 100%;
  }

  .navi&gt;li&gt;.navi__parent.is-open:after {
    background-image: url(../img/common/arrow_main_down.png);
  }

  .navi&gt;li&gt;div:not(.navi__submenu) a {
    display: block;
    display: flex;
    align-items: flex-end;
    padding: 2em .5em;
    width: 100%;
    height: 100%;
  }

  .navi&gt;li&gt;div span:first-of-type {
    margin-left: 1.5em;
    color: #fda700;
    font-family: brandon-grotesque, sans-serif;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    order: 2;
  }

  .navi&gt;li&gt;div span:last-of-type {
    color: #333;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    order: 1;
  }

  .navi__submenu {
    display: none;
    padding: 4vw 0 4vw 0;
  }

  .navi__submenu__list a {
    position: relative;
    padding: .8em .5em .8em 1.5em;
    display: block;
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .1em;
  }

  .navi__submenu__list a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_base.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__btn&gt;a {
    height: calc(120 / 750 * 100vw);
  }


  .navi__submenu__list .nsm_toggle {
    position: relative;
    padding: 0.8em 0.5em 0.8em 1.5em;
    display: block;
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .1em;
    cursor: pointer;
  }

  .navi__submenu__list .nsm_toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_base.png);
    transform: translateY(-50%);
    transition: .5s;
  }

  .navi__submenu__list .nsm_toggle.active::After {
    transform: translateY(-50%) rotate(90deg);
  }

  .navi__submenu__list .nsm_content {
    display: none;
  }

}

@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
  }

  .navi&gt;li {
    display: block;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    text-align: center;
    color: #fff;
  }

  .navi&gt;li&gt;div:not(.navi__submenu):hover {
    color: #fff;
    opacity: 1;
    cursor: pointer;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) span {
    display: block;
    width: 100%;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) span:first-of-type {
    margin-bottom: .5em;
    color: #ffda91;
    font-family: brandon-grotesque, sans-serif;
    font-size: calc(13 / 1100 * 100vw);
    font-weight: 700;
  }

  .navi&gt;li&gt;div:not(.navi__submenu):hover span:first-of-type {
    color: #fff;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) span:last-of-type {
    font-size: calc(15 / 1100 * 100vw);
    font-weight: 700;
  }

  .navi__parent {
    background: url(../img/common/nav_arrow.svg) right center no-repeat;
    background-size: 12px auto;
  }

  .navi__submenu {
    position: absolute;
    padding: 2.27273vw;
    top: calc(60 / 1100 * 100vw);
    width: calc(260 / 1100 * 100vw);
    background-color: #fffbf2;
    border: .27273vw solid #fda700;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
  }

  .navi&gt;li:hover .navi__submenu {
    visibility: visible;
    opacity: 1;
  }

  .navi__submenu__list a {
    position: relative;
    display: block;
    padding: 1em;
    width: 100%;
    font-family: brandon-grotesque, sans-serif;
    font-size: 1.36364vw;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  .navi__submenu__list a:hover {
    color: #fda700;
  }

  .navi__submenu__list .nsm_toggle {
    position: relative;
    display: block;
    padding: 1em;
    width: 100%;
    font-family: brandon-grotesque, sans-serif;
    font-size: 1.36364vw;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #fff;
    transition: .5s;
    cursor: pointer;
  }

  .navi__submenu__list .nsm_toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_base.png);
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  .navi__submenu__list .nsm_toggle.active::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .navi__submenu__list .nsm_toggle:hover {
    color: #fda700;
  }

  .navi__submenu__list .nsm_content {
    display: none;
  }

}

@media screen and (min-width: 1101px) {
  .navi&gt;li&gt;div:not(.navi__submenu) span:first-of-type {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .navi&gt;li&gt;div:not(.navi__submenu) span:last-of-type {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .navi__submenu {
    padding: 15px 25px 15px 15px;
    top: 60px;
    width: 260px;
    border: 3px solid #fda700;
  }

  .navi__submenu__inner {
    width: 1000px;
  }

  .navi__submenu__list a {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .navi__submenu__list .nsm_toggle {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .navi__submenu__list .nsm_toggle::after {
    width: 25px;
    height: 25px;
  }

}

.header__sub {
  display: flex;
  padding-bottom: 5.33334vw;
}

.header__sub a {
  display: block;
  padding: 2em 0;
  width: 50%;
  font-size: calc(26 / 750 * 100vw);
  text-align: center;
}

.header__sub a:first-of-type {
  border-right: calc(6 / 750 * 100vw) solid #f5f5f5;
}

.header__desc {
  text-align: center;
}

.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(155 / 750 * 100vw);
  height: calc(155 / 750 * 100vw);
  background-color: #fda700;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease;
}

.toggle.is-active {
  position: absolute;
  top: calc(35 / 750 * 100vw);
  right: calc(20 / 750 * 100vw);
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: 100%;
  background-color: #fff;
}

.toggle span {
  position: absolute;
  left: calc(40 / 750 * 100vw);
  width: calc(80 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.toggle.is-active span {
  left: calc(9 / 750 * 100vw);
  width: calc(60 / 750 * 100vw);
  background-color: #fda700;
}

.toggle span:nth-of-type(1) {
  top: calc(32 / 750 * 100vw);
}

.toggle span:nth-of-type(2) {
  top: calc(54 / 750 * 100vw);
}

.toggle span:nth-of-type(3) {
  top: calc(76 / 750 * 100vw);
  left: calc(60 / 750 * 100vw);
  width: calc(62 / 750 * 100vw);
}

.toggle.is-active span:nth-of-type(1) {
  top: calc(36 / 750 * 100vw);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: calc(36 / 750 * 100vw);
  left: calc(9 / 750 * 100vw);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle__text {
  position: absolute;
  left: 50%;
  bottom: calc(35 / 750 * 100vw);
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.toggle.is-active .toggle__text {
  left: -15.33vw;
  bottom: calc(19 / 750 * 100vw);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

  .header__desc {
    display: none;
  }
}

#sns_area {
  padding-top: calc(80 / 750 * 100vw);
  padding-bottom: calc(20 / 750 * 100vw);
}

#sns_area ul li {
  padding-bottom: calc(60 / 750 * 100vw);
  width: calc(430 / 750 * 100vw);
  margin: 0 2rem;
}

@media screen and (min-width: 751px) {
  #sns_area {
    padding: 45px 0;
  }

  #sns_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }

  #sns_area ul li {
    /*width: calc(31% - 37.5px);*/
    width: 28%;
    /*margin-left: 50px;*/
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 2rem;
  }

  #sns_area ul li:first-child {
    /*margin-left: 0px;*/
  }
}

.footer {
  position: relative;
  background-color: #fda700;
  color: #fff;
}

.footer__navi__container {
  display: none;
}

.footer__navi {
  display: flex;
  justify-content: space-around;
}

.footer__navi li a {
  padding: .5em 0;
  font-size: calc(30 / 750 * 100vw);
}

.footer__navi__box {
  margin-bottom: 2em;
}

@media screen and (min-width: 751px) {
  .footer {
    padding-top: 30px;
  }

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

  .footer__navi__head {
    font-size: calc(13 / 1100 * 100vw);
    font-weight: 700;
  }

  .footer__navi__head a {
    font-size: calc(13 / 1100 * 100vw);
    font-weight: 700;
    color: #fff;
  }

  .footer__navi__head a:hover {
    color: #fff;
  }

  .footer__navi {
    display: block;
    padding: 1em 0 0 0;
  }

  .footer__navi li:before {
    content: "・";
    color: #fff;
  }

  .footer__navi li.none:before {
    content: "";
  }

  .footer__navi li a {
    position: relative;
    display: inline-block;
    padding: .5em 0;
    font-size: calc(13 / 1100 * 100vw);
    color: #fff;
  }

  .footer__navi li a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1101px) {
  .footer__navi__head {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .footer__navi__head a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .footer__navi li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.footer__copy {
  padding: 1em 0 1em;
}

.footer__copy p {
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer__copy {
    padding: 75px 0 1em;
  }

  .footer__copy p {
    font-size: calc(12 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .footer__copy {
    padding: 75px 0 1em;
  }

  .footer__copy p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
}

.container__inner {
  position: relative;
  margin: 0 auto;
  width: calc(690 / 750 * 100vw);
  display: block;
}

@media screen and (min-width: 751px) {
  .container__inner {
    width: 90.90909vw;
  }
}

@media screen and (min-width: 1101px) {
  .container__inner {
    width: 1000px;
  }
}

.container__Sinner {
  position: relative;
  margin: 0 auto;
}

.hero {
  position: relative;
  width: 100%;
  /*height: calc(1260 / 750 * 100vw);*/
  z-index: 2;
}

.hero__box {
  position: absolute;
  top: calc(280 / 750 * 100vw);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(690 / 750 * 100vw);
  height: calc(415 / 750 * 100vw);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .hero {
    height: calc(550 / 1100 * 100vw);
  }

  .hero__box {
    top: calc(275 / 1100 * 100vw);
    width: calc(415 / 1100 * 100vw);
    height: calc(250 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  .hero {
    height: 680px;
  }

  .hero__box {
    top: 215px;
    width: 415px;
    height: 250px;
  }
}

.hero__catch {
  padding-left: 1em;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-size: calc(53 / 750 * 100vw);
  text-align: center;
  line-height: 1.5em;
  letter-spacing: .4em;
}

.hero__catch span {
  color: #fda700;
}

.hero__accent {
  position: absolute;
  color: rgba(253, 167, 0, 0.5);
  font-family: 'AntroVectra';
  font-size: calc(60 / 750 * 100vw);
  -moz-transform: matrix(1.6, -0.2, 0.2, 1.6, 0, 0);
  -webkit-transform: matrix(1.6, -0.2, 0.2, 1.6, 0, 0);
  -ms-transform: matrix(1.6, -0.2, 0.2, 1.6, 0, 0);
  transform: matrix(1.6, -0.2, 0.2, 1.6, 0, 0);
}

.hero__accent--1 {
  top: -1em;
  left: 1em;
}

.hero__accent--2 {
  bottom: -1em;
  right: 1em;
}

@media screen and (min-width: 751px) {
  .hero__accent--1 {
    left: 0;
  }

  .hero__accent--2 {
    right: 0;
  }

  .hero__catch {
    font-size: calc(32 / 1100 * 100vw);
  }

  .hero__accent {
    font-size: calc(36 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  .hero__catch {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .hero__accent {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal&gt;.swiper-pagination-bullets {
  bottom: 3em;
}

.swiper-pagination-bullet {
  width: .3em;
  height: .3em;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #fda700;
}

@media screen and (min-width: 751px) {
  .swiper-pagination-bullet {
    width: .5em;
    height: .5em;
  }
}

.sectionF__head {
  position: relative;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em;
  z-index: 2;
}

.sectionF__subhead {
  position: relative;
  margin-bottom: .5em;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .sectionF__head {
    font-size: calc(24 / 1100 * 100vw);
  }

  .sectionF__subhead {
    font-size: calc(18 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sectionF__head {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .sectionF__subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec__news {
  position: relative;
  background-color: #fffbf2;
  z-index: 2;
  padding:0 0 calc(60 / 750 * 100vw);
}

.newsF {
  position: relative;
  display: block;
  background-color: #fff;
  padding: calc(25 / 750 * 100vw);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.newsF__head {
  position: relative;
  background-color: #64d114;
  width: 100%;
  height: calc(180 / 750 * 100vw);
}

.newsF__head&gt;div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newsF__content {
  padding: 1em 0;
}

.newsF__content .date {
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 751px) {

        .sec__news {
                padding:0 0 calc(30 / 1100 * 100vw);
        }

  .newsF {
    display: flex;
    /*align-items: center;*/
    padding: calc(15 / 1100 * 100vw);
  }

  .newsF__head {
    margin-right: calc(30 / 1100 * 100vw);
    width: calc(150 / 1100 * 100vw);
    height: calc(150 / 1100 * 100vw);
  }

  .newsF__content {
    padding: 1em 3em 1em 0;
    width: calc(100% - 16.36vw);
  }
}

@media screen and (min-width: 1101px) {

        .sec__news {
                padding:0 0 30px;
        }

  .newsF {
    padding: 15px;
  }

  .newsF__head {
    margin-right: 30px;
    width: 150px;
    height: 150px;
  }

  .newsF__content {
    width: calc(100% - 180px);
  }
}

.sec__info {
  position: relative;
  padding: calc(80 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  background-color: #fffbf2;
}

@media screen and (min-width: 751px) {
  .sec__info {
    padding: calc(55 / 1100 * 100vw) 0 calc(30 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sec__info {
    padding: 55px 0 30px;
  }
}

.infoF__container {
  position: relative;
  margin: calc(100 / 750 * 100vw) 0 0 0;
  z-index: 2;
}

.infoF__container&gt;div:nth-of-type(1) {
  margin: 0 0 calc(50 / 1100 * 100vw) 0;
}

@media screen and (min-width: 751px) {
  .infoF__container {
    display: flex;
    justify-content: space-between;
    margin: calc(50 / 1100 * 100vw) 0 0 0;
  }

  .infoF__container&gt;div {
    width: calc(490 / 1100 * 100vw);
  }

  .infoF__container&gt;div:nth-of-type(1) {
    margin: 0;
  }
}

@media screen and (min-width: 1101px) {
  .infoF__container {
    margin: 50px 0 0 0;
  }

  .infoF__container&gt;div {
    width: 490px;
  }
}

.infoF__head__container {
  position: relative;
}

.infoF__head {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.infoF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.infoF__image {
  width: 49%;
}

.infoF__image .ofi--event {
  height: calc(250 / 750 * 100vw);
}

.infoF__text {
  width: 49%;
}

.infoF__text .eventF__date {
  line-height: 1.4;
}

.infoF__content {
  padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
  background-color: #fff;
}

.infoF__content&gt;a {
  display: block;
  position: relative;
  padding: .8em 0;
  border-bottom: 1px dotted #dedede;
}

@media screen and (min-width: 751px) {
  .infoF__head {
    font-size: calc(24 / 1100 * 100vw);
  }

  .infoF__image .ofi--event {
    height: calc(200 / 1100 * 100vw);
  }

  .infoF__content {
    padding: calc(40 / 1100 * 100vw) calc(25 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .infoF__head {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .infoF__image .ofi--event {
    height: 175px;
  }



  .infoF__content {
    padding: 40px 25px;
  }
}

.newsF__date {
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
}

.eventF__date {
  margin-bottom: .434em;
  color: #fda700;
  font-weight: 700;
}

.sec__plan {
  position: relative;
  padding: calc(45 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
}

.sec__plan:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(305 / 750 * 100vw);
  background-color: #fda700;
}

.sec__seko {
  position: relative;
  padding: calc(45 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
}

.sec__seko:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(200 / 750 * 100vw);
  background-color: #fda700;
}

@media screen and (min-width: 751px) {

  .sec__seko,
  .sec__plan {
    padding: calc(20 / 1100 * 100vw) 0 calc(60 / 1100 * 100vw) 0;
  }

  .sec__seko:before,
  .sec__plan:before {
    height: calc(100 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {

  .sec__seko,
  .sec__plan {
    padding: 20px 0 60px 0;
  }

  .sec__seko:before,
  .sec__plan:before {
    height: 100px;
  }
}

.sec__seko {
  background-color: #fdf9f2;
  padding-bottom: calc(200 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .sec__seko {
    padding-bottom: calc(110 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sec__seko {
    padding-bottom: 110px;
  }
}

.sec__lineup {
  position: relative;
  padding: calc(100 / 750 * 100vw) 0;
  background-color: #fffbf2;
}

@media screen and (min-width: 751px) {
  .sec__lineup {
    padding: calc(60 / 1100 * 100vw) 0 calc(90 / 1100 * 100vw) 0;
  }
}

@media screen and (min-width: 1101px) {
  .sec__lineup {
    padding: 60px 0 90px 0;
  }
}

.sec__about {
  position: relative;
  padding: calc(80 / 750 * 100vw) 0 calc(130 / 750 * 100vw) 0;
  background-image: url(../img/front/about/bg_sp.jpg);
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .sec__about {
    padding: calc(60 / 1100 * 100vw) 0 calc(90 / 1100 * 100vw) 0;
    background-image: url(../img/front/about/bg.jpg);
  }
}

@media screen and (min-width: 1101px) {
  .sec__about {
    padding: 60px 0 90px 0;
  }
}

.aboutF__container {
  position: relative;
  margin: calc(85 / 750 * 100vw) 0 0 0;
}

.aboutF__container a:last-of-type {
  margin-bottom: 0;
}

.aboutF__messeage {
  margin: 0 0 calc(80 / 750 * 100vw) 0;
  padding: 1.5em 2em 2em 2em;
  width: 100%;
  background-color: #fff;
  border-left: calc(6 / 750 * 100vw) solid #fda700;
}

.aboutF__messeage ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.6;
  padding-bottom: .8em;
}

.aboutF__messeage ol li:before {
  content: "";
  font-size: calc(44 / 750 * 100vw);
  font-weight: bold;
  color: #fda700;
  padding-right: .3em;
}

.aboutF__messeage ol li:nth-child(1):before {
  content: "1";
}

.aboutF__messeage ol li:nth-child(2):before {
  content: "2";
}

.aboutF__messeage ol li:nth-child(3) {
  padding-bottom: 0em;
}

.aboutF__messeage ol li:nth-child(3):before {
  content: "3";
}

.aboutF__messeage {
  padding: calc(50 / 750 * 100vw);
}

.aboutF__messeage .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: calc(50 / 750 * 100vw);
}

.aboutF__messeage .title h3 {
  width: 50%;
}

.aboutF__messeage .title span {
  width: 50%;
  text-align: right;
  font-size: calc(37 / 750 * 100vw);
  font-weight: 700;
}

.aboutF__messeage h4 {
  color: #fda700;
  font-weight: 700;
  font-size: calc(33 / 750 * 100vw);
  margin-bottom: calc(25 / 750 * 100vw);
}

.aboutF__messeage p {
  line-height: 1.8;
  font-size: calc(24 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}

.aboutF__messeage p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .aboutF__container {
    display: flex;
    margin: calc(60 / 1100 * 100vw) 0 0 0;
  }

  .aboutF__messeage {
    margin: 0 calc(25 / 1100 * 100vw) 0 0;
    padding: calc(50 / 750 * 100vw);
    width: calc(610 / 1100 * 100vw);
    border-left: calc(3 / 1100 * 100vw) solid #fda700;
  }

  .aboutF__messeage ol li:before {
    font-size: calc(24 / 1100 * 100vw);
  }

  .aboutF__menu {
    width: calc(100% - 57.73vw);
  }

  .aboutF__messeage {
    padding: calc(30 / 750 * 100vw);
  }

  .aboutF__messeage .title {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .aboutF__messeage .title span {
    font-size: calc(23 / 750 * 100vw);
  }

  .aboutF__messeage h4 {
    font-size: calc(15 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }

  .aboutF__messeage p {
    font-size: calc(10 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

}

@media screen and (min-width: 1101px) {
  .aboutF__container {
    margin: 60px 0 0 0;
  }

  .aboutF__messeage {
    margin: 0 25px 0 0;
    width: 610px;
    border-left: 3px solid #fda700;
  }

  .aboutF__messeage ol li:before {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .aboutF__menu {
    width: calc(100% - 635px);
  }

  .aboutF__messeage {
    padding: 30px;
  }

  .aboutF__messeage .title {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .aboutF__messeage .title h3 {
    width: 33%;
  }

  .aboutF__messeage .title span {
    width: auto;
    text-align: left;
    font-size: 24px;
  }

  .aboutF__messeage h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .aboutF__messeage p {
    font-size: 15px;
    margin-bottom: 30px;
  }

}

.aboutF__messeage__sign {
  margin-left: auto;
  width: calc(400 / 750 * 100vw);
}

.aboutF__menu a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(25 / 750 * 100vw);
  padding: 0 calc(105 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  height: calc(200 / 750 * 100vw);
  background-color: #fff;
  border-radius: .8em;
  border: solid;
  border-color: #fda700;
  border-width: calc(6 / 750 * 100vw);
}

.aboutF__menu a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(90 / 750 * 100vw);
  height: 100%;
  border-radius: 0 .5em .5em 0;
  background-color: #fda700;
  transition: .3s;
}

.aboutF__menu a:hover::before {
  background-color: #fff;
}

.aboutF__menu a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  display: inline-block;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  background-image: url(../img/common/arrow_base.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.aboutF__menu a:hover::after {
  background-image: url(../img/common/arrow_main.png);
}

.aboutF__menu a:last-of-type {
  margin-bottom: 0;
}

.aboutF__menu__mark {
  width: calc(110 / 750 * 100vw);
}

.aboutF__menu__head {
  padding: 0 .5em;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
}

.aboutF__menu__subhead {
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .aboutF__messeage__sign {
    width: calc(200 / 1100 * 100vw);
  }

  .aboutF__menu a {
    margin-bottom: calc(15 / 1100 * 100vw);
    padding: 0 calc(75 / 1100 * 100vw) 0 calc(15 / 1100 * 100vw);
    height: calc(100 / 1100 * 100vw);
    border-width: calc(3 / 1100 * 100vw);
  }

  .aboutF__menu a:before {
    width: calc(60 / 1100 * 100vw);
  }

  .aboutF__menu a:after {
    right: 1em;
    width: calc(30 / 1100 * 100vw);
    height: calc(30 / 1100 * 100vw);
  }

  .aboutF__menu__mark {
    width: calc(55 / 1100 * 100vw);
  }

  .aboutF__menu__head {
    font-size: calc(18 / 1100 * 100vw);
  }

  .aboutF__menu__subhead {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .aboutF__messeage__sign {
    width: 200px;
  }

  .aboutF__menu a {
    margin-bottom: 15px;
    padding: 0 75px 0 15px;
    height: 100px;
    border-width: 3px;
  }

  .aboutF__menu a:before {
    width: 60px;
  }

  .aboutF__menu a:after {
    width: 30px;
    height: 30px;
  }

  .aboutF__menu__mark {
    width: 55px;
  }

  .aboutF__menu__head {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .aboutF__menu__subhead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.newsA__container {
  margin: 0 auto;
  width: 100%;
}

.newsA__container a {
  position: relative;
  display: block;
  padding: 1.5em 1em;
  width: 100%;
  border-bottom: 2px dotted #ccc;
}

.newsA__container a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: calc(24 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  border-top: 2px solid #535353;
  border-right: 2px solid #535353;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsA__date {
  margin-bottom: .5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.newsA__title {
  padding-right: 2em;
  font-weight: 700;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .newsA__container a {
    display: flex;
    align-items: center;
    padding: 1.5em 1em;
  }

  .newsA__container a:after {
    right: 1em;
  }

  .newsA__date {
    margin-bottom: 0;
    width: 12.72727vw;
  }

  .newsA__title {
    width: calc(100% - 12.72727vw);
  }
}

@media screen and (min-width: 1101px) {
  .newsA__container a:after {
    width: 12px;
    height: 12px;
  }

  .newsA__date {
    margin-bottom: 0;
    width: 140px;
  }

  .newsA__title {
    width: calc(100% - 140px);
  }
}

.newsS__date {
  margin-bottom: 1.5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.eventA__container a {
  position: relative;
  display: block;
  margin-bottom: 10.66667vw;
  width: 100%;
}

.eventA__date__container {
  display: flex;
  align-items: center;
  height: 17.33333vw;
  background-color: #fffbf2;
}

.eventA__label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #fda700;
  padding: 0;
  width: 5em;
  color: #fff;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
}

.eventA__date {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: .6em .8em;
  width: calc(100% - 5em);
  font-size: 3.73333vw;
  line-height: 1.6em;
}

.eventA__content {
  padding: 1em 0 17.33333vw 0;
}

.eventA__title {
  margin-bottom: .7em;
  font-size: 4.26667vw;
  font-weight: 700;
}

.eventA__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 10.66667vw);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .eventA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw;
  }

  .eventA__container a {
    margin-left: 1.81818vw;
    margin-bottom: 5.45455vw;
    width: calc(33.33333% - 1.81818vw);
  }

  .eventA__date__container {
    height: 6.36364vw;
  }

  .eventA__label {
    width: 3.6em;
    font-size: 1.63636vw;
  }

  .eventA__date {
    width: calc(100% - 3.6em);
    font-size: 1.45455vw;
  }

  .eventA__content {
    padding: 1em 0 6.36364vw 0;
  }

  .eventA__title {
    font-size: 1.63636vw;
  }

  .eventA__btn {
    width: calc(100% - 3.63636vw);
  }
}

@media screen and (min-width: 1101px) {
  .eventA__container {
    margin-left: -20px;
  }

  .eventA__container a {
    margin-left: 20px;
    margin-bottom: 60px;
    width: calc(33.33333% - 20px);
  }

  .eventA__date__container {
    height: 70px;
  }

  .eventA__label {
    font-size: 1.8rem;
  }

  .eventA__date {
    font-size: 1.6rem;
  }

  .eventA__content {
    padding: 1em 0 70px 0;
  }

  .eventA__title {
    font-size: 1.8rem;
  }

  .eventA__btn {
    width: calc(100% - 40px);
  }
}

.eventS__image {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .eventS__image {
    width: 90%;
  }
}

.event__info__container {
  margin-left: -4vw;
  padding: 4vw;
  width: calc(100% + 8vw);
  background-color: #fffbf2;
}

.event__info__inner {
  margin: 0 auto;
  width: 100%;
}

.event__data__container {
  padding: 4vw;
}

.event__map {
  margin-top: 5.33333vw;
}

.event__map__container {
  padding: .5em;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .event__info__container {
    margin-left: 0;
    padding: 2.72727vw;
    width: 100%;
  }

  .event__info__inner {
    display: flex;
    align-content: space-between;
    margin-left: 0;
    width: 100%;
  }

  .event__data__container {
    padding: 1.81818vw;
    width: calc(100% - 36.81818vw);
    align-self: flex-start;
  }

  .event__data__container--ful {
    width: 100% !important;
  }

  .event__map {
    margin-top: 0;
    margin-left: 1.81818vw;
    width: 36.81818vw;
    align-self: flex-start;
  }
}

@media screen and (min-width: 1101px) {
  .event__info__container {
    padding: 30px;
  }

  .event__data__container {
    padding: 20px;
    width: calc(100% - 405px);
  }

  .event__map {
    margin-left: 20px;
    width: 405px;
  }
}

.event__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -2.66667vw;
}

.event__cat li {
  display: block;
  margin-left: 2.66667vw;
  margin-bottom: 2.66667vw;
  padding: .8em 1em;
  width: calc(50% - 2.66667vw);
  /*border-radius: 2em;*/
  color: #fff;
  font-size: 3.73333vw;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .event__cat {
    margin-left: 0;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .event__cat li {
    margin: 0 .5em 0 0;
    padding: 1em 1.6em;
    width: auto;
    font-size: 1.36364vw;
  }

  .event__cat li:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 1101px) {
  .event__cat li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.event__cat1 {
  background-color: #dc00fd;
}

.event__cat2 {
  background-color: #fda700;
}

.event__cat3 {
  background-color: #fd4100;
}

.event__cat4 {
  background-color: #008ffd;
}

.event__cat5 {
  background-color: #fd0065;
}

.event__cat6 {
  background-color: #0eca00;
}

.event__data__container {
  background-color: #fff;
}

.event__data dt {
  display: inline-block;
  padding: .5em 0;
  width: 8em;
  background-color: #64d114;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.event__data dd {
  margin-bottom: .5em;
  padding: .5em 0;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em;
}

.event__data dt:last-of-type,
.event__data dd:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .event__data {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .event__data dt {
    align-items: flex-start;
    display: block;
    margin: 0 1.81818vw 1.5em 0;
    width: 11.81818vw;
    font-size: 1.36364vw;
  }

  .event__data dd {
    margin-bottom: 1.5em;
    width: calc(100% - 13.63636vw);
    font-size: 1.36364vw;
  }
}

@media screen and (min-width: 1101px) {
  .event__data dt {
    margin: 0 20px 1.5em 0;
    width: 130px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .event__data dd {
    margin-bottom: 1.5em;
    width: calc(100% - 150px);
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.event__summary__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .event__summary__inner {
    padding: 2em 0;
  }
}

.event__detail__image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.33333vw;
  margin-left: -2.66667vw;
}

.event__detail__image a {
  margin-left: 2.66667vw;
  margin-bottom: 2.66667vw;
  width: calc(50% - 2.66667vw);
}

@media screen and (min-width: 751px) {
  .event__detail__image {
    margin-top: 1.81818vw;
    margin-left: -1.81818vw;
  }

  .event__detail__image a {
    margin-left: 1.81818vw;
    margin-bottom: 1.81818vw;
    width: calc(33.33333% - 1.81818vw);
  }
}

@media screen and (min-width: 1101px) {
  .event__detail__image {
    margin-top: 20px;
    margin-left: -20px;
  }

  .event__detail__image a {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc(33.33333% - 20px);
  }
}

.sekoF__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(100 / 750 * 100vw) 0 0 -4.67vw;
}

.sekoF__container a {
  position: relative;
  display: block;
  margin: 0 0 calc(100 / 750 * 100vw) 4.67vw;
  width: calc(50% - 4.67vw);
}

@media screen and (min-width: 751px) {
  .sekoF__container {
    margin: calc(80 / 1100 * 100vw) 0 0 -1.36vw;
  }

  .sekoF__container a {
    margin: 0 0 calc(50 / 1100 * 100vw) 1.36vw;
    width: calc(33.33333% - 1.36vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoF__container {
    margin: 80px 0 0 -15px;
  }

  .sekoF__container a {
    margin: 0 0 50px 15px;
    width: calc(25% - 15px);
  }
}

.sekoF__image {
  position: relative;
}

.sekoF__price {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: right;
  position: relative;
}

.sekoF__price:before {
  content: "価格";
  color: #fff;
  background-color: #333333;
  border-radius: .5em;
  padding: .5em;
  position: absolute;
  top: calc(13 / 750 * 100vw);
  left: calc(20 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
}

.sekoF__price span {
  margin-right: .1em;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(72 / 750 * 100vw);
}

.sekoF__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em;
  background-color: #e60012;
  color: #fff;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .sekoF__price {
    font-size: calc(18 / 1100 * 100vw);
  }

  .sekoF__price:before {
    font-size: calc(15 / 1100 * 100vw);
    left: calc(10 / 1100 * 100vw);
    top: 3px;
  }

  .sekoF__price span {
    font-size: calc(36 / 1100 * 100vw);
  }

  .sekoF__name {
    font-size: calc(18 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoF__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sekoF__price:before {
    font-size: 15px;
    font-size: 1.5rem;
    left: 10px;
  }

  .sekoF__price span {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .sekoF__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sekoA__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(80 / 750 * 100vw) 0 0 -4.67vw;
}

.sekoA__container a {
  position: relative;
  display: block;
  margin: 0 0 calc(80 / 750 * 100vw) 4.67vw;
  width: calc(50% - 4.67vw);
  background-color: #fdf9f2;
  padding-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .sekoA__container {
    margin: calc(60 / 1100 * 100vw) 0 0 -1.36vw;
  }

  .sekoA__container a {
    margin: 0 0 calc(50 / 1100 * 100vw) 1.36vw;
    width: calc(33.33333% - 1.36vw);
    padding-bottom: calc(20 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoA__container {
    margin: 60px 0 0 -15px;
  }

  .sekoA__container a {
    margin: 0 0 50px 15px;
    width: calc(25% - 15px);
    padding-bottom: 20px;
  }
}

.sekoA__image {
  position: relative;
}

.sekoA__price {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: right;
}

.sekoA__price span {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(64 / 750 * 100vw);
}

.sekoA__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em;
  background-color: #333;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .sekoA__price {
    font-size: calc(18 / 1100 * 100vw);
  }

  .sekoA__price span {
    font-size: calc(36 / 1100 * 100vw);
  }

  .sekoA__name {
    font-size: calc(13 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoA__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sekoA__price span {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .sekoA__name {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.seko__cat__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.66667vw;
}

.seko__cat__menu a {
  position: relative;
  display: block;
  margin-left: 2.66667vw;
  margin-bottom: 2.66667vw;
  width: calc(50% - 2.66667vw);
}

.seko__cat__menu__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .7em .5em;
  background-color: rgba(253, 167, 0, 0.7);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .seko__cat__menu {
    margin-left: -1.36364vw;
  }

  .seko__cat__menu a {
    margin-left: 1.36364vw;
    margin-bottom: 1.36364vw;
    width: calc(25% - 1.36364vw);
  }

  .seko__cat__menu__head {
    padding: 1em .5em;
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .seko__cat__menu {
    margin-left: -15px;
  }

  .seko__cat__menu a {
    margin-left: 15px;
    margin-bottom: 15px;
    width: calc(25% - 15px);
  }

  .seko__cat__menu__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sekoA__cat__image {
  position: relative;
  margin: 0 auto;
  margin-bottom: 6.66667vw;
  width: 69.33333vw;
}

.sekoA__cat__head {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: .7em .5em;
  width: 100%;
  background-color: rgba(253, 167, 0, 0.7);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
}

.sekoA__cat__content&gt;p {
  font-size: 3.73333vw;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .sekoA__cat__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sekoA__cat__image {
    margin: 0;
    width: 21.81818vw;
  }

  .sekoA__cat__head {
    padding: 1em .5em;
    font-size: 1.63636vw;
  }

  .sekoA__cat__content {
    width: 65.45455vw;
  }

  .sekoA__cat__content&gt;p {
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .sekoA__cat__image {
    width: 240px;
  }

  .sekoA__cat__head {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sekoA__cat__content {
    width: 720px;
  }

  .sekoA__cat__content&gt;p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sekoS__container {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .sekoS__container {
    width: 72.72727vw;
  }
}

@media screen and (min-width: 1101px) {
  .sekoS__container {
    width: 800px;
  }
}

.gallery__main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.gallery__thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.gallery__thumb .swiper-slide {
  width: 20%;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
  overflow: hidden;
  transition: .3s;
}

.gallery__thumb .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.gallery-button-prev,
.gallery-button-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10vw;
  height: 10vw;
  margin-top: 0 !important;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  transition: .3s;
}

.gallery-button-prev:hover,
.gallery-button-next:hover {
  opacity: 0.7;
}

.gallery-button-prev {
  left: .5em;
  background-image: url(../img/seko/arrow_prev.png);
}

.gallery-button-next {
  right: .5em;
  background-image: url(../img/seko/arrow_next.png);
}

@media screen and (min-width: 751px) {

  .gallery-button-prev,
  .gallery-button-next {
    width: 4.5vw;
    height: 4.5vw;
  }
}

@media screen and (min-width: 1101px) {

  .gallery-button-prev,
  .gallery-button-next {
    width: 50px;
    height: 50px;
  }
}

.slide__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.slide__box__text {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .slide__box {
    padding: 1em 1.5em;
  }

  .slide__box__text {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .slide__box__text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sekoS__after__full {
  position: relative;
  margin-bottom: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(400 / 750 * 100vw);
  background-size: cover;
  background-position: center center;
}

.sekoS__after__thumb__item__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.67vw;
}

.sekoS__after__thumb__item {
  margin-left: 2.67vw;
  margin-bottom: 2.67vw;
  width: calc(20% - 2.67vw);
  height: calc(122 / 750 * 100vw);
  background-size: cover;
  background-position: center center;
  transition: .3s;
}

.sekoS__after__thumb__item:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .sekoS__after {
    margin: 0 auto;
    width: calc(800 / 1100 * 100vw);
  }

  .sekoS__after__full {
    margin-bottom: calc(10 / 1100 * 100vw);
    height: calc(450 / 1100 * 100vw);
  }

  .sekoS__after__thumb__item__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.77vw;
  }

  .sekoS__after__thumb__item {
    margin-left: 0.77vw;
    margin-bottom: 0.77vw;
    width: calc(10% - 0.77vw);
    height: calc(70 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoS__after {
    width: 800px;
  }

  .sekoS__after__full {
    margin-bottom: 10px;
    height: 450px;
  }

  .sekoS__after__thumb__item__container {
    margin-left: -10px;
  }

  .sekoS__after__thumb__item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(10% - 10px);
    height: 70px;
  }
}

.sekoS__data {
  border-top: .53333vw solid #fda700;
}

.sekoS__data dt {
  display: block;
  padding: .8em 1em;
  color: #fffbf2;
  width: 100%;
  border-left: .53333vw solid #fda700;
  border-right: .53333vw solid #fda700;
  background-color: #fda700;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  text-align: left;
  line-height: 1.6em;
}

.sekoS__data dd {
  display: block;
  padding: .8em 1em;
  background-color: #fff;
  border: .53333vw solid #fda700;
  width: 100%;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .sekoS__data {
    border-top: .18182vw solid #fda700;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .sekoS__data dt {
    padding: 1em;
    width: 17.72727vw;
    border-left: .18182vw solid #fda700;
    border-right: .18182vw solid #fda700;
    border-bottom: .18182vw solid #fda700;
    font-size: calc(14 / 1100 * 100vw);
  }

  .sekoS__data dt:last-of-type {
    border-bottom: .18182vw solid #fda700;
  }

  .sekoS__data dd {
    padding: 1em;
    width: calc(100% - 17.72727vw);
    border: none;
    border-right: .18182vw solid #fda700;
    border-bottom: .18182vw solid #fda700;
    font-size: calc(14 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .sekoS__data {
    border-top: 2px solid #fda700;
  }

  .sekoS__data dt {
    width: 195px;
    border-left: 2px solid #fda700;
    border-right: 2px solid #fda700;
    border-bottom: 2px solid #fda700;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .sekoS__data dt:last-of-type {
    border-bottom: 2px solid #fda700;
  }

  .sekoS__data dd {
    width: calc(100% - 195px);
    border-right: 2px solid #fda700;
    border-bottom: 2px solid #fda700;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sekoS__desc,
.sekoS__comment {
  padding: 1em;
  background-color: #fffbf2;
}

@media screen and (min-width: 751px) {
  .sekoS__desc {
    padding: 2em;
  }
}

@media screen and (min-width: 751px) {
  .sekoS__comment {
    padding: 2em;
  }
}

.sekoS__message {
  padding: 1em;
  background-color: #f2ffe8;
}

@media screen and (min-width: 751px) {
  .sekoS__message {
    padding: 2em;
  }
}

.seko__reration__container {
  margin: 0 auto;
  width: 66.66667vw;
  height: 100%;
  overflow: hidden;
}

.seko__reration__container .sekoA {
  padding-bottom: 1.5em;
}

.seko__reration__prev,
.seko__reration__next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.33333vw;
  height: 17.73333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 111;
  transition: .3s;
}

.seko__reration__prev:hover,
.seko__reration__next:hover {
  opacity: 0.7;
}

.seko__reration__prev {
  left: 0;
  background-image: url(../img/seko/arrowR_prev.png);
}

.seko__reration__next {
  right: 0;
  background-image: url(../img/seko/arrowR_next.png);
}

@media screen and (min-width: 751px) {
  .seko__reration__container {
    width: 72.72727vw;
  }

  .seko__reration__prev,
  .seko__reration__next {
    width: 2.72727vw;
    height: 9.09091vw;
  }
}

@media screen and (min-width: 1101px) {
  .seko__reration__container {
    width: 800px;
  }

  .seko__reration__prev,
  .seko__reration__next {
    width: 30px;
    height: 100px;
  }
}

.gallery-side .full {
  position: relative;
  margin-bottom: 2.6vw;
  width: 100%;
  text-align: center;
}

.gallery-side .thumb img {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-side .thumb img:hover {
  opacity: 0.6;
}

.obfit-seko-gallery,
.obfit-seko-change {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.obfit-seko-gallery {
  height: 52vw;
}

.obfit-seko-change {
  height: 20.6vw;
}

@media screen and (min-width: 751px) {
  .gallery-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gallery-side .full {
    margin-right: 1.5vw;
    margin-bottom: 0;
    width: 38vw;
  }

  .gallery-side .thumb {
    width: calc(100% - 38vw - 1.5vw);
  }

  .obfit-seko-gallery {
    height: 21.3vw;
  }

  .obfit-seko-change {
    height: 10.2vw;
  }
}

@media screen and (min-width: 1000px) {
  .gallery-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gallery-side .full {
    margin-right: 15px;
    margin-bottom: 0;
    width: 580px;
  }

  .gallery-side .thumb {
    width: calc(100% - 380px - 15px);
  }

  .obfit-seko-gallery {
    height: 430px;
  }

  .obfit-seko-change {
    height: 102px;
  }
}

.gallery-side .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.6vw;
}

.gallery-side .thumb ul li {
  margin-left: 2.6vw;
  margin-bottom: 2.6vw;
  width: calc(25% - 2.6vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 751px) {
  .gallery-side .thumb ul {
    margin-left: -1vw;
  }

  .gallery-side .thumb ul li {
    margin-left: 1vw;
    margin-bottom: 1vw;
    width: calc(25% - 1vw);
  }
}

@media screen and (min-width: 1000px) {
  .gallery-side .thumb ul {
    margin-left: -10px;
  }

  .gallery-side .thumb ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(25% - 10px);
  }
}

.lineupF__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(80 / 750 * 100vw) 0 0 0;
}

.lineupF__container a {
  position: relative;
  display: block;
  margin: 0 0 calc(60 / 750 * 100vw) 0;
  width: 50%;
}

.lineupF__container a:hover::after {
  background-color: #fff !important;
}

@media screen and (max-width: 750px) {
  .lineupF__container a:nth-of-type(even) {
    padding: calc(45 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
  }

  .lineupF__container a:nth-of-type(odd) {
    padding: calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
  }

  .lineupF__container a:nth-of-type(1)::after,
  .lineupF__container a:nth-of-type(3)::after,
  .lineupF__container a:nth-of-type(5)::after,
  .lineupF__container a:nth-of-type(7)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(6 / 750 * 100vw);
    height: 100%;
    background-color: #ffedcc;
  }
}

@media screen and (min-width: 751px) {
  .lineupF__container {
    margin: calc(60 / 1100 * 100vw) 0 0 0;
  }

  .lineupF__container a {
    margin: 0 0 calc(60 / 1100 * 100vw) 0;
    padding: calc(20 / 1100 * 100vw) calc(12 / 1100 * 100vw);
    width: 25%;
  }

  .lineupF__container a:hover {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(7, 7, 7, 0.2);
  }

  .lineupF__container a:nth-of-type(1)::after,
  .lineupF__container a:nth-of-type(2)::after,
  .lineupF__container a:nth-of-type(3)::after,
  .lineupF__container a:nth-of-type(5)::after,
  .lineupF__container a:nth-of-type(6)::after,
  .lineupF__container a:nth-of-type(7)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(3 / 1100 * 100vw);
    height: 100%;
    background-color: #ffedcc;
  }
}

@media screen and (min-width: 1101px) {
  .lineupF__container {
    margin: 60px 0 0 0;
  }

  .lineupF__container a {
    margin: 0 0 60px 0;
    padding: 20px 12px;
  }

  .lineupF__container a:nth-of-type(1)::after,
  .lineupF__container a:nth-of-type(2)::after,
  .lineupF__container a:nth-of-type(3)::after,
  .lineupF__container a:nth-of-type(5)::after,
  .lineupF__container a:nth-of-type(6)::after,
  .lineupF__container a:nth-of-type(7)::after {
    width: 3px;
  }
}

.lineupF__image {
  position: relative;
  margin: 0 auto;
}

.lineupF__name {
  margin-bottom: 1.5em;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

.lineupF__label {
  display: block;
  margin: 2em 0 1em 0;
  padding: .7em 0;
  background-color: #fda700;
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

.lineupF__price {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  text-align: right;
}

.lineupF__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(72 / 750 * 100vw);
  font-weight: 900;
  letter-spacing: 0;
}

.lineupF__tax {
  margin-left: .3em;
  font-size: calc(26 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .lineupF__image {
    width: calc(195 / 1100 * 100vw);
  }

  .lineupF__name {
    margin-bottom: 1em;
    font-size: calc(18 / 1100 * 100vw);
  }

  .lineupF__price {
    font-size: calc(18 / 1100 * 100vw);
  }

  .lineupF__num {
    font-size: calc(56 / 1100 * 100vw);
  }

  .lineupF__label {
    padding: 1em 0;
    font-size: calc(15 / 1100 * 100vw);
  }

  .lineupF__tax {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .lineupF__image {
    width: 195px;
  }

  .lineupF__name,
  .lineupF__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .lineupF__label,
  .lineupF__tax {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .lineupF__num {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.lineupA__main {
  border: 1.6vw solid #fda700;
  border-radius: 1.6vw;
}

.lineupA__main__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.33333vw 2.66667vw 5.33333vw 2.66667vw;
  width: 100%;
}

.lineupA__ttl {
  color: #fff;
  background-color: #cc0000;
  font-size: calc(48 / 750 * 100vw);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: calc(20 / 750 * 100vw) 0;
  border-radius: 0.8em 0.8em 0 0;
}

@media screen and (min-width: 750px) {
  .lineupA__main__content {
    height: 94vw;
    padding: 5.33333vw 2.66667vw 0 2.66667vw;
  }

  .lineupA__main__content:after {
    bottom: -17.06667vw;
  }

  .lineupA__ttl {
    font-size: calc(24 / 1100 * 100vw);
    padding: calc(10 / 1100 * 100vw) 0;
  }
}

@media screen and (min-width: 1101px) {
  .lineupA__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 0;
  }
}

.lineupA__main__content__inner {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 2;
}

.lineupA__main__image {
  position: relative;
  width: 100%;
  margin-bottom: 3px;
}

.lineupA__main__image:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.33333vw 88.8vw 0 0;
  border-color: #fff transparent #fff #fff;
  z-index: 1;
  left: 0;
  top: 0;
}

@media screen and (min-width: 750px) {
  .lineupA__main__image {
    width: 100%;
    margin-bottom: 0px;
  }

  .lineupA__main__image:after {
    border-width: 35.45455vw 14.54545vw 0 0;
  }
}

@media screen and (min-width: 1101px) {
  .lineupA__main__image {
    width: 100%;
  }

  .lineupA__main__image:after {
    border-width: 450px 140px 0 0;
  }
}

.lineupA__main__head {
  margin-bottom: 1.5em;
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center;
}

.lineupA__main__price {
  display: flex;
  align-items: center;
  height: 22.66667vw;
}

.lineupA__main__price__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.66667vw;
  height: 100%;
  background-color: #fda700;
  border-radius: 4vw 0 0 4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.lineupA__main__price__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4vw;
  border: .8vw solid #fda700;
  border-radius: 0 4vw 4vw 0;
  width: calc(100% - 30.66667vw);
  height: 100%;
  font-weight: 700;
}

.lineupA__main__price__num {
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12.8vw;
  font-weight: 900;
  letter-spacing: 0;
}

.lineupA__main__price__unit {
  position: relative;
  top: .2em;
  padding-left: .5em;
  font-size: 3.73333vw;
  line-height: 1.2em;
}

.lineupA__main__data {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}

.lineupA__main__data:last-of-type {
  margin-top: 0;
}

.lineupA__main__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #fda700;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.lineupA__main__data__content {
  width: 54.66667vw;
}

.lineupA__main__data__price {
  font-size: 4.8vw;
  font-weight: 700;
}

.lineupA__main__sub {
  font-size: 3vw;
  font-weight: 700;
}

.lineupA__main__data__num {
  padding-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0;
}

.lineupA__main__data__content .maker_price{
        font-size: 3vw;
        font-weight:700;
        line-height:1.4;
}

.lineupA__main__data__content .maker_price span{
        display:block;
}

@media screen and (min-width: 751px) {
  .lineupA__main {
    display: flex;
    align-items: center;
    border: .54545vw solid #fda700;
    border-radius: 1.14545vw;
  }

  .lineupA__main__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.27273vw 0;
    width: 36.36364vw;
    height: 45.45455vw;
  }

  .lineupA__main__content:after {
    right: -14.54545vw;
    border-width: 35.45455vw 14.54545vw 0 0;
    border-color: #fff transparent transparent transparent;
  }

  .lineupA__main__content__inner {
    position: relative;
    left: 1.818181vw;
    width: 33.63636vw;
  }

  .lineupA__main__image {
    width: calc(100% - 36.36364vw);
  }

  .lineupA__main__head {
    font-size: 2.18182vw;
  }

  .lineupA__main__price {
    height: 7.72727vw;
  }

  .lineupA__main__price__head {
    width: 11.81818vw;
    border-radius: 1.81818vw 0 0 1.81818vw;
  }

  .lineupA__main__price__content {
    padding: 0 1.36364vw;
    border: .27273vw solid #fda700;
    border-radius: 0 1.81818vw 1.81818vw 0;
    width: calc(100% - 11.81818vw);
  }

  .lineupA__main__price__num {
    font-size: 5.81818vw;
  }

  .lineupA__main__price__unit {
    top: .5em;
    font-size: 1.36364vw;
  }

  .lineupA__main__data {
    margin-top: 1.36364vw;
  }

  .lineupA__main__data__head {
    width: 11.36364vw;
    height: 5.45455vw;
  }

  .lineupA__main__data__content {
    width: 20.90909vw;
  }

  .lineupA__main__data__price {
    font-size: 1.63636vw;
  }

  .lineupA__main__sub {
    font-size: 1.36364vw;
  }

  .lineupA__main__data__num {
    font-size: 3.27273vw;
  }
  
        .lineupA__main__data__content .maker_price{
                font-size: 1.36364vw;
        }
}

@media screen and (min-width: 1101px) {
  .lineupA__main {
    border: 6px solid #fda700;
    border-radius: 15px;
        -webkit-box-pack: justify;
	justify-content: space-between;
	padding:0 40px;
  }

  .lineupA__main__content {
    padding: 25px 0;
    width: 400px;
    height: 500px;
  }

  .lineupA__main__content:after {
    right: -140px;
    border-width: 450px 140px 0 0;
  }

  .lineupA__main__content__inner {
    width: 400px;
    left:0;
  }

  .lineupA__main__image {
    width: calc(100% - 430px);
  }

  .lineupA__main__head {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .lineupA__main__price {
    height: 85px;
  }

  .lineupA__main__price__head {
    width: 130px;
    border-radius: 20px 0 0 20px;
  }

  .lineupA__main__price__content {
    padding: 0 15px;
    border: 3px solid #fda700;
    border-radius: 0 20px 20px 0;
    width: calc(100% - 130px);
  }

  .lineupA__main__price__num {
    font-size: 64px;
    font-size: 6.4rem;
  }

  .lineupA__main__price__unit {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .lineupA__main__data {
    margin-top: 15px;
  }

  .lineupA__main__data__head {
    width: 125px;
    height: 60px;
  }

  .lineupA__main__data__content {
    width: 230px;
  }

  .lineupA__main__data__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .lineupA__main__sub {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .lineupA__main__data__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
  
        .lineupA__main__data__content .maker_price{
                font-size: 1.6rem;
        }
        
        .lineupA__main__data__content .maker_price span{
                font-size: 1.2rem;
        }
        
        .lineupA__main__content__inner .lineupS__inner{
                margin:0 0 15px 0;
        }
}

.lineup__standard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33333vw;
  margin-bottom: 2.66667vw;
}

.lineup__standard li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 3.33333vw;
  margin-bottom: 2.66667vw;
  padding: 1em 0;
  width: calc(50% - 3.33333vw);
  background-color: #fda700;
  color: #fff;
  font-size: 3.46667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .lineup__standard {
    margin-left: -2.27273vw;
    margin-bottom: 2.27273vw;
  }

  .lineup__standard li {
    margin-left: 2.27273vw;
    margin-bottom: 1.36364vw;
    width: calc(25% - 2.27273vw);
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .lineup__standard {
    margin-left: -25px;
    margin-bottom: 25px;
  }

  .lineup__standard li {
    margin-left: 25px;
    margin-bottom: 15px;
    width: calc(25% - 25px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lineupA__container a {
  position: relative;
  display: block;
  margin-bottom: 8vw;
  border-radius: calc(30 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .lineupA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.27725vw;
  }

  .lineupA__container a {
    margin-left: 1.81818vw;
    margin-bottom: 2.72727vw;
    width: calc(33.33333% - 2.27725vw);
    border-radius: calc(25 / 750 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .lineupA__container {
    margin-left: -25px;
  }

  .lineupA__container a {
    margin-left: 25px;
    margin-bottom: 30px;
    width: calc(33.33333% - 25px);
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.lineupA__label {
  display: block;
  padding: 1em 0;
  background-color: #fda700;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.lineupA__content {
  padding: 2vw 2.33333vw;
}

.lineupA__title {
  margin-bottom: .8em;
  min-height: calc(1.6em * 2);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6em;
}

.lineupA__btn {
  position: absolute;
  bottom: 6.66667vw;
  right: 1.33333vw;
}

.lineupA__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*height: 24.8vw;*/
}

.lineupA__image {
  position: relative;
}

.lineupA__off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(200 / 750 * 100vw);
  height: calc(292 / 750 * 100vw);
  background: url(../img/lineup/lineupA__label.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}

.lineupA__off p {
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(60 / 750 * 100vw);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.lineupA__off p .color {
  color: #fda700;
  font-size: calc(80 / 750 * 100vw);
}

.lineupA__off p .item {
  font-size: calc(40 / 750 * 100vw);
}

.lineupA__off p .per {
  font-size: calc(108 / 750 * 100vw);
}

.lineupA__price {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lineupA__price_ttl {
  color: #fda700;
  font-weight: bold;
  font-size: calc(36 / 750 * 100vw);
  padding-right: calc(20 / 750 * 100vw);
  padding-top: 1.5em;
}

.lineupA__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-size: calc(60 / 750 * 100vw);
}

.lineupA__price__tax {
  font-size: calc(19 / 750 * 100vw);
  text-align: center;
  font-weight: 700;
  padding-top: 0;
}

@media screen and (min-width: 751px) {
  .lineupA__content {
    padding: 0.90909vw 1.36364vw 0 1.36364vw;
  }

  .lineupA__title {
    font-size: 1.63636vw;
  }

  .lineupA__btn {
    bottom: 2.27273vw;
    right: 0;
  }

  .lineupA__off {
    width: calc(100 / 1100 * 100vw);
    height: calc(146 / 1100 * 100vw);
  }

  .lineupA__off p {
    font-size: calc(30 / 1100 * 100vw);
  }

  .lineupA__off p .item {
    font-size: calc(20 / 1100 * 100vw);
  }

  .lineupA__off p .color {
    font-size: calc(40 / 1100 * 100vw);
  }

  .lineupA__off p .per {
    font-size: calc(54 / 1100 * 100vw);
  }

  .lineupA__price {
    font-size: 1.63636vw;
  }

  .lineupA__price_ttl {
    color: #fda700;
    font-weight: bold;
    font-size: calc(16 / 1100 * 100vw);
    padding-right: calc(10 / 1100 * 100vw);
    padding-top: 1.2em;
    width: 30%;
  }

  .lineupA__price__num {
    font-size: 3.9vw;
    display: block;
    margin-right: 0;
  }

  .lineupA__price__tax {
    font-size: calc(17 / 1100 * 100vw);
    text-align: center;
    font-weight: 700;
    padding-top: 0em;
  }
}

@media screen and (min-width: 1101px) {
  .lineupA__content {
    padding: 10px 15px 10px 15px;
  }

  .lineupA__title {
    min-height: calc(1.6em * 2);
    font-size: 18px;
    font-size: 1.8rem;
  }

  .lineupA__btn {
    bottom: 25px;
  }

  .lineupA__off {
    width: 107px;
    height: 161px;
  }

  .lineupA__off p {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .lineupA__off p .item {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .lineupA__off p .color {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .lineupA__off p .per {
    font-size: 54px;
    font-size: 5.4rem;
  }

  .lineupA__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .lineupA__price_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 1rem;
    width: 30%;
  }

  .lineupA__price__num {
    font-size: 44px;
    font-size: 4.4rem;
  }

  .lineupA__price__tax {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.lineupS__ttl {
  border-bottom: 2px solid #fda700;
  padding-bottom: 5px;
}

.lineupS__ttl .lineup__maker {
  position: relative;
  width: 100px;
  padding: 0;
  height: auto;
  margin-bottom: 10px;
}

.lineupS__ttl .lineup__maker span {
  border: 1px solid #ccc;
  display: block;
  padding: .7em .7em;
}

.lineupS__ttl .lineupS__ttl_in {
  width: 100%;
  margin-left: auto;
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.5;
}

.lineupS__image {
  position: relative;
  margin-bottom: 8vw;
}

.lineupS__content {
  padding: 0 2.66667vw;
  position: relative;
}

@media screen and (min-width: 751px) {
  .lineupS__ttl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 4px solid #fda700;
    padding-bottom: 10px;
  }

  .lineupS__ttl .lineup__maker {
    position: relative;
    width: 120px;
    padding: 0;
    height: auto;
  }

  .lineupS__ttl .lineup__maker span {
    border: 1px solid #ccc;
    display: block;
    padding: .7em .7em;
  }

  .lineupS__ttl .lineupS__ttl_in {
    width: calc(100% - 140px);
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

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

  .lineupS__image {
    margin-bottom: 0;
    width: 45.45455vw;
  }

  .lineupS__content {
    padding: 0;
    padding-right: 2.72727vw;
    width: 42.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .lineupS__image {
    width: 500px;
  }

  .lineupS__content {
    padding-right: 30px;
    width: 465px;
  }
}

.lineupS__label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #fda700;
  font-size: 5.36667vw;
  font-weight: 700;
  text-align: center;
}

.lineupS__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0 3.33333vw 0;
  height: 26.8vw;
}

.lineupS__off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.8vw;
  height: 26.8vw;
  background: url(../img/lineup/label.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.lineupS__off p {
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  font-size: 4.4vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

.lineupS__off p .color {
  color: #FFF500;
}

.lineupS__off p .per {
  font-size: 9.6vw;
}

.lineupS__price_wrap{
        width: calc(100% - 26.8vw - 5vw);
}

.lineupS__price_wrap .lineupS_title{
        text-align:center;
        background:#FFF500;
        color:#c00;
        font-weight:700;
        font-size:4.4vw;
        margin-bottom:1vw;
        padding:0.5em 0;
}

.lineupS__price {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom:1vw;
}

.lineupS__price__num {
        margin-right: .1em;
        color: #c00;
        font-family: brandon-grotesque, sans-serif;
        font-size: 11vw;
        font-weight: 900;
}

.lineupS__price__unit {
        position: relative;
        top: .3em;
        font-size: 5vw;
        font-weight: 700;
        line-height: 1.2em;
        text-align: center;
}

.lineupS__sub {
        text-align:right;
        font-size: 3vw;
        font-weight: 700;
}

.lineupS__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lineupS__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #ffefd0;
  border: 3px solid #fda701;
  color: #fda701;
  font-weight: 700;
  text-align: center;
}

.lineupS__data__content {
  width: 57.33333vw;
}

.lineupS__data__price {
  font-size: 4.8vw;
  font-weight: 700;
}

.lineupS__data__plus {
  font-size: 5.06667vw;
  font-weight: 700;
  text-align: center;
}

.lineupS__data__num {
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0;
}

.lineupS__data__content .maker_price{
        font-size: 3vw;
        font-weight:700;
        line-height:1.2;
}

@media screen and (min-width: 751px) {
  .lineupS__label {
    font-size: calc(24 / 750 * 100vw);
  }

  .lineupS__inner {
    margin: 0 0 3vw 0;
    height:auto;
  }

  .lineupS__off {
    width: 10.45455vw;
    height: 10.45455vw;
  }

  .lineupS__off p {
    font-size: 1.88182vw;
  }

  .lineupS__off p .per {
    font-size: 3.27273vw;
  }
  
        .lineupS__price_wrap{
                width: calc(100% - 10.45455vw - 1vw);
        }
        
        .lineupS__price_wrap .lineupS_title{
                font-size:2vw;
                margin-bottom:0.5vw;
        }
        
        .lineupS__price {
                margin-bottom:0.5vw;
        }
        
        .lineupS__price__num {
                font-size: 6vw;
        }
        
        .lineupS__price__unit {
                font-size: 2vw;
        }
        
        .lineupS__sub {
                font-size:2vw;
        }
        
        .lineupS__data__content .maker_price{
                font-size: 1vw;
        }

  .lineupS__data__head {
    width: 13.63636vw;
    height: 5.45455vw;
  }

  .lineupS__data__content {
    width: 23.63636vw;
  }

  .lineupS__data__price {
    font-size: 1.63636vw;
  }

  .lineupS__data__plus {
    font-size: 2.18182vw;
  }

  .lineupS__data__num {
    font-size: 3.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .lineupS__label {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .lineupS__off {
    width: 120px;
    height: 120px;
  }

  .lineupS__off p {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .lineupS__off p .per {
    font-size: 36px;
    font-size: 3.6rem;
  }
  
        .lineupS__price_wrap{
                width: calc(100% - 120px - 20px);
        }
        
        .lineupS__price_wrap .lineupS_title{
                font-size: 24px;
                font-size: 2.4rem;
                margin-bottom:10px;
        }
        
        .lineupS__price {
                margin-bottom:10px;
        }
        
        .lineupS__price__num {
                font-size: 60px;
                font-size: 6rem;
        }
        
        .lineupS__price__unit {
                font-size: 20px;
                font-size: 2rem;
        }
        
        .lineupS__sub {
                font-size: 20px;
                font-size: 2rem;
        }
        
        .lineupS__data__content .maker_price{
                font-size: 12px;
                font-size: 1.2rem;
        }





  .lineupS__data__head {
    width: 150px;
    height: 60px;
  }

  .lineupS__data__content {
    width: 260px;
  }

  .lineupS__data__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .lineupS__data__plus {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .lineupS__data__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.lineupS__functions&gt;div {
  margin-bottom: 7.27273vw;
}

@media screen and (min-width: 751px) {
  .lineupS__functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw;
  }

  .lineupS__functions&gt;div {
    margin-left: 1.81818vw;
    margin-bottom: 4.09091vw;
    width: calc(33.33333% - 1.81818vw);
  }
}

@media screen and (min-width: 1101px) {
  .lineupS__functions {
    margin-left: -20px;
  }

  .lineupS__functions&gt;div {
    margin-left: 20px;
    margin-bottom: 45px;
    width: calc(33.33333% - 20px);
  }
}

.lineupS__functions__content {
  padding: 1.5em 1em;
}

.lineupS__functions__title {
  margin-bottom: .8em;
  font-weight: 700;
}

.lineup__maker {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .7em;
  width: 26.66667vw;
  height: 9.33333vw;
  background-color: #fff;
  z-index: 2;
}

.lineup__maker img {
  width: 100%;
  height: auto;
}

#lineup-post .lineup__maker {
  right: 0;
  top: 5px;
}

#lineup-main .lineup__maker {
  right: 0;
}

@media screen and (min-width: 751px) {
  .lineup__maker {
    width: 9.09091vw;
    height: 3.18182vw;
  }
}

@media screen and (min-width: 1101px) {
  .lineup__maker {
    width: 100px;
    height: 35px;
  }
}

.shadow {
  filter: drop-shadow(0px calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.1));
}

.planF__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.planF__container a {
  position: relative;
  display: block;
  margin: calc(30 / 750 * 100vw) 0;
  width: 49%;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: calc(6 / 750 * 100vw);
  border-radius: 1.5em;
  box-shadow: 0px calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(0, 0, 0, 0.1);
}

.planF__container a .lineupA__off {
  width: calc(140 / 750 * 100vw);
  height: calc(204 / 750 * 100vw);
}

.planF__container a .lineupA__off p {
  font-size: calc(30 / 750 * 100vw);
}

.planF__container a .lineupA__off p .item {
  font-size: calc(30 / 750 * 100vw);
}

.planF__container a .lineupA__off p .color {
  font-size: calc(30 / 750 * 100vw);
}

.planF__container a .lineupA__off p .per {
  font-size: calc(80 / 750 * 100vw);
}

.planF__container a .ofi--lineupA {
  height: 40vw;
}

@media screen and (min-width: 751px) {
  .shadow {
    filter: drop-shadow(0px calc(10 / 1100 * 100vw) calc(10 / 1100 * 100vw) rgba(0, 0, 0, 0.1));
  }

  .planF__container {
    display: flex;
    flex-wrap: wrap;
    margin: calc(35 / 1100 * 100vw) 0 0 -3.18vw;
  }

  .planF__container a {
    margin: 0 0 calc(35 / 1100 * 100vw) 0;
    border-width: calc(3 / 1100 * 100vw);
    box-shadow: 0px calc(5 / 1100 * 100vw) calc(5 / 1100 * 100vw) 0px rgba(0, 0, 0, 0.1);
  }

  .planF__container a:hover {
    box-shadow: 0px 0px 5px 0px rgba(7, 7, 7, 0.2);
  }
}

@media screen and (min-width: 1101px) {
  .shadow {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
  }

  .planF__container {
    margin: 35px 0 0;
  }

  .planF__container::after,
  .planF__container::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }

  .planF__container::before {
    order: 1;
  }

  .planF__container a {
    width: 24%;
    margin: 0 0 35px 0;
    border-width: 3px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .planF__container a .lineupA__off {
    width: 110px;
    height: 161px;
  }

  .planF__container a .lineupA__off p {
    font-size: 20px;
  }

  .planF__container a .lineupA__off p .item {
    font-size: 20px;
  }

  .planF__container a .lineupA__off p .color {
    font-size: 20px;
  }

  .planF__container a .lineupA__off p .per {
    font-size: 60px;
  }

  .planF__container a .ofi--lineupA {
    height: 240px;
  }

}

.planF__content {
  padding: 4.67vw;
}

.planF__label {
  display: block;
  padding: .7em 0;
  background-color: #c00;
  border-radius: .8em .8em 0 0;
  color: #fff;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

.planF__price {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: right;
}

.planF__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(120 / 750 * 100vw);
  font-weight: 900;
  letter-spacing: 0;
}

.planF__tax {
  margin-left: .3em;
  font-size: calc(30 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .planF__content {
    padding: calc(15 / 1100 * 100vw);
  }

  .planF__price {
    font-size: calc(18 / 1100 * 100vw);
  }

  .planF__num {
    font-size: calc(56 / 1100 * 100vw);
  }

  .planF__label {
    padding: .8em 0;
    border-radius: .8em .8em 0 0;
    font-size: calc(24 / 1100 * 100vw);
  }

  .planF__tax {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .planF__content {
    padding: 15px;
  }

  .planF__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planF__label {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .planF__tax {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .planF__num {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.planF__image {
  position: relative;
  margin-bottom: 8vw;
}

.planF__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

.planF__image__rows:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/plan/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.planF__image&gt;div {
  position: relative;
  display: flex;
  width: 100%;
}

.planF__image__rows&gt;div {
  width: 35.06667vw;
}

@media screen and (min-width: 751px) {
  .planF {
    display: flex;
    justify-content: space-between;
  }

  .planF__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw;
  }

  .planF__image {
    margin-bottom: 0;
  }

  .planF__image&gt;div {
    width: 100%;
  }

  .planF__image__rows&gt;div {
    width: 12vw;
  }
}

@media screen and (min-width: 1101px) {
  .planF__image__rows:before {
    width: 30px;
    height: 30px;
  }

  .planF__image__rows&gt;div {
    width: 132px;
  }
}

.planA__main__content {
  position: relative;
  width: 100%;
}

.planA__main__image {
  margin-bottom: 5.33333vw;
  width: 100%;
}

.planA__main__label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 2.5em;
  color: #fda700;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
}

.planA__main__label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.93333vw;
  height: 6.93333vw;
  background-image: url(../img/common/arrow_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.planA__main__head {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center;
}

.planA__main__price {
  display: flex;
  align-items: center;
  height: 22.66667vw;
}

.planA__main__price__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.66667vw;
  height: 100%;
  background-color: #fda700;
  border-radius: 4vw 0 0 4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.planA__main__price__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4vw;
  border: .8vw solid #fda700;
  border-radius: 0 4vw 4vw 0;
  width: calc(100% - 30.66667vw);
  height: 100%;
  font-weight: 700;
}

.planA__main__price__num {
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12.8vw;
  font-weight: 900;
  letter-spacing: 0;
}

.planA__main__price__unit {
  position: relative;
  top: .2em;
  padding-left: .5em;
  font-size: 3.73333vw;
  line-height: 1.2em;
}

.planA__main__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw;
}

.planA__main__data:last-of-type {
  margin-top: 0;
}

.planA__main__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #fffbf2;
  color: #fda700;
  font-weight: 700;
  text-align: center;
}

.planA__main__data__content {
  width: 54.66667vw;
}

.planA__main__data__price {
  font-size: 4.8vw;
  font-weight: 700;
}

.planA__main__sub {
  font-size: 4vw;
  font-weight: 700;
}

.planA__main__data__num {
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  .planA__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .planA__main__content {
    position: relative;
    width: 39.54545vw;
  }

  .planA__main__image {
    margin-bottom: 0;
    width: 45.45455vw;
  }

  .planA__main__label {
    font-size: 1.63636vw;
  }

  .planA__main__label:before {
    width: 2.36364vw;
    height: 2.36364vw;
  }

  .planA__main__head {
    margin-top: 0;
    font-size: 2.18182vw;
  }

  .planA__main__price {
    height: 7.72727vw;
  }

  .planA__main__price__head {
    width: 11.81818vw;
    border-radius: 1.81818vw 0 0 1.81818vw;
  }

  .planA__main__price__content {
    padding: 0 1.36364vw;
    border: .27273vw solid #fda700;
    border-radius: 0 1.81818vw 1.81818vw 0;
    width: calc(100% - 11.81818vw);
  }

  .planA__main__price__num {
    font-size: 5.81818vw;
  }

  .planA__main__price__unit {
    top: .5em;
    font-size: 1.36364vw;
  }

  .planA__main__data {
    margin-top: 1.36364vw;
  }

  .planA__main__data__head {
    width: 11.36364vw;
    height: 5.45455vw;
  }

  .planA__main__data__content {
    width: 20.90909vw;
  }

  .planA__main__data__price {
    font-size: 1.63636vw;
  }

  .planA__main__sub {
    font-size: 1.36364vw;
  }

  .planA__main__data__num {
    font-size: 3.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .planA__main__content {
    width: 435px;
  }

  .planA__main__image {
    width: 500px;
  }

  .planA__main__label {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planA__main__label:before {
    width: 26px;
    height: 26px;
  }

  .planA__main__head {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .planA__main__price {
    height: 85px;
  }

  .planA__main__price__head {
    width: 130px;
    border-radius: 20px 0 0 20px;
  }

  .planA__main__price__content {
    padding: 0 15px;
    border: 3px solid #fda700;
    border-radius: 0 20px 20px 0;
    width: calc(100% - 130px);
  }

  .planA__main__price__num {
    font-size: 64px;
    font-size: 6.4rem;
  }

  .planA__main__price__unit {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .planA__main__data {
    margin-top: 15px;
  }

  .planA__main__data__head {
    width: 125px;
    height: 60px;
  }

  .planA__main__data__content {
    width: 230px;
  }

  .planA__main__data__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planA__main__sub {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .planA__main__data__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.planA__container a {
  display: block;
  position: relative;
  margin-bottom: 8vw;
  background-color: #fffbf2;
  border-right: .8vw solid #ffedcc;
}

@media screen and (min-width: 751px) {
  .planA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw;
  }

  .planA__container a {
    margin-left: 1.81818vw;
    margin-bottom: 2.72727vw;
    width: calc(33.33333% - 1.81818vw);
    border-right: .27273vw solid #ffedcc;
  }
}

@media screen and (min-width: 1101px) {
  .planA__container {
    margin-left: -20px;
  }

  .planA__container a {
    margin-left: 20px;
    margin-bottom: 30px;
    width: calc(33.33333% - 20px);
    border-right: 3px solid #ffedcc;
  }
}

.planA__label {
  display: block;
  padding: 1em 0;
  background-color: #fda700;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.planA__content {
  padding: 4vw 5.33333vw 17.33333vw 5.33333vw;
}

.planA__title {
  margin-bottom: .5em;
  min-height: calc(1.6em * 2);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6em;
}

.planA__btn {
  position: absolute;
  bottom: 6.66667vw;
  right: 1.33333vw;
}

.planA__price {
  margin-left: auto;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right;
}

.planA__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-size: 12.8vw;
}

.planA__price__tax {
  font-size: .8em;
}

@media screen and (min-width: 751px) {
  .planA__content {
    padding: 1.36364vw 1.36364vw 6.81818vw 1.36364vw;
  }

  .planA__title {
    font-size: 1.63636vw;
  }

  .planA__btn {
    bottom: 2.27273vw;
    right: 0;
  }

  .planA__price {
    width: 16.36364vw;
    font-size: 1.63636vw;
  }

  .planA__price__num {
    font-size: 3.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .planA__content {
    padding: 15px 15px 75px 15px;
  }

  .planA__title {
    min-height: calc(1.6em * 2);
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planA__btn {
    bottom: 25px;
  }

  .planA__price {
    width: 180px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planA__price__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.planA__image {
  position: relative;
}

.planA__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

.planA__image__rows:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/plan/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.planA__image&gt;div {
  position: relative;
  display: flex;
  width: 100%;
}

.planA__image__rows&gt;div {
  width: 44.93333vw;
}

@media screen and (min-width: 751px) {
  .planA {
    display: flex;
    justify-content: space-between;
  }

  .planA__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw;
  }

  .planA__image__rows&gt;div {
    width: 21.81818vw;
  }
}

@media screen and (min-width: 1101px) {
  .planA__image__rows:before {
    width: 30px;
    height: 30px;
  }

  .planA__image__rows&gt;div {
    width: 155px;
  }
}

.planS__image {
  position: relative;
  margin-bottom: 8vw;
}

.planS__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

.planS__image__rows:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/plan/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.planS__image&gt;div {
  position: relative;
  display: flex;
  width: 100%;
}

.planS__image__rows&gt;div {
  width: 45.33333vw;
}

.planS__content {
  padding: 0 2.66667vw;
}

@media screen and (min-width: 751px) {
  .planS {
    display: flex;
    justify-content: space-between;
  }

  .planS__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw;
  }

  .planS__image {
    margin-bottom: 0;
    width: 45.45455vw;
  }

  .planS__image&gt;div {
    width: 100%;
  }

  .planS__image__rows&gt;div {
    width: 22.27273vw;
  }

  .planS__content {
    padding: 0;
    padding-right: 2.72727vw;
    width: 42.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .planS__image {
    width: 500px;
  }

  .planS__image__rows:before {
    width: 30px;
    height: 30px;
  }

  .planS__image__rows&gt;div {
    width: 245px;
  }

  .planS__content {
    padding-right: 30px;
    width: 465px;
  }
}

.planS__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0 3.33333vw 0;
  height: 24.8vw;
}

.planS__label {
  position: relative;
  display: inline-block;
  color: #fda700;
  width: 26.66667vw;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.planS__price {
  display: flex;
  align-items: center;
  width: 57.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right;
}

.planS__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16vw;
  font-weight: 900;
}

.planS__price__unit {
  position: relative;
  top: .3em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2em;
}

.planS__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planS__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #fffbf2;
  color: #fda700;
  font-weight: 700;
  text-align: center;
}

.planS__data__content {
  width: 57.33333vw;
}

.planS__data__price {
  font-size: 4.8vw;
  font-weight: 700;
}

.planS__data__plus {
  font-size: 5.06667vw;
  font-weight: 700;
  text-align: center;
}

.planS__sub {
  font-size: 4vw;
  font-weight: 700;
}

.planS__data__num {
  padding-right: .1em;
  color: #c00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  .planS__inner {
    margin: 2.27273vw 0 0 0;
    height: 8.45455vw;
  }

  .planS__label {
    width: 11.81818vw;
    font-size: 1.63636vw;
  }

  .planS__price {
    width: 25.45455vw;
    font-size: 1.63636vw;
  }

  .planS__price__num {
    font-size: 7.45455vw;
  }

  .planS__price__unit {
    font-size: 1.63636vw;
  }

  .planS__data__head {
    width: 13.63636vw;
    height: 5.45455vw;
  }

  .planS__data__content {
    width: 23.63636vw;
  }

  .planS__data__price {
    font-size: 1.63636vw;
  }

  .planS__data__plus {
    font-size: 2.18182vw;
  }

  .planS__sub {
    font-size: 1.36364vw;
  }

  .planS__data__num {
    font-size: 3.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .planS__label {
    width: 130px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planS__inner {
    margin: 25px 0 0 0;
    height: 93px;
  }

  .planS__label {
    width: 130px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planS__price {
    width: 280px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planS__price__num {
    font-size: 82px;
    font-size: 8.2rem;
  }

  .planS__price__unit {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planS__data__head {
    width: 150px;
    height: 60px;
  }

  .planS__data__content {
    width: 260px;
  }

  .planS__data__price {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .planS__data__plus {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .planS__sub {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .planS__data__num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.plan__standard {
  display: flex;
  flex-wrap: wrap;
}

.plan__standard li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.66667vw;
  padding: 1em;
  width: 100%;
  border: .8vw solid #fda700;
  color: #fda700;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .plan__standard {
    margin-left: -2.27273vw;
  }

  .plan__standard li {
    margin-left: 2.27273vw;
    margin-bottom: 25px;
    width: calc(25% - 2.27273vw);
    min-height: 10vw;
    border: .27273vw solid #fda700;
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .plan__standard {
    margin-left: -25px;
  }

  .plan__standard li {
    margin-left: 25px;
    margin-bottom: 25px;
    width: calc(25% - 25px);
    min-height: 110px;
    border: 3px solid #fda700;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.planS__functions&gt;div {
  margin-bottom: 7.27273vw;
}

@media screen and (min-width: 751px) {
  .planS__functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw;
  }

  .planS__functions&gt;div {
    margin-left: 1.81818vw;
    margin-bottom: 4.09091vw;
    width: calc(33.33333% - 1.81818vw);
  }
}

@media screen and (min-width: 1101px) {
  .planS__functions {
    margin-left: -20px;
  }

  .planS__functions&gt;div {
    margin-left: 20px;
    margin-bottom: 45px;
    width: calc(33.33333% - 20px);
  }
}

.planS__functions__content {
  padding: 1.5em 1em;
}

.planS__functions__title {
  margin-bottom: .8em;
  font-weight: 700;
}

.plan__maker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .7em;
  width: 26.66667vw;
  height: 9.33333vw;
  background-color: #fff;
  z-index: 2;
}

.plan__maker img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .plan__maker {
    width: 9.09091vw;
    height: 3.18182vw;
  }
}

@media screen and (min-width: 1101px) {
  .plan__maker {
    width: 100px;
    height: 35px;
  }
}

.blogA__container {
  margin: 0 auto;
  width: 100%;
}

.blogA__container a {
  display: flex;
  justify-content: space-between;
  padding: 4vw 0;
  border-bottom: .8vw solid #fda700;
}

.blogA__container a:last-of-type {
  margin-bottom: 0;
}

.blogA__image {
  width: 24vw;
}

.blogA__content {
  width: 65.33333vw;
}

@media screen and (min-width: 751px) {
  .blogA__container {
    width: 72.72727vw;
  }

  .blogA__container a {
    display: flex;
    justify-content: space-between;
    padding: 1.81818vw 0;
    border-bottom: .27273vw solid #fda700;
  }

  .blogA__image {
    width: 22.72727vw;
  }

  .blogA__content {
    width: 48.18182vw;
  }
}

@media screen and (min-width: 1101px) {
  .blogA__container {
    width: 800px;
  }

  .blogA__container a {
    padding: 20px 0;
    border-bottom: 3px solid #fda700;
  }

  .blogA__image {
    width: 250px;
  }

  .blogA__content {
    width: 530px;
  }
}

.blogA__date {
  margin-bottom: .5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.blogA__title {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .blogA__date {
    margin-bottom: 1em;
  }
}

.blogS__date {
  margin-bottom: 1.5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

.staffS {
  width: 100%;
  margin-bottom: 10.66667vw;
}

.staffS:last-of-type {
  margin-bottom: 0;
}

.staffS__image {
  margin: 0 auto 5.33333vw auto;
  width: 66.66667vw;
}

@media screen and (min-width: 751px) {
  .staffS {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.45455vw;
  }

  .staffS__image {
    margin: 0;
    margin-bottom: 0;
    width: 25vw;
  }

  .staffS__content {
    width: 63.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .staffS {
    margin-bottom: 60px;
  }

  .staffS__image {
    width: 275px;
  }

  .staffS__content {
    width: 700px;
  }
}

.staffS__name {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
  padding: .9em 1em;
  width: 100%;
  background-color: #fda700;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
}

.staffS__name span {
  font-size: 2.26667vw;
  padding-left: 1em;
}

@media screen and (min-width: 751px) {
  .staffS__name {
    font-size: 1.63636vw;
  }

  .staffS__name span {
    font-size: 0.81818vw;
  }
}

@media screen and (min-width: 1101px) {
  .staffS__name {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .staffS__name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.staffS__table dt {
  padding: .7em 1em .7em 1em;
  width: 100%;
  background-color: #fffbf2;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6em;
}

.staffS__table dd {
  padding: 1em;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .staffS__table {
    display: flex;
    flex-wrap: wrap;
  }

  .staffS__table dt {
    padding: 1.2em .7em;
    background: none;
    width: 21.36364vw;
    font-size: 1.36364vw;
  }

  .staffS__table dd {
    align-self: stretch;
    padding: 1.2em .7em;
    width: calc(100% - 21.36364vw);
    font-size: 1.36364vw;
  }

  .staffS__table dt:nth-of-type(even),
  .staffS__table dd:nth-of-type(even) {
    background-color: #fffbf2;
  }
}

@media screen and (min-width: 1101px) {
  .staffS__table dt {
    width: 235px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .staffS__table dd {
    width: calc(100% - 235px);
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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

.faq {
  position: relative;
  margin: 0 auto;
  padding: 5.33333vw 0;
  width: 100%;
  border-bottom: 2px dotted #ccc;
}

.faq__ques {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16vw;
}

.faq__ques:hover {
  cursor: pointer;
}

.faq__ques:after {
  position: absolute;
  right: 0;
  content: '';
  display: inline-block;
  width: 6.93333vw;
  height: 6.93333vw;
  background-image: url(../img/common/arrow_main_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.faq__ques.is-show:after {
  background-image: url(../img/common/arrow_main_top.png);
}

.faq__title {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6em;
}

.faq__ques {
  padding: 0 9.33333vw 0 13.33333vw;
}

.faq__ans {
  padding: 0 0 0 13.33333vw;
  display: none;
  position: relative;
  margin-top: 1.5em;
}

.faq__ques:before,
.faq__ans:before {
  position: absolute;
  left: 0;
  content: 'Q';
  font-family: brandon-grotesque, sans-serif;
  border-radius: 50%;
  background-color: #64d114;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 10.66667vw;
  width: 10.66667vw;
  height: 10.66667vw;
  font-size: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.faq__ques:before {
  top: 0;
}

.faq__ans:before {
  top: 0;
  content: 'A';
  background-color: #fda700;
}

.faq__ans p {
  font-size: 4vw;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .faq {
    padding: 1.81818vw 0;
  }

  .faq__ques {
    min-height: 5.45455vw;
    padding: 0 2.72727vw 0 6.81818vw;
  }

  .faq__ques:after {
    width: 2.36364vw;
    height: 2.36364vw;
  }

  .faq__ans {
    padding: 0 2.72727vw 0 6.81818vw;
    margin-top: 3em;
  }

  .faq__title {
    font-size: 1.63636vw;
  }

  .faq__ques:before {
    width: 5.45455vw;
    height: 5.45455vw;
    line-height: 5.45455vw;
  }

  .faq__ans:before {
    width: 5.45455vw;
    height: 5.45455vw;
    line-height: 5.45455vw;
  }

  .faq__ans p {
    font-size: 1.36364vw;
  }
}

@media screen and (min-width: 1101px) {
  .faq {
    padding: 20px 0;
  }

  .faq__ques {
    min-height: 60px;
    padding: 0 30px 0 75px;
  }

  .faq__ques:after {
    width: 26px;
    height: 26px;
  }

  .faq__ans {
    padding: 0 30px 0 75px;
  }

  .faq__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .faq__ques:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .faq__ans:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .faq__ans p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* archive-faq */
.faq_cat_block {
  border: 1px solid #ccc;
}

.faq_cat_block h4 {
  background-color: #FEA724;
  color: #fff;
  text-align: center;
  font-size: calc(40 / 750 * 100vw);
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0;
}

.faq_cat_block ul {
  padding: calc(40 / 750 * 100vw);
}

.faq_cat_block ul li {
  border-bottom: 1px dotted #ccc;
  line-height: 1.5;
  padding: calc(20 / 750 * 100vw);
}

.faq_cat_block p {
  margin-top: calc(40 / 750 * 100vw);
}

.faq_cat_block p a {
  position: relative;
  padding-left: 15px;
}

.faq_cat_block p a:before {
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

@media screen and (min-width: 751px) {
  .faq_cat_block_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .faq_cat_block {
    width: calc(50% - 15px);
    margin-left: 30px;
  }

  .faq_cat_block:nth-of-type(2n+1) {
    margin-left: 0;
  }

  .faq_cat_block h4 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0.5em 0;
  }

  .faq_cat_block ul {
    padding: 20px;
  }

  .faq_cat_block ul li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    line-height: 1.3;
  }

  .faq_cat_block p {
    margin-top: 20px;
  }

  .faq_cat_block p a {
    position: relative;
    padding-left: 15px;
  }

  .faq_cat_block p a:before {
    content: "";
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
  }
}

.page__container {
  position: relative;
  padding: calc(25 / 750 * 100vw) 0 calc(170 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .page__container {
    padding: calc(25 / 1100 * 100vw) 0 calc(170 / 1100 * 100vw) 0;
  }
}

@media screen and (min-width: 1101px) {
  .page__container {
    padding: 25px 0 170px 0;
  }
}

.page__title__container {
  position: absolute;
  left: 50%;
  bottom: 13.33333vw;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page__title {
  position: relative;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4em;
  white-space: nowrap;
}

.page__subtitle {
  position: relative;
  margin-bottom: .5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 751px) {
  .page__title__container {
    bottom: 7.27273vw;
  }

  .page__title {
    font-size: 2.18182vw;
  }

  .page__subtitle {
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .page__title__container {
    bottom: 80px;
  }

  .page__title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .page__subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page__head {
  margin-bottom: 1.2em;
  padding: .5em 0 .5em .5em;
  border-left: 2vw solid #fda700;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .page__head {
    margin-bottom: 2em;
    padding: .3em 0 .3em 1em;
    border-left: .90909vw solid #fda700;
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .page__head {
    border-left: 10px solid #fda700;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cmn__bf__container {
  position: relative;
}

.cmn__bf__before,
.cmn__bf__after {
  position: relative;
  width: 100%;
}

.cmn__bf__before {
  margin-bottom: 8vw;
}

.cmn__bf__label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: .5em .8em;
  border: .8vw solid #333;
  font-family: brandon-grotesque, sans-serif;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
}

.cmn__bf__label--before {
  background-color: #fff;
}

.cmn__bf__label--after {
  background-color: #333;
  color: #fff;
}

.cmn__bf__arrow:before {
  content: '↓';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fda700;
  font-size: 21.33333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cmn__bf__head {
  display: block;
  padding: .8em 1em;
  background-color: #023894;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .cmn__bf__container {
    display: flex;
    justify-content: space-between;
  }

  .cmn__bf__before,
  .cmn__bf__after {
    margin: 0;
    width: 50%;
  }

  .cmn__bf__label {
    border: .27273vw solid #333;
    font-size: 1.63636vw;
  }

  .cmn__bf__arrow:before {
    content: '→';
    font-size: 7.27273vw;
  }

  .cmn__bf__head {
    padding: .8em 2em;
    font-size: 2.18182vw;
    text-align: left;
  }
}

@media screen and (min-width: 1101px) {
  .cmn__bf__label {
    border: 3px solid #333;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .cmn__bf__arrow:before {
    font-size: 80px;
    font-size: 8.0rem;
  }

  .cmn__bf__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.hero--page {
  height: 64vw;
}

.hero__inner--page {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92vw;
  height: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (min-width: 751px) {
  .hero--page {
    height: 35.45455vw;
  }

  .hero__inner--page {
    width: 90.90909vw;
  }
}

@media screen and (min-width: 1101px) {
  .hero__inner--page {
    width: 1000px;
  }
}

@media screen and (min-width: 1320px) {
  .hero--page {
    height: 330px;
  }
}

.company__outline {
  margin: 0 auto;
  width: 100%;
}

.company__outline th {
  position: relative;
  padding: 1em .5em;
  width: 26.66667vw;
  border-bottom: .8vw solid #fda700;
  font-weight: 700;
  text-align: left;
  line-height: 1.8em;
  vertical-align: top;
}

.company__outline td {
  padding: 1em;
  width: calc(100% - 26.66667vw);
  border-bottom: .8vw solid #fffbf2;
  line-height: 1.8em;
}

.company__outline__add {
  margin-bottom: 1em;
}

.company-greeting-block .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 15px;
}

.company-greeting-block .txt ol {
  padding-top: 15px;
}

.company-greeting-block .txt ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-bottom: 0.8em;
}

.company-greeting-block .txt ol li span {
  color: #fda700;
  font-weight: bold;
  font-size: 1.8rem;
  padding-right: .5em;
}



.company-greeting-block .txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: calc(50 / 750 * 100vw);
}

.company-greeting-block .txt .title h3 {
  width: 50%;
}

.company-greeting-block .txt .title span {
  width: 50%;
  text-align: right;
  font-size: calc(45 / 750 * 100vw);
  font-weight: 700;
}

.company-greeting-block .txt h4 {
  color: #fda700;
  font-weight: 700;
  font-size: calc(33 / 750 * 100vw);
  margin-bottom: calc(25 / 750 * 100vw);
}

.company-greeting-block .txt p {
  line-height: 1.8;
  font-size: calc(24 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
}

.company-greeting-block .photo {
  width: 60%;
  margin: 0 auto;
}

.company-greeting-block .photo img {
  width: 100%;
}

.company-greeting-block .photo figcaption {
  text-align: right;
  font-weight: bold;
  padding-top: 15px;
}

.company-greeting-block .photo figcaption span {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

#company-area dl dt {
  font-weight: bold;
  padding-bottom: 1em;
}

#company-area dl dd {
  line-height: 1.8;
}

.company-map dl dt {
  font-weight: bold;
  padding-bottom: 0.5em;
}

.company-map dl dd {
  padding-bottom: 1em;
}

.company-map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 751px) {
  .company__outline th {
    padding: 1em 1.5em;
    width: 13.63636vw;
    border-bottom: .27273vw solid #fda700;
  }

  .company__outline td {
    padding: 1em 1.5em;
    width: calc(100% - 13.63636vw);
    border-bottom: .27273vw solid #fffbf2;
  }

  .company-greeting-block {
    display: flex;
    flex-wrap: wrap;
  }

  .company-greeting-block .txt {
    width: 60%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .company-greeting-block .txt ol {
    padding-top: 30px;
  }

  .company-greeting-block .txt ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
  }

  .company-greeting-block .txt ol li span {
    color: #fda700;
    font-weight: bold;
    font-size: 1.8rem;
    padding-right: .5em;
  }

  .company-greeting-block .txt .title {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .company-greeting-block .txt .title span {
    font-size: calc(27 / 750 * 100vw);
  }

  .company-greeting-block .txt h4 {
    font-size: calc(15 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }

  .company-greeting-block .txt p {
    font-size: calc(10 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .company-greeting-block .photo {
    width: 30%;
    margin-left: auto;
  }

  .company-greeting-block .photo img {
    width: 100%;
  }

  .company-greeting-block .photo figcaption {
    text-align: right;
    font-weight: bold;
    padding-top: 15px;
  }

  .company-greeting-block .photo figcaption span {
    display: block;
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1101px) {

  .company-greeting-block .txt .title {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .company-greeting-block .txt .title h3 {
    width: 40%;
  }

  .company-greeting-block .txt .title span {
    width: auto;
    text-align: left;
    font-size: 35px;
  }

  .company-greeting-block .txt h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .company-greeting-block .txt p {
    font-size: 15px;
    margin-bottom: 30px;
  }

}

@media screen and (min-width: 1101px) {
  .company__outline th {
    width: 150px;
    border-bottom: 3px solid #fda700;
  }

  .company__outline td {
    width: calc(100% - 150px);
    border-bottom: 3px solid #fffbf2;
  }

}

.company__rinen {
  margin-left: auto;
  width: 85.33333vw;
}

.company__rinen dt {
  position: relative;
  padding: 1em 0 1em 2em;
  width: 100%;
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.8em;
}

.company__rinen dt span {
  position: absolute;
  top: 50%;
  left: -.5em;
  color: #fda700;
  font-size: 5.06667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company__rinen dd {
  padding: 1em 0 1em 1.5em;
  width: 100%;
  border-left: .8vw solid #fda700;
  line-height: 1.8em;
}

@media screen and (min-width: 751px) {
  .company__rinen {
    margin: 0;
    width: 100%;
  }

  .company__rinen dt {
    padding: 1em 0 1em 2.5em;
    font-size: 1.63636vw;
  }

  .company__rinen dt span {
    font-size: 2.18182vw;
  }

  .company__rinen dd {
    padding: 1em 0 1em 2.5em;
    border-left: .27273vw solid #fda700;
  }
}

@media screen and (min-width: 1101px) {
  .company__rinen dt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .company__rinen dt span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .company__rinen dd {
    border-left: 3px solid #fda700;
  }
}

.company__map {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.flow__intro {
  margin-bottom: 13.33333vw;
}

.flow__intro ul {
  display: flex;
  flex-wrap: wrap;
}

.flow__intro ul li {
  width: calc(100% / 7);
}

@media screen and (min-width: 751px) {
  .flow__intro {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 1101px) {
  .flow__intro {
    margin-bottom: 60px;
  }
}

.flow {
  position: relative;
  margin: 0 auto 8vw auto;
  padding: 30.66667vw 5.33333vw 8vw 5.33333vw;
  width: 100%;
  border-left: 4px solid #fda700;
  background-color: #fffbf2;
  display: flex;
  flex-wrap: wrap;
}

.flow:last-of-type {
  margin-bottom: 0;
}

.flow__label {
  position: absolute;
  top: 5.33333vw;
  left: 50%;
  background-color: #fda700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 21.33333vw;
  height: 21.33333vw;
  font-family: brandon-grotesque, sans-serif;
  font-size: 4.66667vw;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__label p {
  position: relative;
  top: .1em;
}

.flow__label span {
  display: block;
  font-size: 5.86667vw;
}

.flow__content {
  width: 100%;
}

.flow__img {
  width: 100%;
  padding-top: 20px;
}

.flow__img img {
  border-radius: 50%;
}

.flow__head {
  margin-bottom: .8em;
  padding-bottom: .8em;
  border-bottom: 1px dotted #595959;
  font-size: 4.53333vw;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .flow {
    margin-bottom: 2.72727vw;
    padding: 2.72727vw 2.72727vw 2.72727vw 9.09091vw;
  }

  .flow__label {
    top: .90909vw;
    left: .90909vw;
    width: 7.27273vw;
    height: 7.27273vw;
    font-size: 1.36364vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .flow__label span {
    font-size: 2.18182vw;
  }

  .flow__content {
    width: calc(100% - 350px);
  }

  .flow__img {
    width: 250px;
    padding-top: 0px;
  }

  .flow__head {
    font-size: 1.63636vw;
    text-align: left;
  }
}

@media screen and (min-width: 1101px) {
  .flow {
    margin-bottom: 30px;
    padding: 30px 30px 30px 100px;
  }

  .flow__label {
    width: 80px;
    height: 80px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .flow__label span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .flow__content {
    width: calc(100% - 350px);
    padding-left: 20px;
  }

  .flow__img {
    width: 250px;
    margin-left: auto;
  }

  .flow__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sitemap__box {
  margin-bottom: calc(100 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .sitemap__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.75vw;
  }

  .sitemap__box {
    margin-left: 1.75vw;
    margin-bottom: calc(100 / 1100 * 100vw);
    width: calc(33.33333% - 1.75vw);
  }
}

@media screen and (min-width: 1101px) {
  .sitemap__container {
    margin-left: -20px;
  }

  .sitemap__box {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px);
  }

  .sitemap-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sitemap-wrap&gt;.sitemap {
    width: 48%;
  }

}

.sitemap__title {
  display: block;
  margin-bottom: 1em;
  padding: .8em 1em;
  background-color: #fda700;
  color: #fff;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

.sitemap a {
  position: relative;
  display: block;
  padding: .7em 0;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
}

.sitemap a:hover {
  opacity: 0.6;
}

.sitemap a:before {
  content: '&gt;︎';
  margin-right: .8em;
  color: #ccc;
}

@media screen and (min-width: 751px) {
  .sitemap__title {
    font-size: calc(18 / 1100 * 100vw);
  }

  .sitemap a {
    font-size: calc(15 / 1100 * 100vw);
    line-height: 1.6;
  }

}

@media screen and (min-width: 1101px) {
  .sitemap__title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .sitemap a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.policy__content {
  margin-bottom: 13.33333vw;
}

.policy__content a {
  text-decoration: underline;
}

.policy__content a:hover {
  color: #fda700;
}

.policy__content strong {
  font-weight: 700;
}

.policy__content&gt;p,
.policy__content ul,
.policy__content ol {
  padding: 0 .5em;
}

.policy__content p {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}

.policy__content p:last-of-type {
  margin-bottom: 0;
}

.policy__content ol {
  margin-bottom: 3em;
  counter-reset: number 0;
}

.policy__content ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.8em;
}

.policy__content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}

.policy__content:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 751px) {
  .policy__content {
    margin-bottom: 4.54545vw;
  }

  .policy__content&gt;p,
  .policy__content ul,
  .policy__content ol {
    padding: 0 1.5em;
  }
}

@media screen and (min-width: 1101px) {
  .policy__content {
    margin-bottom: 50px;
  }
}

.breadcrumb__container {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 1.5em 0;
}

.breadcrumb li {
  position: relative;
  font-size: 3.2vw;
  line-height: 1.4em;
  white-space: nowrap;
}

.breadcrumb li a {
  position: relative;
  font-weight: 700;
}

.breadcrumb li:after {
  margin: 0 1em;
  content: ' ＞';
}

.breadcrumb li:last-child:after {
  margin-right: 0;
  content: none;
}

@media screen and (min-width: 751px) {
  .breadcrumb__container {
    width: 90.90909vw;
  }

  .breadcrumb {
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .breadcrumb li {
    font-size: 1.18182vw;
    white-space: wrap;
  }
}

@media screen and (min-width: 1101px) {
  .breadcrumb__container {
    width: 1000px;
  }

  .breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.pagecount__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagecount__container .pagecount {
  width: 10em;
  color: #fda700;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
}

.pagecount__container .pagenation__container {
  width: calc(100% - 10em);
}

@media screen and (min-width: 751px) {
  .pagecount__container .pagecount {
    font-size: 1.45455vw;
  }
}

@media screen and (min-width: 1101px) {
  .pagecount__container .pagecount {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.pagenation {
  width: 100%;
}

.pagenation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagenation ul li {
  margin-right: 2vw;
}

.pagenation ul li:last-child {
  margin-right: 0;
}

.pagenation ul li span,
.pagenation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  background-color: #ccc;
  border-radius: 50%;
  color: #333;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
}

.pagenation ul li.is-active span,
.pagenation ul li span:hover,
.pagenation ul li a:hover {
  background-color: #fda700;
  color: #fff;
}

.pagenation__prev a:before {
  content: '◀︎';
  padding-top: .1em;
  padding-right: .1em;
}

.pagenation__next a:before {
  content: '▶︎';
  padding-top: .1em;
  padding-left: .1em;
}

@media screen and (min-width: 751px) {
  .pagenation ul li {
    margin-right: .90909vw;
  }

  .pagenation ul li span,
  .pagenation ul li a {
    width: 4.54545vw;
    height: 4.54545vw;
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  .pagenation ul li {
    margin-right: 10px;
  }

  .pagenation ul li span,
  .pagenation ul li a {
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pagenavi {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 29.33333vw;
}

.pagenavi a {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13.33333vw;
  border: .53333vw solid #fda700;
  border-radius: 2.5em;
  font-size: 4.26667vw;
  font-weight: 700;
}

.pagenavi__prev,
.pagenavi__next {
  position: absolute;
  bottom: 0;
  width: 37.33333vw;
}

.pagenavi__prev {
  left: 0;
}

.pagenavi__next {
  right: 0;
}

.pagenavi__prev a,
.pagenavi__next a {
  background-color: #fff;
  color: #fda700;
}

.pagenavi__prev a {
  padding-left: .5em;
}

.pagenavi__next a {
  padding-right: .5em;
}

.pagenavi__prev a:hover,
.pagenavi__next a:hover {
  background-color: #fda700;
  color: #fff;
}

.pagenavi__prev a:before,
.pagenavi__next a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.66667vw;
  height: 4.66667vw;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagenavi__prev a:before {
  left: 1em;
  background-image: url(../img/common/arrow_main_prev.png);
}

.pagenavi__next a:before {
  right: 1em;
  background-image: url(../img/common/arrow_main.png);
}

.pagenavi__prev a:hover::before {
  background-image: url(../img/common/arrow_base_prev.png);
}

.pagenavi__next a:hover:before {
  background-image: url(../img/common/arrow_base.png);
}

.pagenavi__back a {
  width: calc(500 / 750 * 100vw);
  background-color: #fda700;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.pagenavi__back a:hover {
  background-color: #fff;
  color: #fda700;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    justify-content: center;
    height: 4.54545vw;
  }

  .pagenavi a {
    height: 4.54545vw;
    border: .27273vw solid #fda700;
    font-size: 1.63636vw;
  }

  .pagenavi__prev,
  .pagenavi__next {
    top: 0;
    width: 15.45455vw;
  }

  .pagenavi__prev a,
  .pagenavi__next a {
    font-size: 1.63636vw;
  }

  .pagenavi__prev a:before,
  .pagenavi__next a:before {
    width: 2.45455vw;
    height: 2.45455vw;
  }

  .pagenavi__back a {
    width: 32.72727vw;
  }
}

@media screen and (min-width: 1101px) {
  .pagenavi {
    height: 50px;
  }

  .pagenavi a {
    height: 50px;
    border: 3px solid #fda700;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .pagenavi__prev,
  .pagenavi__next {
    width: 170px;
  }

  .pagenavi__prev a:before,
  .pagenavi__next a:before {
    width: 27px;
    height: 27px;
  }

  .pagenavi__back a {
    width: 360px;
  }
}

#event-post .pagenavi__back {
  position: relative;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  transition: .3s;
}

.btn__more {
  position: relative;
  display: inline-block;
  padding-right: calc(85 / 750 * 100vw);
  color: #fda700;
  font-size: calc(34 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}

.btn--arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5em;
  display: inline-block;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn__more:after,
.btn--base:after {
  background-image: url(../img/common/arrow_main.png);
}

.btn--main:after,
.btn__more:hover::after,
.btn--base:hover::after {
  background-image: url(../img/common/arrow_base.png);
}

.btn--main:hover::after {
  background-image: url(../img/common/arrow_main.png);
}

.btn--high {
  height: calc(140 / 750 * 100vw);
  border-radius: 2em;
  border: calc(6 / 750 * 100vw) solid #fda700;
  font-size: calc(36 / 750 * 100vw);
}

.btn--law {
  height: calc(90 / 750 * 100vw);
  border-radius: 2em;
  font-size: calc(30/ 750 * 100vw);
}

.btn--full,
.btn--440 {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .btn__more {
    padding-right: 4em;
    font-size: calc(16 / 1100 * 100vw);
  }

  .btn--arrow:after {
    right: 1em;
    width: calc(30 / 1100 * 100vw);
    height: calc(30 / 1100 * 100vw);
  }

  .btn--high {
    height: calc(70 / 1100 * 100vw);
    border: calc(3 / 1100 * 100vw) solid #fda700;
    font-size: calc(18 / 1100 * 100vw);
  }

  .btn--law {
    height: 4.09091vw;
    border-radius: 2em;
    border: .18182vw solid #fda700;
    font-size: 1.36364vw;
  }

  .btn--440 {
    width: calc(440 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .btn__more {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .btn--arrow:after {
    width: 30px;
    height: 30px;
  }

  .btn--high {
    height: 70px;
    border: 3px solid #fda700;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .btn--law {
    height: 45px;
    border-radius: 2em;
    border: 2px solid #fda700;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .btn--440 {
    width: 440px;
  }
}

.btn--base {
  background-color: #fff;
  color: #fda700;
}

.btn--base:hover {
  background-color: #fda700;
  color: #fff;
}

.btn--main {
  background-color: #fda700;
  color: #fff;
}

.btn--main:hover {
  background-color: #fff;
  color: #fda700;
}

.btn--gray {
  border: calc(4 / 750 * 100vw) solid #626262;
  background-color: #626262;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .btn--gray {
    border: calc(2 / 1100 * 100vw) solid #626262;
  }
}

@media screen and (min-width: 1101px) {
  .btn--gray {
    border: 2px solid #626262;
  }
}

@media screen and (max-width: 750px) {
  .sekoF__container .btn--arrow:after {
    right: 0;
  }
}

.form {
  width: 100%;
  letter-spacing: .1em;
}

.form tr {
  border-bottom: 1px solid #cccccc;
}

.form tr:last-child {
  border-bottom: none;
}

.form th {
  position: relative;
  padding: 1.1em 1em;
  padding-right: 1em;
  background-color: #f6f6f6;
  width: 250px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
}

.form td {
  position: relative;
  padding: .5em 1em;
  vertical-align: middle;
  width: calc(100% - 250px);
}
.form td p {
  margin: 7px 0 0;
  font-size: 12px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="date"] {
  padding: 1em .5em;
  background-color: #f7f7f7;
  border-radius: 0;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.form select {
  padding: 1em .5em;
  background-color: #f7f7f7;
  border-radius: 0;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.form .input__required {
  background-color: #fff1f7 !important;
}

.form select {
  width: 100%;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  margin-right: .3em;
}

.form textarea {
  padding: 1em .5em;
  width: 100%;
  height: 180px;
  background-color: #f7f7f7;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}
.form-date {
  display: flex;
  align-items: center;
}
.form-date li {
  margin-right: 10px;
}
.form-date li:first-child{
  width: 30%;
  margin-right: 10px;
}
#raitenkibouday1 {
  width: 100%;
}
.contact_read {
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-call-box {
  margin: 0 auto;
  padding: 25px 20px;
  width: 100%;
  max-width: 670px;
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border: 1px solid #333;
}
.contact-call-box .label {
  margin-right: 20px;
  padding: 15px 0;
  width: 190px;
  font-size: 26px;
  font-size: 2.6rem;
  background: #fda700;
}
.contact-call-box .fcbase {
  color: #fff;
}
.contact-call-box .label span {
  font-size: 36px;
  font-size: 3.6rem;
}
.contact-call-box .content {
  width: calc(100% - 190px - 20px);
}
.contact-call-box .contact-number {
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .form th {
    width: 25vw;
    font-size: 1.45455vw;
  }

  .form td {
    width: calc(100% - 25vw);
  }

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form input[type="date"] {
    font-size: 1.27273vw;
  }

  .form select {
    font-size: 1.27273vw;
  }

  .form textarea {
    height: 23.1vw;
    font-size: 1.27273vw;
  }
}

@media screen and (max-width: 750px) {
  .form {
    margin-left: -4vw;
    width: calc(100% + 8vw);
  }

  .form tr {
    border-bottom: none;
  }

  .form th {
    display: block;
    margin-bottom: 2.6vw;
    padding: .7em 1em;
    width: 100%;
    font-size: calc(32 / 750 * 100vw);
  }

  .form td {
    display: block;
    padding: 0 4vw 1em 4vw;
    width: 100%;
  }

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form input[type="date"] {
    padding: 1em .5em;
    background-color: #eee;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #666;
    font-size: calc(30 / 750 * 100vw);
  }

  .form select {
    padding: 1em .5em;
    background-color: #eee;
    border: 0;
    border-radius: 0;
    width: 100%;
    color: #666;
    font-size: calc(30 / 750 * 100vw);
  }

  .form textarea {
    height: 50vw;
    font-size: calc(30 / 750 * 100vw);
  }
  .container__inner ul.form-date {
    justify-content: start;
  }
  .form-date li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact_read {
    font-size: 5vw;
  }
  .contact-call-box {
    padding: 2vw;
  }
  .contact-call-box .content {
    width: 70%;
  }
  .contact-call-box .label {
    width: 30%;
    font-size: 3vw;
    margin-right: 0px;
  }
  .contact-call-box .label span {
    font-size: 5vw;
  }
  .contact-call-box .contact-number {
    font-size: 6.6vw;
  }
  .contact-call-box .fs20_20 {
    font-size: 2vw;
  }
  .form td p {
    margin: 2vw 0 0;
    font-size: 3vw;
  }
}

.form__hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: .5em;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.6em;
}

.form__hosoku:before {
  content: '※';
}

.form__hosoku__top {
  margin-top: 0;
}

.form__hosoku--red {
  color: #e60012;
}

@media screen and (min-width: 751px) {
  .form__hosoku {
    font-size: 1.18182vw;
  }
}

@media screen and (min-width: 1101px) {
  .form__hosoku {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.form__required {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #e60012;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em;
}

.form__unrequired {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #d2d2d2;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em;
}

@media screen and (min-width: 751px) {

  .form__required,
  .form__unrequired {
    top: 1.5em;
    right: 1em;
    margin-top: 0;
    font-size: calc(12 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {

  .form__required,
  .form__unrequired {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.form__date {
  display: flex;
  align-items: flex-end;
}

.form__date li {
  margin-right: .3em;
}

.form__date li:last-child {
  margin-right: 0;
}

.form__multi__sp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__multi__sp__block div:last-child {
  margin-top: 5px;
}

.form__multi__sp__block li {
  margin-right: 5px;
}

.form__multi__sp__block li:last-child {
  margin-right: 0;
}

.form__input--small {
  width: 4em;
}

.form__input--middle {
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  .form__input--small {
    width: 5em;
  }

  .form__input--middle {
    width: 22vw !important;
  }
}

@media screen and (min-width: 1101px) {
  .form__input--middle {
    width: 250px !important;
  }
}

.form__select {
  position: relative;
  line-height: 1em;
}

.form__select:before {
  position: absolute;
  right: .5em;
  top: 50%;
  content: '▼';
  font-size: 0.6em;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

.wpcf7-list-item-label {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .wpcf7-list-item-label {
    font-size: 1.27273vw;
  }
}

@media screen and (min-width: 1101px) {
  .wpcf7-list-item-label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#book-type span.wpcf7-list-item {
  margin: 0 !important;
}

#book-type .wpcf7-list-item-label {
  font-size: 3.46667vw;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  #book-type .wpcf7-list-item-label {
    font-size: 1.63636vw;
  }
}

@media screen and (min-width: 1101px) {
  #book-type .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.form__checkbox__block span.wpcf7-list-item {
  display: block;
  margin-top: .5em;
  line-height: 1.8em;
}

.form__checkbox__block span.wpcf7-list-item:last-child {
  margin-bottom: .5em;
}

.form__checkbox__block .wpcf7-checkbox label {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .form__checkbox__block span.wpcf7-list-item {
    display: inline-block;
    margin-top: 0;
  }

  .form__checkbox__block span.wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}

.wpcf7-checkbox label {
  line-height: 2.6em;
}

.form__confirm,
.form__back,
.form__submit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1em;
}

.form__btn__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form__confirm {
    width: calc(320 / 1100 * 100vw);
  }

  .form__btn__container {
    width: calc(590 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .form__confirm {
    width: 320px;
  }

  .form__btn__container {
    width: 590px;
  }
}

.form__back {
  margin-right: 1em;
  width: calc(40% - 1em);
}

.form__submit {
  width: calc(100% - 40% - 1em);
}

.form__btn__submit {
  position: relative;
  display: block;
  padding: .7em 0;
  width: 100%;
  background-color: #fda700;
  border: .8vw solid #fda700;
  border-radius: 2.5em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  transition: .3s;
}

.form__btn__submit:hover {
  background-color: #fff;
  color: #fda700;
}

.form__btn__back {
  position: relative;
  display: block;
  padding: .7em 0;
  color: #fda700;
  border: .8vw solid #fda700;
  border-radius: 2.5em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
}

.form__btn__back:hover {
  background-color: #fda700;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .form__btn__submit {
    padding: .7em 0;
    font-size: calc(18 / 1100 * 100vw);
    border: .27273vw solid #fda700;
  }

  .form__btn__back {
    padding: .7em 0;
    font-size: 18px;
    font-size: 1.6rem;
    border: .27273vw solid #fda700;
  }
}

@media screen and (min-width: 1101px) {

  .form__btn__submit,
  .form__btn__back {
    font-size: 18px;
    font-size: 1.8rem;
    border: 3px solid #fda700;
  }
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.form__step__container {
  margin: calc(60 / 750 * 100vw) 0;
}

.form__step {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__step&gt;div {
  position: relative;
  padding: 1em .8em;
  width: calc(210 / 750 * 100vw);
  height: calc(170 / 750 * 100vw);
  background-color: #fffbf2;
}

.form__step1:after,
.form__step2:after {
  content: '';
  position: absolute;
  top: 0;
  right: -2.4vw;
  border-left: 2.4vw solid #fffbf2;
  border-top: calc(85 / 750 * 100vw) solid transparent;
  border-bottom: calc(85 / 750 * 100vw) solid transparent;
}

.form__step__num {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
}

.form__step__num span {
  margin-left: .2em;
  font-size: calc(36 / 750 * 100vw);
}

.form__step__title {
  color: #fda700;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .form__step__container {
    margin: calc(45 / 1100 * 100vw) 0;
  }

  .form__step&gt;div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
    width: calc(253 / 1100 * 100vw);
    height: calc(60 / 1100 * 100vw);
  }

  .form__step1:after,
  .form__step2:after {
    right: -1.81818vw;
    border-left: 1.81818vw solid #fffbf2;
    border-top: calc(30 / 1100 * 100vw) solid transparent;
    border-bottom: calc(30 / 1100 * 100vw) solid transparent;
  }

  .form__step__num {
    margin-bottom: 0;
    font-size: calc(17 / 1100 * 100vw);
  }

  .form__step__num span {
    font-size: calc(26 / 1100 * 100vw);
  }

  .form__step__title {
    font-size: calc(18 / 1100 * 100vw);
    line-height: 1em;
  }
}

@media screen and (min-width: 1101px) {
  .form__step__container {
    margin: 45px 0;
  }

  .form__step&gt;div {
    /*width: 253px;*/
    width: calc(33.333% - 20px);
    height: 60px;
  }

  .form__step1:after,
  .form__step2:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    border-left: 20px solid #fffbf2;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }

  .form__step__num {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .form__step__num span {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .form__step__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wpcf7c-elm-step1 .form__step1 {
  background-color: #fda700;
}

.wpcf7c-elm-step1 .form__step1:after {
  border-left: 2.4vw solid #fda700;
}

.wpcf7c-elm-step1 .form__step1 .form__step__num,
.wpcf7c-elm-step1 .form__step1 .form__step__title {
  color: #fff;
}

.wpcf7c-elm-step2 .form__step2 {
  background-color: #fda700;
}

.wpcf7c-elm-step2 .form__step2:after {
  border-left: 2.4vw solid #fda700;
}

.wpcf7c-elm-step2 .form__step2 .form__step__num,
.wpcf7c-elm-step2 .form__step2 .form__step__title {
  color: #fff;
}

.wpcf7c-elm-step3 .form__step3 {
  background-color: #fda700;
}

.wpcf7c-elm-step3 .form__step3 .form__step__num,
.wpcf7c-elm-step3 .form__step3 .form__step__title {
  color: #fff;
}

@media screen and (min-width: 751px) {

  .wpcf7c-elm-step1 .form__step1:after,
  .wpcf7c-elm-step2 .form__step2:after {
    border-left: 1.81818vw solid #fda700;
  }
}

@media screen and (min-width: 1101px) {

  .wpcf7c-elm-step1 .form__step1:after,
  .wpcf7c-elm-step2 .form__step2:after {
    border-left: 20px solid #fda700;
  }
}

.wpcf7-not-valid-tip {
  padding-top: .5em;
  font-size: 0.93em !important;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #fda700 !important;
}

/* ------------------------------------------- reserve-tenpo - */
.reserve-tenpo {
  margin-top: 12vw;
}
@media screen and (min-width: 751px) {
  .reserve-tenpo {
    margin-top: 6.94444vw;
  }
}
@media screen and (min-width: 1201px) {
  .reserve-tenpo {
    margin-top: 100px;
  }
}
.reserve-tenpo li {
  margin-bottom: 10.66667vw;
}
.reserve-tenpo li:last-child {
  margin-bottom: 0;
}
.reserve-tenpo-image {
  margin-bottom: 5.33333vw;
}
.reserve-tenpo-image img {
  width: 100%;
  height: auto;
}
.reserve-tenpo-content p {
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.6em;
}
.reserve-tenpo-head {
  margin-bottom: 0.3em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}
.reserve-tenpo-map {
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  .reserve-tenpo li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.16667vw;
  }
  .reserve-tenpo-image {
    margin-bottom: 0;
    width: 50%;
  }
  .reserve-tenpo-content {
    width: 47.5%;
  }
}
@media screen and (min-width: 1201px) {
  .reserve-tenpo li {
    margin-bottom: 60px;
  }
  
}

.number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#footer .number {
  padding: .7em 0;
  background-color: #fff;
}

.number__num {
  color: #84d14c;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}

#header .number__icon {
  margin-right: calc(20 / 750 * 100vw);
  width: calc(60 / 750 * 100vw);
}

#header .number__num {
  font-size: calc(68 / 750 * 100vw);
}

#footer .number__icon {
  margin-right: calc(30 / 750 * 100vw);
  width: calc(108 / 750 * 100vw);
}

#footer .number__num {
  width: calc(470 / 750 * 100vw);
  font-size: calc(72 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  #header .number__icon {
    margin-right: calc(10 / 1100 * 100vw);
    width: calc(30 / 1100 * 100vw);
  }

  #header .number__tel {
    width: calc(260 / 1100 * 100vw);
  }

  #header .number__num {
    font-size: calc(34 / 1100 * 100vw);
  }

  #footer .number__icon {
    margin-right: calc(10 / 1100 * 100vw);
    width: calc(55 / 1100 * 100vw);
  }

  #footer .number__num {
    width: calc(310 / 1100 * 100vw);
    font-size: calc(48 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  #header .number__icon {
    margin-right: 10px;
    width: 28px;
  }

  #header .number__tel {
    width: 260px;
  }

  #header .number__num {
    font-size: 34px;
    font-size: 3.4rem;
  }

  #footer .number__icon {
    margin-right: 10px;
    width: 55px;
  }

  #footer .number__num {
    width: 310px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media all and (-ms-high-contrast: none) {
  #footer .number__tel {
    letter-spacing: .08em;
  }
}

.contact__btn {
  position: relative;
  display: block;
  align-items: center;
  color: #fff;
  background-color: #e60012;
  width: 100%;
}

.contact__btn:hover {
  background-color: #64d114;
  color: #fff;
}

.contact__btn&gt;p&gt;span:nth-of-type(1) {
  display: block;
  margin: 0 0 .5em 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
}

.contact__btn&gt;p&gt;span:nth-of-type(2) {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
}

.contact__btn&gt;p&gt;span:nth-of-type(3) {
  display: block;
  margin: 0.5em 0 0 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
}

#header .contact__btn {
  width: 100%;
  height: calc(200 / 750 * 100vw);
}

#footer .contact__btn {
  width: 100%;
  height: calc(220 / 750 * 100vw);
  border: calc(6 / 750 * 100vw) solid #fda700;
}

.contact__btn&gt;p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  #header .navi__btn&gt;p&gt;span:nth-of-type(1) {
    display: none;
  }

  .contact__btn&gt;p&gt;span:nth-of-type(1) {
    font-size: calc(14 / 1100 * 100vw);
  }

  .contact__btn&gt;p&gt;span:nth-of-type(2) {
    font-size: calc(16 / 1100 * 100vw);
  }

  .contact__btn&gt;p&gt;span:nth-of-type(3) {
    font-size: calc(14 / 1100 * 100vw);
  }

  #header .contact__btn {
    width: calc(160 / 1100 * 100vw);
    height: calc(110 / 1100 * 100vw);
  }

  #footer .contact__btn {
    height: calc(111 / 1100 * 100vw);
    border: calc(3 / 1100 * 100vw) solid #fda700;
  }
}

@media screen and (min-width: 1101px) {
  #footer .contact__btn {
    height: 111px;
    border: 3px solid #fda700;
  }
}

@media screen and (min-width: 1340px) {
  .contact__btn p&gt;span:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .contact__btn&gt;p&gt;span:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .contact__btn&gt;p&gt;span:nth-of-type(3) {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #header .contact__btn {
    width: 200px;
    height: 100%;
  }
}

@media screen and (min-width: 1441px) {
  #header .contact__btn {
    height: 80px;
  }
}

@media screen and (max-width: 750px) {
  #header .navi__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .navi__btn&gt;p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img__scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img__scale img {
  width: 100%;
  transition-duration: 0.5s;
}

.img__scale__hover,
.eventA__container a:hover .img__scale img,
.lineupA__container a:hover .img__scale img,
.planA__container a:hover .img__scale img,
.blogA__container a:hover .img__scale img,
.img__scale img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}

.list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

.list li:before {
  content: '※';
}

.list__dot li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

.list__dot li:before {
  content: '・';
}

.ggmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec__migration {
  position: relative;
  padding: 10.66667vw 0 13.33333vw 0;
  background-image: url(../img/migration/bg_sp.jpg);
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .sec__migration {
    padding: 5.45455vw 0 4.54545vw 0;
    background-image: url(../img/migration/bg.jpg);
  }
}

@media screen and (min-width: 1101px) {
  .sec__migration {
    padding: 60px 0 50px 0;
  }
}

.migration__menu {
  margin-top: 8vw;
}

.migration__menu a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(25 / 750 * 100vw);
  padding: 0 calc(105 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  height: calc(200 / 750 * 100vw);
  background-color: #fff;
  border-radius: .8em;
  border: solid;
  border-color: #fda700;
  border-width: calc(6 / 750 * 100vw);
}

.migration__menu a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(90 / 750 * 100vw);
  height: 100%;
  border-radius: 0 .5em .5em 0;
  background-color: #fda700;
  transition: .3s;
}

.migration__menu a:hover::before {
  background-color: #fff;
}

.migration__menu a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(15 / 750 * 100vw);
  display: inline-block;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  background-image: url(../img/common/arrow_base.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.migration__menu a:hover::after {
  background-image: url(../img/common/arrow_main.png);
}

.migration__menu a:last-of-type {
  margin-bottom: 0;
}

.migration__menu__mark {
  width: calc(110 / 750 * 100vw);
}

.migration__menu__head {
  padding: 0 .5em;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
}

.migration__menu__subhead {
  color: #fda700;
  font-family: brandon-grotesque, sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .migration__menu {
    display: flex;
    justify-content: center;
    margin-top: 5.45455vw;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .migration__menu a {
    margin-bottom: calc(15 / 1100 * 100vw);
    padding: 0 calc(70 / 1100 * 100vw) 0 calc(10 / 1100 * 100vw);
    width: 29.09091vw;
    height: calc(100 / 1100 * 100vw);
    border-width: calc(3 / 1100 * 100vw);
  }

  .migration__menu a:before {
    width: calc(60 / 1100 * 100vw);
  }

  .migration__menu a:after {
    right: 1em;
    width: calc(30 / 1100 * 100vw);
    height: calc(30 / 1100 * 100vw);
  }

  .migration__menu__mark {
    width: calc(45 / 1100 * 100vw);
  }

  .migration__menu__head {
    font-size: calc(16 / 1100 * 100vw);
  }

  .migration__menu__subhead {
    font-size: calc(13 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .migration__menu {
    margin-top: 60px;
  }

  .migration__menu a {
    margin-bottom: 15px;
    padding: 0 70px 0 10px;
    width: 320px;
    height: 100px;
    border-width: 3px;
  }

  .migration__menu a:before {
    width: 60px;
  }

  .migration__menu a:after {
    width: 30px;
    height: 30px;
  }

  .migration__menu__mark {
    width: 45px;
  }

  .migration__menu__head {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .migration__menu__subhead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#migration-bnr {
  padding: calc(50 / 750 * 100vw) 0;
  background-color: #fffbf2;
}

#migration-bnr .container__inner {
  border: calc(8 / 750 * 100vw) solid #fda700;
  border-radius: calc(40 / 750 * 100vw);
  background-color: #fff;
  position: relative;
  text-align: center;
}

#migration-bnr .cta {
  width: 82.66vw;
  margin: 0 auto;
}

#migration-bnr .migration-bnr-ul .cta__logo {
  padding-top: calc(60 / 750 * 100vw);
  padding-bottom: calc(40 / 750 * 100vw);
  width: 83.333vw;
  margin: 0 auto;
}

#migration-bnr .migration-bnr-ul .cta__tel {
  padding-bottom: calc(25 / 750 * 100vw);
  width: 84vw;
  margin: 0 auto;
}

#migration-bnr .migration-bnr-ul .cta__btn {
  padding-bottom: calc(20 / 750 * 100vw);
  width: 74.6666vw;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #migration-bnr {
    padding: 50px 0;
    background-color: #fffbf2;
  }

  #migration-bnr .container__inner {
    border: 4px solid #fda700;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
  }

  #migration-bnr .cta {
    border-radius: 16px;
    width: auto;
  }

  #migration-bnr .migration-bnr-ul {
    position: absolute;
    left: calc(38 / 1100 * 100vw);
    bottom: calc(20 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap;
  }

  #migration-bnr .migration-bnr-ul .cta__logo {
    display: none;
  }

  #migration-bnr .migration-bnr-ul .cta__tel {
    width: calc(484 / 1100 * 100vw);
    padding-bottom: 0;
  }

  #migration-bnr .migration-bnr-ul .cta__btn {
    width: calc(280 / 1100 * 100vw);
    margin-left: calc(25 / 1100 * 100vw);
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1101px) {
  #migration-bnr {
    padding: 50px 0;
    background-color: #fffbf2;
  }

  #migration-bnr .container__inner {
    border: 4px solid #fda700;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
  }

  #migration-bnr .cta {
    border-radius: 16px;
    width: auto;
  }

  #migration-bnr .migration-bnr-ul {
    position: absolute;
    left: 38px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  #migration-bnr .migration-bnr-ul .cta__logo {
    display: none;
  }

  #migration-bnr .migration-bnr-ul .cta__tel {
    width: 484px;
    padding-bottom: 0;
  }

  #migration-bnr .migration-bnr-ul .cta__btn {
    width: 280px;
    margin-left: 25px;
    padding-bottom: 0;
  }
}

.front__migration-bnr {
  background-color: #fffbf2;
  /*padding-bottom: calc(100 / 750 * 100vw);*/
}

.front__migration-bnr dl {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}

.front__migration-bnr dl dt {
  font-weight: bold;
  padding-bottom: .5em;
}

.front__migration-bnr dl dd {
  line-height: 1.8;
}

@media screen and (min-width: 751px) {
  .front__migration-bnr {
    /*padding-bottom: calc(50 / 1100 * 100vw);*/
  }
}

@media screen and (min-width: 1101px) {
  .front__migration-bnr {
    /*padding-bottom: 50px;*/
  }

  .front__migration-bnr dl {
    max-width: 800px;
    width: 100%;
  }
}

.editor {
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.editor h4 {
  position: relative;
  display: block;
  margin-bottom: .5em;
  padding: .3em 0;
  border-bottom: 1px solid #fda700;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em;
}

.editor p {
  font-size: calc(30 / 750 * 100vw);
  line-height: 1.8em;
}

.editor a {
  font-weight: 700;
}

.editor a:hover {
  opacity: 0.7;
}

.editor strong {
  font-weight: 700;
}

.editor ul {
  margin: 1em 0 1.5em 0;
}

.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 2em;
}

.editor ol {
  margin: 1em 0 1.5em 0;
}

.editor ol li {
  margin-left: 2.5em;
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}

.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #f9f8f8;
  font-style: italic;
}

.editor img {
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}

.editor .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .editor h4 {
    font-size: 1.63636vw;
  }

  .editor p {
    font-size: 1.36364vw;
  }
}

@media screen and (min-width: 1101px) {
  .editor h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .editor p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.fcolor--main {
  color: #fda700;
}

.fcolor--base {
  color: #fff;
}

.fcolor--thin {
  color: #ffedc9;
}

.bold {
  font-weight: 700;
}

.paragraph p {
  margin-bottom: 1.5em;
}

.paragraph p:last-child {
  margin-bottom: 0;
}

.text {
  line-height: 1.8em;
}

.text2 {
  min-height: calc(1.8em * 2);
}

.text3,
.text2_3,
.text3 {
  min-height: calc(1.8em * 3);
}

@media screen and (min-width: 751px) {
  .text2_3 {
    min-height: calc(1.8em * 2);
  }
}

.mt05 {
  margin-top: calc(10 / 750 * 100vw);
}

.mt10 {
  margin-top: calc(20 / 750 * 100vw);
}

.mt15 {
  margin-top: calc(30 / 750 * 100vw);
}

.mt20 {
  margin-top: calc(40 / 750 * 100vw);
}

.mt25 {
  margin-top: calc(50 / 750 * 100vw);
}

.mt30 {
  margin-top: calc(60 / 750 * 100vw);
}

.mt35 {
  margin-top: calc(70 / 750 * 100vw);
}

.mt40 {
  margin-top: calc(80 / 750 * 100vw);
}

.mt45 {
  margin-top: calc(90 / 750 * 100vw);
}

.mt50 {
  margin-top: calc(100 / 750 * 100vw);
}

.mt60 {
  margin-top: calc(120 / 750 * 100vw);
}

.mt65 {
  margin-top: calc(130 / 750 * 100vw);
}

.mt70 {
  margin-top: calc(140 / 750 * 100vw);
}

.mt80 {
  margin-top: calc(160 / 750 * 100vw);
}

.mt90 {
  margin-top: calc(180 / 750 * 100vw);
}

.mt100 {
  margin-top: calc(200 / 750 * 100vw);
}

.mb05 {
  margin-bottom: calc(10 / 750 * 100vw);
}

.mb10 {
  margin-bottom: calc(20 / 750 * 100vw);
}

.mb15 {
  margin-bottom: calc(30 / 750 * 100vw);
}

.mb20 {
  margin-bottom: calc(40 / 750 * 100vw);
}

.mb25 {
  margin-bottom: calc(50 / 750 * 100vw);
}

.mb30 {
  margin-bottom: calc(60 / 750 * 100vw);
}

.mb35 {
  margin-bottom: calc(70 / 750 * 100vw);
}

.mb40 {
  margin-bottom: calc(80 / 750 * 100vw);
}

.mb45 {
  margin-bottom: calc(90 / 750 * 100vw);
}

.mb50 {
  margin-bottom: calc(100 / 750 * 100vw);
}

.mb60 {
  margin-bottom: calc(120 / 750 * 100vw);
}

.mb65 {
  margin-bottom: calc(130 / 750 * 100vw);
}

.mb70 {
  margin-bottom: calc(140 / 750 * 100vw);
}

.mb75 {
  margin-bottom: calc(150 / 750 * 100vw);
}

.mb80 {
  margin-bottom: calc(160 / 750 * 100vw);
}

.mb85 {
  margin-bottom: calc(170 / 750 * 100vw);
}

.mb90 {
  margin-bottom: calc(180 / 750 * 100vw);
}

.mb100 {
  margin-bottom: calc(200 / 750 * 100vw);
}

.mr20 {
  margin-right: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {
  .mt05 {
    margin-top: calc(05 / 1100 * 100vw);
  }

  .mt10 {
    margin-top: calc(10 / 1100 * 100vw);
  }

  .mt15 {
    margin-top: calc(15 / 1100 * 100vw);
  }

  .mt20 {
    margin-top: calc(20 / 1100 * 100vw);
  }

  .mt25 {
    margin-top: calc(25 / 1100 * 100vw);
  }

  .mt30 {
    margin-top: calc(30 / 1100 * 100vw);
  }

  .mt35 {
    margin-top: calc(35 / 1100 * 100vw);
  }

  .mt40 {
    margin-top: calc(40 / 1100 * 100vw);
  }

  .mt45 {
    margin-top: calc(45 / 1100 * 100vw);
  }

  .mt50 {
    margin-top: calc(50 / 1100 * 100vw);
  }

  .mt60 {
    margin-top: calc(60 / 1100 * 100vw);
  }

  .mt65 {
    margin-top: calc(65 / 1100 * 100vw);
  }

  .mt70 {
    margin-top: calc(70 / 1100 * 100vw);
  }

  .mt80 {
    margin-top: calc(80 / 1100 * 100vw);
  }

  .mt90 {
    margin-top: calc(90 / 1100 * 100vw);
  }

  .mt100 {
    margin-top: calc(100 / 1100 * 100vw);
  }

  .mb05 {
    margin-bottom: calc(05 / 1100 * 100vw);
  }

  .mb10 {
    margin-bottom: calc(10 / 1100 * 100vw);
  }

  .mb15 {
    margin-bottom: calc(15 / 1100 * 100vw);
  }

  .mb20 {
    margin-bottom: calc(20 / 1100 * 100vw);
  }

  .mb25 {
    margin-bottom: calc(25 / 1100 * 100vw);
  }

  .mb30 {
    margin-bottom: calc(30 / 1100 * 100vw);
  }

  .mb35 {
    margin-bottom: calc(35 / 1100 * 100vw);
  }

  .mb40 {
    margin-bottom: calc(40 / 1100 * 100vw);
  }

  .mb45 {
    margin-bottom: calc(45 / 1100 * 100vw);
  }

  .mb50 {
    margin-bottom: calc(50 / 1100 * 100vw);
  }

  .mb60 {
    margin-bottom: calc(60 / 1100 * 100vw);
  }

  .mb65 {
    margin-bottom: calc(65 / 1100 * 100vw);
  }

  .mb70 {
    margin-bottom: calc(70 / 1100 * 100vw);
  }

  .mb75 {
    margin-bottom: calc(75 / 1100 * 100vw);
  }

  .mb80 {
    margin-bottom: calc(80 / 1100 * 100vw);
  }

  .mb85 {
    margin-bottom: calc(85 / 1100 * 100vw);
  }

  .mb90 {
    margin-bottom: calc(90 / 1100 * 100vw);
  }

  .mb100 {
    margin-bottom: calc(100 / 1100 * 100vw);
  }

  .mr20 {
    margin-right: calc(20 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .mt05 {
    margin-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt25 {
    margin-top: 25px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt35 {
    margin-top: 35px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt45 {
    margin-top: 45px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt60 {
    margin-top: 60px;
  }

  .mt65 {
    margin-top: 65px;
  }

  .mt70 {
    margin-top: 70px;
  }

  .mt80 {
    margin-top: 80px;
  }

  .mt90 {
    margin-top: 90px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .mb05 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb35 {
    margin-bottom: 35px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb45 {
    margin-bottom: 45px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  .mb65 {
    margin-bottom: 65px;
  }

  .mb70 {
    margin-bottom: 70px;
  }

  .mb75 {
    margin-bottom: 75px;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .mb85 {
    margin-bottom: 85px;
  }

  .mb90 {
    margin-bottom: 90px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mr20 {
    margin-right: 20px;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .none__sp {
    display: none !important;
  }

  .br__pc {
    display: inline;
  }

  .br__sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .none__pc {
    display: none !important;
  }

  .br__pc {
    display: block;
  }

  .br__sp {
    display: inline;
  }
}

.img__maxfit {
  max-width: 100%;
  height: auto;
}

.img__fit {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.ofi,
.gallery__main img,
.gallery__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ofi--hero {
  /*height: calc(1360 / 750 * 100vw);
  font-family: 'object-fit: cover;';
  */
  margin-top: calc(155 / 750 * 100vw);
}

.gallery__main img {
  width: 100%;
  height: calc(530 / 750 * 100vw);
}

.gallery__thumb img {
  width: 100%;
  height: calc(90 / 750 * 100vw);
}

.ofi--event {
  border-radius: .5em;
  height: calc(140 / 750 * 100vw);
}

.ofi--eventA {
  height: calc(400 / 750 * 100vw);
}

.ofi--eventD {
  height: calc(220 / 750 * 100vw);
}

.ofi--plan {
  height: calc(505 / 750 * 100vw);
}

.ofi--seko {
  height: calc(315 / 750 * 100vw);
}

.ofi--blogA {
  height: 24vw;
}

.ofi--lineupFm {
  width: 100%;
  height: 34vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi--lineupA {
  width: 100%;
  height: 69.414vw;
  -o-object-fit: contain;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ofi--lineupAm {
  width: 100%;
  height: 64.66667vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  border-radius: 0 0.8vw 0.8vw 0;
}

.ofi--lineupSF,
.ofi--planSF {
  height: 53.33333vw;
}

.ofi--planFm {
  width: 100%;
  height: 37.33333vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi--planFmm {
  width: 100%;
  height: 37.33333vw;
}

.ofi--planSm {
  width: 100%;
  height: 53.33333vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi--planSmm {
  width: 100%;
  height: 53.33333vw;
}

@media screen and (min-width: 751px) {
  .ofi--hero {
    height: calc(550 / 1100 * 100vw);
    font-family: 'object-fit: cover;';
    margin-top: 0;
  }

  .gallery__main img {
    height: calc(530 / 1100 * 100vw);
  }

  .gallery__thumb img {
    height: calc(63 / 1100 * 100vw);
  }

  .ofi--event {
    height: calc(70 / 1100 * 100vw);
  }

  .ofi--eventA {
    height: calc(215 / 1100 * 100vw);
  }

  .ofi--eventD {
    height: calc(230 / 1100 * 100vw);
  }

  .ofi--plan {
    height: calc(220 / 1100 * 100vw);
  }

  .ofi--seko {
    height: calc(230 / 1100 * 100vw);
  }

  .ofi--blogA {
    height: calc(165 / 1100 * 100vw);
  }

  .ofi--lineupFm {
    height: calc(115 / 1100 * 100vw);
  }

  .ofi--lineupA {
    height: calc(280 / 1100 * 100vw);
  }

  .ofi--lineupAm {
    height: calc(450 / 1100 * 100vw);
    border-radius: 0 0.07545vw 0.07545vw 0;
  }

  .ofi--lineupSF,
  .ofi--planSF {
    height: calc(215 / 1100 * 100vw);
  }

  .ofi--planFm,
  .ofi--planFmm {
    height: calc(140 / 1100 * 100vw);
  }

  .ofi--planSm,
  .ofi--planSmm {
    height: calc(215 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .ofi--hero {
    object-position: 50% 15%;
    font-family: 'object-fit: cover; object-position: 50% 15%;';
    height: calc(680 / 1400 * 100vw);
  }

  .gallery__main img {
    height: 530px;
  }

  .gallery__thumb img {
    height: 63px;
  }

  .ofi--event {
    height: 70px;
  }

  .ofi--eventA {
    height: 215px;
  }

  .ofi--eventD {
    height: 230px;
  }

  .ofi--plan {
    height: 220px;
  }

  .ofi--seko {
    height: 230px;
  }

  .ofi--blogA {
    height: 165px;
  }

  .ofi--lineupFm {
    height: 115px;
  }

  .ofi--lineupA {
    height: 280px;
  }

  .ofi--lineupAm {
    height: 450px;
    border-radius: 0 7.5px 7.5px 0;
  }

  .ofi--lineupSF,
  .ofi--planSF {
    height: 215px;
  }

  .ofi--planFm,
  .ofi--planFmm {
    height: 140px;
  }

  .ofi--planSm,
  .ofi--planSmm {
    height: 215px;
  }
}

@media screen and (min-width: 1441px) {
  .ofi--hero {
    height: 680px;
  }
}

.dot_ttl {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.dot_ttl span {
  border-bottom: 1px dotted #595959;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  /*line-height:1.4;*/
  font-weight: bold;
  padding-bottom: 15px;
}

@media screen and (min-width: 751px) {
  .dot_ttl {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .dot_ttl span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.check--timing {
  border-left: 4px solid #fda700;
  background-color: #fffbf2;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.check--timing h4 {
  margin-bottom: .8em;
  padding-bottom: .8em;
  border-bottom: 1px dotted #595959;
  font-size: 4.53333vw;
  font-weight: 700;
  line-height: 1.6em;
}

.check--timing ul li {
  margin: .8em 0;
  background: url(../img/check/icon_check.png) 0 center no-repeat;
  background-size: 24px auto;
  padding: 10px 0 10px 30px;
}

#check-lead p {
  line-height: 1.8;
}

#check-standard table {
  width: 100%;
  font-size: calc(24 / 750 * 100vw);
}

#check-standard table th {
  background-color: #fda700;
  color: #fff;
  border: 1px solid #fdf9f2;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
}

#check-standard table tr:nth-child(2n+1) td {
  background-color: #fffbf2;
}

#check-standard table td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

@media screen and (max-width: 751px) {

        .check--timing ul li{
                width:100%;
        }

}

@media screen and (min-width: 751px) {
  .check--timing {
    -webkit-align-items: center;
    align-items: center;
  }

  .check--timing h4 {
    font-size: 1.63636vw;
    text-align: left;
  }

  .check--timing .left {
    width: 60%;
  }

  .check--timing .right {
    width: 40%;
    text-align: right;
  }

  #check-standard table {
    font-size: calc(15 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .check--timing h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #check-standard table {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#wall-painting-lead h3 {
  text-align: center;
  font-weight: bold;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.6;
}

#wall-painting-detail {
  border-radius: 15px;
  background-color: #fdf9f2;
  padding: calc(30 / 750 * 100vw);
}

#wall-painting-detail ul {
  display: flex;
  flex-wrap: wrap;
}

#wall-painting-detail ul li {
  width: calc(50% - 10px);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

#wall-painting-detail ul li:nth-child(2n+1) {
  margin-left: 0;
}

#wall-painting-detail ul li img {
  width: 45%;
}

#wall-painting-detail ul li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fda700;
  font-weight: bold;
}

#wall-painting-detail p {
  line-height: 1.6;
}

#wall-painting-osusume h3 {
  text-align: center;
  font-weight: bold;
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.4;
}

#wall-painting-osusume h3 span {
  color: #e60012;
  font-size: calc(40 / 750 * 100vw);
}

#wall-painting-osusume .wall-painting-osusume-in {
  background: url(../img/wall-painting/bg.png) right bottom no-repeat #faffe9;
  background-size: 80% auto;
  padding: calc(20 / 750 * 100vw);
}

#wall-painting-osusume .wall-painting-osusume-in ul {
  width: 100%;
}

#wall-painting-osusume .wall-painting-osusume-in ul li {
  width: 100%;
  margin-bottom: .4em;
  background: url(../img/check/icon_check.png) 0 16px no-repeat;
  background-size: calc(36 / 750 * 100vw) auto;
  padding: 10px 0 10px calc(40 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.6;
}

#wall-painting-osusume .bg_triangle {
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  position: relative;
}

#wall-painting-osusume .bg_triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 120px 0 120px;
  border-color: #fda700 transparent transparent transparent;
  z-index: -1;
}

#wall-painting .attention_ttl {
  background-color: #e60012;
  color: #fff;
  font-size: calc(34 / 750 * 100vw);
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
}

#wall-painting .attention_ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fda700 transparent transparent transparent;
}

#wall-painting .attention_txt {
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}

#wall-painting .attention_txt span {
  color: #e60012;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  #wall-painting-lead h3 {
    font-size: calc(36 / 1100 * 100vw);
  }

  #wall-painting-detail {
    border-radius: 15px;
    padding: 30px;
  }

  #wall-painting-detail ul {
    display: flex;
    flex-wrap: wrap;
  }

  #wall-painting-detail ul li {
    width: calc(20% - 18.75px);
    margin-left: 15px;
    padding: 20px 0;
  }

  #wall-painting-detail ul li:nth-child(2n+1) {
    margin-left: 15px;
  }

  #wall-painting-detail ul li:first-child {
    margin-left: 0;
  }

  #wall-painting-detail ul li img {
    width: 45%;
  }

  #wall-painting-detail ul li p {
    font-size: calc(18 / 1100 * 100vw);
    line-height: 1;
    color: #fda700;
    font-weight: bold;
  }

  #wall-painting-detail p {
    line-height: 1.6;
  }

  #wall-painting-osusume h3 {
    font-weight: bold;
    font-size: calc(36 / 1100 * 100vw);
    line-height: 1.4;
  }

  #wall-painting-osusume h3 span {
    color: #e60012;
    font-size: calc(40 / 1100 * 100vw);
  }

  #wall-painting-osusume .wall-painting-osusume-in {
    background: url(../img/wall-painting/bg.png) right bottom no-repeat #faffe9;
    background-size: auto auto;
    padding: 40px 20px 40px;
  }

  #wall-painting-osusume .wall-painting-osusume-in ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
  }

  #wall-painting-osusume .wall-painting-osusume-in ul li {
    width: 50%;
    margin-bottom: .8em;
    background: url(../img/check/icon_check.png) 0 16px no-repeat;
    background-size: 24px auto;
    padding: 10px 0 10px 30px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
  }

  #wall-painting-osusume .bg_triangle {
    text-align: center;
    font-size: calc(36 / 1100 * 100vw);
    font-weight: bold;
    position: relative;
  }

  #wall-painting-osusume .bg_triangle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 120px 0 120px;
    border-color: #fda700 transparent transparent transparent;
    z-index: -1;
  }

  #wall-painting .attention_ttl {
    background-color: #e60012;
    color: #fff;
    font-size: calc(32 / 1100 * 100vw);
    line-height: 1.5;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
  }

  #wall-painting .attention_ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fda700 transparent transparent transparent;
  }

  #wall-painting .attention_txt {
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
  }

  #wall-painting .attention_txt span {
    color: #e60012;
    font-weight: bold;
  }
}

@media screen and (min-width: 1101px) {
  #wall-painting-lead h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  #wall-painting-detail ul li p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #wall-painting-osusume h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  #wall-painting-osusume h3 span {
    font-size: 40px;
    font-size: 4.0rem;
  }

  #wall-painting-osusume .wall-painting-osusume-in ul li {
    font-size: 20px;
    font-size: 2.0rem;
  }

  #wall-painting-osusume .bg_triangle {
    font-size: 36px;
    font-size: 3.6rem;
  }

  #wall-painting .attention_ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.bg_white #migration-bnr {
  background-color: #fff;
}


.plan_box {
  border: solid 2px #000;
  padding: 20px;
}

.plan_box .f_box {
  display: flex;
  justify-content: space-between;
}

.plan_box .f_box .plan {
  display: flex;
}

.plan_box .f_box .plan .a_plan {
  color: #ef8454;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  margin-right: 10px;
}

.plan_box .f_box .plan .a_plan_tit {
  color: #ef8454;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

.plan_box .f_box .plan .a_plan_tit span {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 5px;
}

.plan_box .f_box .price {
  color: #c7000b;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
}

.plan_box .f_box .price .price_s {
  color: #c7000b;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}

.plan_box .f_box .price .en {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.plan_box .f_box .price .zei {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.plan_box .f_box .plan .s_plan {
  color: #4b6cb3;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  margin-right: 10px;
}

.plan_box .f_box .plan .s_plan_tit {
  color: #4b6cb3;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

.plan_box .f_box .plan .s_plan_tit span {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 5px;
}

.plan_box .f_box .plan .ss_plan {
  color: #dd6b7b;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  margin-right: 10px;
}

.plan_box .f_box .plan .ss_plan_tit {
  color: #dd6b7b;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

.plan_box .f_box .plan .ss_plan_tit span {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 5px;
}

.plan_box .ss_obi {
  background-color: #dd6b7b;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.plan_box .gaina_tit {
  text-align: center;
  color: #8bc33e;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

.plan_box .gaina_tit span {
  color: #8bc33e;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}

.plan_box .f_box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plan_box .f_box2 img {
  margin: 10px 0;
}

.yane_obi {
  background-color: #604c3f;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.m_0auto20 {
  margin: 0 auto 20px;
}

.osusume_obi {
  background-color: #e9e1dc;
  color: #604c3f;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  padding: 20px;
}

.osusume_obi span {
  background-color: #7a6a57;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-right: 10px;
}

.f_box3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f_box3 img {
  margin: 10px;
}

.yane_obi2 {
  background-color: #ed6d46;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
}

.yane_teian_tit {
  background-color: #ed6d46;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.yane_teian {
  border: solid 2px #ed6d46;
  padding: 10px;
}

.soudan_list {
  font-size: 2.4rem;
  font-weight: 700;
}

.soudan_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.soudan_list li:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}

.soudan_list li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}

.tenken_tit1 {
  background-color: #537b0f;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 3px #88c328;
}

.tenken_tit2 {
  background-color: #315680;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 3px #5388c9;
}

.fs15lh16 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
}

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

.f_box4 div {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .plan_box {
    padding: 2%;
  }

  .plan_box .f_box .plan .a_plan,
  .plan_box .f_box .plan .s_plan,
  .plan_box .f_box .plan .ss_plan {
    font-size: 4rem;
  }

  .plan_box .f_box .plan .a_plan_tit,
  .plan_box .f_box .plan .s_plan_tit,
  .plan_box .f_box .plan .ss_plan_tit {
    font-size: 2rem;
  }

  .plan_box .f_box .plan .a_plan_tit span,
  .plan_box .f_box .plan .s_plan_tit span,
  .plan_box .f_box .plan .ss_plan_tit span {
    font-size: 1.2rem;
  }

  .plan_box .f_box .price {
    font-size: 6rem;
  }

  .plan_box .gaina_tit {
    font-size: 2.6rem;
  }

  .plan_box .f_box {
    display: block;
  }

  .plan_box .f_box .price {
    text-align: right;
  }

  .plan_box .f_box2 {
    align-items: flex-start;
  }

  .plan_box .f_box2 img {
    margin: 10px 0;
    width: 49%;
    height: auto;
  }

  .f_box3 {
    display: block;
  }

  .f_box3 img {
    margin: 10px 0;
  }

  .osusume_obi {
    font-size: 2rem;
  }

  .osusume_obi span {
    font-size: 2rem;
  }

  .m_0auto20 {
    width: 100%;
  }

  .soudan_list {
    font-size: 1.8rem;
  }

  .f_box4 {
    display: block;
  }

  .f_box4 div {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* スタッフ紹介のリニューアル中です */
.renew {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 50px !important;
}

@media screen and (max-width: 750px) {
  .renew {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 50px !important;
  }
}

.gallery__main img {
  width: auto;
  height: calc(530 / 750 * 100vw);
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .gallery__main img {
    height: calc(530 / 1100 * 100vw);
  }
}

@media screen and (min-width: 1101px) {
  .gallery__main img {
    height: 530px;
  }
}

.lineupA__main__data__content__span {
  font-size: 3.6vw;
  display: inline-block;
  margin: 0 0 2vw 0;
}

.lineupA__main__data__content__span1 {
  font-size: 3vw;
  display: inline-block;
  position: absolute;
  top: 34%;
  right: 5%;
}

.lineupA__main__data__content__span2 {
  font-size: 3vw;
  display: inline-block;
  position: absolute;
  top: 36%;
  right: 5%;
}

.price-span {
  font-size: 2.6vw;
  display: block;
  margin: 1vw 10vw 2vw 0;
  font-weight: 700;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .lineupA__main__data__content__span {
    margin: .5rem 0;
    font-size: 1.36364vw;
  }

  .lineupA__main__data__content__span1,
  .lineupA__main__data__content__span2 {
    font-size: 1.36364vw;
  }

  .price-span {
    margin: .5rem 0 0 4rem;
    font-size: 1.36364vw;
    display: inline-block;
  }

  .lineupA__main__data__content__span1 {
    top: 35.5%;
  }
}


@media screen and (min-width: 1101px) {
  .lineupA__main__data__content__span {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
  }

  .lineupA__main__data__content__span1,
  .lineupA__main__data__content__span2 {
    font-size: 1.2rem;
  }

  .price-span {
    font-size: 1.6rem;
  }
}

.wall-painting-tvcm {
  background-color: #fcaa03;
  opacity: 1;
  background: radial-gradient(circle, transparent 20%, #fcaa03 20%, #fcaa03 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #fcaa03 20%, #fcaa03 80%, transparent 80%, transparent) 27.5px 27.5px, linear-gradient(#ffbc61 2.2px, transparent 2.2px) 0 -1.1px, linear-gradient(90deg, #ffbc61 2.2px, #fcaa03 2.2px) -1.1px 0;
  background-size: 55px 55px, 55px 55px, 27.5px 27.5px, 27.5px 27.5px;
  border-radius: 5px;
  padding: 3vw;
  width: 100%;
  margin-bottom: 5vw;
}

.wall-painting-tvcm .tit {
  font-size: 5rem;
  text-align: center;
  line-height: 0.95em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 5);
  margin-bottom: 2vw;
  padding-top: .2em;
  padding-bottom: .4em;
  border-top: 3px solid #ea5911;
  border-bottom: 3px solid #ea5911;
}

.wall-painting-tvcm .f_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wall-painting-tvcm .f_box div {
  width: 98%;
}

.wall-painting-tvcm .f_box div p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4em;
}

.wall-painting-tvcm .f_box div p span.fsz26 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 700;
}

.wall-painting-tvcm .f_box div p.right {
  text-align: right;
}

.wall-painting-tvcm .f_box div .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.wall-painting-tvcm .f_box div .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plan_box_a {
  border: solid 2px #1d6bb8;
}

.plan_box_a .a_box {
  background-color: #1d6bb8;
}

.plan_box_b {
  border: solid 2px #00ad3a;
}

.plan_box_b .b_box {
  background-color: #00ad3a;
}

.plan_box_s {
  border: solid 2px #e7160d;
}

.plan_box_s .s_box {
  background-color: #e7160d;
}

.fcblue {
  color: #1d6bb8;
}

.fcgreen {
  color: #00ad3a;
}

.fcred {
  color: #e7160d;
}


.plan_box_a,
.plan_box_b,
.plan_box_s {
  display: flex;
  margin-bottom: 2vw;
}

.plan_box_a .a_box,
.plan_box_b .b_box,
.plan_box_s .s_box {
  width: 12%;
  padding: 1vw;
  text-align: center;
}

.plan_box_a .a_box .name,
.plan_box_b .b_box .name,
.plan_box_s .s_box .name {
  color: #fff;
  font-size: 9rem;
  font-weight: 700;
}

.plan_box_a .a_box .plan,
.plan_box_b .b_box .plan,
.plan_box_s .s_box .plan {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.plan_box_a .t_box,
.plan_box_b .t_box,
.plan_box_s .t_box {
  width: 68%;
  padding: 1vw;
  text-align: left;
}

.plan_box_a .t_box .tit,
.plan_box_b .t_box .tit,
.plan_box_s .t_box .tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5vw;
  display: flex;
  justify-content: space-between;
}

.plan_box_s .t_box .tit span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ea5911;
  padding: .4vw;
  margin-left: 1vw;
  display: inline-block;
}

.plan_box_a .t_box .tit2,
.plan_box_b .t_box .tit2,
.plan_box_s .t_box .tit2 {
  font-size: 5.2rem;
  font-weight: 700;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan_box_a .t_box .tit2 span,
.plan_box_b .t_box .tit2 span,
.plan_box_s .t_box .tit2 span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ea5911;
  padding: .4vw;
  margin-left: 1vw;
}

.plan_box_a .t_box .detail,
.plan_box_b .t_box .detail,
.plan_box_s .t_box .detail {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2em;
}

.plan_box_a .t_box .detail span,
.plan_box_b .t_box .detail span,
.plan_box_s .t_box .detail span {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  border: solid 1px #000;
  padding: .2vw;
  margin-right: 1vw;
}

.plan_box_a .p_box,
.plan_box_b .p_box,
.plan_box_s .p_box {
  width: 28%;
  padding: 1vw;
}

.plan_box_a .p_box .price,
.plan_box_b .p_box .price,
.plan_box_s .p_box .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1vw;
}

.plan_box_a .p_box .price .fsz10,
.plan_box_b .p_box .price .fsz10,
.plan_box_s .p_box .price .fsz10 {
  font-size: 10rem;
  font-weight: 700;
}

.plan_box_a .p_box .price .fsz3,
.plan_box_b .p_box .price .fsz3,
.plan_box_s .p_box .price .fsz3 {
  font-size: 3rem;
}

.plan_box_a .p_box .price .fsz3 span,
.plan_box_b .p_box .price .fsz3 span,
.plan_box_s .p_box .price .fsz3 span {
  font-size: 6rem;
  font-weight: 700;
}

.plan_box_a .p_box .price .zei,
.plan_box_b .p_box .price .zei,
.plan_box_s .p_box .price .zei {
  font-size: 1.4rem;
}

.plan_box_a .p_box .right,
.plan_box_b .p_box .right,
.plan_box_s .p_box .right {
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .wall-painting-tvcm .tit {
    font-size: 3rem;
  }

  .wall-painting-tvcm .f_box {
    display: block;
  }

  .wall-painting-tvcm .f_box div {
    width: 100%;
    margin-bottom: 1vw;
  }

  .wall-painting-tvcm .f_box div p span.fsz26 {
    font-size: 3.4rem;
  }

  .plan_box_a,
  .plan_box_b,
  .plan_box_s {
    display: flex;
    flex-wrap: wrap;
  }

  .plan_box_a .a_box,
  .plan_box_b .b_box,
  .plan_box_s .s_box {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .plan_box_a .t_box,
  .plan_box_b .t_box,
  .plan_box_s .t_box {
    width: 100%;
  }

  .plan_box_a .t_box .tit,
  .plan_box_b .t_box .tit,
  .plan_box_s .t_box .tit {
    font-size: 1.6rem;
  }

  .plan_box_a .t_box .tit2,
  .plan_box_b .t_box .tit2,
  .plan_box_s .t_box .tit2 {
    font-size: 3.4rem;
  }

  .plan_box_a .p_box,
  .plan_box_b .p_box,
  .plan_box_s .p_box {
    width: 100%;
  }

  .plan_box_a .p_box .price,
  .plan_box_b .p_box .price,
  .plan_box_s .p_box .price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1vw;
  }

  .plan_box_s .t_box .tit span {
    display: none;
  }

  .plan_box_a .t_box .tit2,
  .plan_box_b .t_box .tit2,
  .plan_box_s .t_box .tit2 {
    display: block;
  }

  .plan_box_a .t_box .tit2 span,
  .plan_box_b .t_box .tit2 span,
  .plan_box_s .t_box .tit2 span {
    display: initial;
  }
}


.sp-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.sp-cta .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-cta .flex-wrap&gt;a {
  display: block;
  width: 50%;
  background: #64d114;
  color: #fff;
  font-weight: 700;
  font-size: calc(25 / 750 * 100vw);
  padding: calc(35 / 750 * 100vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-cta .flex-wrap&gt;a:last-child {
  background: #e60012;
}

.sp-cta .flex-wrap&gt;a i {
  font-size: calc(45 / 750 * 100vw);
}

@media screen and (min-width: 751px) {

  .sp-cta {
    display: none;
  }

}

.footer__rollup__contact {
  display: flex;
  align-items: center;
}

.footer__rollup__contact p {
  margin: 0 0.5rem;
  line-height: 1.6rem;
}

@media screen and (min-width: 414px) and (max-width: 539px) {
  .footer__rollup__contact p {
    line-height: 2.2rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 749px) {
  .footer__rollup__contact p {
    line-height: 2.4rem;
  }
}

.list__dot {
  margin-bottom: 5rem;
}

/*  #hero
-------------------------------------------------------*/
.hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.hero-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  height: 133.33333vw;
}

.hero-control {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 53.33333vw 0 0 auto;
  padding-right: 12vw;
  width: 92vw;
}

.hero-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5.33333vw;
  width: 30.4vw;
}

.hero-btn-prev,
.hero-btn-next {
  display: inline-block;
  width: 12vw;
  height: 12vw;
  background-size: contain;
  z-index: 2;
  transition: .3s;
}

.hero-btn-prev {
  background-image: url(../img/hero/arrow-prev.png);
}

.hero-btn-next {
  background-image: url(../img/hero/arrow-next.png);
}

.hero-btn-prev:hover,
.hero-btn-next:hover {
  opacity: 0.8;
}

.hero-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.swiper-pagination-bullet {
  margin-right: 4vw;
  width: 10.66667vw;
  height: 0.8vw;
  background-color: #dcdcdc;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #333333;
}

.hero-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.hero-lead p {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  line-height: 1;
}

.hero-lead p span {
  color: #2ab568;
}

.hero-lead .box01 p {
  padding-bottom: calc(5 / 750 * 100vw);
  margin: 0 calc(5 / 750 * 100vw);
}

.hero-lead .box01 p:nth-child(2) {
  color: #2ab568;
  font-size: calc(80 / 750 * 100vw);
  padding-bottom: 0;
}

.hero-lead {
  width: 92vw;
  margin: 0 auto;
}

.hero-lead .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: calc(30 / 750 * 100vw);
}

.hero-lead .box02 {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .front-hero {
    width: 100%;
    margin: 17vw auto 2.43056vw;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-prev,
  .front-hero .hero-slide-wrap&gt;.hero-btn-next {
    display: none;
  }

  .hero-slide img {
    height: 58.08333vw;
  }

  .hero-control {
    margin: 2.43056vw 0 0 0;
    padding-right: 2.08333vw;
    width: 100%;
  }

  .hero-control .hero-btns {
    margin-left: 1.38889vw;
    width: 4.16667vw;
  }

  .hero-control .hero-btn-prev,
  .hero-control .hero-btn-next {
    width: 1.66667vw;
    height: 1.66667vw;
  }

  .hero-pagination .swiper-pagination-bullet {
    margin-right: 1.04167vw;
    width: 2.77778vw;
    height: 0.20833vw;
  }

  .hero-lead p {
    font-size: calc(22 / 750 * 100vw);
  }

  .hero-lead .box01 p {
    padding-bottom: calc(8 / 750 * 100vw);
  }

  .hero-lead .box01 p:nth-child(2) {
    font-size: calc(60 / 750 * 100vw);
  }

  .hero-lead .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    position: relative;
  }

  .hero-lead .inner::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #2ab568;
    width: calc(4 / 750 * 100vw);
    height: 100%;
  }

  .hero-lead .inner .box {
    width: 49%;
  }

  .hero-lead .box01 {
    margin-bottom: 0;
  }

  .hero-lead .box01 p {
    margin: 0;
  }

  .hero-lead .box02 {
    text-align: left;
    padding-left: calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 1201px) {
  .front-hero {
    width: 100%;
    margin: 140px auto 15px;
  }

  .front-hero .hero-slide-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
  }

  .front-hero .hero-slide-wrap .hero-slide {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }

  .front-hero .hero-slide-wrap .hero-slide img {
    height: 640px;
  }

  .hero-control {
    margin: 15px 0 0 0;
    padding-right: 30px;
  }

  .hero-control .hero-btns {
    margin-left: 20px;
    width: 60px;
  }

  .hero-control .hero-btn-prev,
  .hero-control .hero-btn-next {
    width: 24px;
    height: 24px;
  }

  .hero-pagination .swiper-pagination-bullet {
    margin-right: 15px;
    width: 43px;
    height: 3px;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-prev {
    position: absolute;
    top: 0;
    left: calc((100vw - 1100px) / 2 * -1);
    background: rgba(0, 0, 0, 0.6);
    width: calc((100vw - 1100px) / 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-next {
    position: absolute;
    top: 0;
    right: calc((100vw - 1100px) / 2 * -1);
    background: rgba(0, 0, 0, 0.6);
    width: calc((100vw - 1100px) / 2);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-prev i {
    font-size: 6rem;
    margin-right: 15px;
    color: #ccc;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-next i {
    font-size: 6rem;
    margin-left: 15px;
    color: #ccc;
  }

  .hero-lead {
    width: 1000px;
  }

  .hero-lead p {
    font-size: 3rem;
  }

  .hero-lead .box01 p {
    padding-bottom: 11px;
  }

  .hero-lead .box01 p:nth-child(2) {
    font-size: 9rem;
    padding-bottom: 0;
  }

  .hero-lead .inner::after {
    width: 5px;
  }

  .hero-lead .inner .box {
    width: 49%;
  }

  .hero-lead .box01 {
    margin-bottom: 0;
  }

  .hero-lead .box02 {
    text-align: left;
    padding-left: 20px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1339px) {
  .front-hero {
    margin: calc(190 / 1100* 100vw) auto 15px;
  }
}

@media screen and (max-width: 750px) {
  .front-hero {
    margin: calc(100vw / 750 * 155) auto calc(100vw / 750 * 30);
  }

  .hero-slide-wrap {
    margin-bottom: calc(100vw / 750 * 30);
  }

  .hero-slide img {
    height: 72vw;
  }

  .front-hero .hero-slide-wrap&gt;.hero-btn-prev,
  .front-hero .hero-slide-wrap&gt;.hero-btn-next {
    display: none;
  }

  .hero-control {
    margin: 0 auto calc(100vw / 750 * 30);
    padding-right: 0;
    width: 98vw;
  }

}

.header__go-shinchiiku {
  white-space: nowrap;
  margin-right: 1rem
}

.header__go-shinchiiku::after {
  content: '\f35d';
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 920px) {
  .header__logo {
    margin-left: 2vw;
  }
}

@media screen and (max-width: 890px) {
  .header__logo {
    margin-left: 1vw;
    width: 30%;
  }

  .header__logo h1 {
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  .header__logo {
    width: 80%;
  }

  .header__logo a {
    width: 70%;
    margin-left: 1rem;
  }

  .to750 {
    display: none;
    word-break: break-all;
    word-wrap: break-word;
  }

  .header__go-shinchiiku {
    display: none;
  }

  .drower_in_eichi_one {
    width: 80%;
    margin: 0 auto;
    line-height: 4.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 414px) {
  .drower_in_eichi_one {
    line-height: 2rem;
  }

  .container__inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #sns_area ul li {
    width: 160px;
    margin: 0 0.5rem;
  }

}

#sns_area ul li img {
  max-width: 214px;
}

#tpoint {
  text-align: center;
}

#tpoint img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  #tpoint img {
    width: 100%;
  }
}


.seko_area_mv {
  margin-bottom: calc(80 / 750 * 100vw);
  position: relative;
}

.seko_area_mv img {
  opacity: 0.5;
}

.seko_area_mv .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.seko_area_mv .inner h1 {
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.8;
  margin-bottom: calc(40 / 750 * 100vw);
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.seko_area_mv .inner h1 span {
  color: #fda700;
}

.seko_area_mv .inner .btn-wrap {
  text-align: center;
}

.seko_area_lead {
  margin-bottom: calc(80 / 750 * 100vw);
}

.seko_area_lead p {
  line-height: 1.8;
}

#migration-bnr.seko_area_migration-bnr {
  background: #fff;
  margin-top: calc(40 / 750 * 100vw);
}

.seko_area_reason {
  margin: calc(80 / 750 * 100vw) auto;
}

.seko_area_reason h2 {
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.8;
  color: #fda700;
  text-align: center;
  border-top: 1px solid #fda700;
  border-bottom: 1px solid #fda700;
  padding: calc(30 / 750 * 100vw) 0;
  margin-bottom: calc(40 / 750 * 100vw);
}

.seko_area_reason .flex-wrap {
  margin-bottom: calc(80 / 750 * 100vw);
}

.seko_area_reason .flex-wrap .txt {
  margin-bottom: calc(40 / 750 * 100vw);
}

.seko_area_reason .flex-wrap .txt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seko_area_reason .flex-wrap .txt .title span {
  width: 11vw;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1.8;
  color: #fda700;
}

.seko_area_reason .flex-wrap .txt .title h3 {
  width: calc(100% - 11vw);
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.8;
}

.seko_area_reason .flex-wrap .txt p {
  line-height: 1.8;
}

.seko_area_info {
  background: #fdf9f2;
  padding: calc(80 / 750 * 100vw) 0;
}

.seko_area_info .title {
  text-align: center;
  margin-bottom: calc(40 / 750 * 100vw);
}

.seko_area_info .title h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.8;
  background: #fda700;
  color: #fff;
  padding: 2vw 10vw;
  border-radius: 10vw;
  margin-bottom: calc(40 / 750 * 100vw);
}

.seko_area_info .title h3 {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.8;
}

.seko_area_info p {
  line-height: 1.8;
}

.seko_area_info ul {
  padding-left: 5vw;
  margin-top: calc(40 / 750 * 100vw);
}

.seko_area_info ul li {
  line-height: 1.8;
  list-style-type: disc;
}

.seko_area_info .flex-wrap {
  margin-top: calc(40 / 750 * 100vw);
}

.seko_area_info .flex-wrap&gt;div {
  margin-bottom: calc(40 / 750 * 100vw);
}

.seko_area_info .flex-wrap&gt;div:last-child {
  margin-bottom: 0;
}

.seko_area_form {
  margin-top: calc(80 / 750 * 100vw);
}

.seko_area_form h2 {
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.8;
  color: #fda700;
  text-align: center;
  border-bottom: 1px solid #fda700;
  padding-bottom: calc(30 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
}

@media screen and (min-width: 751px) {

  .seko_area_mv {
    margin-bottom: calc(50 / 1100 * 100vw);
  }

  .seko_area_mv .inner {
    width: 70%;
  }

  .seko_area_mv .inner h1 {
    font-size: 2.18182vw;
    margin-bottom: calc(25 / 1100 * 100vw);
  }

  .seko_area_lead {
    margin-bottom: calc(50 / 1100 * 100vw);
  }

  #migration-bnr.seko_area_migration-bnr {
    margin-top: calc(40 / 1100 * 100vw);
  }

  .seko_area_reason {
    margin: calc(80 / 1100 * 100vw) auto;
  }

  .seko_area_reason h2 {
    font-size: 2.18182vw;
    padding: calc(25 / 1100 * 100vw) 0;
    margin-bottom: calc(25 / 1100 * 100vw);
  }

  .seko_area_reason h2 br {
    display: none;
  }

  .seko_area_reason .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: calc(50 / 1100 * 100vw);
  }

  .seko_area_reason .flex-wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .seko_area_reason .flex-wrap .img {
    width: 48%;
  }

  .seko_area_reason .flex-wrap .txt {
    width: 48%;
    margin-bottom: 0;
  }

  .seko_area_reason .flex-wrap .txt .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seko_area_reason .flex-wrap .txt .title span {
    width: 7vw;
    font-size: 5vw;
  }

  .seko_area_reason .flex-wrap .txt .title h3 {
    width: calc(100% - 7vw);
    font-size: 2.18182vw;
    line-height: 1.4;
  }

  .seko_area_info {
    padding: calc(50 / 1100 * 100vw) 0;
  }

  .seko_area_info .title {
    margin-bottom: calc(25 / 1100 * 100vw);
  }

  .seko_area_info .title h2 {
    font-size: 2.18182vw;
    padding: 1vw 5vw;
    margin-bottom: calc(25 / 1100 * 100vw);
  }

  .seko_area_info .title h3 {
    font-size: 2.18182vw;
  }

  .seko_area_info ul {
    padding-left: 2vw;
    margin-top: calc(25 / 1100 * 100vw);
  }

  .seko_area_info .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(25 / 1100 * 100vw);
  }

  .seko_area_info .flex-wrap&gt;div {
    width: 48%;
    margin-bottom: 0;
  }

  .seko_area_form {
    margin-top: calc(50 / 1100 * 100vw);
  }

  .seko_area_form h2 {
    font-size: 2.18182vw;
    padding-bottom: calc(25 / 1100 * 100vw);
    margin-bottom: calc(25 / 1100 * 100vw);
  }

}

@media screen and (min-width: 1101px) {

  .seko_area_mv {
    margin-bottom: 50px;
  }

  .seko_area_mv .inner {
    width: 80%;
  }

  .seko_area_mv .inner h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 25px;
  }

  .seko_area_lead {
    margin-bottom: 50px;
  }

  #migration-bnr.seko_area_migration-bnr {
    margin-top: 40px;
  }

  .seko_area_reason {
    margin: 80px auto;
  }

  .seko_area_reason h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 25px 0;
    margin-bottom: 25px;
  }

  .seko_area_reason .flex-wrap {
    margin-bottom: 50px;
  }

  .seko_area_reason .flex-wrap .txt .title span {
    width: 75px;
    font-size: 48px;
    font-size: 4.8rem;
  }

  .seko_area_reason .flex-wrap .txt .title h3 {
    width: calc(100% - 75px);
    font-size: 24px;
    font-size: 2.4rem;
  }

  .seko_area_info {
    padding: 80px 0;
  }

  .seko_area_info .title {
    margin-bottom: 25px;
  }

  .seko_area_info .title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 1vw 5vw;
    margin-bottom: 25px;
  }

  .seko_area_info .title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .seko_area_info ul {
    padding-left: 25px;
    margin-top: 25px;
  }

  .seko_area_info .flex-wrap {
    margin-top: 25px;
  }

  .seko_area_form {
    margin-top: 50px;
  }

  .seko_area_form h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

}


/* こどもエコすまい支援事業等 */
#kodomoecosumai p {
  font-size: 16px;
  line-height: 1.6;
}

#kodomoecosumai .img-fit {
  width: 100%;
}

#kodomoecosumai .mb20 {
  margin-bottom: 20px;
}

#kodomoecosumai .mb30 {
  margin-bottom: 30px;
}

#kodomoecosumai .mb40 {
  margin-bottom: 40px;
}

#kodomoecosumai .mb50 {
  margin-bottom: 50px;
}

#kodomoecosumai .tit01 {
  width: 60%;
  border: 3px solid #887467;
  color: #887467;
  padding: .6rem;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 20px auto;
}

#kodomoecosumai .tit02 {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

#kodomoecosumai .read {
  background: #ededed;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding: 5px;
}

#kodomoecosumai .read img {
  position: absolute;
  display: block;
  margin: 0;
  width: 23%;
  bottom: 0;
  left: 1rem;
}

#kodomoecosumai .read p {
  margin-left: 28%;
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}

#kodomoecosumai .read .min {
  color: #887467;
  font-weight: bold;
}

#kodomoecosumai .read .min2 {
  color: #887467;
  font-weight: bold;
  font-size: 18px;
}

#kodomoecosumai .kodomomirai_h2 {
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid #5a3f2c;
  padding: 0.2rem 0 0.2rem 1rem;
  margin-bottom: 20px;
}

#kodomoecosumai .kodomomirai_h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
}

#kodomoecosumai .table1 {
  text-align: center;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px #999;
}

#kodomoecosumai .table1 th,
.table1 td {
  width: 50%;
  padding: 10px 0;
  border: solid 2px #999;
}

#kodomoecosumai .table1 th {
  background-color: #e5e5e5;
}

#kodomoecosumai .table1 td {
  text-align: center;
  color: #b90000;
}

#kodomoecosumai h4 {
  border-bottom: 2px solid #e5e5e5;
  padding: 0 0 0.5rem 0;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.2;
}

#kodomoecosumai h5 {
  border: 2px solid #e5e5e5;
  padding: 1rem;
  margin-bottom: 2rem;
  font-size: 18px;
  text-align: center;
}

#kodomoecosumai .side_title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px
}

#kodomoecosumai .side_title::before {
  content: '《 ';
  color: #000;
}

#kodomoecosumai .side_title::after {
  content: ' 》';
  color: #000;
}

#kodomoecosumai .fsz140 {
  font-size: 140%;
  font-weight: bold;
}

#kodomoecosumai .tit03 {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #887467 60%);
  width: fit-content;
  text-align: center;
  margin: 3rem auto;
  padding-bottom: 0.6rem;
  display: inline;
  line-height: 2;
}

#kodomoecosumai .tit03 span {
  position: relative;
  padding-top: 0.2em;
  color: #887467;
}

#kodomoecosumai .tit04 {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #887467 60%);
  width: fit-content;
  text-align: center;
  margin: 3rem auto;
  padding-bottom: 0.6rem;
  display: inline;
  line-height: 3;
}

#kodomoecosumai .tit04 span {
  position: relative;
  padding-top: 0.2em;
}

#kodomoecosumai .tit04 span::before {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: orange;
  top: -0.4em;
  left: 50%;
  transform: translate(-50%, 0);
}

.kaku__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#kodomoecosumai table {
  width: 100%;
  border: 2px solid #999;
  margin-bottom: 4rem;
  border-collapse: collapse;
  border-spacing: 0;
}

#kodomoecosumai table td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 1rem;
  text-align: center;
}

#kodomoecosumai table td span {
  color: #b71c1c;
}

#kodomoecosumai table td span.attention {
  color: #333333;
  font-size: 80%;
}

#kodomoecosumai table td.gray {
  background: #f3f1f0;
}

#kodomoecosumai table td.ta_left {
  text-align: left;
}

#kodomoecosumai table td.w10p {
  width: 10%;
}

#kodomoecosumai table td.w15p {
  width: 15%;
}

#kodomoecosumai table td.w25p {
  width: 25%;
}

#kodomoecosumai table td.bbold {
  border-bottom: 2px solid #999;
}

#kodomoecosumai table td.rbold {
  border-right: 2px solid #999;
}

#kodomoecosumai .ta_center {
  text-align: center;
}

#kodomoecosumai table td.lh_120 {
  line-height: 120%;
}

#kodomoecosumai table td.gray2 {
  background: #887467;
  color: #fff;
}

#kodomoecosumai section {
  margin-bottom: 40px;
}

#kodomoecosumai .mb40 {
  margin-bottom: 40px;
}

#kodomoecosumai .caution {
  color: #000;
}

#kodomoecosumai .caution span {
  color: #b71c1c;
  font-size: 18px;
  font-weight: bold;
}

#kodomoecosumai .kikan {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

#kodomoecosumai .kikan span {
  color: #b71c1c;
  font-size: 23px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #kodomoecosumai p {
    font-size: 1.563vw;
  }

  #kodomoecosumai .mb20 {
    margin-bottom: 1.953vw;
  }

  #kodomoecosumai .mb30 {
    margin-bottom: 2.93vw;
  }

  #kodomoecosumai .mb40 {
    margin-bottom: 3.906vw;
  }

  #kodomoecosumai .mb50 {
    margin-bottom: 4.883vw;
  }

  #kodomoecosumai .tit01 {
    font-size: 3.2vw;
  }

  #kodomoecosumai .tit02 {
    font-size: 5.859vw;
  }

  #kodomoecosumai .read p {
    font-size: 2.044vw;
  }

  #kodomoecosumai .read .min2 {
    font-size: 1.758vw;
  }

  #kodomoecosumai .kodomomirai_h2 {
    font-size: 2.344vw;
    margin-bottom: 1.953vw;
  }

  #kodomoecosumai .kodomomirai_h3 {
    font-size: 2.148vw;
    padding-bottom: 0.977vw;
    margin-bottom: 1.953vw;
  }

  #kodomoecosumai .table1 {
    font-size: 1.367vw;
  }

  #kodomoecosumai .tit03 {
    font-size: 2.63vw;
  }

  #kodomoecosumai .side_title {
    font-size: 1.758vw;
    margin-bottom: 1.953vw;
  }

  #kodomoecosumai .tit04 {
    font-size: 1.758vw;
  }
}


@media print,
screen and (max-width: 768px) {
  #kodomoecosumai .img-fit {
    width: 100%;
  }

  #kodomoecosumai .tit01 {
    width: 90%;
    font-size: 4.427vw;
  }

  #kodomoecosumai .tit02 {
    font-size: 6.6vw;
  }

  #kodomoecosumai .read {
    text-align: center;
  }

  #kodomoecosumai .read img {
    margin: 0 30%;
    top: -10%;
    width: 40%;
    left: auto
  }

  #kodomoecosumai .read p {
    margin-left: 0;
    margin-top: 28.021vw;
    font-size: 100%;
    line-height: 1.6;
  }

  #kodomoecosumai .tit03 {
    font-size: 3.906vw;
  }

  #kodomoecosumai .tit04 {
    line-height: 2.4;
    font-size: 3.344vw;
  }

  #kodomoecosumai .tit04 span::before {
    top: 0;
  }

  #kodomoecosumai .kikan {
    font-size: 2.344vw;
  }

  #kodomoecosumai .kikan span {
    font-size: 4.995vw;
  }



}

#kodomoecosumai .c_box p {
  font-size: 100%;
  font-weight: normal;
}

#kodomoecosumai .c_box p.tit {
  font-weight: bold;
}

#kodomoecosumai .hoseiyosan_tit {
  color: #000;
  font-size: 16px;
  border: 2px solid #000;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 2rem;
}

#kodomoecosumai .c_box {
  width: 100%;
  border: 3px solid #ff0000;
  padding: 20px 20px 0 20px;
  color: #ff0000;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}

#kodomoecosumai .c_box .tit {
  color: #ff0000;
  line-height: 1.6;
  font-size: 120%;
}

#kodomoecosumai .c_box p {
  margin-bottom: 2rem;
}


.seko_cat_wrap .box {
  background: #000;
  padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  position: relative;
  text-align: center;
}

.seko_cat_wrap .box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - (30 / 750 * 100vw));
  height: calc(100% - (30 / 750 * 100vw));
  border: 2px solid #fff;
  z-index: 1;
}

.seko_cat_wrap .box p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}

.seko_cat_wrap .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  position: relative;
  z-index: 2;
}

.seko_cat_wrap .box ul li {
  width: 24%;
  margin-bottom: calc(10 / 750 * 100vw);
}

.seko_cat_wrap .box ul li a {
  display: block;
  width: 100%;
  background: #fff;
  font-size: calc(20 / 750 * 100vw);
  font-weight: 700;
  padding: calc(30 / 750 * 100vw) 0;
}

.seko_cat_wrap .box ul li a:hover {
  opacity: 0.7;
}

.seko_cat_wrap .box.box_cat {
  margin-bottom: calc(30 / 750 * 100vw);
  background: #fda700;
}

.seko_cat_wrap .box.box_area {
  background: #64d114;
}

.seko_cat_wrap .box.box_area li:last-child,
.seko_cat_wrap .box.box_area li:nth-last-child(2) {
  width: 36.666667%;
}

.seko_cat_wrap.seko_cat_wrap_front {
  margin: calc(120 / 750 * 100vw) 0 0;
}

@media screen and (min-width: 751px) {

  .seko_cat_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .seko_cat_wrap .box {
    width: 49%;
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(15 / 750 * 100vw);
  }

  .seko_cat_wrap .box::after {
    width: calc(100% - (20 / 750 * 100vw));
    height: calc(100% - (20 / 750 * 100vw));
  }

  .seko_cat_wrap .box p {
    font-size: 1.63636vw;
    margin-bottom: calc(20 / 750 * 100vw);
  }

  .seko_cat_wrap .box ul li {
    margin-bottom: calc(5 / 750 * 100vw);
  }

  .seko_cat_wrap .box ul li a {
    font-size: 1vw;
    padding: calc(15 / 750 * 100vw) 0;
  }

  .seko_cat_wrap .box.box_cat {
    margin-bottom: 0;
  }

  .seko_cat_wrap.seko_cat_wrap_front {
    margin: calc(70 / 750 * 100vw) 0 0;
  }

}

@media screen and (min-width: 1101px) {

  .seko_cat_wrap .box {
    padding: 30px 20px 15px;
  }

  .seko_cat_wrap .box::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .seko_cat_wrap .box p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .seko_cat_wrap .box ul li {
    margin-bottom: 5px;
  }

  .seko_cat_wrap .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 0;
  }

  .seko_cat_wrap.seko_cat_wrap_front {
    margin: 100px 0 0;
  }

}

/*--------------------------3つの補助金を上手に活用してお得にリフォーム-----*/
.h_container {
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.hojyokin_page {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.6;
}

.hojyokin_page .container {
  display: block;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}

.hojyokin_page .mv {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.hojyokin_page .mv .btn_h {
  position: absolute;
  right: 0;
  bottom: 20px;
  max-width: 300px;
}

/*  */
.hojyokin_caution {
  border: solid 1px #b71c1c;
  margin-bottom: 4%;
  text-align: center;
  padding: 1em;
  margin-top: 3%;
}

.hojyokin_caution .ttl {
  background-color: #b71c1c;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 2em;
  margin-bottom: 1em;
}

.hojyokin_caution p {
  font-weight: bold;
}

.hojyokin_caution .fv_l {
  font-size: 1.3em;
}

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

.hojyokin_caution .underline {
  text-decoration: underline;
  color: #a80d22;
}

.hojyokin_caution .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*  */

.h-btn {
  border: 2px solid #589791;
  background: #fff;
  color: #589791;
  padding: 20px 40px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.h-btn:hover {
  border: 2px solid #589791;
  background: #589791;
  color: #fff;
}

.hojyokin_page .btn_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hojyokin_page .btn_flex a {
  width: 32%;
}

.hojyokin_page .p_btn {
  border: 2px solid #c36f78;
  background: #c36f78;
  color: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.hojyokin_page .p_btn:hover {
  border: 2px solid #c36f78;
  background: #fff;
  color: #c36f78;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.hojyokin_page .b_btn {
  border: 2px solid #6580b7;
  background: #6580b7;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.hojyokin_page .b_btn:hover {
  border: 2px solid #6580b7;
  background: #fff;
  color: #6580b7;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.hojyokin_page .o_btn {
  border: 2px solid #cd8029;
  background: #cd8029;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.hojyokin_page .o_btn:hover {
  border: 2px solid #cd8029;
  background: #fff;
  color: #cd8029;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.hojyokin_page .lg_bg {
  background: #eef4f4;
  padding: 50px 0;
  background-image: url(../img/3hojyokin/bg_house.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.hojyokin_page .g_tit {
  color: #589791;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
}

.hojyokin_page .c_flex {
  display: flex;
  justify-content: space-between;
}

.hojyokin_page .c_flex img {
  width: 49%;
}

.hojyokin_page .fsz2 {
  font-size: 2rem;
}

.hojyokin_page .fsz3 {
  font-size: 3rem;
}

.hojyokin_page .fsz4 {
  font-size: 4rem;
}

.hojyokin_page .fw7 {
  font-weight: 700;
}

.hojyokin_page h3 {
  line-height: 1.2;
}

.hojyokin_page .fcp {
  color: #c36f78;
}

.hojyokin_page .fcb {
  color: #6580b7;
}

.hojyokin_page .fco {
  color: #cd8029;
}

.hojyokin_page .fcg {
  color: #589791;
}

.hojyokin_page .title_hukidashi_p {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #c36f78;
  background: #fff;
}

.hojyokin_page .title_hukidashi_p:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #c36f78 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_p:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #6580b7;
  background: #fff;
}

.hojyokin_page .title_hukidashi_b:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #6580b7 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_b:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #cd8029;
  background: #fff;
}

.hojyokin_page .title_hukidashi_o:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #cd8029 transparent transparent transparent;
}

.hojyokin_page .title_hukidashi_o:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hojyokin_page .table_box {
  display: flex;
}

.hojyokin_page .kagi_box {
  --x-gradient: linear-gradient(90deg, #333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  --y-gradient: linear-gradient(#333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
  padding: 3rem;
  background-image:
    var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  background-position: top, right, bottom, left;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
}

.hojyokin_page .kagi_box .tit01 {
  background: #589791;
  border: 2px solid #589791;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

.hojyokin_page .kagi_box .tit02 {
  background: #fff;
  border: 2px solid #589791;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #589791;
  width: 300px;
}

.hojyokin_page .kagi_box .tit03 {
  background: #6580b7;
  border: 2px solid #6580b7;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
  width: 300px;
}

.hojyokin_page .kagi_box .tit04 {
  background: #fff;
  border: 2px solid #6580b7;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  margin: 0 auto 20px;
  color: #6580b7;
  width: 300px;
}

.hojyokin_page .lp_bg {
  background: #f9f0f1;
  padding: 50px 0;
}

.hojyokin_page .seko_jirei_box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.hojyokin_page .seko_jirei_box .tit {
  background: #c36f78;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1rem;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}

.hojyokin_page .seko_jirei_box .tit .hissu {
  background: #fff;
  border-radius: 20px;
  color: #c36f78;
  text-align: center;
  padding: .5rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  top: 10px;
  right: 10px;
  position: absolute;
}

.hojyokin_page .seko_jirei_box .jirei {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3rem;
}

.hojyokin_page .seko_jirei_box .jirei .box {
  width: 31%;
  margin: 0 1% 20px;
  text-align: center;
  font-size: 1.8rem;
}

.hojyokin_page .seko_jirei_box .jirei .box img {
  width: 100%;
  margin-bottom: 8px;
}

.hojyokin_page .mado_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hojyokin_page .mado_flex .m_box {
  width: 48%;
  margin: 1%;
  text-align: center;
}

.hojyokin_page .mado_flex .m_box img {
  width: 100%;
  margin-bottom: 8px;
}

.hojyokin_page .lo_bg {
  background: #f9f8ef;
  padding: 50px 0;
}

.hojyokin_page .footer-info {
  width: 665px;
}

.hojyokin_page .footer-cta-num:before {
  bottom: 0.4em;
}

.hojyokin_page .g_link {
  color: #d53412;
  transition: .3s;
  text-decoration: underline;
}

.hojyokin_page .g_link:hover {
  text-decoration: underline;
}

.hojyokin_page #migration-bnr {
  background-color: transparent;
}

.hojyokin_page #migration-bnr .migration-bnr-ul {
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .hojyokin_page .p_btn,
  .hojyokin_page .b_btn,
  .hojyokin_page .o_btn {
    padding: 1vw;
    font-size: 1.4vw;
  }

  .hojyokin_page .p_btn:hover,
  .hojyokin_page .b_btn:hover,
  .hojyokin_page .o_btn:hover {
    padding: 1vw;
  }

  .h-btn {
    padding: 2vw 4vw;
    font-size: 1.4vw;
  }

  .hojyokin_page .footer-cta-num:before {
    bottom: 0.4em;
  }

  .hojyokin_page .footer-cta-head {
    margin-bottom: 0;
  }

  .hojyokin_page .footer-info {
    width: 47vw;
  }

  .hojyokin_page .table_box {
    display: flex;
    overflow-x: auto;
  }

  .hojyokin_page .table_box img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hojyokin_page .container {
    display: block;
    margin: 0 auto;
    width: 96%;
    max-width: 96%;
  }

  .hojyokin_page .mv .btn_h {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .hojyokin_page .mv .btn_h .h-btn {
    padding: 4vw;
  }

  .hojyokin_page .btn_flex {
    display: block;
  }

  .hojyokin_page .btn_flex a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .hojyokin_page .btn_flex img {
    width: 100%;
  }

  .hojyokin_page .lg_bg {
    background: #eef4f4;
    padding: 50px 0;
    background-image: url(../img/3hojyokin/bg_house_sp.png);
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .hojyokin_page .title_hukidashi_p,
  .hojyokin_page .title_hukidashi_b,
  .hojyokin_page .title_hukidashi_o {
    padding: 1vw;
  }

  .hojyokin_page .g_tit {
    font-size: 2.4rem;
  }

  .hojyokin_page .fsz2 {
    font-size: 1.4rem;
  }

  .hojyokin_page .fsz3 {
    font-size: 1.8rem;
  }

  .hojyokin_page .fsz4 {
    font-size: 3rem;
  }

  .hojyokin_page .c_flex {
    display: block;
  }

  .hojyokin_page .c_flex img {
    margin-bottom: 20px;
    width: 100%;
  }

  .hojyokin_page .seko_jirei_box .jirei {
    padding: 1rem;
  }

  .hojyokin_page .seko_jirei_box .tit {
    font-size: 2rem;
    display: grid;
  }

  .hojyokin_page .seko_jirei_box .tit .hissu {
    font-size: 2rem;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    width: 50%;
  }

  .hojyokin_page .seko_jirei_box .jirei .box {
    width: 48%;
    text-align: center;
    font-size: 1.6rem;
  }

  .hojyokin_page .title_hukidashi_p:before {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_p:after {
    left: 45%;
  }

  .hojyokin_page .table_box {
    display: flex;
    overflow-x: scroll;
  }

  .hojyokin_page .table_box img {
    width: 160%;
  }

  .hojyokin_page .footer-info {
    width: 100%;
  }

  .hojyokin_page .btn_h {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .h-btn {
    padding: 2vw 4vw;
  }

  .hojyokin_page .title_hukidashi_p:before {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_p:after {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_b:before {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_b:after {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_o:before {
    left: 45%;
  }

  .hojyokin_page .title_hukidashi_o:after {
    left: 45%;
  }
}

.sec__f_cta{
        padding:calc(60 / 750* 100vw) 0;
        background:rgba(100,209,20,0.1);
        margin-top:calc(80 / 750* 100vw);
}

.sec__f_cta .flex-wrap{
        display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
}

.sec__f_cta .box{
        position:relative;
}

.sec__f_cta .box h3{
        font-weight:700;
        font-size:calc(36 / 750* 100vw);
        text-align:center;
        position:absolute;
        top:calc(-80 / 750* 100vw) ;
        left:0;
        width:100%;
}

.sec__f_cta .box h3 span{
        position:relative;
}

.sec__f_cta .box h3 span::before{
        position:absolute;
        top:50%;
        transform:translateY(-50%) rotate(-15deg);
        left:-0.75em;
        content:"";
        width:3px;
        height:80%;
        background:#333;
}

.sec__f_cta .box h3 span::after{
        position:absolute;
        top:50%;
        transform:translateY(-50%) rotate(15deg);
        right:-0.75em;
        content:"";
        width:3px;
        height:80%;
        background:#333;
}

.sec__f_cta .box .content_wrap .tel{
        width:100%;
        margin-bottom:calc(40 / 750* 100vw);
        -webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.sec__f_cta .box .content_wrap .tel h4{
        background:#64D114;
        color:#fff;
        font-weight:900;
        line-height:1.1;
        font-size:calc(42 / 750* 100vw);
        padding:calc(18 / 750* 100vw) calc(20 / 750* 100vw);
        border-radius:calc(20 / 750* 100vw);
}

.sec__f_cta .box .content_wrap .tel p{
        width:calc(100% - (130 / 750* 100vw) - (20 / 750* 100vw));
        color:#64D114;
        font-weight:700;
        font-size:calc(22 / 750* 100vw);
        line-height:1.2;
}

.sec__f_cta .box .content_wrap .tel p span{
        display:block;
        font-weight:900;
        font-size:calc(68 / 750* 100vw);
}

.sec__f_cta .box .content_wrap .contact{
        width:100%;
        margin-bottom:calc(40 / 750* 100vw);
        background:#E60012;
        color:#fff;
        border-radius:calc(20 / 750* 100vw);
        padding:calc(40 / 750* 100vw) 0;
        border:2px solid #fff;
}

.sec__f_cta .box .content_wrap .contact:last-child{
        margin-bottom:0;
        background:#009044;
}

.sec__f_cta .box .content_wrap .contact h4{
        text-align:center;
        font-weight:700;
        margin-bottom:0.75em;
}

.sec__f_cta .box .content_wrap .contact h4 span{
        position:relative;
        
}

.sec__f_cta .box .content_wrap .contact h4 span::before{
        position:absolute;
        top:50%;
        transform:translateY(-50%) rotate(-15deg);
        left:-0.75em;
        content:"";
        width:3px;
        height:80%;
        background:#fff;
}

.sec__f_cta .box .content_wrap .contact h4 span::after{
        position:absolute;
        top:50%;
        transform:translateY(-50%) rotate(15deg);
        right:-0.75em;
        content:"";
        width:3px;
        height:80%;
        background:#fff;
}

.sec__f_cta .box .content_wrap .contact .flex-wrap{
        -webkit-box-pack: center;
	justify-content: center;
        -webkit-box-align: center;
	align-items: center;
}

.sec__f_cta .box .content_wrap .contact .flex-wrap .img{
        width:calc(80 / 750* 100vw);
        margin:0 calc(5 / 750* 100vw);
}

.sec__f_cta .box .content_wrap .contact:last-child .flex-wrap .img{
        width:calc(76 / 750* 100vw);
}

.sec__f_cta .box .content_wrap .contact .flex-wrap p{
        font-weight:900;
        font-size:calc(46 / 750* 100vw);
        margin:0 calc(5 / 750* 100vw);
}

.contact__btn_g{
        background:#009044;
}

.new_sp-cta{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background:#64d114;
        padding:calc(20 / 750* 100vw);
}

.new_sp-cta .flex-wrap{
        display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	justify-content: space-between;
}

.new_sp-cta .flex-wrap a{
        width:32%;
        text-align:center;
        background:#fff;
        border:3px solid #fff;
        border-radius:5px;
        padding:calc(20 / 750* 100vw) 0;
}

.new_sp-cta .flex-wrap a .img{
        width:calc(46 / 750* 100vw);
        margin:0 auto calc(10 / 750* 100vw);
}

.new_sp-cta .flex-wrap a .img img{
        max-width:100%;
        height:auto;
}

.new_sp-cta .flex-wrap a p{
        color:#64d114;
        font-weight:700;
        font-size:calc(26 / 750* 100vw);
}

.new_sp-cta .flex-wrap a:nth-child(2){
        background:#e60012;
}

.new_sp-cta .flex-wrap a:nth-child(3){
        background:#009044;
}

.new_sp-cta .flex-wrap a:nth-child(2) .img{
        width:calc(50 / 750* 100vw);
        margin:0 auto calc(20 / 750* 100vw);
}

.new_sp-cta .flex-wrap a:nth-child(3) .img{
        width:calc(54 / 750* 100vw);
}

.new_sp-cta .flex-wrap a:nth-child(2) p,
.new_sp-cta .flex-wrap a:nth-child(3) p{
        color:#fff;
}

.floating{
        display:none;
}

@media screen and (min-width: 751px) {

        .sec__f_cta{
                padding:calc(30 / 750* 100vw) 0;
                margin-top:calc(40 / 750* 100vw);
        }
        
        .sec__f_cta .box h3{
                font-size:calc(18 / 750* 100vw);
                top:calc(-40 / 750* 100vw) ;
        }
        
        .sec__f_cta .box .content_wrap{
                -webkit-box-pack: justify;
        	justify-content: space-between;
        	-webkit-box-align: center;
        	align-items: center;
        }
        
        .sec__f_cta .box .content_wrap .tel{
                width:49%;
                margin-bottom:0;
        }
        
        .sec__f_cta .box .content_wrap .tel h4{
                font-size:calc(21 / 750* 100vw);
                padding:calc(9 / 750* 100vw) calc(10 / 750* 100vw);
                border-radius:calc(10 / 750* 100vw);
        }
        
        .sec__f_cta .box .content_wrap .tel p{
                width:calc(100% - (65 / 750* 100vw) - (5 / 750* 100vw));
                font-size:calc(11 / 750* 100vw);
        }
        
        .sec__f_cta .box .content_wrap .tel p span{
                font-size:calc(34 / 750* 100vw);
        }
        
        .sec__f_cta .box .content_wrap .contact{
                width:23%;
                margin-bottom:0;
                border-radius:calc(10 / 750* 100vw);
                padding:calc(20 / 750* 100vw) 0;
        }
        
        .sec__f_cta .box .content_wrap .contact .flex-wrap .img{
                width:calc(28 / 750* 100vw);
                margin:0 calc(2.5 / 750* 100vw);
        }
        
        .sec__f_cta .box .content_wrap .contact:last-child .flex-wrap .img{
                width:calc(24 / 750* 100vw);
        }
        
        .sec__f_cta .box .content_wrap .contact .flex-wrap p{
                font-size:calc(16 / 750* 100vw);
                margin:0 calc(2.5 / 750* 100vw);
        }
        
        #header .contact__btn{
                height: calc(55 / 1100* 100vw);
        }
        
        #header .contact__btn span:nth-child(3){
                display:none;
        }
        
        .new_sp-cta{
                display:none;
        }
        
        .footer{
                margin-bottom:calc(108 / 750 * 100vw);
        }
        
        .floating{
                display:block;
                position:fixed;
                z-index:1000;
                bottom:0;
                left:0;
                width:100%;
                background:#64D114;
                margin-top:0;
                padding: calc(15 / 750 * 100vw) 0;
        }
        
        .floating.sec__f_cta .box .content_wrap .tel h4{
                background:#fff;
                color:#64D114;
        }
        
        .floating.sec__f_cta .box .content_wrap .tel p{
                color:#fff;
        }

}

@media screen and (min-width: 1101px) {

        .sec__f_cta{
                background:#fff;
                padding:60px 0;
                margin-top:0;
        }
        
        .sec__f_cta .box{
                background: rgba(100, 209, 20, 0.1);
                border-radius:3px;
                padding:30px 24px;
        }
        
        .sec__f_cta .box h3{
                font-size:24px;
                top:-10px;
        }
        
        .sec__f_cta .box .content_wrap .tel h4{
                font-size:30px;
                padding:10px;
                border-radius:10px;
        }
        
        .sec__f_cta .box .content_wrap .tel p{
                width:calc(100% - 96px - 10px);
                font-size:15px;
        }
        
        .sec__f_cta .box .content_wrap .tel p span{
                font-size:47px;
        }
        
        .sec__f_cta .box .content_wrap .contact{
                border-radius:10px;
                padding:20px 0;
        }
        
        .sec__f_cta .box .content_wrap .contact .flex-wrap .img{
                width:40px;
                margin:0 3px;
        }
        
        .sec__f_cta .box .content_wrap .contact:last-child .flex-wrap .img{
                width:38px;
        }
        
        .sec__f_cta .box .content_wrap .contact .flex-wrap p{
                font-size:23px;
                margin:0 3px;
        }
        
        .footer{
                margin-bottom:134px;
        }
        
        .floating{
                background:#64D114;
                padding:0;
        }
        
        .floating.sec__f_cta .box{
                padding:15px 0;
        }
}

@media screen and (min-width: 1340px) {
  .header__right{
    width:65%;
  }

  .number__contact{
    display:-webkit-box;
    display:flex;
    flex-wrap: wrap;
  }

  #header .contact__btn{
    width:180px;
    height: 80px;
  }

  #header .contact__btn span:nth-child(3){
    display:block;
  }
}



.migration-bnr {
  padding: calc(50 / 750 * 100vw) 0;
  background-color: #fffbf2;
}

.migration-bnr .container__inner {
  border: calc(8 / 750 * 100vw) solid #fda700;
  border-radius: calc(40 / 750 * 100vw);
  background-color: #fff;
  position: relative;
  text-align: center;
}

.migration-bnr .cta {
  width: 82.66vw;
  margin: 0 auto;
}

.migration-bnr .migration-bnr-ul .cta__logo {
  padding-top: calc(60 / 750 * 100vw);
  padding-bottom: calc(40 / 750 * 100vw);
  width: 83.333vw;
  margin: 0 auto;
}

.migration-bnr .migration-bnr-ul .cta__tel {
  padding-bottom: calc(25 / 750 * 100vw);
  width: 84vw;
  margin: 0 auto;
}

.migration-bnr .migration-bnr-ul .cta__btn {
  padding-bottom: calc(20 / 750 * 100vw);
  width: 74.6666vw;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .migration-bnr {
    padding: 50px 0;
    background-color: #fffbf2;
  }

  .migration-bnr .container__inner {
    border: 4px solid #fda700;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
  }

  .migration-bnr .cta {
    border-radius: 16px;
    width: auto;
  }

  .migration-bnr .migration-bnr-ul {
    position: absolute;
    left: calc(38 / 1100 * 100vw);
    bottom: calc(20 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap;
  }

  .migration-bnr .migration-bnr-ul .cta__logo {
    display: none;
  }

  .migration-bnr .migration-bnr-ul .cta__tel {
    width: calc(484 / 1100 * 100vw);
    padding-bottom: 0;
  }

  .migration-bnr .migration-bnr-ul .cta__btn {
    width: calc(280 / 1100 * 100vw);
    margin-left: calc(25 / 1100 * 100vw);
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1101px) {
  #migration-bn {
    padding: 50px 0;
    background-color: #fffbf2;
  }

  .migration-bnr .container__inner {
    border: 4px solid #fda700;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
  }

  .migration-bnr .cta {
    border-radius: 16px;
    width: auto;
  }

  .migration-bnr .migration-bnr-ul {
    position: absolute;
    left: 38px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .migration-bnr .migration-bnr-ul .cta__logo {
    display: none;
  }

  .migration-bnr .migration-bnr-ul .cta__tel {
    width: 484px;
    padding-bottom: 0;
  }

  .migration-bnr .migration-bnr-ul .cta__btn {
    width: 280px;
    margin-left: 25px;
    padding-bottom: 0;
  }
}

.bg_white .migration-bnr {
  background-color: #fff;
}



.hojyokin_page .migration-bnr {
  background-color: transparent;
}

.hojyokin_page .migration-bnr .migration-bnr-ul {
  align-items: center;
}

#company-nintei .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
  #company-nintei .flex .img img {
  width: 100%;
}

@media only screen and (min-width: 751px) {
#company-nintei .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  }

  #company-nintei .flex .img {
    width: calc((100% / 3) - (3em * 2 / 3));
	margin: 1.5%;
    justify-content: center;
    align-items: center;
	 text-align: center;
  }

  #company-nintei .flex&gt;.img.img-shukatsu img {
    max-height: 90%;
    width: auto;
  }
}

#company-nintei .img {
  width: 50%;
  margin: 0 0 10px;
}

@media only screen and (min-width: 751px) {
  #company-nintei .img {
    margin: 0;
  }
}

.wall-painting .text-orange {
  color: #FEA700;
}

.wall-painting .heading {
  text-align: center;
}

.wall-painting .heading .heading__title {
  padding: 3.922vw 2.451vw;
  color: #fff;
  font-size: 4.412vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.wall-painting .heading .heading__title.is-orange {
  background-color: #FDA700;
}

.wall-painting .heading .heading__title.is-green {
  background-color: #64D114;
}

.wall-painting .heading .heading__desc {
  margin-top: 5.392vw;
  color: #000;
  font-size: 3.676vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.73;
}

.wall-painting .heading02 {
  text-align: center;
}

.wall-painting .heading02 .heading02__title {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 5.392vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.wall-painting .heading02 .heading02__title::before {
  content: '';
  position: absolute;
  top: -10.784vw;
  left: 5.392vw;
  display: block;
  background: url(../img/wall-painting/icon_heading_01.svg) no-repeat;
  background-size: 100%;
  width: 19.118vw;
  height: 13.971vw;
}

.wall-painting .heading02.is-center .heading02__title {
  padding-top: 14.216vw;
}

.wall-painting .heading02.is-center .heading02__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../img/wall-painting/icon_heading_02.svg) no-repeat;
  background-size: 100%;
  width: 25.245vw;
  height: 11.765vw;
}

.wall-painting .page__title__container {
  position: relative;
  bottom: auto;
}

@media only screen and (max-width: 750px) {
  .wall-painting .page__title__container .page__title {
    line-height: 1.75;
  }
  .wall-painting .heading02.is-center .heading02__title {
    padding-top: 14.216vw;
    font-size: 5.882vw;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .container__inner {
    width: 83.264vw;
  }

  .wall-painting .heading .heading__title {
    padding: 2.331vw 0.833vw;
    font-size: 1.998vw;
    line-height: 1.75;
  }

  .wall-painting .heading .heading__desc {
    margin-top: 2.331vw;
    font-size: 1.499vw;
    line-height: 1.72;
  }

  .wall-painting .heading02 .heading02__title {
    font-size: 2.998vw;
    line-height: 1.75;
  }

  .wall-painting .heading02 .heading02__title::before {
    top: -4.496vw;
    left: 11.407vw;
    width: 7.494vw;
    height: 5.412vw;
  }

  .wall-painting .heading02.is-center .heading02__title {
    padding-top: 4.58vw;
  }

  .wall-painting .heading02.is-center .heading02__title::before {
    width: 8.576vw;
    height: 3.997vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .container__inner {
    width: 1000px;
  }

  .wall-painting .heading .heading__title {
    padding: 28px 10px;
    font-size: 24px;
  }

  .wall-painting .heading .heading__desc {
    margin-top: 28px;
    font-size: 18px;
  }

  .wall-painting .heading02 .heading02__title {
    font-size: 36px;
  }

  .wall-painting .heading02 .heading02__title::before {
    top: -54px;
    left: 137px;
    width: 90px;
    height: 65px;
  }

  .wall-painting .heading02.is-center .heading02__title {
    padding-top: 55px;
  }

  .wall-painting .heading02.is-center .heading02__title::before {
    width: 103px;
    height: 48px;
  }
}

.wall-painting .mv .mv__inner {
  padding: 30px 20px;
  background-color: rgba(253, 167, 0, 0.1);
}

.wall-painting .mv .mv__link {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .wall-painting .mv .mv__inner {
    padding: 5.246vw 0 4.996vw;
  }

  .wall-painting .mv .mv__link {
    width: 83.264vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .mv .mv__inner {
    padding: 63px 0 60px;
  }

  .wall-painting .mv .mv__link {
    width: 1000px;
  }
}

.wall-painting .gaihekiMenu {
  margin-top: 9.804vw; 
}

.wall-painting .gaihekiMenu .gaihekiMenu__inner {
  margin-top: 7.353vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__box {
  background-color: rgba(253, 167, 0, 0.1);
}

.wall-painting .gaihekiMenu .gaihekiMenu__box:not(:first-of-type) {
  margin-top: 8.088vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__area {
  padding: 7.353vw 4.902vw 9.804vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading {
  color: #fff;
  font-size: 4.902vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border-radius: 9.804vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__box.is-a .gaihekiMenu__heading {
  background-color: #1D6BB8;
}

.wall-painting .gaihekiMenu .gaihekiMenu__box.is-b .gaihekiMenu__heading {
  background-color: #009044;
}

.wall-painting .gaihekiMenu .gaihekiMenu__box.is-c .gaihekiMenu__heading {
  background-color: #D5151A;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading .wrap {
  display: flex;
  align-items: center;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading .en {
  position: relative;
  top: -0.49vw;
  font-size: 7.843vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading .course {
  display: inline-block;
  margin-left: 2.941vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading .title {
  display: inline-block;
  margin-left: 2.941vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__heading .text {
  display: inline-block;
  font-size: 3.431vw;
  letter-spacing: 0.05em;
  line-height: 1;
}

.wall-painting .gaihekiMenu .gaihekiMenu__wrap {
  margin-top: 3.922vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list {
  display: flex;
  align-items: center;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list .item {
  padding: 1.225vw 3.186vw;
  font-size: 5.147vw;
  font-weight: 900;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-tsubo {
  background-color: #fff;
  color: #000;
  border: 0.735vw solid #000;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-year {
  margin-left: 2.451vw;
  background-color: #E7160D;
  border: 0.735vw solid #E7160D;
  color: #fff;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list .item .tsubo {
  display: inline-block;
  margin-left: 2vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__list .item .num {
  display: inline-block;
  margin: 0 1.471vw 0 0.735vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__title {
  color: #00408A;
  font-size: 9.314vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.wall-painting .gaihekiMenu .gaihekiMenu__box.is-c .gaihekiMenu__title {
  font-size: 6.863vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__text {
  color: #000;
  font-size: 3.431vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.78;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price {
  margin-left: 3.922vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.451vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__kakaku {
  position: relative;
  left: 1.225vw;
  padding: 0.245vw 0 0.49vw;
  width: 23.529vw;
  font-size: 3.431vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
  border-radius: 2.696vw;
  text-align: center;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__num {
  color: #E7160D;
  font-size: 22.059vw;
  font-weight: 900;
  letter-spacing: 0;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 {
  color: #E7160D;
  font-size: 7.353vw;
  font-weight: 900;
  letter-spacing: 0;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 &gt; span {
  font-size: 13.725vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__zei {
  margin-left: 2.941vw;
  width: 6.373vw;
}

.wall-painting .gaihekiMenu .gaihekiMenu__price .price__zeikomi {
  font-size: 3.431vw;
  font-weight: 900;
  text-align: center;
}

.wall-painting .gaihekiMenu .gaihekiMenu__image {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .wall-painting .gaihekiMenu .gaihekiMenu__heading {
    padding: 2.941vw 0;
    text-align: center;
  }
  .wall-painting .gaihekiMenu .gaihekiMenu__heading .wrap {
    justify-content: center;
    line-height: 1;
  }
  .wall-painting .gaihekiMenu .gaihekiMenu__wrap {
    text-align: center;
  }
  .wall-painting .gaihekiMenu .gaihekiMenu__title {
    margin-top: 2.451vw;
  }
  .wall-painting .gaihekiMenu .gaihekiMenu__text {
    margin-top: 2.451vw;
  }
  .wall-painting .gaihekiMenu .gaihekiMenu__price {
    display: inline-block;
    margin: 0 auto;
    margin-top: 4.167vw;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .gaihekiMenu {
    margin-top: 3.331vw; 
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__inner {
    margin-top: 5.912vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__box {
    display: flex;
    justify-content: space-between;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__box:not(:first-of-type) {
    margin-top: 2.331vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__area {
    padding: 1.499vw 1.082vw 1.166vw 1.998vw;
    width: 57.619vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.998vw;
    line-height: 1.2;
    border-radius: 2.331vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .en {
    top: -0.333vw;
    font-size: 3.331vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .course {
    margin-left: 0.999vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .title {
    margin-left: 0.999vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .text {
    margin-left: 0.833vw;
    font-size: 1.166vw;
    line-height: 1.75;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__wrap {
    display: flex;
    margin-top: 0.999vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list {
    display: flex;
    align-items: center;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item {
    padding: 0.416vw 1.082vw;
    font-size: 1.749vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-tsubo {
    border: 3px solid #000;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-year {
    margin-left: 0.833vw;
    border: 3px solid #E7160D;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item .tsubo {
    margin-left: 1.832vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item .num {
    margin: 0 0.5vw 0 0.25vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__title {
    font-size: 3.997vw;
    line-height: 1.4;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__box.is-c .gaihekiMenu__title {
    font-size: 3.081vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__text {
    font-size: 1.166vw;
    line-height: 1.78;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price {
    margin-left: 1.332vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.833vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__kakaku {
    left: 0.416vw;
    padding: 0.083vw 0 0.167vw;
    width: 7.993vw;
    font-size: 1.166vw;
    line-height: 1.4;
    border-radius: 0.916vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num {
    font-size: 7.494vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 {
    font-size: 2.498vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 &gt; span {
    font-size: 4.663vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__zei {
    margin-left: 0.999vw;
    width: 2.165vw;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__zeikomi {
    font-size: 1.166vw;
    text-align: center;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__image {
    width: 25.645vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .gaihekiMenu {
    margin-top: 40px; 
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__inner {
    margin-top: 71px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__box:not(:first-of-type) {
    margin-top: 28px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__area {
    padding: 18px 13px 14px 24px;
    width: 692px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading {
    font-size: 24px;
    border-radius: 28px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .en {
    top: -4px;
    font-size: 40px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .course {
    margin-left: 12px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .title {
    margin-left: 12px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__heading .text {
    margin-left: 10px;
    font-size: 14px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__wrap {
    margin-top: 12px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item {
    padding: 5px 13px;
    font-size: 21px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-tsubo {
    border: 3px solid #000;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item.is-year {
    margin-left: 10px;
    border: 3px solid #E7160D;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item .tsubo {
    margin-left: 22px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__list .item .num {
    margin: 0 6px 0 3px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__title {
    font-size: 48px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__box.is-c .gaihekiMenu__title {
    font-size: 37px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__text {
    font-size: 14px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price {
    margin-left: 16px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price {
    margin-bottom: 10px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__kakaku {
    left: 5px;
    padding: 1px 0 2px;
    width: 96px;
    font-size: 14px;
    border-radius: 11px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num {
    font-size: 90px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 {
    font-size: 30px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__num02 &gt; span {
    font-size: 56px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__zei {
    margin-left: 12px;
    width: 26px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__price .price__zeikomi {
    font-size: 14px;
  }

  .wall-painting .gaihekiMenu .gaihekiMenu__image {
    width: 308px;
  }
}

.wall-painting .roofMenu {
  margin-top: 12.255vw;
}

.wall-painting .roofMenu .roofMenu__inner {
  margin-top: 7.353vw;
}

.wall-painting .roofMenu .roofMenu__wrap {
  margin-top: 7.353vw;
}

.wall-painting .roofMenu .roofMenu__box {
  width: 70.588vw;
  background-color: rgba(253, 167, 0, 0.1);
}

.wall-painting .roofMenu .roofMenu__area {
  padding: 3.676vw 2.451vw 7.353vw;
  text-align: center;
}

.wall-painting .roofMenu .roofMenu__year {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 34.804vw;
  height: 8.333vw;
  background-color: #E7160D;
  color: #fff;
  font-size: 4.657vw;
  font-weight: 900;
  letter-spacing: 0;
}

.wall-painting .roofMenu .roofMenu__year .year {
  display: block;
  margin: 0 1.716vw 0 0.98vw;
}

.wall-painting .roofMenu .roofMenu__title {
  color: #00408A;
  font-size: 10.049vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.73;
}

.wall-painting .roofMenu .price .price__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.wall-painting .roofMenu .price .price__num {
  color: #E7160D;
  font-size: 14.216vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.wall-painting .roofMenu .price .price__text {
  position: relative;
  top: -1.225vw;
  left: 1.225vw;
}

.wall-painting .roofMenu .price .price__zei {
  display: block;
  color: #000;
  font-size: 4.412vw;
  font-weight: 900;
  text-align: center;
}

.wall-painting .roofMenu .price .price__en {
  display: block;
  color: #E7160D;
  font-size: 7.843vw;
  font-weight: 900;
}

.wall-painting .roofMenu .price .price__zeikomi {
  margin-top: 1.471vw;
  font-size: 3.186vw;
  font-weight: 900;
  letter-spacing: 0;
}

@media only screen and (max-width: 750px) {
  .wall-painting .roofMenu .roofMenu__box {
    margin: 0 auto;
  }
  .wall-painting .roofMenu .roofMenu__box:not(:first-of-type) {
    margin-top: 9.804vw;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .roofMenu {
    margin-top: 6.661vw;
  }

  .wall-painting .roofMenu .roofMenu__inner {
    margin-top: 4.163vw;
  }

  .wall-painting .roofMenu .roofMenu__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3.997vw;
  }

  .wall-painting .roofMenu .roofMenu__box {
    width: 26.145vw;
  }

  .wall-painting .roofMenu .roofMenu__area {
    padding: 1.332vw 0.833vw 2.748vw;
  }

  .wall-painting .roofMenu .roofMenu__year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.156vw;
    height: 3.081vw;
    font-size: 1.749vw;
  }

  .wall-painting .roofMenu .roofMenu__year .year {
    margin: 0 0.583vw 0 0.333vw;
  }

  .wall-painting .roofMenu .roofMenu__title {
    font-size: 3.83vw;
    line-height: 1.73;
  }

  .wall-painting .roofMenu .price .price__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .wall-painting .roofMenu .price .price__num {
    font-size: 5.329vw;
    line-height: 1;
  }

  .wall-painting .roofMenu .price .price__text {
    top: -0.416vw;
    left: 0.416vw;
  }

  .wall-painting .roofMenu .price .price__zei {
    font-size: 1.665vw;
  }

  .wall-painting .roofMenu .price .price__en {
    font-size: 2.998vw;
  }

  .wall-painting .roofMenu .price .price__zeikomi {
    margin-top: 0.5vw;
    font-size: 1.166vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .roofMenu {
    margin-top: 80px;
  }

  .wall-painting .roofMenu .roofMenu__inner {
    margin-top: 50px;
  }

  .wall-painting .roofMenu .roofMenu__wrap {
    margin-top: 48px;
  }

  .wall-painting .roofMenu .roofMenu__box {
    width: 314px;
  }

  .wall-painting .roofMenu .roofMenu__area {
    padding: 16px 10px 33px
  }

  .wall-painting .roofMenu .roofMenu__year {
    width: 158px;
    height: 37px;
    font-size: 21px;
  }

  .wall-painting .roofMenu .roofMenu__year .year {
    margin: 0 7px 0 4px;
  }

  .wall-painting .roofMenu .roofMenu__title {
    font-size: 46px;
  }

  .wall-painting .roofMenu .price .price__num {
    font-size: 64px;
  }

  .wall-painting .roofMenu .price .price__text {
    top: -5px;
    left: 5px;
  }

  .wall-painting .roofMenu .price .price__zei {
    font-size: 20px;
  }

  .wall-painting .roofMenu .price .price__en {
    font-size: 36px;
  }

  .wall-painting .roofMenu .price .price__zeikomi {
    margin-top: 6px;
    font-size: 14px;
  }
}

.wall-painting .cta #migration-bnr {
  padding: 9.804vw 0 0;
  background-color: #fff;
}

.wall-painting .about {
  margin-top: 11.52vw;
}

.wall-painting .about .about__heading {
  text-align: center;
}

.wall-painting .about .about__heading .title {
  position: relative;
  display: inline-block;
  padding-bottom: 6.863vw;
  color: #000;
  font-size: 4.902vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.wall-painting .about .about__heading .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/wall-painting/bg_heading_01_sp.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 4.167vw;
}

.wall-painting .about .about__heading .title &gt; span {
  color: #FEA700;
  font-size: 5.882vw;
}

.wall-painting .about .about__inner {
  margin-top: 6.373vw;
}

.wall-painting .about .about__box {
  width: 78.676vw;
}

.wall-painting .about .about__title {
  margin-top: 6.863vw;
  padding: 2.696vw 0;
  background-color: #FDA700;
  color: #FFF;
  font-size: 4.412vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.72;
  border-radius: 6.373vw;
  text-align: center;
}

.wall-painting .about .about__text {
  margin-top: 3.676vw;
  color: #000;
  font-size: 3.431vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media only screen and (max-width: 750px) {
  .wall-painting .about .about__box {
    margin: 0 auto;
  }
  .wall-painting .about .about__box:not(:first-of-type) {
    margin-top: 7.353vw;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .cta #migration-bnr {
    padding: 5.246vw 0 0;
  }

  .wall-painting .about {
    margin-top: 6.245vw;
  }

  .wall-painting .about .about__heading .title {
    padding-bottom: 3.081vw;
    font-size: 1.998vw;
    line-height: 2.3;
  }

  .wall-painting .about .about__heading .title::after {
    background: url(../img/wall-painting/bg_heading_01.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 2.914vw;
  }

  .wall-painting .about .about__heading .title &gt; span {
    font-size: 2.664vw;
  }

  .wall-painting .about .about__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 3.913vw;
  }

  .wall-painting .about .about__box {
    width: 26.728vw;
  }

  .wall-painting .about .about__title {
    margin-top: 2.331vw;
    padding: 0.916vw 0;
    font-size: 1.499vw;
    line-height: 1.72;
    border-radius: 2.165vw;
  }

  .wall-painting .about .about__text {
    margin-top: 1.249vw;
    font-size: 1.166vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .cta #migration-bnr {
    padding: 63px 0 0;
  }

  .wall-painting .about {
    margin-top: 75px;
  }

  .wall-painting .about .about__heading .title {
    padding-bottom: 37px;
    font-size: 24px;
  }

  .wall-painting .about .about__heading .title::after {
    height: 35px;
  }

  .wall-painting .about .about__heading .title &gt; span {
    font-size: 32px;
  }

  .wall-painting .about .about__inner {
    margin-top: 47px;
  }

  .wall-painting .about .about__box {
    width: 321px;
  }

  .wall-painting .about .about__title {
    margin-top: 28px;
    padding: 11px 0;
    font-size: 18px;
    border-radius: 26px;
  }

  .wall-painting .about .about__text {
    margin-top: 15px;
    font-size: 14px;
  }
}

.wall-painting .sekoArea {
  margin-top: 9.804vw;
  padding: 20.833vw 0 19.608vw;
  background-color: rgba(253, 167, 0, 0.1);
}

.wall-painting .sekoArea .heading02 .heading02__title::after {
  content: '';
  position: absolute;
  right: -10.049vw;
  display: block;
  background: url(../img/wall-painting/img_heading_01_sp.png) no-repeat;
  background-size: 100%;
  width: 32.108vw;
  height: 27.696vw;
}

.wall-painting .sekoArea .sekoArea__box {
  padding: 10.539vw 4.902vw 9.314vw;
  background-color: #fff;
}

.wall-painting .sekoArea .sekoArea__box:not(:first-of-type) {
  margin-top: 5.637vw;
}

.wall-painting .sekoArea .sekoArea__title {
  padding: 2.451vw 1.961vw;
  color: #FDA700;
  font-size: 4.902vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border: 0.735vw solid #FDA700;
  text-align: center;
}

.wall-painting .sekoArea .sekoArea__image {
  margin-top: 7.108vw;
}

.wall-painting .sekoArea .sekoArea__before {
  position: relative;
  width: 69.118vw;
}

.wall-painting .sekoArea .sekoArea__before::after {
  content: '';
  position: absolute;
  right: -10.049vw;
  bottom: -6.373vw;
  display: block;
  background: url(../img/wall-painting/icon_arrow_02.svg) no-repeat;
  background-size: 100%;
  width: 19.118vw;
  height: 18.873vw;
}

.wall-painting .sekoArea .sekoArea__text {
  color: #7D7D7D;
  font-size: 5.147vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}

.wall-painting .sekoArea .sekoArea__after {
  width: 100%;
}

.wall-painting .sekoArea .sekoArea__after .sekoArea__text {
  color: #FDA700;
  text-align: right;
}

.wall-painting .sekoArea .sekoS__data {
  margin-top: 7.353vw;
}

.wall-painting .sekoArea .page__head {
  margin-top: 11.275vw;
}

.wall-painting .sekoArea .sekoS__desc {
  margin-top: 4.902vw;
}

.wall-painting .sekoArea .sekoArea__link {
  margin: 6.863vw auto 0;
  width: 82.598vw;
}

.wall-painting .sekoArea .sekoArea__link .link {
  display: block;
  padding: 3.676vw 0;
  background-color: #FDA700;
  width: 100%;
  color: #FFF;
  font-size: 4.657vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-radius: 7.843vw;
  text-align: center;
  transition: .3s;
}

.wall-painting .sekoArea .sekoArea__link .link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .wall-painting .sekoArea .heading02 .heading02__title::after {
    top: -17.892vw;
  }
  .wall-painting .sekoArea .sekoArea__after {
    margin-top: 7.108vw;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .sekoArea {
    margin-top: 6.661vw;
    padding: 9.825vw 0 9.575vw;
  }

  .wall-painting .sekoArea .heading02 .heading02__title::after {
    right: -16.653vw;
    bottom: -1.332vw;
    background: url(../img/wall-painting/img_heading_01.png) no-repeat;
    background-size: 100%;
    width: 21.149vw;
    height: 18.568vw;
  }

  .wall-painting .sekoArea .sekoArea__box {
    padding: 4.746vw 4.33vw 7.244vw 4.33vw;
  }

  .wall-painting .sekoArea .sekoArea__box:not(:first-of-type) {
    margin-top: 6.328vw;
  }

  .wall-painting .sekoArea .sekoArea__title {
    padding: 1.166vw 1.665vw;
    font-size: 1.998vw;
    line-height: 1.75;
    border: 0.416vw solid #FDA700;
  }

  .wall-painting .sekoArea .sekoArea__image {
    display: flex;
    justify-content: space-between;
    margin-top: 3.497vw;
  }

  .wall-painting .sekoArea .sekoArea__before {
    width: 31.557vw;
  }

  .wall-painting .sekoArea .sekoArea__before::after {
    right: -2.831vw;
    bottom: 1.832vw;
    background: url(../img/wall-painting/icon_arrow_01.svg) no-repeat;
    background-size: 100%;
    width: 8.826vw;
    height: 8.993vw;
  }

  .wall-painting .sekoArea .sekoArea__text {
    font-size: 1.998vw;
    line-height: 1.75;
  }

  .wall-painting .sekoArea .sekoArea__after {
    width: 39.301vw;
  }

  .wall-painting .sekoArea .sekoS__data {
    margin-top: 2.998vw;
  }

  .wall-painting .sekoArea .page__head {
    margin-top: 5.412vw;
  }

  .wall-painting .sekoArea .sekoS__desc {
    margin-top: 3.331vw;
  }

  .wall-painting .sekoArea .sekoArea__link {
    margin: 3.747vw auto 0;
    width: 35.554vw;
  }

  .wall-painting .sekoArea .sekoArea__link .link {
    padding: 1.582vw 0;
    font-size: 1.998vw;
    line-height: 1.75;
    border-radius: 3.331vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .sekoArea {
    margin-top: 80px;
    padding: 118px 0 115px;
  }

  .wall-painting .sekoArea .heading02 .heading02__title::after {
    right: -200px;
    bottom: -16px;
    width: 254px;
    height: 223px;
  }

  .wall-painting .sekoArea .sekoArea__box {
    padding: 57px 52px 87px 52px;
  }

  .wall-painting .sekoArea .sekoArea__box:not(:first-of-type) {
    margin-top: 76px;
  }

  .wall-painting .sekoArea .sekoArea__title {
    padding: 14px 20px;
    font-size: 24px;
    border: 5px solid #FDA700;
  }

  .wall-painting .sekoArea .sekoArea__image {
    margin-top: 42px;
  }

  .wall-painting .sekoArea .sekoArea__before {
    width: 379px;
  }

  .wall-painting .sekoArea .sekoArea__before::after {
    right: -34px;
    bottom: 22px;
    width: 106px;
    height: 108px;
  }

  .wall-painting .sekoArea .sekoArea__text {
    font-size: 24px;
  }

  .wall-painting .sekoArea .sekoArea__after {
    width: 472px;
  }

  .wall-painting .sekoArea .sekoS__data {
    margin-top: 36px;
  }

  .wall-painting .sekoArea .page__head {
    margin-top: 65px;
  }

  .wall-painting .sekoArea .sekoS__desc {
    margin-top: 40px;
  }

  .wall-painting .sekoArea .sekoArea__link {
    margin: 45px auto 0;
    width: 427px;
  }

  .wall-painting .sekoArea .sekoArea__link .link {
    padding: 19px 0;
    font-size: 24px;
    border-radius: 40px;
    transition: .3s;
  }
}

.wall-painting .merit {
  margin-top: 26.471vw;
}

.wall-painting .merit .heading02 .heading02__title::before {
  left: 10.706vw;
}

.wall-painting .merit .merit__inner {
  margin-top: 7.843vw;
}

.wall-painting .merit .merit__box {
  margin-bottom: 7.353vw;
  width: 100%;
}

.wall-painting .merit .merit__title {
  margin-top: 3.676vw;
  color: #FDA700;
  font-size: 4.902vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}

.wall-painting .merit .merit__text {
  margin-top: 2.451vw;
  color: #000;
  font-size: 3.431vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media only screen and (min-width: 751px) {
  .wall-painting .merit {
    margin-top: 15.987vw;
  }

  .wall-painting .merit .heading02 .heading02__title::before {
    left: 14.571vw;
  }

  .wall-painting .merit .merit__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.579vw;
  }

  .wall-painting .merit .merit__box {
    margin-bottom: 4.163vw;
    width: 39.217vw;
  }

  .wall-painting .merit .merit__title {
    margin-top: 2.082vw;
    font-size: 2.331vw;
    line-height: 1.75;
  }

  .wall-painting .merit .merit__text {
    margin-top: 1.249vw;
    font-size: 1.332vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .merit {
    margin-top: 192px;
  }

  .wall-painting .merit .heading02 .heading02__title::before {
    left: 175px;
  }

  .wall-painting .merit .merit__inner {
    margin-top: 67px;
  }

  .wall-painting .merit .merit__box {
    margin-bottom: 50px;
    width: 471px;
  }

  .wall-painting .merit .merit__title {
    margin-top: 25px;
    font-size: 28px;
  }

  .wall-painting .merit .merit__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

.wall-painting .reason {
  margin-top: 12.255vw;
  padding-top: 8.088vw;
  padding-bottom: 9.804vw;
  background-color: rgba(100, 209, 20, 0.05);
}

.wall-painting .reason .reason__inner {
  margin-top: 20.343vw;
}

.wall-painting .reason .reason__box {
  position: relative;
  padding: 5.392vw 3.431vw 7.353vw;
  background-color: #fff;
}

.wall-painting .reason .reason__box:not(:first-of-type) {
  margin-top: 14.804vw;
}

.wall-painting .reason .reason__num {
  position: absolute;
  top: -13.892vw;
  display: inline-block;
  color: rgba(253, 167, 0, 0.34);
  font-size: 25.735vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.wall-painting .reason .reason__title {
  color: #FDA700;
  font-size: 4.902vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.wall-painting .reason .reason__text {
  margin-top: 2.451vw;
  font-size: 3.431vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media only screen and (max-width: 750px) {
  .wall-painting .reason .reason__num {
    left: 50%;
    transform: translateX(-50%);
  }
  .wall-painting .reason .reason__title {
    margin-top: 3.922vw;
    text-align: center;
  }
}

@media only screen and (min-width: 751px) {
  .wall-painting .reason {
    margin-top: 8.326vw;
    padding-top: 7.66vw;
    padding-bottom: 8.077vw;
  }

  .wall-painting .reason .reason__inner {
    margin-top: 5.662vw;
  }

  .wall-painting .reason .reason__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.165vw 3.081vw 2.581vw 2.415vw;
  }

  .wall-painting .reason .reason__box:not(:first-of-type) {
    margin-top: 9.326vw;
  }

  .wall-painting .reason .reason__box:nth-of-type(even) .reason__image {
    order: 2;
  }

  .wall-painting .reason .reason__box:nth-of-type(even) .reason__area {
    order: 1;
  }

  .wall-painting .reason .reason__image {
    width: 39.134vw;
  }

  .wall-painting .reason .reason__area {
    width: 36.303vw;
  }

  .wall-painting .reason .reason__num {
    top: -5.995vw;
    right: 1.665vw;
    font-size: 14.571vw;
    line-height: 1;
  }

  .wall-painting .reason .reason__box:nth-of-type(even) .reason__num {
    right: auto;
    left: 1.665vw;
  }

  .wall-painting .reason .reason__title {
    font-size: 2.331vw;
    line-height: 1.75;
  }

  .wall-painting .reason .reason__text {
    margin-top: 0.833vw;
    font-size: 1.332vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .reason {
    margin-top: 100px;
    padding-top: 92px;
    padding-bottom: 97px;
  }

  .wall-painting .reason .reason__inner {
    margin-top: 68px;
  }

  .wall-painting .reason .reason__box {
    padding: 26px 37px 31px 29px;
  }

  .wall-painting .reason .reason__box:not(:first-of-type) {
    margin-top: 112px;
  }

  .wall-painting .reason .reason__image {
    width: 470px;
  }

  .wall-painting .reason .reason__area {
    width: 436px;
  }

  .wall-painting .reason .reason__num {
    top: -72px;
    right: 20px;
    font-size: 175px;
  }

  .wall-painting .reason .reason__box:nth-of-type(even) .reason__num {
    left: 20px;
  }

  .wall-painting .reason .reason__title {
    font-size: 28px;
  }

  .wall-painting .reason .reason__text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.wall-painting .faqArea {
  margin-top: 13.235vw;
}

.wall-painting .faqArea .faqArea__inner:not(:first-child) {
  margin-top: 13.235vw;
}

.wall-painting .faqArea .faq__container {
  margin-top: 7.353vw;
}

.wall-painting .contactForm {
  margin-top: 12.255vw;
}

.wall-painting .contactForm .container__Sinner {
  margin-top: 8.088vw;
}

@media only screen and (min-width: 751px) {
  .wall-painting .faqArea {
    margin-top: 15.987vw;
  }

  .wall-painting .faqArea .faqArea__inner:not(:first-child) {
    margin-top: 10.824vw;
  }

  .wall-painting .faqArea .faq__container {
    margin-top: 4.163vw;
  }

  .wall-painting .faqArea .faq__ans:before {
    top: -1.332vw;
  }

  .wall-painting .contactForm {
    margin-top: 6.661vw;
  }

  .wall-painting .contactForm .container__Sinner {
    margin-top: 5.495vw;
  }
}

@media screen and (min-width: 1201px) {
  .wall-painting .faqArea {
    margin-top: 192px;
  }

  .wall-painting .faqArea .faqArea__inner:not(:first-child) {
    margin-top: 130px;
  }

  .wall-painting .faqArea .faq__container {
    margin-top: 50px;
  }

  .wall-painting .faqArea .faq__ans:before {
    top: -16px;
  }

  .wall-painting .contactForm {
    margin-top: 80px;
  }

  .wall-painting .contactForm .container__Sinner {
    margin-top: 66px;
  }
}</pre></body></html>