@charset "UTF-8";
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1c-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  background-color: #EDF5E7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 750px) {
  .header {
    height: 10.6666666667vw;
  }
}
.header .header_inner {
  max-width: 1920px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1301px) and (max-width: 1360px) {
  .header .header_inner {
    padding: 0 40px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .header_inner {
    padding: 0 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .header .header_inner {
    padding: 0 5.3333333333vw;
  }
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .left {
  width: 311px;
  padding: 12px 0;
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .header .left {
    width: 311px;
    padding: 12px 0;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left {
    width: 23.9230769231vw;
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .header .left {
    width: 41.4666666667vw;
    padding: 1.0666666667vw 0;
  }
}
.header .left .logo h1 {
  line-height: 1;
}
.header .left .logo h1 a {
  display: block;
}
.header .left .logo h1 a img {
  width: 311px;
  height: 64px;
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .header .left .logo h1 a img {
    width: 311px;
    height: 64px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left .logo h1 a img {
    width: 23.9230769231vw;
    height: 4.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .left .logo h1 a img {
    width: 41.4666666667vw;
    height: 8.5333333333vw;
  }
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right {
    padding: 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .header .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 10.6666666667vw 0 0;
  }
}
.header .main_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .main_nav ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 750px) {
  .header .main_nav ul {
    display: block;
  }
}
.header .main_nav ul li {
  display: block;
}
@media (min-width: 751px) {
  .header .main_nav ul li.sp {
    display: none;
  }
}
.header .main_nav ul li a {
  display: block;
  color: #000;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
}
@media screen and (min-width: 1551px) and (max-width: 1720px) {
  .header .main_nav ul li a {
    padding: 12px 10px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1550px) {
  .header .main_nav ul li a {
    padding: 12px 10px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .main_nav ul li a {
    padding: 0.9230769231vw 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li a {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    padding: 3.7333333333vw 6.6666666667vw;
  }
}
@media (max-width: 750px) {
  .header .main_nav ul li:first-child a {
    padding-top: 6.6666666667vw;
    border-top: 1px solid #000;
  }
}
.header .main_nav ul li:hover a {
  color: #999;
}
.header .nav_tel a {
  display: block;
  color: #E58A0F;
  line-height: 1;
  text-decoration: none !important;
  padding: 8px 0 8px 50px;
  border-left: 1px dotted #000;
  margin-left: 25px;
}
@media screen and (min-width: 1551px) and (max-width: 1720px) {
  .header .nav_tel a {
    padding: 8px 0 8px 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1550px) {
  .header .nav_tel a {
    padding: 8px 0 8px 20px;
    margin-left: 10px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .nav_tel a {
    font-size: 1.6923076923vw;
    padding: 0.6153846154vw 0 0.6153846154vw 1.5384615385vw;
    margin-left: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .header .nav_tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.header .nav_tel a .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: inline-block;
}
@media screen and (min-width: 1301px) and (max-width: 1550px) {
  .header .nav_tel a .icon {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .nav_tel a .icon {
    margin-right: 0.4615384615vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .nav_tel a .icon {
    margin-right: 0;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.header .nav_tel a .number {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c ExtraBold";
  line-height: 1;
}
@media screen and (min-width: 1301px) and (max-width: 1550px) {
  .header .nav_tel a .number {
    font-size: 22px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .nav_tel a .number {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .header .nav_tel a .number {
    display: none;
  }
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 10.6666666667vw;
  width: 16vw;
  padding: 1.0666666667vw 5.3333333333vw 1.0666666667vw 2.6666666667vw;
  background-color: transparent;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 8vw;
  height: 5.8666666667vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  display: block;
  line-height: 0;
  background-color: #000;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  border-radius: 0.2666666667vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 0;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 750px) {
  .header .main_nav {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 10.6666666667vw;
    background: #EDF5E7;
    padding: 10.6666666667vw 6.666vw 40vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.scroll {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header.scroll {
    -webkit-box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
            box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 750px) {
  .header.scroll {
    -webkit-box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
            box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
  }
}
.header.open .main_nav {
  left: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  opacity: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/********************************************
* support_section
********************************************/
.support_section {
  max-width: 2520px;
  padding: 130px 0 70px;
  margin: 0 auto;
  background-position: right center;
  background-size: cover;
  background-image: url(../images/common/support_bg.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .support_section {
    padding: 10vw 0 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .support_section {
    background-position: right bottom;
    padding: 26.6666666667vw 0;
    background-image: url(../images/common/sp/sp_support_bg.webp);
  }
}
.support_section .sec_inner {
  max-width: 1300px;
}
.support_section .balloon_title_wrap {
  text-align: center;
}
.support_section .balloon_title_wrap .balloon_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  padding: 0 130px;
  margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .support_section .balloon_title_wrap .balloon_title {
    font-size: 1.8461538462vw;
    padding: 0 10vw;
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .support_section .balloon_title_wrap .balloon_title {
    font-size: 3.2vw;
    padding: 0 14.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.support_section .balloon_title_wrap .balloon_title::before, .support_section .balloon_title_wrap .balloon_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 2px;
  width: 80px;
  background-color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .support_section .balloon_title_wrap .balloon_title::before, .support_section .balloon_title_wrap .balloon_title::after {
    height: 0.1538461538vw;
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .support_section .balloon_title_wrap .balloon_title::before, .support_section .balloon_title_wrap .balloon_title::after {
    height: 0.2666666667vw;
    width: 10.6666666667vw;
  }
}
.support_section .balloon_title_wrap .balloon_title::before {
  left: 0;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.support_section .balloon_title_wrap .balloon_title::after {
  right: 0;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.support_section .text {
  text-align: center;
}
.support_section .illust_clover {
  top: -74px;
  left: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .support_section .illust_clover {
    top: -5.6923076923vw;
    left: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .support_section .illust_clover {
    top: -21.3333333333vw;
    left: auto;
    right: 16vw;
  }
}

/********************************************
* contact_section
********************************************/
.contact_section {
  padding: 130px 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_section {
    padding: 10vw 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .contact_section {
    padding: 17.3333333333vw 0 21.3333333333vw;
  }
}
.contact_section .sec_inner {
  max-width: 1300px;
}
.contact_section .read {
  text-align: center;
}
.contact_section .contact_tel_wrap {
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_section .contact_tel_wrap {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .contact_section .contact_tel_wrap {
    margin-top: 4vw;
  }
}
.contact_section .contact_tel_wrap .contact_tel {
  text-align: center;
}
.contact_section .contact_tel_wrap .contact_tel a {
  display: inline-block;
  color: #E58A0F;
}
.contact_section .contact_tel_wrap .contact_tel a .icon {
  font-size: 36px;
  margin-right: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_section .contact_tel_wrap .contact_tel a .icon {
    font-size: 2.7692307692vw;
    margin-right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .contact_section .contact_tel_wrap .contact_tel a .icon {
    font-size: 6.9333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.contact_section .contact_tel_wrap .contact_tel a .number {
  font-size: 42px;
  font-weight: 800;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_section .contact_tel_wrap .contact_tel a .number {
    font-size: 3.2307692308vw;
  }
}
@media (max-width: 750px) {
  .contact_section .contact_tel_wrap .contact_tel a .number {
    font-size: 8vw;
  }
}
.contact_section .contact_tel_wrap .contact_info {
  width: 560px;
  margin: 40px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .contact_section .contact_tel_wrap .contact_info {
    width: 43.0769230769vw;
    margin: 3.0769230769vw auto 0;
  }
}
@media (max-width: 750px) {
  .contact_section .contact_tel_wrap .contact_info {
    width: 100%;
    margin: 4vw auto 0;
  }
}

/********************************************
* footer
********************************************/
.footer {
  max-width: 2520px;
  padding: 120px 0 35px;
  margin: 0 auto;
  background-size: cover;
  background-image: url(../images/common/footer_bg.webp);
  background-position: right center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer {
    padding: 9.2307692308vw 0 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 19.3333333333vw 0 4.6666666667vw;
    background-image: url(../images/common/sp/sp_footer_bg.webp);
  }
}
.footer .sec_inner {
  max-width: 1300px;
}
@media (min-width: 751px) {
  .footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 35px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner {
    padding-bottom: 2.6923076923vw;
  }
}
.footer .footer_inner .footer_inner_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_inner .footer_inner_left .time_table2 .time_label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer_inner .footer_inner_left .time_table2 .time_label .time_item1 {
  margin-right: 12px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner .footer_inner_left .time_table2 .time_label .time_item1 {
    margin-right: 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_left .time_table2 .time_label .time_item1 {
    margin-right: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .footer .footer_inner .footer_inner_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_right {
    margin-top: 10.6666666667vw;
  }
}
.footer .footer_inner .footer_inner_right .fnav ul li {
  text-align: right;
}
.footer .footer_inner .footer_inner_right .fnav ul li a {
  text-decoration: underline;
}
.footer .footer_inner .footer_inner_right .fnav ul li a:hover {
  text-decoration: none;
}
.footer .footer_inner .footer_inner_right .logo_wrap {
  margin-top: auto;
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_right .logo_wrap {
    margin-top: 8vw;
    text-align: center;
  }
}
.footer .footer_inner .footer_inner_right .logo_wrap .logo {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .logo {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .logo {
    margin-bottom: 1.3333333333vw;
  }
}
.footer .footer_inner .footer_inner_right .logo_wrap .logo a {
  display: inline-block;
}
.footer .footer_inner .footer_inner_right .logo_wrap .logo a img {
  width: 300px;
  height: 56px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .logo a img {
    width: 23.0769230769vw;
    height: 4.3076923077vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .logo a img {
    width: 68vw;
    height: 11.3773333333vw;
  }
}
.footer .footer_inner .footer_inner_right .logo_wrap .address {
  font-size: 14px;
}
@media (min-width: 751px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .address {
    text-align: right;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .address {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .footer_inner .footer_inner_right .logo_wrap .address {
    font-size: 3.2vw;
  }
}
.footer .copy_wrap {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy_wrap {
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap {
    margin-top: 5.3333333333vw;
  }
}
.footer .copy_wrap .copy {
  line-height: 1;
}

/********************************************
/* body
********************************************/
body {
  background-color: #EDF5E7;
}

/********************************************
* box_shadow
********************************************/
.box_shadow {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.15);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .box_shadow {
    -webkit-box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
            box-shadow: 0 0 0.7692307692vw rgba(17, 17, 17, 0.15);
  }
}
@media (max-width: 750px) {
  .box_shadow {
    -webkit-box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
            box-shadow: 0 0 2vw rgba(17, 17, 17, 0.15);
  }
}

/********************************************
* animation
********************************************/
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
}

.top_fadein {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/********************************************
* wave
********************************************/
.wave {
  position: relative;
}
.wave::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 750px) {
  .wave::after {
    height: 8.4vw;
    background-size: 100% 8.4vw;
  }
}
@media (min-width: 751px) {
  .wave.wave_type1::after {
    height: 100px;
    background-size: 100% 100px;
    background-image: url(../images/common/wave_type1.webp);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_type1::after {
    height: 7.6923076923vw;
    background-size: 100% 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_type1::after {
    background-image: url(../images/common/sp/sp_wave_type1.webp);
  }
}
@media (min-width: 751px) {
  .wave.wave_type2::after {
    height: 100px;
    background-size: 100% 100px;
    background-image: url(../images/common/wave_type2.webp);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_type2::after {
    height: 7.6923076923vw;
    background-size: 100% 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_type2::after {
    background-image: url(../images/common/sp/sp_wave_type2.webp);
  }
}
.wave.wave_type3::after {
  top: auto;
  bottom: 0;
}
@media (min-width: 751px) {
  .wave.wave_type3::after {
    height: 150px;
    background-size: 100% 151px;
    background-image: url(../images/common/wave_type3.webp);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_type3::after {
    height: 11.5384615385vw;
    background-size: 100% 11.5384615385vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_type3::after {
    bottom: -1px;
    background-image: url(../images/common/sp/sp_wave_type3.webp);
  }
}
.wave.wave_type4::after {
  top: auto;
}
@media (min-width: 751px) {
  .wave.wave_type4::after {
    height: 150px;
    background-size: 100% 150px;
    background-image: url(../images/common/wave_type4.webp);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_type4::after {
    height: 11.5384615385vw;
    background-size: 100% 11.5384615385vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_type4::after {
    background-image: url(../images/common/sp/sp_wave_type4.webp);
  }
}
@media (min-width: 751px) {
  .wave.wave_type5::after {
    height: 100px;
    background-size: 100% 100px;
    background-image: url(../images/common/wave_type5.webp);
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wave.wave_type5::after {
    height: 7.6923076923vw;
    background-size: 100% 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .wave.wave_type5::after {
    background-image: url(../images/common/sp/sp_wave_type5.webp);
  }
}

/********************************************
* clover
********************************************/
.illust_clover {
  position: absolute;
  width: 81px;
  height: 88px;
  background-size: 81px 88px;
  background-image: url(../images/common/illust_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .illust_clover {
    width: 6.2307692308vw;
    height: 6.7692307692vw;
    background-size: 6.2307692308vw 6.7692307692vw;
  }
}
@media (max-width: 750px) {
  .illust_clover {
    width: 10.8vw;
    height: 11.7333333333vw;
    background-size: 10.8vw 11.7333333333vw;
  }
}

/********************************************
* title
********************************************/
.title_h2_wrap {
  text-align: center;
}
.title_h2_wrap .title_h2 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 4px dotted #000;
  margin-bottom: 65px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    font-size: 2.6153846154vw;
    padding-bottom: 1.3846153846vw;
    border-bottom: 0.3076923077vw dotted #000;
    margin-bottom: 5vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 4.5333333333vw;
    padding-bottom: 2.4vw;
    border-bottom: 0.5333333333vw dotted #000;
    margin-bottom: 8.6666666667vw;
  }
}
.title_h2_wrap .title_h2 .title_clover {
  position: absolute;
  top: -55px;
  left: -141px;
  width: 71px;
  height: 92px;
  background-size: 71px 92px;
  background-image: url(../images/common/title_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 .title_clover {
    top: -4.2307692308vw;
    left: -10.8461538462vw;
    width: 5.4615384615vw;
    height: 7.0769230769vw;
    background-size: 5.4615384615vw 7.0769230769vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 .title_clover {
    top: -4vw;
    left: -14.8vw;
    width: 9.4666666667vw;
    height: 12.2666666667vw;
    background-size: 9.4666666667vw 12.2666666667vw;
  }
}
.title_h2_wrap .title_h2 .title_clover.reverse {
  top: -40px;
  left: auto;
  right: -144px;
  width: 94px;
  height: 114px;
  background-size: 94px 114px;
  background-image: url(../images/common/title_clover_r.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 .title_clover.reverse {
    top: -3.0769230769vw;
    right: -11.0769230769vw;
    width: 7.2307692308vw;
    height: 8.7692307692vw;
    background-size: 7.2307692308vw 8.7692307692vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 .title_clover.reverse {
    top: -5.3333333333vw;
    right: -17.0666666667vw;
    width: 10.4vw;
    height: 13.0666666667vw;
    background-size: 10.4vw 13.0666666667vw;
  }
}
.title_h2_wrap.has_caption .title_h2 {
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap.has_caption .title_h2 {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap.has_caption .title_h2 {
    margin-bottom: 2.6666666667vw;
  }
}
.title_h2_wrap.has_caption .caption {
  margin-bottom: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap.has_caption .caption {
    margin-bottom: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap.has_caption .caption {
    margin-bottom: 6vw;
  }
}

.title_h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h3 {
    font-size: 2.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h3 {
    font-size: 4vw;
  }
}

/********************************************
* text
********************************************/
.text_large {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .text_large {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .text_large {
    font-size: 3.2vw;
  }
}

/********************************************
* link
********************************************/
.link {
  color: #E58A0F;
  font-weight: bold;
}

/********************************************
/* text_list
********************************************/
.indent {
  padding-left: 1.1em;
}

.attention_list {
  list-style-type: none;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .attention_list {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .attention_list {
    font-size: 2.6666666667vw;
  }
}
.attention_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_list li:before {
  content: "※";
}

.attention_list2 {
  list-style-type: none;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .attention_list2 {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .attention_list2 {
    font-size: 2.6666666667vw;
  }
}
.attention_list2 li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_list2 li:before {
  content: "＊";
}

.disc_list {
  list-style-type: none;
  padding-left: 0;
}
.disc_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.disc_list li:before {
  content: "⚫︎";
}

.disc_list2 {
  list-style-type: none;
  padding-left: 0;
}
.disc_list2 li {
  text-indent: -1em;
  padding-left: 1em;
}
.disc_list2 li:before {
  content: "・";
}

/********************************************
/* hr
********************************************/
.hr_line {
  margin: 15px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .hr_line {
    margin: 1.1538461538vw 0;
  }
}
@media (max-width: 750px) {
  .hr_line {
    margin: 2vw 0;
  }
}

/********************************************
/* Wrap
********************************************/
main.main {
  margin-top: 87px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  main.main {
    margin-top: 6.6923076923vw;
  }
}
@media (max-width: 750px) {
  main.main {
    margin-top: 10.6666666667vw;
  }
}

.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .col2 {
    display: block;
  }
}

/********************************************
* Table
********************************************/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.table th {
  vertical-align: middle;
  width: 300px;
  padding: 20px 40px 20px 35px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table th {
    width: 23.0769230769vw;
    padding: 1.5384615385vw 3.0769230769vw 1.5384615385vw 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .table th {
    display: block;
    width: 100%;
    padding: 3.3333333333vw 6.6666666667vw 0;
    border: none;
  }
}
.table td {
  width: 1000px;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table td {
    width: 76.9230769231vw;
    padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .table td {
    display: block;
    width: 100%;
    padding: 0 6.6666666667vw 3.3333333333vw;
  }
}

.time_table {
  overflow-x: auto;
  white-space: nowrap;
}
.time_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 800px;
  border-radius: 10px;
  background-color: #EDF5E7;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table {
    border-radius: 0.7692307692vw;
    min-width: 61.5384615385vw;
  }
}
@media (max-width: 750px) {
  .time_table table {
    border-radius: 1.3333333333vw;
    min-width: 240vw;
  }
}
.time_table table th, .time_table table td {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table th, .time_table table td {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .time_table table th, .time_table table td {
    font-size: 3.2vw;
    display: table-cell;
  }
}
.time_table table th:last-child, .time_table table td:last-child {
  border-right: none;
}
@media (min-width: 751px) {
  .time_table table th:last-child, .time_table table td:last-child {
    width: 120px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table th:last-child, .time_table table td:last-child {
    width: 9.2307692308vw;
  }
}
@media (min-width: 751px) {
  .time_table table th {
    height: 65px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table th {
    height: 5vw;
  }
}
@media (max-width: 750px) {
  .time_table table th {
    width: 17.3333333333vw;
  }
}
@media (min-width: 751px) {
  .time_table table td {
    height: 120px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table td {
    height: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .time_table table td {
    width: 34.6666666667vw;
  }
}
.time_table table td.time_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 385px;
  padding: 20px 90px;
  text-align: left;
  line-height: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table td.time_label {
    width: 29.6153846154vw;
    padding: 1.5384615385vw 6.9230769231vw;
    line-height: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .time_table table td.time_label {
    width: auto;
    padding: 2.6666666667vw 4.6666666667vw;
    line-height: 1.6;
  }
}
.time_table table td.time_label .small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table td.time_label .small {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .time_table table td.time_label .small {
    font-size: 2.9333333333vw;
  }
}
.time_table table td .time_item1 {
  margin-right: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table td .time_item1 {
    margin-right: 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .time_table table td .time_item1 {
    margin-right: 4.6666666667vw;
  }
}
.time_table table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 750px) {
  .time_table table thead {
    display: table-header-group;
  }
}
@media (min-width: 751px) {
  .time_table table thead tr th:first-child {
    width: 385px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table table thead tr th:first-child {
    width: 29.6153846154vw;
  }
}
@media (max-width: 750px) {
  .time_table table thead tr th:first-child {
    height: 12vw;
  }
}
@media (max-width: 750px) {
  .time_table table tbody {
    display: table-row-group;
  }
}

[data-ruby] {
  position: relative;
  display: block;
  margin-top: 1.2em;
}

[data-ruby-after] {
  position: relative;
  display: block;
  margin-bottom: 1.2em;
}

[data-ruby]::before,
[data-ruby-after]::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 105px;
  margin: 0 auto;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  [data-ruby]::before,
[data-ruby-after]::after {
    width: 8.0769230769vw;
    margin: 0 auto;
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  [data-ruby]::before,
[data-ruby-after]::after {
    width: 34.6666666667vw;
    font-size: 2.2666666667vw;
  }
}

[data-ruby]::before {
  content: attr(data-ruby);
  top: -1.2em;
}

[data-ruby-after]::after {
  content: attr(data-ruby-after);
  bottom: -1.2em;
}

.table_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table_caption {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .table_caption {
    min-width: 240vw;
    margin-top: 2vw;
  }
}
.table_caption .closed_days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.time_table2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 420px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table {
    width: 32.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table {
    width: 100%;
    border-radius: 1.3333333333vw;
  }
}
.time_table2 table tr {
  border-bottom: 1px solid #000;
}
.time_table2 table tr:last-child {
  border-bottom: none;
}
.time_table2 table th, .time_table2 table td {
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table th, .time_table2 table td {
    height: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table th, .time_table2 table td {
    height: 8.5333333333vw;
  }
}
.time_table2 table th:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table th:first-child {
    padding-left: 1.5384615385vw;
    padding-right: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table th:first-child {
    padding-left: 4vw;
    padding-right: 5.3333333333vw;
  }
}
.time_table2 table td.time_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  padding-left: 20px;
  padding-right: 40px;
  text-align: left;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table td.time_label {
    width: 15.3846153846vw;
    padding-left: 1.5384615385vw;
    padding-right: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table td.time_label {
    width: 40vw;
    padding-left: 4vw;
    padding-right: 5.3333333333vw;
  }
}
.time_table2 table thead tr {
  border-bottom: 1px solid #000 !important;
}
.time_table2 table thead tr th:first-child {
  width: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table thead tr th:first-child {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table thead tr th:first-child {
    width: 40vw;
  }
}
.time_table2 table thead tr th:last-child {
  padding-right: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table thead tr th:last-child {
    padding-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table thead tr th:last-child {
    padding-right: 1.3333333333vw;
  }
}
.time_table2 table tbody tr td:last-child {
  padding-right: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .time_table2 table tbody tr td:last-child {
    padding-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .time_table2 table tbody tr td:last-child {
    padding-right: 2vw;
  }
}

/********************************************
* Table
********************************************/
/********************************************
* btn
********************************************/
.more_btn {
  text-align: center;
  margin: 80px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn {
    margin: 6.1538461538vw auto 0;
  }
}
@media (max-width: 750px) {
  .more_btn {
    margin: 10.6666666667vw auto 0;
  }
}
.more_btn a {
  text-decoration: none;
  text-align: left;
  position: relative;
  display: inline-block;
  min-width: 380px;
  height: 88px;
  line-height: 86px;
  color: #fff;
  padding: 0 50px;
  border: 2px solid #76C77F;
  border-radius: 10px;
  background: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a {
    min-width: 29.2307692308vw;
    height: 6.7692307692vw;
    line-height: 6.6153846154vw;
    padding: 0 3.8461538462vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .more_btn a {
    min-width: 58.6666666667vw;
    height: 16vw;
    line-height: 15.7333333333vw;
    border: 1px solid #76C77F;
    padding: 0 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.more_btn a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a:after {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn a:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 2.6666666667vw;
  }
}
.more_btn a:hover {
  color: #76C77F;
  background-color: #fff;
}
.more_btn a:hover:after {
  right: 15px;
  border-color: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a:hover:after {
    right: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .more_btn a:hover:after {
    right: 2vw;
  }
}
.more_btn.return a {
  text-align: center;
  padding: 0 50px 0 85px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn.return a {
    padding: 0 3.8461538462vw 0 6.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn.return a {
    padding: 0 6.6666666667vw 0 17.3333333333vw;
  }
}
.more_btn.return a:before {
  right: auto;
  left: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn.return a:before {
    left: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn.return a:before {
    left: 6.6666666667vw;
  }
}
.more_btn.return a:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: auto;
  left: 65px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn.return a:after {
    left: 5vw;
  }
}
@media (max-width: 750px) {
  .more_btn.return a:after {
    left: 8.5333333333vw;
  }
}
.more_btn.return a:hover:before {
  left: 43px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn.return a:hover:before {
    left: 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  .more_btn.return a:hover:before {
    left: 4.8vw;
  }
}
.more_btn.return a:hover:after {
  left: 58px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn.return a:hover:after {
    left: 4.4615384615vw;
  }
}
@media (max-width: 750px) {
  .more_btn.return a:hover:after {
    left: 6.6666666667vw;
  }
}

/********************************************
* page_top
********************************************/
.page_top {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    height: 16vw;
    width: 16vw;
  }
}
.page_top a {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  background-color: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a img {
  width: 35px;
  height: 19px;
  margin: 30px 22.5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a img {
    width: 2.6923076923vw;
    height: 1.4615384615vw;
    margin: 2.3076923077vw 1.7307692308vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 8vw;
    height: 4.5333333333vw;
    margin: 4.2666666667vw 2.6666666667vw;
  }
}
.page_top a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #76C77F;
}

/********************************************
* bread_sec
********************************************/
.bread_sec {
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin: 20px 0 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .bread_sec {
    font-size: 1.0769230769vw;
    margin: 1.5384615385vw 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .bread_sec {
    font-size: 2.6666666667vw;
    margin: 2.6666666667vw 0 8vw;
  }
}
.bread_sec .sec_inner {
  max-width: 1300px;
}

/********************************************
* news_list
********************************************/
.news_list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list {
    max-width: 92.3076923077vw;
  }
}
.news_list::after {
  content: "";
  display: block;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list::after {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list::after {
    width: 41.3333333333vw;
  }
}
.news_list .item_block {
  position: relative;
  width: 360px;
  margin-top: 100px;
}
.news_list .item_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .item_block {
    width: 27.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list .item_block {
    width: 41.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+3) {
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+2) {
    margin-top: 0;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover .thumb {
  opacity: 0.7;
}
.news_list a:hover h3, .news_list a:hover p {
  color: #999;
}
.news_list .thumb {
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .thumb {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .news_list .thumb {
    margin-bottom: 3.3333333333vw;
  }
}
.news_list .date {
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .date {
    font-size: 1.0769230769vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .news_list .date {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.news_list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .title {
    font-size: 1.5384615385vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .news_list .title {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.news_list .desc {
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .desc {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .news_list .desc {
    margin-bottom: 2.6666666667vw;
  }
}
.news_list .more {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more {
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .news_list .more {
    padding-right: 8vw;
  }
}
.news_list .more:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.news_list .more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:after {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    right: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 2.1333333333vw;
  }
}

/********************************************
* news_text_list
********************************************/
.news_text_list .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 36px 40px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item a {
    padding: 2.7692307692vw 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .news_text_list .item a {
    display: block;
    padding: 4.8vw 5.3333333333vw;
  }
}
.news_text_list .item a:hover {
  opacity: 0.7;
}
.news_text_list .item .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 750px) {
  .news_text_list .item .date_wrap {
    margin-bottom: 0.6666666667vw;
  }
}
.news_text_list .item .date {
  margin-right: 30px;
  line-height: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item .date {
    margin-right: 2.3076923077vw;
    line-height: 2.4615384615vw;
  }
}
@media (max-width: 750px) {
  .news_text_list .item .date {
    line-height: 1.6;
    margin-right: 0;
  }
}
.news_text_list .item .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item .title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .news_text_list .item .title {
    display: block;
    font-size: 3.2vw;
  }
}
.news_text_list .item:first-child {
  border-top: 1px solid #ccc;
}

/********************************************
* form_content
********************************************/
.mw_wp_form {
  padding-top: 160px;
  margin-top: -160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form {
    padding-top: 12.3076923077vw;
    margin-top: -12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form {
    padding-top: 17.3333333333vw;
    margin-top: -17.3333333333vw;
  }
}

.mw_wp_form_input .return {
  display: none;
}

.form_content {
  position: relative;
  z-index: 1;
}
.form_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl {
    display: block;
    margin-bottom: 4vw;
  }
}
.form_content dl.radio dt {
  padding-top: 0;
}
.form_content dl.radio input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  padding: 0;
  margin: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio input[type=radio] {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
    vertical-align: -0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio input[type=radio] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
  }
}
.form_content dl.radio .mwform-radio-field-text {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.radio .mwform-radio-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.check dt {
  padding-top: 0;
}
.form_content dl.check input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  padding: 0;
  margin: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check input[type=checkbox] {
    width: 1.2307692308vw;
    height: 1.2307692308vw;
    vertical-align: -0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.4vw;
  }
}
.form_content dl.check .mwform-checkbox-field-text {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.check .mwform-checkbox-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.select dt {
  padding-top: 0;
}
.form_content dl.select select {
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.select select {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.select select {
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dt {
  width: 260px;
  font-weight: 500;
  padding-top: 9px;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt {
    width: 20vw;
    padding-top: 0.6923076923vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dt {
    float: none;
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
  }
}
.form_content dt .req {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 7px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: #4BB06D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .req {
    padding: 0.3846153846vw 0.5384615385vw;
    font-size: 1.0769230769vw;
    margin-left: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .req {
    padding: 0.6666666667vw 0.9333333333vw;
    font-size: 3.2vw;
    margin-left: 2.6666666667vw;
  }
}
.form_content dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_content dd input,
.form_content dd textarea {
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #FAFAFA;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input,
.form_content dd textarea {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input,
.form_content dd textarea {
    font-size: 3.7333333333vw !important;
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dd input:focus,
.form_content dd textarea:focus {
  font-size: 16px;
  outline: none;
  border: 1px solid #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input:focus,
.form_content dd textarea:focus {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input:focus,
.form_content dd textarea:focus {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
  color: #C8C8C8;
  font-size: 16px;
}
.form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
  color: #C8C8C8;
  font-size: 16px;
}
.form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
  color: #C8C8C8;
  font-size: 16px;
}
.form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
  color: #C8C8C8;
  font-size: 16px;
}
.form_content dd input::placeholder,
.form_content dd textarea::placeholder {
  color: #C8C8C8;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 1.2307692308vw;
  }
  .form_content dd input::placeholder,
.form_content dd textarea::placeholder {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::placeholder,
.form_content dd textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input.zip,
.form_content dd textarea.zip {
  width: 150px;
  margin-left: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.zip,
.form_content dd textarea.zip {
    width: 11.5384615385vw;
    margin-left: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.zip,
.form_content dd textarea.zip {
    width: 26.6666666667vw;
    margin-left: 2vw;
  }
}
.form_content dd input {
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input {
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input {
    height: 10.6666666667vw;
  }
}
.form_content dd input.address + input {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.address + input {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.address + input {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd textarea {
  height: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd textarea {
    height: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd textarea {
    height: 33.3333333333vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field input {
    width: 25%;
  }
}
.form_content dd label img {
  max-width: 200px;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd label img {
    max-width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd label img {
    max-width: 16vw;
  }
}
.form_content dd .cap {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .cap {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .cap {
    font-size: 3.2vw;
  }
}
.form_content dd .error {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .error {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .error {
    font-size: 3.2vw;
  }
}

/********************************************
* form_content 確認画面
********************************************/
.mw_wp_form_preview .form_content dd {
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eee;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 3.8461538462vw;
    padding: 1.1538461538vw 1.5384615385vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 10.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 0.6666666667vw;
  }
}
.mw_wp_form_preview .form_content .read,
.mw_wp_form_preview .form_content .form_block_tel,
.mw_wp_form_preview .form_content dt .req,
.mw_wp_form_preview .form_content .img_icon,
.mw_wp_form_preview .form_content .caption,
.mw_wp_form_preview .form_content .atten,
.mw_wp_form_preview .form_content .form_atten,
.mw_wp_form_preview .form_content .form_privacy,
.mw_wp_form_preview .form_content .terms_check {
  display: none;
}

/********************************************
* form_content input_btn
********************************************/
.input_btn {
  width: 380px;
  position: relative;
  text-align: center;
  margin: 100px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn {
    width: 29.2307692308vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media (max-width: 750px) {
  .input_btn {
    width: 66.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
.input_btn input[type=submit],
.input_btn input[type=button] {
  text-decoration: none;
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100px;
  padding: 0 60px 0 30px;
  border-radius: 10px;
  background: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn input[type=submit],
.input_btn input[type=button] {
    height: 7.6923076923vw;
    font-size: 1.2307692308vw;
    line-height: 7.6923076923vw;
    padding: 0 4.6153846154vw 0 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .input_btn input[type=submit],
.input_btn input[type=button] {
    font-size: 3.2vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    padding: 0 8vw 0 4vw;
    border-radius: 1.3333333333vw;
  }
}
.input_btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn:after {
    width: 0.4615384615vw;
    height: 0.4615384615vw;
    right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .input_btn:after {
    width: 0.8vw;
    height: 0.8vw;
    right: 4vw;
    border-top: solid 0.2666666667vw #fff;
    border-right: solid 0.2666666667vw #fff;
  }
}
.input_btn:hover:after {
  right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn:hover:after {
    right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn:hover:after {
    right: 2.6666666667vw;
  }
}
.input_btn:hover input[type=submit],
.input_btn:hover input[type=button] {
  background: #7996CD;
}
.input_btn.return input[type=submit],
.input_btn.return input[type=button] {
  text-align: right;
  padding: 0 30px 0 60px;
  background: #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return input[type=submit],
.input_btn.return input[type=button] {
    padding: 0 2.3076923077vw 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return input[type=submit],
.input_btn.return input[type=button] {
    padding: 0 4vw 0 8vw;
  }
}
.input_btn.return:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: auto;
  left: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return:after {
    left: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return:after {
    left: 4vw;
  }
}
.input_btn.return:hover input[type=submit],
.input_btn.return:hover input[type=button] {
  background: #999;
}
.input_btn.return:hover:after {
  left: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn.return:hover:after {
    left: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn.return:hover:after {
    left: 2.6666666667vw;
  }
}

/********************************************
* form_privacy
********************************************/
.form_privacy {
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .form_privacy {
    margin-top: 8vw;
  }
}
.form_privacy .privacy_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .privacy_title {
    font-size: 1.5384615385vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .privacy_title {
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.form_privacy .atten_text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .atten_text {
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .atten_text {
    text-align: left;
    margin-bottom: 9.3333333333vw;
  }
}

/********************************************
* checkbox
********************************************/
.terms_check {
  text-align: center;
}
.terms_check input[type=checkbox] {
  height: 24px;
  width: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check input[type=checkbox] {
    height: 1.8461538462vw;
    width: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .terms_check input[type=checkbox] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.terms_check .mwform-checkbox-field-text {
  font-size: 16px;
  vertical-align: 3px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
    vertical-align: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 3.2vw;
    vertical-align: 0.9333333333vw;
  }
}

/********************************************
* thanks_content
********************************************/
.thanks_content {
  text-align: center;
}
.thanks_content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .title {
    font-size: 1.8461538462vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .title {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.thanks_content .message {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .message {
    font-size: 1.3846153846vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .message {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.thanks_content .mail {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .mail {
    font-size: 1.8461538462vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .mail {
    font-size: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.thanks_content .tel {
  font-size: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel {
    font-size: 4.5333333333vw;
  }
}
.thanks_content .time {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .time {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .time {
    font-size: 3.2vw;
  }
}

/********************************************
* pager
********************************************/
.pager {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager {
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .pager {
    margin-top: 13.3333333333vw;
  }
}
.pager ul {
  text-align: center;
}
.pager ul li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li {
    font-size: 1.8461538462vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    margin: 0 0.3846153846vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .pager ul li {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pager ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li a {
    padding: 5px 0;
  }
}
.pager ul li a span {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a span {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .pager ul li a span {
    font-size: 16px;
  }
}
.pager ul li.active {
  color: #fff;
  background: #000;
  padding: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li.active {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li.active {
    padding: 5px 0;
  }
}
.pager ul li:hover {
  cursor: pointer;
  background: #000;
}
.pager ul li:hover a {
  color: #fff;
}

/********************************************
* wp-caption
********************************************/
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-caption .wp-caption-text {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .wp-caption .wp-caption-text {
    font-size: 3.2vw;
  }
}

/********************************************
* iPhone
********************************************/
@media (max-width: 750px) {
  .iPhone .mwform-checkbox-field-text {
    vertical-align: 0.4vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.radio input[type=radio] {
    vertical-align: 0;
  }
}

/********************************************
* cat_list
********************************************/
.cat_list {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list {
    padding: 0 3.8461538462vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .cat_list {
    text-align: left;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.cat_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li {
    margin: 0 0.7692307692vw 0.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .cat_list li {
    margin: 0 1.3333333333vw 0.6666666667vw 0;
  }
}
.cat_list li a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  min-width: 104px;
  padding: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #898989;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li a {
    font-size: 1.0769230769vw;
    min-width: 8vw;
    padding: 0 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .cat_list li a {
    font-size: 2.9333333333vw;
    min-width: 22.4vw;
    padding: 0 1.3333333333vw;
  }
}
.cat_list li a:hover {
  background-color: #76C77F;
}
.cat_list li.current a {
  background-color: #76C77F;
  opacity: 0.65;
}

/********************************************
* content
********************************************/
/********************************************
* content_header
********************************************/
.content_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header {
    height: 26.9230769231vw;
  }
}
@media (max-width: 750px) {
  .content_header {
    height: 46.6666666667vw;
    text-align: center;
  }
}
.content_header .title {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 38px;
  color: #000;
  text-align: center;
  border-bottom: 4px dotted #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title {
    font-size: 2.9230769231vw;
    border-bottom: 0.3076923077vw dotted #000;
  }
}
@media (max-width: 750px) {
  .content_header .title {
    font-size: 5.3333333333vw;
    border-bottom: 0.5333333333vw dotted #000;
    display: inline-block;
  }
}
.content_header .title_clover {
  position: absolute;
  top: -16px;
  left: -188px;
  width: 71px;
  height: 92px;
  background-size: 71px 92px;
  background-image: url(../images/common/title_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title_clover {
    top: -1.2307692308vw;
    left: -14.4615384615vw;
    width: 5.4615384615vw;
    height: 7.0769230769vw;
    background-size: 5.4615384615vw 7.0769230769vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_clover {
    top: -1.3333333333vw;
    left: 9.3333333333vw;
    width: 9.4666666667vw;
    height: 12.2666666667vw;
    background-size: 9.4666666667vw 12.2666666667vw;
  }
}

/********************************************
* page archive
********************************************/
.post-type-archive .content_main,
.category .content_main {
  padding: 0 0 80px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .post-type-archive .content_main,
.category .content_main {
    padding: 0 0 6.1538461538vw 0;
  }
}
@media (max-width: 750px) {
  .post-type-archive .content_main,
.category .content_main {
    padding: 0 0 10.6666666667vw 0;
  }
}
.post-type-archive .content_main .sec_inner,
.category .content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* page error404
********************************************/
.error404 .content_main {
  padding: 140px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .error404 .content_main {
    padding: 10.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  .error404 .content_main {
    padding: 18.6666666667vw 0;
  }
}
.error404 .content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* page contact
********************************************/
#contact .content_main,
#confirm .content_main,
#thanks .content_main {
  padding: 140px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #contact .content_main,
#confirm .content_main,
#thanks .content_main {
    padding: 10.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  #contact .content_main,
#confirm .content_main,
#thanks .content_main {
    padding: 18.6666666667vw 0;
  }
}
#contact .content_main .sec_inner,
#confirm .content_main .sec_inner,
#thanks .content_main .sec_inner {
  max-width: 1100px;
}

/********************************************
* single_content
********************************************/
.single_content {
  padding: 0 0 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content {
    padding: 0 0 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .single_content {
    padding: 0 0 16vw;
  }
}
.single_content .sec_inner {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .sec_inner {
    max-width: 100vw;
    padding-left: 3.846vw;
    padding-right: 3.846vw;
  }
}
@media (max-width: 750px) {
  .single_content .sec_inner {
    max-width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}
.single_content .post_title {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title {
    padding-bottom: 1.9230769231vw;
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title {
    padding-bottom: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.single_content .post_title .post_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .post_title_inner {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .post_title_inner {
    margin-bottom: 2.6666666667vw;
  }
}
.single_content .post_title .date {
  font-size: 17px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .date {
    font-size: 1.3076923077vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .date {
    font-size: 3.4666666667vw;
  }
}
.single_content .post_title .title {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c Bold";
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .title {
    font-size: 4.8vw;
  }
}
.single_content .post_body h2 {
  font-size: 19px;
  font-family: "M PLUS Rounded 1c Medium";
  border-left: 4px solid #76C77F;
  padding: 4px 10px;
  background-color: #fff;
  margin: 50px 0 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h2 {
    font-size: 1.4615384615vw;
    padding: 0.3076923077vw 0.7692307692vw;
    margin: 3.8461538462vw 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h2 {
    font-size: 4vw;
    padding: 0.8vw 2.1333333333vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.single_content .post_body h3 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 17px;
  margin: 25px 0 8px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h3 {
    font-size: 1.3076923077vw;
    margin: 1.9230769231vw 0 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h3 {
    font-size: 3.7333333333vw;
    margin: 4vw 0 1.3333333333vw;
  }
}
.single_content .post_body p {
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body p {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body p {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body a {
  color: #76C77F;
  text-decoration: underline;
}
.single_content .post_body a:hover {
  text-decoration: none;
}
.single_content .post_body .btn a {
  text-decoration: none;
}
.single_content .post_body strong {
  font-weight: bold;
}
.single_content .post_body ul {
  list-style-type: none;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ul {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ul {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.single_content .post_body ul li:before {
  content: "・";
}
.single_content .post_body ol {
  padding-left: 1.1em;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ol {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ol {
    margin: 0 0 2.6666666667vw;
  }
}

/********************************************
* page privacy-policy
********************************************/
#privacy-policy .content_main {
  padding: 0 0 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main {
    padding: 0 0 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main {
    padding: 0 0 16vw;
  }
}
#privacy-policy .content_main .sec_inner {
  max-width: 1300px;
}
#privacy-policy .content_main .title {
  font-size: 22px;
  margin: 50px 0 6px;
  font-family: "M PLUS Rounded 1c Bold";
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title {
    font-size: 1.6923076923vw;
    margin: 3.8461538462vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw 0 0.8vw;
  }
}
#privacy-policy .content_main .title_small {
  font-size: 20px;
  margin: 25px 0 6px;
  font-family: "M PLUS Rounded 1c Bold";
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title_small {
    font-size: 1.5384615385vw;
    margin: 1.9230769231vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title_small {
    font-size: 3.4666666667vw;
    margin: 3.3333333333vw 0 0.8vw;
  }
}
#privacy-policy .content_main .desc_list li {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 1.3333333333vw;
  }
}
#privacy-policy .content_main .text {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .text {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .text {
    margin-bottom: 1.3333333333vw;
  }
}

/********************************************
* page partner
********************************************/
.partner_main .sec_inner {
  max-width: 1920px;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_main .sec_inner {
    max-width: 147.6923076923vw;
    padding-left: 3.4615384615vw;
    padding-right: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .partner_main .sec_inner {
    max-width: 256vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.partner_main .head_img_wrap {
  position: relative;
}
.partner_main .head_img_wrap .head_title_wrap {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 540px;
  text-align: center;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_main .head_img_wrap .head_title_wrap {
    width: 41.5384615385vw;
    padding: 1.1538461538vw 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .partner_main .head_img_wrap .head_title_wrap {
    width: 69.3333333333vw;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
.partner_main .head_img_wrap .head_title_wrap .head_title {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c Medium";
  text-shadow: 1px 1px 2px #000;
  color: #FFF;
  line-height: 1.8421052632;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .partner_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
.partner_main .head_img_wrap .title_bird {
  position: absolute;
  top: 7px;
  right: 23px;
  width: 88px;
  height: 83px;
  background-size: 88px 83px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_main .head_img_wrap .title_bird {
    top: 0.5384615385vw;
    right: 1.7692307692vw;
    width: 6.7692307692vw;
    height: 6.3846153846vw;
    background-size: 6.7692307692vw 6.3846153846vw;
  }
}
@media (max-width: 750px) {
  .partner_main .head_img_wrap .title_bird {
    top: 0.9333333333vw;
    right: 3.0666666667vw;
    width: 11.7333333333vw;
    height: 11.0666666667vw;
    background-size: 11.7333333333vw 11.0666666667vw;
  }
}

.partner_content {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content {
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  .partner_content {
    max-width: 173.3333333333vw;
  }
}
.partner_content .top_clover {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 71px;
  height: 92px;
  background-size: 71px 92px;
  background-image: url(../images/common/title_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .top_clover {
    top: 0.7692307692vw;
    left: 0.3846153846vw;
    width: 5.4615384615vw;
    height: 7.0769230769vw;
    background-size: 5.4615384615vw 7.0769230769vw;
  }
}
@media (max-width: 750px) {
  .partner_content .top_clover {
    top: 4.4vw;
    left: 13.3333333333vw;
    width: 9.4666666667vw;
    height: 12.2666666667vw;
    background-size: 9.4666666667vw 12.2666666667vw;
    z-index: 1;
  }
}
.partner_content .hospital_inspection {
  padding: 100px 0 65px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection {
    padding: 7.6923076923vw 0 5vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection {
    padding: 13.3333333333vw 0 8.6666666667vw;
  }
}
.partner_content .hospital_inspection .sec_inner {
  max-width: 1300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner {
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.partner_content .hospital_inspection .sec_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #4BB06D;
  border-radius: 10px;
  padding: 0 50px 0 50px;
  margin: 0;
  height: 280px;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container {
    border-radius: 0.7692307692vw;
    padding: 0 3.8461538462vw 0 3.8461538462vw;
    margin: 0;
    height: 21.5384615385vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-radius: 1.3333333333vw;
    padding: 4.6666666667vw 5.3333333333vw 4.6666666667vw 5.3333333333vw;
    margin: 0;
    height: 100%;
  }
}
.partner_content .hospital_inspection .sec_inner .container .left-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content {
    max-width: 35.3846153846vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content {
    max-width: 100%;
  }
}
.partner_content .hospital_inspection .sec_inner .container .left-content .title {
  font-size: 24px;
  color: #4BB06D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content .title {
    font-size: 3.2vw;
    margin-bottom: 15px;
  }
}
.partner_content .hospital_inspection .sec_inner .container .left-content .title .title-big {
  font-size: 32px;
  color: #4BB06D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content .title .title-big {
    font-size: 2.4615384615vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content .title .title-big {
    font-size: 4.2666666667vw;
  }
}
.partner_content .hospital_inspection .sec_inner .container .left-content .description {
  color: #4BB06D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .left-content .description {
    letter-spacing: -0.05em;
  }
}
.partner_content .hospital_inspection .sec_inner .container .right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 24px;
  padding-left: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container .right-content {
    font-size: 1.8461538462vw;
    padding-left: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .right-content {
    font-size: 3.2vw;
    padding-left: 0;
    padding-top: 6.6666666667vw;
    width: 100%;
    text-align: left;
  }
}
.partner_content .hospital_inspection .sec_inner .container .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 22px solid #4BB06D;
  border-right: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_inspection .sec_inner .container .arrow {
    border-top: 1.3846153846vw solid transparent;
    border-bottom: 1.3846153846vw solid transparent;
    border-left: 1.6923076923vw solid #4BB06D;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_inspection .sec_inner .container .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 1.3333333333vw 0;
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-left: 2.9333333333vw solid #4BB06D;
  }
}
.partner_content .hospital_other {
  padding: 0 0 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other {
    padding: 0 0 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other {
    padding: 0 0 4.6666666667vw;
  }
}
.partner_content .hospital_other .sec_inner {
  max-width: 1300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner {
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner {
    max-width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.partner_content .hospital_other .sec_inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #175A9D;
  border-radius: 10px;
  padding: 0 50px 0 50px;
  margin: 0;
  height: 280px;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container {
    border-radius: 0.7692307692vw;
    padding: 0 3.8461538462vw 0 3.8461538462vw;
    margin: 0;
    height: 21.5384615385vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    border-radius: 1.3333333333vw;
    padding: 4.6666666667vw 5.3333333333vw 4.6666666667vw 5.3333333333vw;
    margin: 0;
    height: 100%;
  }
}
.partner_content .hospital_other .sec_inner .container .left-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container .left-content {
    max-width: 35.3846153846vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .left-content {
    max-width: 100%;
  }
}
.partner_content .hospital_other .sec_inner .container .left-content .title {
  font-size: 24px;
  color: #175A9D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container .left-content .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .left-content .title {
    font-size: 3.2vw;
    margin-bottom: 15px;
  }
}
.partner_content .hospital_other .sec_inner .container .left-content .title .title-big {
  font-size: 32px;
  color: #175A9D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container .left-content .title .title-big {
    font-size: 2.4615384615vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .left-content .title .title-big {
    font-size: 4.2666666667vw;
  }
}
.partner_content .hospital_other .sec_inner .container .left-content .description {
  color: #175A9D;
  font-family: "M PLUS Rounded 1c Medium";
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .left-content .description {
    letter-spacing: -0.05em;
  }
}
.partner_content .hospital_other .sec_inner .container .right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 24px;
  padding-left: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container .right-content {
    font-size: 1.8461538462vw;
    padding-left: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .right-content {
    font-size: 3.2vw;
    padding-left: 0;
    padding-top: 6.6666666667vw;
    width: 100%;
    text-align: left;
  }
}
.partner_content .hospital_other .sec_inner .container .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 22px solid #175A9D;
  border-right: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .hospital_other .sec_inner .container .arrow {
    border-top: 1.3846153846vw solid transparent;
    border-bottom: 1.3846153846vw solid transparent;
    border-left: 1.6923076923vw solid #175A9D;
  }
}
@media (max-width: 750px) {
  .partner_content .hospital_other .sec_inner .container .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 1.3333333333vw 0;
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-left: 2.9333333333vw solid #175A9D;
  }
}
.partner_content .bottom_wrap {
  position: relative;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .bottom_wrap {
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  .partner_content .bottom_wrap {
    max-width: 173.3333333333vw;
  }
}
.partner_content .bottom_wrap img {
  width: 235px;
  height: 204px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .bottom_wrap img {
    width: 18.0769230769vw;
    height: 15.6923076923vw;
  }
}
@media (max-width: 750px) {
  .partner_content .bottom_wrap img {
    width: 31.3333333333vw;
    height: 27.2vw;
  }
}
.partner_content .bottom_wrap .bottom_clover {
  position: absolute;
  top: 45px;
  right: 180px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/partner/partner-clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .partner_content .bottom_wrap .bottom_clover {
    top: 3.4615384615vw;
    right: 13.8461538462vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  .partner_content .bottom_wrap .bottom_clover {
    top: 6vw;
    right: 24vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
    z-index: 1;
  }
}

/********************************************
* page guide
********************************************/
#guide .guide_main .sec_inner {
  max-width: 1920px;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_main .sec_inner {
    max-width: 147.6923076923vw;
    padding-left: 3.4615384615vw;
    padding-right: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_main .sec_inner {
    max-width: 256vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
#guide .guide_main .head_img_wrap {
  position: relative;
}
#guide .guide_main .head_img_wrap .head_title_wrap {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 540px;
  text-align: center;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_main .head_img_wrap .head_title_wrap {
    width: 41.5384615385vw;
    padding: 1.1538461538vw 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_main .head_img_wrap .head_title_wrap {
    width: 69.3333333333vw;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
#guide .guide_main .head_img_wrap .head_title_wrap .head_title {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c Medium";
  text-shadow: 1px 1px 2px #000;
  color: #FFF;
  line-height: 1.8421052632;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
#guide .guide_main .head_img_wrap .title_bird {
  position: absolute;
  top: 7px;
  right: 23px;
  width: 88px;
  height: 83px;
  background-size: 88px 83px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_main .head_img_wrap .title_bird {
    top: 0.5384615385vw;
    right: 1.7692307692vw;
    width: 6.7692307692vw;
    height: 6.3846153846vw;
    background-size: 6.7692307692vw 6.3846153846vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_main .head_img_wrap .title_bird {
    top: 0.9333333333vw;
    right: 3.0666666667vw;
    width: 11.7333333333vw;
    height: 11.0666666667vw;
    background-size: 11.7333333333vw 11.0666666667vw;
  }
}
#guide .guide_content {
  max-width: 2520px;
  padding: 130px 0 0;
  margin: 0 auto;
  background-position: right center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content {
    max-width: 193.8461538462vw;
    padding: 10vw 0 0;
  }
}
@media (max-width: 750px) {
  #guide .guide_content {
    max-width: 100%;
    padding: 0;
    padding: 10vw 0 0;
  }
}
#guide .guide_content .guide_content_wrap {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  padding: 0 45px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap {
    max-width: 100vw;
    padding: 0 3.4615384615vw 0 0;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap {
    max-width: 100%;
    padding: 0;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
  width: 1200px;
  height: 540px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items {
    width: 92.3076923077vw;
    height: 41.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 {
  position: relative;
  width: 380px;
  padding: 40px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 {
    width: 29.2307692308vw;
    padding: 3.0769230769vw 3.0769230769vw;
    border-radius: 1.5384615385vw;
    -webkit-box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 .item_img {
  width: 132px;
  height: 180px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 .item_img {
    width: 10.1538461538vw;
    height: 13.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 .item_img {
    width: 17.6vw;
    height: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 h3.title {
  font-family: "M PLUS Rounded 1c Medium";
  color: #175A9D;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 h3.title {
    font-size: 1.8461538462vw;
    padding: 2.3076923077vw 0 0.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 h3.title {
    font-size: 4vw;
    padding: 1.3333333333vw 0 2.6666666667vw 0;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists {
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  line-height: 38px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists {
    font-size: 1.2307692308vw;
    padding-left: 2.6923076923vw;
    line-height: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists {
    font-size: 3.2vw;
    padding-left: 4.6666666667vw;
    line-height: 6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  content: "";
  color: #175A9D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists li:before {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01 ul.lists li:before {
    font-size: 2.6666666667vw;
    font-weight: 900;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 40px 25px 0 25px;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01:before {
    bottom: -3vw;
    border-width: 3.0769230769vw 1.9230769231vw 0 1.9230769231vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item01:before {
    bottom: -5.0666666667vw;
    border-width: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 {
  position: relative;
  width: 380px;
  padding: 40px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 {
    width: 29.2307692308vw;
    padding: 3.0769230769vw 3.0769230769vw;
    border-radius: 1.5384615385vw;
    -webkit-box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
    margin-top: 8vw;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 .item_img {
  width: 132px;
  height: 180px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 .item_img {
    width: 10.1538461538vw;
    height: 13.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 .item_img {
    width: 17.6vw;
    height: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 h3.title {
  font-family: "M PLUS Rounded 1c Medium";
  color: #E58A0F;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 h3.title {
    font-size: 1.8461538462vw;
    padding: 2.3076923077vw 0 0.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 h3.title {
    font-size: 4vw;
    padding: 1.3333333333vw 0 2.6666666667vw 0;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists {
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  line-height: 38px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists {
    font-size: 1.2307692308vw;
    padding-left: 2.6923076923vw;
    line-height: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists {
    font-size: 3.2vw;
    padding-left: 4.6666666667vw;
    line-height: 6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  content: "";
  color: #E58A0F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists li:before {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02 ul.lists li:before {
    font-size: 2.6666666667vw;
    font-weight: 900;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 40px 25px 0 25px;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02:before {
    bottom: -3vw;
    border-width: 3.0769230769vw 1.9230769231vw 0 1.9230769231vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item02:before {
    bottom: -5.0666666667vw;
    border-width: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 {
  position: relative;
  width: 380px;
  padding: 40px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 {
    width: 29.2307692308vw;
    padding: 3.0769230769vw 3.0769230769vw;
    border-radius: 1.5384615385vw;
    -webkit-box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.1538461538vw 0.1538461538vw 0.2307692308vw rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.2666666667vw 0.2666666667vw 0.4vw rgba(0, 0, 0, 0.2);
    margin-top: 8vw;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 .item_img {
  width: 132px;
  height: 180px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 .item_img {
    width: 10.1538461538vw;
    height: 13.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 .item_img {
    width: 17.6vw;
    height: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 h3.title {
  font-family: "M PLUS Rounded 1c Medium";
  color: #4BB06D;
  text-align: center;
  font-size: 24px;
  padding: 30px 0 10px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 h3.title {
    font-size: 1.8461538462vw;
    padding: 2.3076923077vw 0 0.7692307692vw 0;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 h3.title {
    font-size: 4vw;
    padding: 1.3333333333vw 0 2.6666666667vw 0;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists {
  position: relative;
  font-size: 16px;
  padding-left: 35px;
  line-height: 38px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists {
    font-size: 1.2307692308vw;
    padding-left: 2.6923076923vw;
    line-height: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists {
    font-size: 3.2vw;
    padding-left: 4.6666666667vw;
    line-height: 6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  content: "";
  color: #4BB06D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists li:before {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03 ul.lists li:before {
    font-size: 2.6666666667vw;
    font-weight: 900;
  }
}
#guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -39px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 40px 25px 0 25px;
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03:before {
    bottom: -3vw;
    border-width: 3.0769230769vw 1.9230769231vw 0 1.9230769231vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 750px) {
  #guide .guide_content .guide_content_wrap .condition_wrap ul.list_items li.item03:before {
    bottom: -5.0666666667vw;
    border-width: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  }
}
#guide .guide_content .message_wrap {
  position: relative;
}
#guide .guide_content .message_wrap .message_inner {
  width: 860px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .message_wrap .message_inner {
    width: 66.1538461538vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .message_wrap .message_inner {
    width: 85%;
  }
}
#guide .guide_content .message_wrap .message_inner h2.message {
  font-family: "M PLUS Rounded 1c Medium";
  position: relative;
  padding: 80px 0 0 0;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .message_wrap .message_inner h2.message {
    padding: 6.1538461538vw 0 0 0;
    font-size: 2.7692307692vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .message_wrap .message_inner h2.message {
    padding: 10.6666666667vw 0 0 0;
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
  }
}
#guide .guide_content .message_wrap .message_inner h2.message:before, #guide .guide_content .message_wrap .message_inner h2.message:after {
  position: absolute;
  top: 100px;
  height: 43px;
  content: "";
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .message_wrap .message_inner h2.message:before, #guide .guide_content .message_wrap .message_inner h2.message:after {
    top: 7.6923076923vw;
    height: 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .message_wrap .message_inner h2.message:before, #guide .guide_content .message_wrap .message_inner h2.message:after {
    top: 10.6666666667vw;
    height: 12vw;
  }
}
#guide .guide_content .message_wrap .message_inner h2.message:before {
  border-left: solid 3px;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .message_wrap .message_inner h2.message:before {
    border-left: solid 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .message_wrap .message_inner h2.message:before {
    border-left: solid 0.4vw;
  }
}
#guide .guide_content .message_wrap .message_inner h2.message:after {
  border-right: solid 3px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .guide_content .message_wrap .message_inner h2.message:after {
    border-right: solid 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  #guide .guide_content .message_wrap .message_inner h2.message:after {
    border-right: solid 0.4vw;
  }
}
#guide .for_first {
  padding: 280px 0 0;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first {
    padding: 21.5384615385vw 0 0;
  }
}
@media (max-width: 750px) {
  #guide .for_first {
    padding: 24vw 0 0;
  }
}
#guide .for_first .sec_inner {
  max-width: 1300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .sec_inner {
    max-width: 100vw;
  }
}
#guide .for_first .stuff_block {
  position: relative;
  padding: 40px 30px 60px;
  border-radius: 20px;
  margin-bottom: 60px;
  background-color: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block {
    padding: 3.0769230769vw 2.3076923077vw 4.6153846154vw;
    border-radius: 1.5384615385vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block {
    padding: 5.3333333333vw 4vw 8vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#guide .for_first .stuff_block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  width: 40px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  background-color: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block::after {
    bottom: -1.4615384615vw;
    width: 3.0769230769vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block::after {
    bottom: -5.2vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
#guide .for_first .stuff_block .stuff_title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_title {
    font-size: 2vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
#guide .for_first .stuff_block .stuff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_list {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_list {
    margin-bottom: 6.6666666667vw;
  }
}
#guide .for_first .stuff_block .stuff_list li {
  width: 270px;
  padding-bottom: 50px;
  background-color: #EDF5E7;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_list li {
    width: 20.7692307692vw;
    padding-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_list li {
    width: 60vw;
    padding-bottom: 6.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#guide .for_first .stuff_block .stuff_list li:last-child {
  margin-bottom: 0;
}
#guide .for_first .stuff_block .stuff_list li .img {
  width: 173px;
  margin: 0 auto 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_list li .img {
    width: 13.3076923077vw;
    margin: 0 auto 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_list li .img {
    width: 33.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#guide .for_first .stuff_block .stuff_list li .info .title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_list li .info .title {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_list li .info .title {
    font-size: 3.2vw;
  }
}
#guide .for_first .stuff_block .stuff_list li .info .text {
  text-align: center;
}
#guide .for_first .stuff_block .attention_list2 {
  margin-left: 340px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .attention_list2 {
    margin-left: 26.1538461538vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .attention_list2 {
    margin-left: 14.6666666667vw;
  }
}
#guide .for_first .stuff_block .attention_list2 li {
  color: #fff;
}
#guide .for_first .stuff_block .stuff_illust {
  position: absolute;
  width: 164px;
  height: 236px;
  bottom: 0;
  left: 170px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .stuff_block .stuff_illust {
    width: 12.6153846154vw;
    height: 18.1538461538vw;
    left: 13.0769230769vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .stuff_block .stuff_illust {
    width: 21.8666666667vw;
    height: 31.4666666667vw;
    left: -2vw;
  }
}
#guide .for_first .title_h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_first .title_h3 {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #guide .for_first .title_h3 {
    margin-bottom: 4vw;
  }
}
#guide .for_returning {
  padding: 200px 0 120px;
  background-color: #fff;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_returning {
    padding: 15.3846153846vw 0 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  #guide .for_returning {
    padding: 16vw 0;
  }
}
#guide .for_returning .sec_inner {
  max-width: 1300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .for_returning .sec_inner {
    max-width: 100vw;
  }
}
#guide .flow_block_list.style_returning1 {
  margin-bottom: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list.style_returning1 {
    margin-bottom: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list.style_returning1 {
    margin-bottom: 16vw;
  }
}
#guide .flow_block_list.style_returning1 .flow_block {
  background-color: #EBF5FD;
}
#guide .flow_block_list.style_returning1 .flow_block::after {
  background-color: #175A9D;
}
#guide .flow_block_list.style_returning2 .flow_block {
  background-color: #FCF1E4;
}
#guide .flow_block_list.style_returning2 .flow_block::after {
  background-color: #E58A0F;
}
#guide .flow_block_list .flow_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px 30px 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #EDF5E7;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list .flow_block {
    padding: 2.3076923077vw 3.0769230769vw 2.3076923077vw 1.1538461538vw;
    margin-bottom: 3.0769230769vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block {
    display: block;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
#guide .flow_block_list .flow_block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 40px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  background-color: #76C77F;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list .flow_block::after {
    bottom: -2.3076923077vw;
    width: 3.0769230769vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block::after {
    bottom: -8vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
}
#guide .flow_block_list .flow_block:last-child {
  margin-bottom: 0;
}
#guide .flow_block_list .flow_block:last-child::after {
  content: none;
}
#guide .flow_block_list .flow_block.flow_block_col2 .title_wrap {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block.flow_block_col2 .title_wrap dl .num,
#guide .flow_block_list .flow_block.flow_block_col2 .title_wrap dl .title {
    margin-bottom: 0;
  }
}
#guide .flow_block_list .flow_block.flow_block_col2 .info {
  display: none;
}
#guide .flow_block_list .flow_block .img {
  width: 182px;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list .flow_block .img {
    width: 14vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block .img {
    width: 29.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#guide .flow_block_list .flow_block .title_wrap {
  width: 290px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list .flow_block .title_wrap {
    width: 22.3076923077vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block .title_wrap {
    width: 100%;
  }
}
#guide .flow_block_list .flow_block .title_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#guide .flow_block_list .flow_block .title_wrap dl .num,
#guide .flow_block_list .flow_block .title_wrap dl .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .flow_block_list .flow_block .title_wrap dl .num,
#guide .flow_block_list .flow_block .title_wrap dl .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #guide .flow_block_list .flow_block .title_wrap dl .num,
#guide .flow_block_list .flow_block .title_wrap dl .title {
    font-size: 3.7333333333vw;
    margin-bottom: 2vw;
  }
}
#guide .flow_block_list .flow_block .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#guide .returning_title_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #94C5EF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .returning_title_wrap {
    margin-bottom: 3.0769230769vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .returning_title_wrap {
    display: block;
    margin-bottom: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#guide .returning_title_wrap.style_returning2 {
  background-color: #F5C98F;
}
#guide .returning_title_wrap.style_returning2::after {
  background-color: #F5C98F;
}
#guide .returning_title_wrap.style_returning2 .title {
  background-color: #E58A0F;
}
#guide .returning_title_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  width: 100px;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  background-color: #94C5EF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .returning_title_wrap::after {
    bottom: -2.2307692308vw;
    width: 7.6923076923vw;
    height: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #guide .returning_title_wrap::after {
    bottom: -5.2vw;
    width: 13.3333333333vw;
    height: 5.3333333333vw;
  }
}
#guide .returning_title_wrap .title {
  width: 520px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  border-radius: 20px 0 0 20px;
  background-color: #175A9D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .returning_title_wrap .title {
    width: 40vw;
    font-size: 2.1538461538vw;
    border-radius: 1.5384615385vw 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #guide .returning_title_wrap .title {
    width: 100%;
    font-size: 4vw;
    padding: 1.3333333333vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
#guide .returning_title_wrap .time_wrap {
  width: 680px;
  padding: 0 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #guide .returning_title_wrap .time_wrap {
    width: 52.3076923077vw;
    padding: 0 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  #guide .returning_title_wrap .time_wrap {
    width: 100%;
    padding: 2vw 2.6666666667vw;
  }
}
#guide .returning_title_wrap .time_wrap .time {
  font-weight: 500;
}
#guide .attention_list2 {
  margin-top: 1em;
}

/********************************************
* page yotuba
********************************************/
.yotuba_main .head_img_wrap {
  position: relative;
}
.yotuba_main .head_img_wrap .head_title_wrap {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 700px;
  text-align: center;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_main .head_img_wrap .head_title_wrap {
    width: 53.8461538462vw;
    padding: 1.1538461538vw 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .yotuba_main .head_img_wrap .head_title_wrap {
    width: 82.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
.yotuba_main .head_img_wrap .head_title_wrap .head_title {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c Medium";
  text-shadow: 1px 1px 2px #000;
  color: #FFF;
  line-height: 1.8421052632;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .yotuba_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
.yotuba_main .head_img_wrap .title_bird {
  position: absolute;
  top: 7px;
  right: 23px;
  width: 88px;
  height: 83px;
  background-size: 88px 83px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_main .head_img_wrap .title_bird {
    top: 0.5384615385vw;
    right: 1.7692307692vw;
    width: 6.7692307692vw;
    height: 6.3846153846vw;
    background-size: 6.7692307692vw 6.3846153846vw;
  }
}
@media (max-width: 750px) {
  .yotuba_main .head_img_wrap .title_bird {
    display: none;
  }
}

.yotuba_sec01 {
  max-width: 2520px;
  padding: 130px 0;
  margin: 0 auto;
  background-position: right center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 {
    max-width: 193.8461538462vw;
    padding: 10vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 {
    max-width: 100%;
    padding: 0;
    padding: 17.3333333333vw 0;
  }
}
.yotuba_sec01 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.yotuba_sec01 .sec_inner .text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-bottom: 180px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .text {
    font-size: 1.5384615385vw;
    padding-bottom: 13.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .text {
    font-size: 3.2vw;
    padding-bottom: 24vw;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap {
  position: relative;
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap {
  text-align: center;
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 .title_clover {
  position: absolute;
  top: -9px;
  left: 296px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/yotuba/h3_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -0.6923076923vw;
    left: 22.7692307692vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -1.2vw;
    left: 39.4666666667vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 48px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .text {
    font-size: 1.2307692308vw;
    padding: 3.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .text {
    font-size: 3.2vw;
    padding: 6.4vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .home_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: auto;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .home_img .sp {
  display: none;
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .home_img .sp {
    display: block;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .home_img .pc {
  display: block;
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .home_img .pc {
    display: none;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap {
    padding: 3.0769230769vw 0 0 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap {
    padding: 5.3333333333vw 0 0 0;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item {
  width: 560px;
  height: 440px;
  border-radius: 30px;
  background-color: #FFF;
  padding: 40px 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item {
    width: 43.0769230769vw;
    height: 33.8461538462vw;
    border-radius: 2.3076923077vw;
    padding: 3.0769230769vw 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item h4 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item h4 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item h4 {
    font-size: 3.2vw;
  }
}
.yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item .list {
  font-family: "M PLUS Rounded 1c Light";
  padding-top: 30px;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item .list {
    padding-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec01 .sec_inner .cloverhome_wrap .info_wrap .item .list {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}

.yotuba_sec02 {
  max-width: 2520px;
  padding: 130px 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 {
    max-width: 193.8461538462vw;
    padding: 10vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 {
    max-width: 100%;
    padding: 0;
    padding: 17.3333333333vw 0;
  }
}
.yotuba_sec02 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.yotuba_sec02 .sec_inner .text {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .text {
    font-size: 3.2vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap {
  position: relative;
}
.yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap {
  text-align: center;
}
.yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 .title_clover {
  position: absolute;
  top: -9px;
  left: -100px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/yotuba/h3_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -0.6923076923vw;
    left: -7.6923076923vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -1.2vw;
    left: -13.3333333333vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 48px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .text {
    font-size: 1.2307692308vw;
    padding: 3.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .text {
    font-size: 3.2vw;
    padding: 6.4vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .home_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: auto;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .home_img .sp {
  display: none;
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .home_img .sp {
    display: block;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .home_img .pc {
  display: block;
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .home_img .pc {
    display: none;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap {
    padding: 3.0769230769vw 0 0 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap {
    padding: 5.3333333333vw 0 0 0;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item {
  width: 560px;
  height: auto;
  border-radius: 30px;
  background-color: #EDF5E7;
  padding: 40px 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item {
    width: 43.0769230769vw;
    border-radius: 2.3076923077vw;
    padding: 3.0769230769vw 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item h4 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item h4 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item h4 {
    font-size: 3.2vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item .list {
  font-family: "M PLUS Rounded 1c Light";
  padding-top: 30px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item .list {
    padding-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item .list {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
.yotuba_sec02 .sec_inner .taokobo_wrap .info_wrap .item .list span {
  font-family: "M PLUS Rounded 1c Medium";
}

.yotuba_sec03 {
  max-width: 2520px;
  padding: 130px 0;
  margin: 0 auto;
  background-position: right center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 {
    max-width: 193.8461538462vw;
    padding: 10vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 {
    max-width: 100%;
    padding: 0;
    padding: 17.3333333333vw 0;
  }
}
.yotuba_sec03 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.yotuba_sec03 .sec_inner .text {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .text {
    font-size: 3.2vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap {
  position: relative;
}
.yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap {
  text-align: center;
}
.yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 .title_clover {
  position: absolute;
  top: -9px;
  left: auto;
  right: -100px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/yotuba/h3_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -0.6923076923vw;
    right: -7.6923076923vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .title_h3_wrap .title_h3 .title_clover {
    top: -1.2vw;
    right: -13.3333333333vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 48px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .text {
    font-size: 1.2307692308vw;
    padding: 3.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .text {
    font-size: 3.2vw;
    padding: 6.4vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .home_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: auto;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .home_img .sp {
  display: none;
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .home_img .sp {
    display: block;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .home_img .pc {
  display: block;
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .home_img .pc {
    display: none;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .info_wrap {
  padding: 40px 0 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap {
    padding: 3.0769230769vw 0 0 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap {
    padding: 5.3333333333vw 0 0 0;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .info_wrap .item {
  width: 100%;
  height: 285px;
  border-radius: 30px;
  background-color: #FFF;
  padding: 40px 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item {
    height: 21.9230769231vw;
    border-radius: 2.3076923077vw;
    padding: 3.0769230769vw 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    padding: 6.6666666667vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .info_wrap .item h4 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item h4 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item h4 {
    font-size: 3.2vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .info_wrap .item .list {
  font-family: "M PLUS Rounded 1c Light";
  padding-top: 30px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item .list {
    padding-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec03 .sec_inner .support_wrap .info_wrap .item .list {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
.yotuba_sec03 .sec_inner .support_wrap .info_wrap .item .list span {
  font-family: "M PLUS Rounded 1c Medium";
}

.yotuba_sec04 {
  max-width: 2520px;
  padding: 130px 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 {
    max-width: 193.8461538462vw;
    padding: 10vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 {
    max-width: 100%;
    padding: 0;
    padding: 17.3333333333vw 0;
  }
}
.yotuba_sec04 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.yotuba_sec04 .sec_inner .text {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .text {
    font-size: 3.2vw;
  }
}
.yotuba_sec04 .sec_inner .work_wrap {
  position: relative;
}
.yotuba_sec04 .sec_inner .work_wrap .title_h3_wrap {
  text-align: center;
}
.yotuba_sec04 .sec_inner .work_wrap .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .title_h3_wrap .title_h3 {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 48px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .text {
    font-size: 1.2307692308vw;
    padding: 3.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .text {
    font-size: 3.2vw;
    padding: 6.4vw 0;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap {
  position: relative;
  padding: 40px 0 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap {
    padding: 3.0769230769vw 0 0 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap {
    padding: 5.3333333333vw 0 0 0;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item {
  width: 100%;
  height: 738px;
  border-radius: 30px;
  background-color: #EDF5E7;
  padding: 40px 70px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item {
    height: 56.7692307692vw;
    border-radius: 2.3076923077vw;
    padding: 3.0769230769vw 5.3846153846vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item {
    width: 100%;
    height: auto;
    border-radius: 4vw;
    padding: 6.6666666667vw 2.6666666667vw 24vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: calc(33.3333333% - 160px / 3);
  margin: 0 80px 10px 0;
  background-color: #C3B296;
  border: 4px solid #FFF;
  border-radius: 40px;
  padding: 10px 50px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item {
    width: calc(33.3333333% - vw(160) / 3);
    margin: 0 6.1538461538vw 0.7692307692vw 0;
    background-color: #C3B296;
    border: 0.3076923077vw solid #FFF;
    border-radius: 3.0769230769vw;
    padding: 0.7692307692vw 3.8461538462vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item {
    margin: 0 0 1.3333333333vw 0;
    width: calc(50% - vw_sp(0) / 2);
    border: 0.5333333333vw solid #FFF;
    border-radius: 5.3333333333vw;
    padding: 0.6666666667vw 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: -0.1em;
  }
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item:nth-child(2n) {
    margin-right: 0;
  }
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item:nth-child(3n) {
    margin-right: 0;
  }
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item:nth-child(6n) {
    margin-right: 0;
  }
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item ul.work_list li.list_item:last-child {
    margin-right: 0;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item h4 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item h4 {
    font-size: 1.5384615385vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item h4 {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text {
  padding-top: 60px;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text {
    padding-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text span {
  font-family: "M PLUS Rounded 1c Medium";
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text .sp {
  display: none;
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text .sp {
    display: block;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text .pc {
  display: block;
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .item .list_text .pc {
    display: none;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img {
  position: absolute;
  width: 1200px;
  height: 214px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img {
    width: 92.3076923077vw;
    height: 16.4615384615vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img {
    margin: 0 auto;
    width: 86vw;
    height: auto;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img .sp {
  display: none;
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img .sp {
    display: block;
  }
}
.yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img .pc {
  display: block;
}
@media (max-width: 750px) {
  .yotuba_sec04 .sec_inner .work_wrap .info_wrap .work_img .pc {
    display: none;
  }
}

.yotuba_sec05 {
  max-width: 2520px;
  padding: 0 0 130px 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 {
    max-width: 193.8461538462vw;
    padding: 0 0 10vw 0;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 {
    max-width: 100%;
    padding: 0;
    padding: 0 0 17.3333333333vw 0;
  }
}
.yotuba_sec05 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.yotuba_sec05 .sec_inner .text {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .text {
    font-size: 3.2vw;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap {
  position: relative;
}
.yotuba_sec05 .sec_inner .inquiry_wrap .title_h3_wrap {
  text-align: center;
}
.yotuba_sec05 .sec_inner .inquiry_wrap .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap {
  position: relative;
  padding: 60px 0 0 0;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap {
    padding: 4.6153846154vw 0 0 0;
    width: 92.3076923077vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap {
    padding: 8vw 0 0 0;
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item {
    width: 100%;
    height: auto;
    padding: 5.3333333333vw 0;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:first-child {
  border-left: 1px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:first-child {
    border-left: 0.0769230769vw solid #000;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:first-child {
    border-left: none;
    border-top: 0.1333333333vw solid #000;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:last-child {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:last-child {
    border-left: 0.0769230769vw solid #000;
    border-right: 0.0769230769vw solid #000;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item:last-child {
    border-left: none;
    border-right: none;
    border-top: 0.1333333333vw solid #000;
    border-bottom: 0.1333333333vw solid #000;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item h4 {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item h4 {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item h4 {
    font-size: 3.2vw;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .address {
  font-family: "M PLUS Rounded 1c Light";
  padding: 5px 0 15px 0;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .address {
    padding: 0.3846153846vw 0 1.1538461538vw 0;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .address {
    padding: 0.6666666667vw 0 2vw 0;
    font-size: 3.2vw;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .telfax {
  font-family: "M PLUS Rounded 1c Bold";
  font-size: 24px;
  letter-spacing: -0.5px;
  text-align: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .telfax {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .telfax {
    font-size: 4vw;
  }
}
.yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .telfax a {
  text-decoration: none !important;
}
@media (max-width: 750px) {
  .yotuba_sec05 .sec_inner .inquiry_wrap .item_wrap .item .telfax a {
    text-decoration: underline !important;
  }
}

/********************************************
* page about
********************************************/
#about .about_main .sec_inner {
  max-width: 1920px;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_main .sec_inner {
    max-width: 147.6923076923vw;
    padding-left: 3.4615384615vw;
    padding-right: 3.4615384615vw;
  }
}
@media (max-width: 750px) {
  #about .about_main .sec_inner {
    max-width: 256vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
#about .about_main .head_img_wrap {
  position: relative;
}
#about .about_main .head_img_wrap .head_title_wrap {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 700px;
  text-align: center;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_main .head_img_wrap .head_title_wrap {
    width: 53.8461538462vw;
    padding: 1.1538461538vw 2.3076923077vw;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #about .about_main .head_img_wrap .head_title_wrap {
    width: 82.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
#about .about_main .head_img_wrap .head_title_wrap .head_title {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c Medium";
  text-shadow: 1px 1px 2px #000;
  color: #FFF;
  line-height: 1.8421052632;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  #about .about_main .head_img_wrap .head_title_wrap .head_title {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
}
#about .about_main .head_img_wrap .title_bird {
  position: absolute;
  top: 7px;
  right: 23px;
  width: 88px;
  height: 83px;
  background-size: 88px 83px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_main .head_img_wrap .title_bird {
    top: 0.5384615385vw;
    right: 1.7692307692vw;
    width: 6.7692307692vw;
    height: 6.3846153846vw;
    background-size: 6.7692307692vw 6.3846153846vw;
  }
}
@media (max-width: 750px) {
  #about .about_main .head_img_wrap .title_bird {
    top: 0.9333333333vw;
    right: 3.0666666667vw;
    width: 11.7333333333vw;
    height: 11.0666666667vw;
    background-size: 11.7333333333vw 11.0666666667vw;
  }
}
#about .about_sec01 {
  max-width: 2520px;
  padding: 130px 0 100px 0;
  margin: 0 auto;
  background-position: right center;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 {
    max-width: 193.8461538462vw;
    padding: 10vw 0 7.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 {
    max-width: 100%;
    padding: 17.3333333333vw 0 0 0;
  }
}
#about .about_sec01 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec01 .sec_inner .profile01 {
  max-width: 1300px;
  height: auto;
  padding: 0 50px 100px 50px;
  position: relative;
  margin-bottom: 600px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 {
    max-width: 100vw;
    padding: 0 3.8461538462vw 7.6923076923vw 3.8461538462vw;
    margin-bottom: 46.1538461538vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 {
    max-width: 100%;
    padding: 0 6.6666666667vw 53.3333333333vw 6.6666666667vw;
    margin-bottom: 100vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .photo_wrap {
  width: 61.46vw;
  /* ビューポート幅に基づいた幅 */
  height: auto;
  position: absolute;
  left: calc(-50vw + 50%);
  /* 左寄せの調整 */
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .photo_wrap {
    width: 61.46vw;
    /* ビューポート幅に基づいた幅 */
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .photo_wrap {
    width: 80vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .photo_wrap .sp {
  display: none;
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .photo_wrap .sp {
    display: block;
  }
}
#about .about_sec01 .sec_inner .profile01 .photo_wrap .pc {
  display: block;
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .photo_wrap .pc {
    display: none;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap {
  position: absolute;
  background-color: #FFF;
  width: 700px;
  height: auto;
  border-radius: 20px;
  padding: 40px 46px;
  top: 200px;
  right: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap {
    width: 53.8461538462vw;
    height: auto;
    border-radius: 1.5384615385vw;
    padding: 3.0769230769vw 3.0769230769vw;
    top: 15.3846153846vw;
    right: 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap {
    width: 76vw;
    height: auto;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.7333333333vw;
    top: 45.3333333333vw;
    right: 0;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap {
  padding-bottom: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap {
    padding-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap {
    padding-bottom: 5.3333333333vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .post {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .post {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .post {
    font-size: 3.2vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name {
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name {
    font-size: 3.2vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name_clover {
  position: absolute;
  top: 37px;
  left: 231px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/about/name_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name_clover {
    top: 2.8461538462vw;
    left: 17.7692307692vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .name_wrap .name_clover {
    top: 4.9333333333vw;
    left: 34.6666666667vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
  }
}
#about .about_sec01 .sec_inner .profile01 .text_wrap .text {
  text-align: left;
  font-family: "M PLUS Rounded 1c Light";
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile01 .text_wrap .text {
    font-size: 3.2vw;
  }
}
#about .about_sec01 .sec_inner .profile02 {
  max-width: 1300px;
  height: auto;
  position: relative;
  overflow: visible;
  padding: 0 50px 300px 50px;
  margin-bottom: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 {
    max-width: 100vw;
    padding: 0 3.8461538462vw 23.0769230769vw 3.8461538462vw;
    margin-bottom: 23.0769230769vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 {
    max-width: 100%;
    padding: 0 6.6666666667vw 40vw 6.6666666667vw;
    margin-bottom: 93.3333333333vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .photo_wrap {
  right: calc(-50vw + 50%);
  /* 右寄せの調整 */
  width: 61.46vw;
  /* ビューポート幅に基づいた幅 */
  height: auto;
  position: absolute;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .photo_wrap {
    width: 61.46vw;
    /* ビューポート幅に基づいた幅 */
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .photo_wrap {
    width: 80vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .photo_wrap .sp {
  display: none;
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .photo_wrap .sp {
    display: block;
  }
}
#about .about_sec01 .sec_inner .profile02 .photo_wrap .pc {
  display: block;
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .photo_wrap .pc {
    display: none;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap {
  position: absolute;
  background-color: #FFF;
  width: 600px;
  height: auto;
  border-radius: 20px;
  padding: 40px 46px;
  top: 226px;
  left: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap {
    width: 46.1538461538vw;
    height: auto;
    border-radius: 1.5384615385vw;
    padding: 3.0769230769vw 3.5384615385vw;
    top: 17.3846153846vw;
    left: 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap {
    width: 76vw;
    height: auto;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.7333333333vw;
    top: 44vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap {
  padding-bottom: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap {
    padding-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap {
    padding-bottom: 5.3333333333vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .post {
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .post {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .post {
    font-size: 3.2vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name {
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name {
    font-size: 3.2vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name_clover {
  position: absolute;
  top: 37px;
  left: 231px;
  width: 40px;
  height: 43px;
  background-size: 40px 43px;
  background-image: url(../images/about/name_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name_clover {
    top: 2.8461538462vw;
    left: 17.7692307692vw;
    width: 3.0769230769vw;
    height: 3.3076923077vw;
    background-size: 3.0769230769vw 3.3076923077vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .name_wrap .name_clover {
    top: 4.9333333333vw;
    left: 34.6666666667vw;
    width: 5.3333333333vw;
    height: 5.7333333333vw;
    background-size: 5.3333333333vw 5.7333333333vw;
  }
}
#about .about_sec01 .sec_inner .profile02 .text_wrap .text {
  text-align: left;
  font-family: "M PLUS Rounded 1c Light";
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .text {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec01 .sec_inner .profile02 .text_wrap .text {
    font-size: 3.2vw;
  }
}
#about .about_sec02 {
  max-width: 2520px;
  padding: 100px 0 100px 0;
  margin: 0 auto;
  background-position: right center;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 {
    max-width: 193.8461538462vw;
    padding: 7.6923076923vw 0 7.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 {
    max-width: 100%;
    padding: 0 0 13.3333333333vw 0;
  }
}
#about .about_sec02 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec02 .sec_inner .title_h2_wrap {
  text-align: center;
}
#about .about_sec02 .sec_inner .title_h2_wrap .title_h2 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 4px dotted #000;
  margin-bottom: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .title_h2_wrap .title_h2 {
    font-size: 2.6153846154vw;
    padding-bottom: 1.3846153846vw;
    border-bottom: 0.3076923077vw dotted #000;
    margin-bottom: 0vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .title_h2_wrap .title_h2 {
    font-size: 4.5333333333vw;
    padding-bottom: 2.4vw;
    border-bottom: 0.5333333333vw dotted #000;
    margin-bottom: 0vw;
  }
}
#about .about_sec02 .sec_inner .title_h2_wrap .title_h2 .title_clover {
  position: absolute;
  top: -25px;
  left: 290px;
  width: 71px;
  height: 92px;
  background-size: 71px 92px;
  background-image: url(../images/common/title_clover.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .title_h2_wrap .title_h2 .title_clover {
    top: -1.9230769231vw;
    left: 22.3076923077vw;
    width: 5.4615384615vw;
    height: 7.0769230769vw;
    background-size: 5.4615384615vw 7.0769230769vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .title_h2_wrap .title_h2 .title_clover {
    top: -3.3333333333vw;
    left: 38.6666666667vw;
    width: 9.4666666667vw;
    height: 12.2666666667vw;
    background-size: 9.4666666667vw 12.2666666667vw;
  }
}
#about .about_sec02 .sec_inner .outline_box {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box {
    max-width: 100vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box {
    max-width: 90.6666666667vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_title {
  width: 300px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_title {
    width: 15.3846153846vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text {
  width: 100%;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist {
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist {
    font-size: 1.5384615385vw;
    line-height: 2vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item {
    display: block;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item:last-child .item_name {
  border-bottom: none;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item:last-child .item_value {
  border-bottom: none;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item a {
  display: contents;
  text-decoration: none;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 120px;
  height: 26px;
  display: block;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink {
    top: 2.3076923077vw;
    right: 1.5384615385vw;
    width: 9.2307692308vw;
    height: 2vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink {
    top: -9.3333333333vw;
    right: 0vw;
    width: 26.6666666667vw;
    height: 5.3333333333vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink img {
  width: 120px;
  height: 26px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink img {
    width: 9.2307692308vw;
    height: 2vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .map_iconlink img {
    width: 26.6666666667vw;
    height: 5.3333333333vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 260px;
  padding: 30px 40px 30px 40px;
  margin-right: 60px;
  border-bottom: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_name {
    width: 20vw;
    padding: 2.3076923077vw 3.0769230769vw 2.3076923077vw 3.0769230769vw;
    margin-right: 4.6153846154vw;
    border-bottom: 0.0769230769vw solid #000;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_name {
    width: 34.6666666667vw;
    padding: 4vw 5.3333333333vw 4vw 0;
    margin-right: 0;
    border-bottom: none;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value {
  width: 100%;
  padding: 30px 40px 30px 40px;
  border-bottom: 1px solid #000;
  position: relative;
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value {
    font-size: 1.5384615385vw;
    padding: 2.3076923077vw 3.0769230769vw 2.3076923077vw 3.0769230769vw;
    border-bottom: 0.0769230769vw solid #000;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value {
    font-size: 3.2vw;
    padding: 0 0 4vw 0;
    display: block;
    font-size: 3.2vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value.style2 {
  padding-left: 0;
  padding-right: 0;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner {
  padding: 0 40px 30px;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner {
    padding: 0 3.0769230769vw 2.3076923077vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner {
    padding: 0 0 4vw;
    margin-bottom: 4vw;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner .indent2 {
  margin-left: 2em;
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .item_value .item_value_inner .indent2 {
    margin-left: 1em;
  }
}
#about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .br-sp {
  display: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .br-sp {
    display: none;
  }
}
@media (max-width: 750px) {
  #about .about_sec02 .sec_inner .outline_box .box_text .itemlist .item .br-sp {
    display: block;
  }
}
#about .about_sec03 {
  max-width: 2520px;
  margin: 0 auto;
  background-position: right center;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec03 {
    max-width: 193.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec03 {
    max-width: 100%;
  }
}
#about .about_sec03 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec03 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec03 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#about .about_sec03 .sec_inner .time_table table {
  background-color: #fff;
}
#about .about_sec04 {
  max-width: 2520px;
  padding: 240px 0 100px 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec04 {
    max-width: 193.8461538462vw;
    padding: 18.4615384615vw 0 7.6923076923vw 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec04 {
    max-width: 100%;
    padding: 30.6666666667vw 0 13.3333333333vw 0;
  }
}
#about .about_sec04 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec04 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec04 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec04 .sec_inner .map_g {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
#about .about_sec04 .sec_inner .map_g iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .about_sec04 .sec_inner .map_caption {
  font-family: "M PLUS Rounded 1c Light";
  font-size: 16px;
  margin-top: 25px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec04 .sec_inner .map_caption {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec04 .sec_inner .map_caption {
    font-size: 3.2vw;
  }
}
#about .about_sec04 .sec_inner .map_caption span {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec04 .sec_inner .map_caption span {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec04 .sec_inner .map_caption span {
    font-size: 3.2vw;
  }
}
#about .about_sec05 {
  max-width: 2520px;
  padding: 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 {
    max-width: 193.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 {
    max-width: 100%;
  }
}
#about .about_sec05 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec05 .sec_inner .title_h3_wrap {
  text-align: center;
  padding-top: 25px;
  border-top: 2px solid #4BB06D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner .title_h3_wrap {
    padding-top: 1.9230769231vw;
    border-top: 0.1538461538vw solid #4BB06D;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner .title_h3_wrap {
    padding-top: 3.3333333333vw;
    border-top: 0.2666666667vw solid #4BB06D;
  }
}
#about .about_sec05 .sec_inner .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
  color: #4BB06D;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 3.2vw;
  }
}
#about .about_sec05 .sec_inner ul.train_list {
  padding: 90px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner ul.train_list {
    padding: 6.9230769231vw 0 2.3076923077vw 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner ul.train_list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 12vw 0 4vw 0;
  }
}
#about .about_sec05 .sec_inner ul.train_list li.list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: calc(33.3333333% - 180px / 3);
  height: 300px;
  margin: 0 80px 60px 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 4px #76C77F;
  border-right: solid 4px #76C77F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: 0;
  margin: auto;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3n) {
  margin-right: 0;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3n):after {
  content: none;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item:last-child {
  margin-right: 0;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item:last-child:after {
  content: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner ul.train_list li.list_item {
    width: calc(33.3333333% - vw(160) / 3);
    height: 23.0769230769vw;
    margin: 0 6.1538461538vw 4.6153846154vw 0;
    font-size: 1.2307692308vw;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:after {
    content: "";
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    border: 0;
    border-top: solid 0.3076923077vw #76C77F;
    border-right: solid 0.3076923077vw #76C77F;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -3.8461538462vw;
    right: -3.8461538462vw;
    bottom: 0;
    margin: auto;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3n) {
    margin-right: 0;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3n):after {
    content: none;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:last-child {
    margin-right: 0;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:last-child:after {
    content: none;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner ul.train_list li.list_item {
    margin: 0 10.6666666667vw 10.6666666667vw 0;
    width: calc(50% - vw_sp(80) / 2);
    height: 40vw;
    border: 0.5333333333vw solid #FFF;
    font-size: 3.2vw;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:after {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border: 0;
    border-top: solid 0.5333333333vw #76C77F;
    border-right: solid 0.5333333333vw #76C77F;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -12vw;
    right: -6.6666666667vw;
    bottom: 0;
    margin: auto;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(2n) {
    margin: 0 0 10.6666666667vw 0;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(2n):after {
    content: none;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3) {
    margin: 0 10.6666666667vw 10.6666666667vw 0;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:nth-child(3):after {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border: 0;
    border-top: solid 0.5333333333vw #76C77F;
    border-right: solid 0.5333333333vw #76C77F;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: -12vw;
    right: -6.6666666667vw;
    bottom: 0;
    margin: auto;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:last-child {
    margin: 10.6666666667vw 10.6666666667vw 10.6666666667vw 0;
  }
  #about .about_sec05 .sec_inner ul.train_list li.list_item:last-child:after {
    content: none;
  }
}
#about .about_sec05 .sec_inner ul.train_list li.list_item .list_text {
  color: #000;
  margin-top: 10px;
  text-align: left;
}
#about .about_sec05 .sec_inner ul.train_list li.list_item .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #76C77F;
  font-family: "M PLUS Rounded 1c Medium";
  color: #FFF;
  font-size: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec05 .sec_inner ul.train_list li.list_item .no {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec05 .sec_inner ul.train_list li.list_item .no {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
#about .about_sec06 {
  max-width: 2520px;
  padding: 0;
  margin: 0 auto;
  background-position: right center;
  background-color: #FFF;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 {
    max-width: 193.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 {
    max-width: 100%;
  }
}
#about .about_sec06 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec06 .sec_inner .title_h3_wrap {
  text-align: center;
  padding-top: 25px;
  border-top: 2px solid #007DC8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .title_h3_wrap {
    padding-top: 1.9230769231vw;
    border-top: 0.1538461538vw solid #007DC8;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .title_h3_wrap {
    padding-top: 3.3333333333vw;
    border-top: 0.2666666667vw solid #007DC8;
  }
}
#about .about_sec06 .sec_inner .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
  color: #007DC8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 3.2vw;
  }
}
#about .about_sec06 .sec_inner .bus_block {
  padding: 90px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block {
    padding: 6.9230769231vw 0 9.2307692308vw 0;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block {
    display: block;
    padding: 12vw 0 16vw 0;
  }
}
#about .about_sec06 .sec_inner .bus_block .img {
  width: 500px;
  margin-right: 90px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block .img {
    width: 38.4615384615vw;
    margin-right: 6.9230769231vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
#about .about_sec06 .sec_inner .bus_block .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#about .about_sec06 .sec_inner .bus_block .info .stop_block_list {
  margin-bottom: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list {
    margin-bottom: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list {
    margin-bottom: 6.6666666667vw;
  }
}
#about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block {
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block {
    margin-bottom: 2.6666666667vw;
  }
}
#about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block:last-child {
  margin-bottom: 0;
}
#about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .title {
  color: #007DC8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .title {
    font-size: 3.2vw;
  }
}
#about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .text {
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .text {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec06 .sec_inner .bus_block .info .stop_block_list .stop_block .text {
    font-size: 3.2vw;
  }
}
#about .about_sec07 {
  max-width: 2520px;
  padding-bottom: 130px;
  margin: 0 auto;
  background-position: right center;
  background-color: #EDF5E7;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 {
    max-width: 193.8461538462vw;
    padding-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 {
    max-width: 100%;
    padding-bottom: 17.3333333333vw;
  }
}
#about .about_sec07 .sec_inner {
  width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner {
    width: 100vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner {
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#about .about_sec07 .sec_inner .title_h3_wrap {
  text-align: center;
  padding-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner .title_h3_wrap {
    padding-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner .title_h3_wrap {
    padding-top: 13.3333333333vw;
  }
}
#about .about_sec07 .sec_inner .title_h3_wrap .title_h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c Medium";
  line-height: 1;
  color: #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner .title_h3_wrap .title_h3 {
    font-size: 3.2vw;
  }
}
#about .about_sec07 .sec_inner ul.facility_list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner ul.facility_list {
    padding-top: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner ul.facility_list {
    padding-top: 10.6666666667vw;
  }
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 400px;
  height: auto;
  margin: 0 0 60px 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border-left: 1px solid #000;
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item:nth-child(3n) {
  margin-right: 0;
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item:last-child {
  margin-right: 0;
  border-right: 1px solid #000;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item {
    width: 30.7692307692vw;
    height: auto;
    margin: 0 0 4.6153846154vw 0;
    font-size: 1.2307692308vw;
    border-left: 0.0769230769vw solid #000;
  }
  #about .about_sec07 .sec_inner ul.facility_list li.list_item:nth-child(3n) {
    margin-right: 0;
  }
  #about .about_sec07 .sec_inner ul.facility_list li.list_item:last-child {
    margin-right: 0;
    border-right: 0.0769230769vw solid #000;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item {
    margin: 0;
    width: 100%;
    height: auto;
    border-top: 0.2666666667vw solid #000;
    font-size: 3.2vw;
    padding: 6vw 0;
    border-left: none;
  }
  #about .about_sec07 .sec_inner ul.facility_list li.list_item:last-child {
    border-bottom: 0.2666666667vw solid #000;
    border-right: none;
  }
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item .list_text {
  color: #000;
  text-align: left;
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item .name {
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item .name {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item .name {
    font-size: 3.2vw;
  }
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item .address {
  font-family: "M PLUS Rounded 1c Light";
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item .address {
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item .address {
    font-size: 3.2vw;
  }
}
#about .about_sec07 .sec_inner ul.facility_list li.list_item .address a {
  text-decoration: none !important;
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner ul.facility_list li.list_item .address a {
    text-decoration: underline !important;
  }
}
#about .about_sec07 .sec_inner .weblink {
  text-align: center;
  font-family: "M PLUS Rounded 1c Medium";
  font-size: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #about .about_sec07 .sec_inner .weblink {
    font-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  #about .about_sec07 .sec_inner .weblink {
    font-size: 3.2vw;
    padding-top: 5.3333333333vw;
  }
}