@charset "UTF-8";
/* common */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #776c66;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
}

body.open {
  overflow-y: hidden;
}

.body {
  overflow-x: hidden;
}

a {
  color: #776c66;
}

img {
  width: 100%;
}

hr {
  background-color: #776c66;
  width: 100%;
  height: 1px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.con {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.m-con {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fw-b {
  font-weight: bold;
}

.w-b {
  background-color: #fff;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #9cd5d7;
}

.b2-t {
  color: #71E3DF;
}

.b3-t {
  color: #86B5E7;
}

.b4-t {
  color: #81cde4;
}

.p-t {
  color: #E8B5BF;
}

.g-t {
  color: #B5E5B9;
}

.g4-b {
  background-color: #F1FCF7;
}

.g2-t {
  color: #85cbbf;
}

.g5-t {
  color: #7BE7BB;
}

.g6-t {
  color: #c1db81;
}

.o-t {
  color: #f6ae6a;
}

.gr-t {
  color: #D6D2D1;
}

.y-b {
  background-color: #fffaf3;
}

.b5-b {
  background-color: #F0F5F6;
}

.y2-b {
  background-color: #FFFEF3;
}

.y3-b {
  background-color: #FFFAF3;
}

.res-on {
  display: none;
}

.phone-on {
  display: none;
}

.backtop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 42px;
  z-index: 3000;
  opacity: 0;
  transition: 0.3s;
}

.backtop.active {
  opacity: 1;
}

.ham-wr {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 30px;
  z-index: 6000;
}

.ham {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ham span {
  background-color: #776c66;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 2px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham.open span {
  background-color: #fff;
}
.ham.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham.open span:nth-child(2) {
  opacity: 0;
}
.ham.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

.g-nav-wr {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -10;
  opacity: 0;
  background-image: url(../img/common/g-back.jpg);
  background-repeat: repeat;
  transition: 0.2s;
}

.g-nav-wr.open {
  display: block;
  height: auto;
  z-index: 5000;
  opacity: 1;
}

.g-nav {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  display: block;
}

.g-nav.open {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.h-wr {
  padding: 0 5%;
}

.h-list {
  width: 23%;
}
.h-list li {
  margin-bottom: 10px;
}
.h-list li:last-child {
  margin-bottom: 0;
}
.h-list li a:hover .arrow {
  transform: translateX(3px);
}

.h-line {
  width: 1px;
  height: 210px;
  background-color: #776c66;
}

.footer {
  margin-top: 120px;
  padding: 60px 0 25px;
  background-image: url(../img/common/f-back.png);
  background-size: cover;
}

.flist li {
  margin-bottom: 10px;
}
.flist li:last-child {
  margin-bottom: 0;
}
.flist li a:hover .arrow {
  transform: translateX(3px);
}

.flist1 {
  margin-right: 160px;
}

.arrow {
  transition: 0.3s;
  width: 4px;
  height: 8px;
  margin-right: 12px;
}
.arrow img {
  width: 4px;
  height: 8px;
}

.ftext2 {
  margin: 20px auto 15px;
}

.f-tel {
  margin-top: 30px;
}

.copyright {
  margin-top: 35px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  transition: 0.3s;
  width: 100%;
  height: 90px;
}
.btn:hover {
  background-color: #776c66;
  color: #fff;
}

.abtn {
  border-radius: 20px;
  border: 2px solid #c1db81;
  background-color: #c1db81;
  color: #fff;
  height: 60px;
}
.abtn:hover {
  background-color: #fff;
  color: #c1db81;
}

.btnlist {
  margin-top: 40px;
}
.btnlist li {
  width: 30%;
}

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

.sectitle-wr {
  max-width: 420px;
}

.sectitle {
  white-space: nowrap;
  letter-spacing: 0.2em;
}

.p3list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p3list > * {
  margin-right: 10px;
  width: calc((100% - 10px * (3 - 1)) / 3);
}
.p3list > *:nth-child(3n) {
  margin-right: 0;
}
.p3list > *:nth-child(n+4) {
  margin-top: 10px;
}
.p3list > *:last-child:nth-child(-n+2) {
  margin-right: auto;
}
.p3list > *:first-child:nth-last-child(-n+2) {
  margin-left: auto;
}

.boutitle {
  width: 240px;
  position: relative;
}
.boutitle::after {
  content: "";
  width: 6px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
}

.boutitle-g::after {
  background-color: #7BE7BB;
}

.bou-r {
  margin-top: -30px;
  margin-left: 240px;
}

.kv-sec {
  margin-bottom: 100px;
  padding: 40px 0 20px;
  background-image: url(../img/common/h-back.png);
  background-size: cover;
}

.logotitle2 {
  margin: 15px auto 15px;
}

.kvtitle-wr {
  margin-top: 100px;
}

.kvtitle-en {
  margin-top: 30px;
}

.p-sec {
  width: 104vw;
  transform: translateX(-2vw);
}

.p4list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p4list > * {
  margin-right: 10px;
  width: calc((100% - 10px * (4 - 1)) / 4);
}
.p4list > *:nth-child(4n) {
  margin-right: 0;
}
.p4list > *:nth-child(n+5) {
  margin-top: 0;
}
.p4list > *:last-child:nth-child(-n+3) {
  margin-right: auto;
}
.p4list > *:first-child:nth-last-child(-n+3) {
  margin-left: auto;
}
.p4list li:nth-child(even) {
  margin-top: 30px;
}

.atop-sec {
  background-image: url(../img/about/s-back.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.sqlist {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sqlist > * {
  margin-right: 3%;
  width: calc((100% - 3% * (3 - 1)) / 3);
}
.sqlist > *:nth-child(3n) {
  margin-right: 0;
}
.sqlist > *:nth-child(n+4) {
  margin-top: 40px;
}
.sqlist > *:last-child:nth-child(-n+2) {
  margin-right: auto;
}
.sqlist > *:first-child:nth-last-child(-n+2) {
  margin-left: auto;
}
.sqlist li {
  position: relative;
  padding: 55px 45px;
  border-radius: 100px;
  min-height: 450px;
}
.sqlist li:nth-child(even) {
  background-color: #FFFEF3;
}
.sqlist li:nth-child(odd) {
  background-color: #F9FBF2;
}
.sqlist li h4 {
  margin-bottom: 30px;
}
.sqlist li p {
  position: relative;
  z-index: 2;
}

.about-obj-s {
  width: 70px;
  z-index: 1;
}

.about-obj-b {
  width: 90px;
  z-index: 1;
}

.about-obj1 {
  top: -5px;
  right: -5px;
}

.about-obj2 {
  bottom: -5px;
  left: -5px;
}

.about-obj3 {
  top: -5px;
  right: -5px;
}

.about-obj4 {
  top: -5px;
  right: -5px;
}

.about-obj5 {
  bottom: -5px;
  left: -5px;
}

.about-obj6 {
  top: -5px;
  right: -5px;
}

.alrlist li {
  margin-bottom: 30px;
}
.alrlist li:last-child {
  margin-bottom: 0;
}
.alrlist li .l {
  width: 140px;
}
.alrlist li .r {
  width: calc(100% - 140px);
}

.abox {
  padding-top: 40px;
  padding-bottom: 80px;
  border-top: 1px solid #c1db81;
}
.abox h3 {
  margin-bottom: 60px;
}

.aboxlist {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.aboxlist li {
  width: 32%;
}

.elist li {
  width: 48%;
  margin-bottom: 70px;
}
.elist li .l {
  width: 120px;
}
.elist li .r {
  margin-top: 30px;
  width: calc(100% - 150px);
}
.elist li .r p {
  margin-bottom: 5px;
}
.elist li .r span {
  margin-right: 20px;
}

.elist2 li {
  width: 100%;
}

.elistbox {
  width: 45%;
}

.kv-sec-support {
  background-image: url(../img/support/h-back2.png);
  padding-bottom: 40px;
  background-position: center;
}

.telbox {
  padding: 40px 15px 30px;
  background-image: url(../img/support/t-back.png);
  background-size: 100% 100%;
}

.slrlist li .l {
  width: 130px;
}
.slrlist li .r {
  width: calc(100% - 130px);
}

.support-sec {
  background-image: url(../img/support/s-back.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.kv-sec-top {
  margin-bottom: 0;
  padding: 40px 0 100px;
  background-image: url(../img/top/kv-back.png);
  background-size: cover;
  background-position: left bottom;
}

.kv-img {
  margin-top: 50px;
}

.kv-list {
  margin-top: 50px;
  width: 100%;
}
.kv-list li {
  position: relative;
  width: 100%;
}

.top-sec {
  margin-top: -60px;
}

.ttitle {
  margin-top: 25px;
}

.t-illust1 {
  margin-top: -60px;
}

.cal-wr {
  width: 100%;
}

.cal {
  position: relative;
  width: 100%;
  padding-bottom: 330px;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.cal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tbox {
  display: block;
}
.tbox .ttitle-wr {
  margin-top: 30px;
}
.tbox .img-s {
  border-radius: 100px;
}
.tbox .tarrow {
  transition: 0.3s;
}
.tbox:hover .tarrow {
  margin-left: 5px;
}

.tarrow {
  width: 36px;
  bottom: -24px;
}

.top-sec2 {
  padding: 45px 0 90px;
  background-image: url(../img/top/s-back2.png);
  background-size: cover;
  background-position: center center;
}

.tmap {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 360px;
  position: relative;
}
.tmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */