@charset "utf-8";

body {
  padding-top: 120px;
  color: #4d4d4d;
  letter-spacing: .08em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p, td {
  font-size: 15px;
  line-height: 2em;
}

strong.line {
  background: linear-gradient(transparent 60%, #ffe657 60%);
  color: #5c96bb;
  font-size: 16px;
}


a {
  opacity: 1;
  transition: all .4s;
}

@media screen and (min-width: 834px) {
  a:hover {
    opacity: .45;
  }
}

br.sp {
  display: none;
}
img.sp {
  display: none;
}


.es {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
}
.e {
  font-family: brandon-grotesque,sans-serif;
  font-style: normal;
  font-weight: 500 !important;
}
.eb {
  font-family: brandon-grotesque,sans-serif;
  font-style: normal;
  font-weight: 700 !important;
}

.fs15 {
  font-size: 15px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}


/*===== color =====*/
.cg {
  color: #74b961 !important;
}
.cg2 {
  color: #00ae55 !important;
}
.cg3 {
  color: #1ea139 !important;
}
.co {
  color: #e4801d !important;
}
.co2 {
  color: #f08927 !important;
}
.co3 {
  color: #e6801d !important;
}
.cp {
  color: #e0608a !important;
}
.cb {
  color: #5c94b9 !important;
}
.cb2 {
  color: #45a4d9 !important;
}
.cb3 {
  color: #005ea2 !important;
}
.cv {
  color: #7d468e !important;
}

.c_s1 {
  color: #e4608e !important;
}
.c_s2 {
  color: #eb801d !important;
}
.c_s3 {
  color: #1ea639 !important;
}
.c_s4 {
  color: #45a9de !important;
}
.c_s5 {
  color: #005ea7 !important;
}
.c_s6 {
  color: #7d4693 !important;
}
.bc_s1 {
  background-color: rgba(228,96,142,.3) !important;
}
.bc_s2 {
  background-color: rgba(235,128,29,.3) !important;
}
.bc_s3 {
  background-color: rgba(30,166,57,.3) !important;
}
.bc_s4 {
  background-color: rgba(69,169,222,.3) !important;
}
.bc_s5 {
  background-color: rgba(0,94,167,.3) !important;
}
.bc_s6 {
  background-color: rgba(125,70,147,.3) !important;
}

.bc_0 {
  background-color: #00ad55 !important;
}
.bc_1 {
  background-color: #e0608a !important;
}
.bc_2 {
  background-color: #e6801d !important;
}
.bc_3 {
  background-color: #1ea139 !important;
}
.bc_4 {
  background-color: #45a4d9 !important;
}
.bc_5 {
  background-color: #005ea2 !important;
}
.bc_6 {
  background-color: #7d468e !important;
}
.bc_7 {
  background-color: #5c94b9 !important;
}
.bc_8 {
  background-color: #e98227 !important;
}
.bc_9 {
  background-color: #74b961 !important;
}



/*===== header =====*/
header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  background-color: #fff;
  transition: all .4s;
}
header h1 {
  position: absolute;
  top: 30px;
  left: calc((100% - 1200px) / 2);
  vertical-align: bottom;
  transition: all .4s;
}
header h1 a {
  display: inline-block;
}
header h1 img {
  width: 204px;
  height: auto;
}
/* header.top {
  background-color: transparent;
} */
header h1.top {
  top: -60px;
}



/*===== menu =====*/
.menu_btn {
  position: absolute;
  top: 45px;
  right: calc((100% - 1200px) / 2);
  z-index: 10000;
  transition: all .4s;
}

.menu-trigger, .menu-trigger div {
  display: block;
  box-sizing: border-box;
  transition: all .4s;
}
.menu-trigger {
  width: 50px;
  height: 24px;
  position: relative;
  z-index: 10;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger div {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  background-color: #4d4d4d;
}

.menu-trigger div:nth-of-type(1) {
  top: 0;
}
.menu-trigger div:nth-of-type(2) {
  top: 11px;
}
.menu-trigger div:nth-of-type(3) {
  top: 22px;
}

.menu-trigger.active div:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active div:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active div:nth-of-type(3) {
  opacity: 1;
  transform: translateY(-11px) rotate(45deg);
}

#menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  overflow-y: scroll;
  background-color: #fffded;
  opacity: 0;
  transition: all .4s;
  pointer-events: none !important;
}
#menu.open {
  opacity: 1;
  pointer-events: auto !important;
}
#menu .swiper-container-fade .swiper-slide {
  pointer-events: none !important;
}
#menu.open .swiper-container-fade .swiper-slide {
  pointer-events: auto !important;
}

#menu .pc_wrap {
  width: 1200px;
  margin: auto;
  padding-bottom: 30px;
  position: relative;
}
#menu .pc_wrap h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#menu .pc_wrap h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b047;
  color: #00b047;
  font-size: 16px;
}
#menu .pc_wrap h3 span {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}
#menu .pc_wrap ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid #00b047;
}
#menu .pc_wrap ul > li:last-of-type {
  border-bottom: none;
}
#menu .pc_wrap ul > li > a {
  padding: 20px 0;
  position: relative;
  display: block;
  background: url("../img/mark_g2.png") no-repeat 100% 50% / 26px 26px;
  color: #00b047;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
#menu .pc_wrap ul > li.contact a {
  padding-left: 40px;
  font-size: 16px;
}
#menu .pc_wrap ul > li.contact a::after {
  content: "";
  width: 25px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  background: url("../img/icon_pc.png") no-repeat 0 0 / 25px 20px;
}
#menu .pc_wrap ul > li.tel {
  padding: 20px 0 20px 40px;
  background: url("../img/icon_free_g.png") no-repeat 0 22px / 24px 16px;
  color: #00b047;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}
#menu .pc_wrap ul > li.tel span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  line-height: 1em;
}
#menu .pc_wrap ul > li.sns {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
#menu .pc_wrap ul > li.sns span {
  margin-right: 30px;
  padding-top: 8px;
  display: block;
  color: #00b047;
  letter-spacing: .01em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}
#menu .pc_wrap ul > li.sns a {
  margin-right: 20px;
  padding: 0;
  background: none;
}
#menu .pc_wrap ul > li.sns a .ig {
  width: 30px;
  height: auto;
}
#menu .pc_wrap ul > li.sns a .tw {
  width: 30px;
  height: auto;
}

#menu .pc_wrap ol > li {
  margin-bottom: 25px;
}
#menu .pc_wrap ol > li > a {
  display: block;
  letter-spacing: .04em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}


#menu .pc_wrap .main {
  width: 980px;
  margin: 70px auto 0;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #00ad55;
}
#menu .pc_wrap .main .unit01, #menu .pc_wrap .main .unit02 {
  width: 260px;
  margin-right: 100px;
}
#menu .pc_wrap .main .unit03 {
  width: 260px;
}

#menu .pc_wrap .sub {
  width: 980px;
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
}
#menu .pc_wrap .sub .unit04 {
  width: 620px;
  margin-right: 100px;
}
#menu .pc_wrap .sub .unit05 {
  width: 260px;
}

#menu .pc_wrap .sub .unit04 .banner {
  width: 100%;
  height: 96px;
  margin-bottom: 30px;
  overflow: hidden;
}

#menu .pc_wrap .sub .unit04 .banner a {
  display: block;
}

#menu .pc_wrap .sub .unit04 .order {
  width: 100%;
  height: 66px;
}
#menu .pc_wrap .sub .unit04 .order a {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  display: block;
  border-radius: 10px;
  background-color: #ff636f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}

#menu .pc_wrap .illust {
  position: absolute;
  bottom: 0;
  left: -10px;
}


/*===== footer =====*/
footer .block1 {
  background-color: #00ad55;
}
footer .block1 .inner {
  width: 1200px;
  margin: auto;
  padding: 33px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
footer .block1 .inner::after {
  content: "";
  width: 1px;
  height: 160px;
  position: absolute;
  top: 35px;
  left: 50%;
  display: block;
  border-right: 1px dotted #fff;
}
footer .block1 .inner div {
  width: 50%;
  height: 160px;
  text-align: center;
}
footer .block1 .contact {
  padding-top: 42px;
}
footer .block1 .contact a {
  width: 430px;
  height: 72px;
  padding: 25px 0 0 70px;
  display: inline-block;
  border-radius: 15px;
  background: url("../img/icon_pc.png") no-repeat 50px 15px / 50px 40px #fff;
  color: #00ad55;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
}
footer .block1 .tel {
  padding-top: 22px;
}
footer .block1 .tel span {
  display: block;
  color: #fff;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1em;
}
footer .block1 .tel span:nth-of-type(1) {
  font-size: 20px;
}
footer .block1 .tel span:nth-of-type(2) {
  width: 450px;
  margin: 20px auto;
  padding-left: 60px;
  background: url("../img/icon_free.png") no-repeat 0 6px / 46px 30px;
  font-size: 42px;
}
footer .block1 .tel span:nth-of-type(3) {
  font-size: 16px;
}
footer .block1 .illust {
  width: 110px;
  height: auto;
  position: absolute;
  top: -110px;
  right: 20px;
}

footer .block2 {
  padding: 75px 0;
  background-color: #fff;
}
footer .block2 .inner {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
footer .block2 .unit01 {
  width: 525px;
  padding-left: 55px;
}
footer .block2 .unit02 {
  width: 380px;
}
footer .block2 .t {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
}
footer .block2 .unit03 .t {
  margin-top: 33px;
}
footer .block2 .t span {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 1em;
}

footer .block2 .unit03 ul {
  margin-bottom: 45px;
}
footer .block2 ul li {
  margin-bottom: 20px;
}
footer .block2 ul li:last-of-type {
  margin-bottom: 0;
}
footer .block2 ul li a {
  padding: 4px 0 4px 45px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
footer .block2 ul.lg li a {
  background: url("../img/mark_g.png") no-repeat 0 0 / 26px 26px;
}
footer .block2 ul.lo li a {
  background: url("../img/mark_o.png") no-repeat 0 0 / 26px 26px;
}
footer .block2 ul.lb li a {
  background: url("../img/mark_b.png") no-repeat 0 0 / 26px 26px;
}
footer .block2 ul.lw li a {
  background: url("../img/mark_w.png") no-repeat 0 0 / 26px 26px;
}

footer .block2 ul.sns {
  display: flex;
  flex-wrap: wrap;
}
footer .block2 ul.sns li {
  margin-right: 30px;
  margin-bottom: 0;
}
footer .block2 ul.sns li a {
  padding: 0;
  display: block;
}
footer .block2 ul.sns li a .ig {
  width: 30px;
  height: auto;
}
footer .block2 ul.sns li a .tw {
  width: 30px;
  height: auto;
}

footer .block3 {
  border-top: 1px solid #b3b3b3;
  background-color: rgba(167,167,167,.11);
}
footer .block3 .inner {
  width: 1200px;
  margin: auto;
  padding: 55px 0 110px;
  position: relative;
}
footer .block3 .name {
  padding-right: 90px;
  position: absolute;
  top: 55px;
  right: 0;
}
footer .block3 .name .t {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
}
footer .block3 .name p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 2.13em;
}
footer .block3 .pp {
  position: absolute;
  right: 0;
  bottom: 100px;
}
footer .block3 ul.list {
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
}
footer .block3 ul.list li {
  margin-right: 55px;
  margin-bottom: 0;
  position: relative;
}
footer .block3 ul.list li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -27px;
  display: block;
  background-color: #4d4d4d;
}
footer .block3 ul.list li:last-of-type::after {
  display: none;
}
footer .block3 ul.list li a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
}
footer .block3 .copy {
  font-size: 13px;
  line-height: 1em;
}
footer .block3 .pt {
  width: 66px;
  height: 66px;
  position: absolute;
  top: -33px;
  right: 0;
  display: block;
}
footer .block3 .pt:hover {
  top: -38px;
  opacity: 1;
}
