@charset "UTF-8";

/* ===================================
reset css
=================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

a {
    text-decoration: none;
    color: #000;
}
/* ===================================
iosのボタンリセット
=================================== */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* common
==============================　*/
body {
  font-family: yu-mincho-pr6,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',sans-serif;
  font-size: 16px;
  line-height: 2.25;
  color: #929292;
  letter-spacing: 2px;
}
img {
    width: 100%;
}
figure img {
    display: block;
}
.sp{
  display: none;
}
br.sp{
  display: none;
}
/* font */
.mincho{
  font-family: yu-mincho-pr6,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',sans-serif;
}
.gothic{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.habolo {
  font-family: haboro, sans-serif;
}
.blue{
  color: #77c3d1;
}
.gray{
  color: #929292;
}
.ttl_gray{
  color: #898989;
}
.white{
  color: #ffffff;
}
.ttl_img {
  text-align: center;
}
.ttl_img span{
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
.ttl_img span:before,.ttl_img span:after {
    content: "";
    width: 37px;
    height: 1px;
    background: #a8a8a8;
    display: block;
    position: absolute;
}
.ttl_img span:before {
    top: 50%;
    left: -50px;
}
.ttl_img span:after {
    top: 50%;
    right: -50px;
}
.ttl_bottom{
    margin: 10px 0 20px;
    text-align: center;
}
.ttl_waku {
    display: inline-block;
    position: relative;
    font-size: 24px;
}
.ttl_waku:before,.ttl_waku:after {
    display: block;
    position: absolute;
    width: 24px;
    height: 53px;
    content: "";
}
.ttl_waku:before{
    top: 0;
    left: -50px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}
.ttl_waku:after{
    top: 0;
    right: -50px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
/* slide_bottom */
.slide_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 55px 0 170px;
}
.slide_bottom .ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 232px;
    height: 108px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
}
.slide_bottom .ttl:before {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    border-top: 3px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.slide_bottom .ttl:after {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom: 3px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.slide_bottom .txt{
    margin-left: 28px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .slide_bottom {
        display: block;
    }
    .slide_bottom .ttl {
        margin: 0 auto;
    }
    .slide_bottom .txt {
        margin: 40px;
        text-align: center;
    }
    .slide_bottom .txt br.pc{
        display: none;
    }
    .ttl_waku {
        font-size: 20px;
    }
    .ttl_waku:before {
        left: -20px;
    }
    .ttl_waku:after {
        right: -20px;
    }
    .ttl_waku:before, .ttl_waku:after {
        height: 45px;
    }
    .ttl_waku:after {
        top: auto;
        bottom: 0;
    }
}
@media screen and (max-width: 420px) {
    .ttl_img span {
        font-size: 13px;
        display: block;
        margin: 0 auto;
    }
    .ttl_img span {
        font-size: 13px;
    }
    .ttl_img span:before, .ttl_img span:after {
        width: 25px;
    }
    .ttl_bottom {
        padding: 0 20px;
        font-size: 12px;
        margin: 10px 0;
    }
    .slide_bottom {
        margin: 70px 0 90px;
    }
    .slide_bottom .ttl {
        height: 65px;
        font-size: 16px;
        width: 190px;
    }
    .slide_bottom .txt {
        font-size: 12px;
        text-align: left;
    }
    .ttl_waku br.sp {
        display: block;
    }

    .ttl_waku {
        display: block;
        line-height: 1.6;
        padding: 5px 0;
    }
}
@media screen and (max-width: 320px) {
}
/* slick
==============================　*/
/* common */
.slick-slide {
    outline: none;
}
.slick_pager {
    position: relative;
    max-width: 1080px;
    margin: 15px auto;
    padding: 0 40px;
}
.slick_pager .pager_txt {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
    line-height: 1;
}
.sec03 .slick_pager .pager_txt {
    margin-left: -161px;
}
.slick_pager .pagingInfo01,.slick_pager .pagingInfo02{
    margin-left: 25px;
    font-size: 14px;
}
.slick_pager .diagonal {
    width: 45px;
    height: 1px;
    display: inline-block;
    background: #c0c0c0;
    transform: rotate(-20deg);
    margin: 0 15px 5px;
}
.slick_pager div[id*="arrows"] {
    display: flex;
    justify-content: space-between;
}
.slick-prev.slick-arrow,.slick-next.slick-arrow {
    position: relative;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    width: 65px;
    height: 15px;
    border-bottom: 1px solid #c0c0c0;
}
.slick-prev.slick-arrow:before,.slick-next.slick-arrow:before {
    display: block;
    position: absolute;
    bottom: 3px;
    width: 20px;
    height: 1px;
    background: #c0c0c0;
    content: "";
}
.slick-prev.slick-arrow:before {
    left: 0;
    transform: rotate(-30deg);
}
.slick-next.slick-arrow:before {
    right: 0;
    transform: rotate(30deg);
}
.slick01 .slick-slide{
    margin: 0 10px;
    transition: 0.5s;
}
.slick01 .slick-slide:not(.slick-center) {
    opacity: 0.4;
}
.slick01 figure img {
    cursor: pointer;
}
.slick02 figure {
    padding: 8px;
}

.slick02 .slide_content{
  display: flex;
  width: 100%;
}
.slick02 .slide_content > div {
    width: 56%;
}
.slick02 .slide_content > figure {
    width: 49.33%;
}
.slick02 figure img {
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .slick_pager {
        padding: 0 20px;
    }
    .slick-prev.slick-arrow, .slick-next.slick-arrow {
        width: 60px;
    }
    .slick-prev.slick-arrow:before, .slick-next.slick-arrow:before {
        width: 14px;
    }
    .slick_pager .pager_txt {
        font-size: 12px;
    }
    .slick_pager .pagingInfo {
        margin-left: 10px;
        font-size: 10px;
    }
    .slick_pager .diagonal {
        width: 20px;
        margin: 0 5px 3px;
    }
    .sec03 .slick_pager .pager_txt {
        margin-left: -108px !important;
    }
    .slick_pager .pager_txt {
        margin-top: 30px;
    }
}

/* fadein
==============================　*/
/* content */
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* img */
.fadeinimg {
  overflow:hidden;
  position: relative;
}
.fadeinimg img{
  transform: scale(1.3);
  transition: 1s;
}
.fadeinimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}
.fadeinimg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 3;
}
.fadeinimg.show img{
  transform: scale(1);
  transition: 1s;
}
.fadeinimg.show::after {
  transform: translateX(100%) scale(1);
  transition-delay: 0.2s;
}
.fadeinimg.show::before {
  transform: translateX(100%) scale(1);
  transition-delay: 0.1s;
}
/* fix contact
==============================　*/
.contact {
    position: fixed;
    display: flex;
    z-index: 1000;
    bottom: 30px;
    right: 0;
    overflow: hidden;
    width: 466px;
    height: 52px;
    -webkit-transition: width 0.6s ease;
                    transition: width 0.6s ease;
    -webkit-transform: translateZ(0) scale(1,1);
    background: #ffffff;
}
.contact.hidden{
    width: 123px;
}
.contact.hidden:hover {
    overflow: visible;
    width: 466px;
}
.contact ul {
    display: flex;
    padding: 0;
    outline: 0;
}
.contact li {
    position: relative;
    display: block;
    width: auto;
    border: 1px solid #e9e9e9;
    margin: 0;
    padding: 0;
    outline: 0;
    transition: .5s;
}
.contact ul li:hover{
    opacity: 0.6;
}
.contact li a {
    position: relative;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    text-decoration: none;
    color: #898989;
}
.contact span {
    position: relative;
    display: table-cell;
    width: 14em;
    vertical-align: middle;
}
.contact > ul.control {
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 120px;
}
.contact ul li a[href*="tel"] {
    width: 220px;
}
.contact .txt {
    background: #77c3d1;
    min-width: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .txt span{
    display: block;
    max-width: 93px;
}
.contact .ico01 {
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 10px;
}
.contact .ico02 {
    width: 30px;
    height: 22px;
    display: block;
}
.contact.sp {
    display: none;
}
.contact.hidden.bottom {
    width: 0 !important;
}
@media screen and (max-width: 600px) {
    .contact.pc{
        display: none !important;
    }
    .contact.sp {
        display: flex;
        bottom: 50px;
        width: 277px;
        height: 40px;
        bottom: 25px;
    }
    .contact .txt span {
        max-width: 72px;
    }
    .contact li a{
        width: 90px !important;
    }
    .contact .txt {
        min-width: 95px;
    }
    .contact .ico01 {
        width: 20px;
        height: 30px;
        display: block;
        margin: 0;
    }
    .contact .ico02 {
        width: 23px;
        height: 30px;
        display: block;
    }
    .contact.hidden{
        width: 277px;
    }
    .contact.hidden:hover{
        width: 277px;
    }
    .contact.hidden.bottom:hover, {
        overflow: visible;
        width: 0;
    }
}
/* FV
==============================　*/
.fv {
    position: relative;
}
.fv_inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 66.571vw;
    margin: 0 auto;
    background: url(../img/bg_fv.jpg) no-repeat;
    background-size: 100%;
}
/* txt box */
.fv_txtbox {
    position: absolute;
    right: 220px;
    width: 305px;
    height: 435px;
    background: #ffffff;
    box-sizing: border-box;
    line-height: 1.875;
    letter-spacing: 0.2em;
}
.fv_txtinner {
    padding: 40px;
}
.fv .logo {
    max-width: 108px;
    margin: 0 auto;
}
.fv_imgtxt {
    max-width: 131px;
    margin: 70px auto 0;
}
.fv_txt.ttl_gray {
    margin: 20px auto 0;
    text-align: center;
}


@media screen and (min-height:66.571vw) and (min-width: 768px){
  .fv_inner {
    background-attachment: fixed;
}
}
@media screen and (max-width: 1350px) {
    .fv_txtbox {
        right: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .fv_txtbox {
        height: auto;
        width: 280px;
    }
    .fv_txtinner {
        padding: 30px 10px;
    }
}
@media screen and (max-width: 768px) {
    .fv_inner {
        height: 150vw;
        background: url(../img/bg_fv-sp.jpg) no-repeat;
        background-size: 100%;
    }
    .fv_txtbox {
        top: 0;
        left: 0;
        right: auto;
        width: 40%;
    }
    .fv .logo {
        max-width: 55%;
    }
    .fv_imgtxt {
        max-width: 60%;
        margin-top: 20px;
    }
    .fv_txt.ttl_gray {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .fv_txtinner {
        padding: 15px;
    }

    .fv_imgtxt {
        margin-top: 10px;
    }
    .fv_txt.ttl_gray {
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: 0;
    }
    .fv .logo {
        max-width: 45%;
    }
}
@media screen and (max-width: 375px) {
.fv_txtinner {
    padding: 15px 5px;
}
}

/* section01
==============================　*/
.sec01 {
    padding-top: 66.571vw;
}
.sec01_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 95px 20px 100px;
}
.sec01 h2 {
    max-width: 291px;
}
.sec01 .txtbox {
    margin-left: 190px;
}
.sec01 .txtbox .habolo {
    margin-bottom: 55px;
    max-width: 333px;
}
.sec01 .txtbox p{
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .sec01 .txtbox {
        margin-left: 80px;
    }
}
@media screen and (max-width: 768px) {
    .sec01{
        padding-top: 150vw;
    }
    .sec01_inner {
        display: block;
    }
    .sec01 h2 {
        margin: 0 auto;
    }
    .sec01 .txtbox {
        margin: 30px 40px 30px;
    }
}
@media screen and (max-width: 420px) {
.sec01 h2 {
    max-width: 146px;
}
.sec01_inner {
    padding: 60px 40px 40px;
}
.sec01 .txtbox {
    margin: 30px 0 0 0 !important;
}
.sec01 .txtbox .habolo {
    margin-bottom: 25px;
}
.sec01 .txtbox .ttl_gray{
    font-size: 12px;
}
}
@media screen and (max-width: 320px) {
}

/* section02
==============================　*/
/* 小カテゴリ、コメント */
.sec02_inner{
    max-width: 1080px;
    margin: 110px auto;
    padding: 0 20px;
}
.sec02_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec02_box p {
    width: 50%;
}
.sec02_box figure + p {
    margin-right: 120px;
}
.sec02_box:nth-of-type(even) figure + p {
    margin-right: 0;
    margin-left: 120px;
}
.sec02_box:nth-of-type(odd){
    flex-direction: row-reverse;
}
.sec02_box + .sec02_box{
  margin-top: 80px;
}
.sec02_box figure{
  max-width: 480px;
}
.sec02_box p{
  text-align: center;
}
@media screen and (max-width: 1024px) {
    .sec02_box figure + p {
        margin-right: 50px;
    }
    .sec02_box:nth-of-type(even) figure + p {
        margin-left: 50px;
    }
}
@media screen and (max-width: 768px) {
    .sec02_box {
        max-width: 90%;
        display: block;
        margin: 0 auto;
    }
    .sec02_box figure {
        max-width: 100%;
    }
    .sec02_box figure + p {
        margin: 35px auto !important;
    }
    .sec02_box p {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .sec02_inner {
        margin: 60px auto 80px;
        margin-top: 60px;
        padding: 0 40px;
    }
    .sec02_box {
        width: 90%;
    }
    .sec02_box figure + p {
        font-size: 12px;
        margin-top: 25px !important;
    }
    .sec02_box + .sec02_box {
        margin-top: 30px;
    }
}
@media screen and (max-width: 365px) {
    .sec02_box {
        width: 100%;
    }
}

/* section03
==============================　*/
.sec03 .ttl_img{
      max-width: 346px;
      margin: 0 auto;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 420px) {
    .sec03 .ttl_img {
        max-width: 244px;
    }
    .sec03 .ttl_img span {
        max-width: 20%;
    }
}
@media screen and (max-width: 320px) {
}

/* section04
==============================　*/
.sec04 {
    margin-top: 100px;
}
.sec04_inner{
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
/* sec04-01 */
.sec04_01 {
    margin-top: -50px;
}
.sec04_01 .ttl_img {
    max-width: 150px;
    margin: 0 auto;
}
.sec04_01 figure {
    max-width: 176px;
    margin: 60px auto 0;
}
.sec04_01 p {
    text-align: center;
    margin-top: 45px;
}
/* photo list */
.sec04_02 {
    margin-left: 90px;
}
.sec04_02 ul {
    max-width: 650px;
}
.sec04_02 ul li {
    display: flex;
}
.sec04_02 ul li + li {
    margin-top: 10px;
}
.sec04_02 .area01 figure + figure {
    margin-top: 10px;
}
.sec04_02 .area01 + .area02 {
    margin-left: 10px;
}
.sec04_02 ul li > figure + figure {
    margin-left: 10px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .sec04_inner {
        display: block;
    }
    .sec04_02 {
        margin: 50px auto 0;
    }
    .sec04_02 ul {
        max-width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .sec04_01 .ttl_img {
        max-width: 105px;
    }
    .sec04 .ttl_img span {
        width: 76%;
    }
    .sec04_01 figure {
        max-width: 125px;
        margin: 30px auto 0;
    }
    .sec04_01 p {
        font-size: 12px;
        margin-top: 20px;
    }
    .sec04_02 {
        margin-top: 25px;
    }
    .sec04_02 .area01 figure + figure {
        margin-top: 5px;
    }
    .sec04_02 ul li + li{
        margin-top: 5px;
    }
    .sec04_02 .area01 + .area02 {
        margin-left: 5px;
    }
    .sec04_02 ul li > figure + figure {
        margin-left: 5px;
    }
}
@media screen and (max-width: 320px) {
}

/* section05
==============================　*/
/* 小カテゴリ、コメント */
.sec05{
  margin-top: 145px;
  padding-bottom: 276px;
  background: url(../img/bg_sec05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec05_inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec05 .ttl_img {
    max-width: 162px;
    margin: 0 auto;
}
.sec05 .txt01 {
    margin-top: 30px;
    max-width: 304px;
}
.sec05 .txt01 + p {
    margin-top: 30px;
}
.sec05 .txt01 .size{
  font-size: 36px;
}
/* list */
.sec05-02.pc {
    margin: 50px 0 0 40px;
}
.sec05-02.pc li {
    display: flex;
}
.sec05-02.pc li + li {
    margin-top: 70px;
}
.sec05-02.pc li:nth-of-type(2) {
    margin-left: 90px;
}
.sec05-02.pc li:nth-of-type(3) {
    margin-left: 180px;
}
.sec05-02 .txtarea {
    margin-left: 35px;
}
.sec05-02.pc li figure {
    max-width: 175px;
}
.sec05-02 .number {
    max-width: 88px;
}
.sec05-02 .txtarea .border {
    border-bottom: 1px dashed #aaaaaa;
}
.sec05-02 .txtarea p{
  line-height: 3.125;
}
.sec05-02 .txtarea .blue{
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
    .sec05{
        background-position: right;
    }
    .sec05_inner{
        justify-content: center;
    }
    .sec05-02.pc {
        margin: 50px 0 0 20px;
    }
    .sec05-02.pc li:nth-of-type(2) {
        margin-left: 40px;
    }
    .sec05-02.pc li:nth-of-type(3) {
        margin-left: 80px;
    }
}
@media screen and (max-width: 990px) {
    .sec05-02.pc {
        margin-left: 0;
    }
    .sec05-02.pc li:nth-of-type(2) {
        margin-left: 0;
    }
    .sec05-02.pc li:nth-of-type(3) {
        margin-left: 0;
    }
}
@media screen and (max-width: 865px) {
    .sec05 {
        background: none;
        padding-bottom: 80px;
    }
    .sec05-01 {
        background: url(../img/bg_sec05.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right 35%;
        height: 90vw;
    }
    .sec05-02.pc{
        display: none;
    }
    .sec05-02.sp{
        display: block;
        margin-top: -65px;
    }
    .sec05_inner {
        display: block;
        padding: 0;
    }
    .sec05-02 .photoarea {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec05-02 .txtarea {
        margin-left: 0;
        text-align: center;
    }
    .sec05 .txt01 {
        margin-left: 40px;
    }
    .sec05 .txt01 + p{
        margin-left: 40px;
    }
    .sec05-02 .photoarea figure {
        max-width: 246px;
    }
    .sec05-02 .number {
        margin-right: 40px;
    }
    .sec05-02 .txtarea {
        max-width: 350px;
        margin: 20px auto 0  !important;
    }
    .sec05-02.sp li + li {
        margin-top: 60px;
    }
}
@media screen and (max-width: 420px) {
    .sec05 {
        margin-top: 73px;
        padding-bottom: 0;
    }
    .sec05-02.sp {
        margin-top: -35px;
    }
    .sec05 .ttl_img {
        max-width: 112px;
    }
    .sec05 .ttl_img span {
        max-width: 74%;
    }
    .sec05 .txt01 {
        max-width: 243px;
        margin-top: 20px;
    }
    .sec05 .txt01 + p {
        font-size: 12px;
        margin-top: 10px;
    }
    .sec05-01 {
        background: url(../img/bg_sec05.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right 15%;
        height: 150vw;
    }
    .sec05-02 .photoarea figure {
        max-width: 123px;
    }
    .sec05-02.sp {
        padding: 0 20px;
    }
    .sec05-02 .number {
        max-width: 63px;
        margin-right: 25px;
    }
    .sec05-02 .txtarea .border {
        font-size: 12px;
    }
    .sec05-02 .txtarea .blue {
        font-size: 18px;
    }
    .sec05-02 .txtarea {
        max-width: 240px;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 320px) {
}

/* section06
==============================　*/
.sec06 {
    margin-top: 90px;
}
.sec06 .ttl_img {
    max-width: 302px;
    margin: 0 auto;
}
.sec06 .slick_pager .pager_txt {
    margin-left: -103px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 600px) {
    .sec06 .slick_pager .pager_txt {
        margin-left: -64px;
    }
}
@media screen and (max-width: 420px) {
    .sec06 .ttl_img {
        max-width: 210px;
    }
    .sec06 .ttl_img span {
        width: 35%;
    }
}
@media screen and (max-width: 320px) {
}

/* section07
==============================　*/
.sec07 {
    position: relative;
    overflow: hidden;
}
.sec07_inner{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.sec07 figure {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
/* txtbox */
.sec07 .txtbox {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 400px;
    height: 440px;
    margin-top: -220px;
    background: #ffffff;
}
.sec07 .txtbox .imgtxt {
    max-width: 166px;
    margin: 0 auto;
    padding-top: 28px;
}
.sec07 .txtbox .txt {
    margin-top: 10px;
    text-align: center;
}
.sec07 .txtbox .logo {
    max-width: 107px;
    margin: 35px auto 0;
}
@media screen and (max-width: 1024px) {
    .sec07 .txtbox {
        width: 340px;
        height: 400px;
        margin-top: -200px;
    }
    .sec07 .txtbox .txt {
        font-size: 15px;
    }
    .sec07 .txtbox .logo {
        margin-top: 15px;
    }
}
@media screen and (max-width: 768px) {
    .sec07 .txtbox {
        position: relative;
        margin: 0 auto;
        right: auto;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 420px) {
    .sec07 .txtbox .imgtxt {
        max-width: 115px;
    }
    .sec07 .txtbox .txt {
        padding: 0 40px;
        font-size: 12px;
    }
    .sec07 .txtbox .logo {
        max-width: 65px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 320px) {
}

/* section08
==============================　*/
.sec08 {
    margin-top: 130px;
}
.sec08_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}
.sec08_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.sec08_list li {
    width: calc(100% / 3);
}
.sec08_list li:nth-of-type(odd) {
    background: #f2f2f2;
}
.sec08_list li:nth-of-type(even) {
    background: #77c3d1;
}
.sec08_list li:nth-of-type(even) p{
    color: #ffffff;
}
.sec08_list li .list_inner {
    padding: 25px 25px 35px;
}
.sec08_list li .txt{
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    letter-spacing: 0;
}
.sec08_list li .number {
    max-width: 65px;
    margin: 0 auto;
}
.bg_img figure {
    max-width: 154px;
    margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .sec08_list li {
        width: 100%;
    }
    .sec08_list li .list_inner {
        display: flex;
        align-items: center;
        padding: 20px 20px 13px;
    }
    .sec08_list li .number {
        margin: 0 20px 0 0;
    }
    .sec08_list li .txt {
        margin: 0 0 5px 0;
        text-align: left;
    }
}
@media screen and (max-width: 420px) {
    .sec08 {
        margin-top: 60px;
    }
    .sec08_list li .txt {
        font-size: 15px;
    }
    .sec08_list li .number {
        max-width: 48px;
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 365px) {
    .sec08_inner{
        padding: 0 20px;
    }
    .sec08 .ttl_waku:before {
        left: 0;
    }
    .sec08 .ttl_waku:after{
        right: 0;
    }
}

/* section09
==============================　*/
.sec09 {
    margin-top: 60px;
}
.sec09_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}
.sec09_inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.sec09_inner ul li {
    display: flex;
    align-items: center;
    width: calc((100% - 20px)/2);
    text-align: left;
}
.sec09_inner ul li:nth-of-type(even){
    margin-left: 20px;
}
.sec09_inner ul li:nth-of-type(n+3) {
    margin-top: 60px;
}
.sec09_inner ul div {
    margin-left: 23px;
}
.sec09_inner figure {
    width: 114px;
}
.sec09_inner .ttl.blue {
    font-size: 24px;
    line-height: 1.3;
}
.sec09_inner .txt {
    border-bottom: 1px dashed #aaaaaa;
}
@media screen and (max-width: 1090px) {
    .sec09_inner figure {
        width: 95px;
    }
    .sec09_inner .txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .sec09_inner ul {
        display: block;
    }
    .sec09_inner ul li {
        width: 375px;
        display: block;
        margin: 0 auto !important;
    }
    .sec09_inner ul li:nth-of-type(even) {
        margin: 0;
    }
    .sec09_inner ul li:nth-of-type(n+3) {
        margin: 0;
    }
    .sec09_inner ul li + li{
        margin-top: 40px !important;
    }
    .sec09_inner figure {
        margin: 0 auto;
    }
    .sec09_inner ul div {
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    .sec09_inner ul li {
        width: 100%;
    }
    .sec09_inner ul div{
        margin-left: 0;
    }
.bg_img figure {
    max-width: 77px;
    margin-top: 25px;
}
}
@media screen and (max-width: 420px) {
    .sec09 {
        margin-top: 30px;
    }
    .sec09_inner figure {
        max-width: 80px;
    }
    .sec09_inner ul {
        margin-top: 35px;
    }
    .sec09_inner .ttl.blue {
        font-size: 18px;
    }
    .sec09_inner .txt {
        font-size: 12px;
    }
    .sec09_inner ul div {
        width: 90%;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 395px) {
    .sec09_inner ul div {
        width: 100%;
    }
}
@media screen and (max-width: 365px) {
    .sec09_inner {
        padding: 0 20px;
    }
    .sec09_inner .txt {
        font-size: 11px;
    }
    .sec09 .ttl_waku:before {
        left: 0;
    }
    .sec09 .ttl_waku:after {
        right: 0;
    }
}


/* section10
==============================　*/
.sec10 {
    margin-top: 160px;
    padding-bottom: 95px;
}
.sec10_inner{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}
.sec10 .ttl_img {
    max-width: 361px;
    margin: 0 auto;
}
.sec10_box {
    margin: 20px auto 75px;
}
.sec10_box p {
    line-height: 2.25;
    letter-spacing: 0;
    margin-top: 10px;
}
.sec10 .ttl.habolo {
    max-width: 93px;
    margin: 45px auto 0;
}
.sec10_box .ttl {
    margin-top: 45px;
    font-size: 18px;
    letter-spacing: 2px;
}
.sec10_box .img01 {
    max-width: 405px;
    margin: 8px auto 0;
}
.sec10_box .img02 {
    max-width: 180px;
}
.sec10_box .img03 {
    max-width: 405px;
}
.sec10_box .photoarea{
  display: flex;
  justify-content: center;
}
.sec10_box .photoarea figure + figure{
  margin-left: 10px;
}
.sec10 .btn {
    width: 278px;
    height: 58px;
    margin: 55px auto 0;
    border: 1px solid #7fc7d4;
    transition: .5s;
    cursor: pointer;
}
.sec10 .btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #77c3d1;
}
.sec10 .btn .ico {
    width: 34px;
    height: 34px;
    margin-right: 15px;
}
.sec10 .btn:hover {
    background: #7fc7d4;
}
.sec10 .btn:hover a{
    color: #ffffff;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .sec10_box p br.pc{
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .sec10 {
        margin-top: 80px;
        padding-bottom: 30px;
    }
    .sec10_box {
        margin: 20px auto 40px;
    }
    .sec10_box p {
        text-align: left;
        font-size: 12px;
    }
    .sec10_box .ttl {
        text-align: center;
        font-size: 15px;
        margin-top: 25px;
    }
    .sec10 .ttl_img {
        max-width: 254px;
    }
   .sec10 .ttl_img span {
        width: 70%;
    }
    .sec10 .ttl.habolo {
        max-width: 70px;
        margin: 30px auto 0;
    }
    .sec10 .btn {
        margin-top: 25px;
        width: 205px;
        height: 43px;
    }
    .sec10 .btn a {
        font-size: 14px;
    }
    .sec10 .btn .ico {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 345px) {
    .sec10 .ttl_img span {
        width: 75% !important;
    }
}

/* section11
==============================　*/
/* 小カテゴリ、コメント */
.sec11{
    padding: 100px 40px 105px;
    background: #77c3d1;
}
.sec11_inner{
    max-width: 720px;
    margin: 0 auto;
}

.sec11 h2 {
    max-width: 172px;
    margin: 0 auto;
}
/* bg txt */
.sec11 .bg_inner {
    padding: 25px 10px 18px;
    letter-spacing: 0.2em;
}
.sec11 .bg .size {
    margin-top: -5px;
    font-size: 24px;
}
.sec11 .bg {
    position: relative;
    background: #ffffff;
    width: 457px;
    margin: 54px auto 0;
    text-align: center;
    color: #77c3d1;
}
.sec11 .bg:before,.sec11 .bg:after,.sec11 .bg_inner:before,.sec11 .bg_inner:after {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #77c3d1;
    content: "";
}
.sec11 .bg:before {
    top: -25px;
    left: -25px;
}
.sec11 .bg:after {
    top: -25px;
    right: -25px;
}
.sec11 .bg_inner:before {
    bottom: -25px;
    left: -25px;
}
.sec11 .bg_inner:after {
    bottom: -25px;
    right: -25px;
}

/* form */
.sec11_form {
    margin-top: 60px;
    background: #ffffff;
}
.sec11_forminner {
    padding: 30px 60px 45px;
}
.sec11_forminner .ttl {
    max-width: 172px;
    margin: 0 auto;
}
.sec11_forminner dl {
    padding-top: 5px;
}
.sec11_forminner dt {
    margin-top: 25px;
    font-size: 18px;
}
.sec11_forminner dt.none {
    visibility: hidden;
}
.sec11_forminner dt span{
    font-size: 14px;
    color: #77c3d1;
}
.sec11_forminner dd {
    font-size: 16px;
}
.sec11_forminner input, .sec11_forminner textarea {
    width: 100%;
    padding: 3px;
    outline: none;
    font-size: 16px;
    font-family: yu-mincho-pr6,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',sans-serif;
    border-radius: 0;
}
.sec11_forminner input {
    border: none;
    border-bottom: 2px solid #f3f2f2;
}
.sec11 input[type="radio"] {
    width: 20px;
    border-radius: 50%;
}
.sec11 input::placeholder,.sec11_forminner textarea::placeholder{
    color: #c4c4c4;
}
.sec11 input[id*="datepicker"]::placeholder {
    color: #77c3d1;
}
.sec11_forminner textarea {
    height: 155px;
    border: 2px solid #f3f2f2;
    resize: none;
    -webkit-appearance: none;

}
.sec11_forminner .icon,.sec11_forminner .txt{
    position: relative;
}
.sec11_forminner .icon:after {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 20px;
    height: 23px;
    background: url(../img/ico_sec11.png) no-repeat;
    background-size: contain;
    content: "";
}
.sec11_forminner .txt:after {
    content: "人";
    color: #77c3d1;
    position: absolute;
    bottom: 0;
    right: 3px;
}
.sec11_forminner .col2 {
    display: flex;
}
.sec11_forminner .content {
    width: calc((100% - 40px) /2);
}
.sec11_forminner .content + div{
    margin-left: 40px;
}
.sec11 .btn__submit {
    display: block;
    width: 320px;
    height: 54px;
    margin: 50px auto 0;
    padding-left: 23px;
    border-radius: 25px;
    border: 1px solid #898989;
    background: #898989;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 23px;
    transition: .5s;
    outline: none;
}
.sec11 .btn__submit:hover {
    background: #fff;
    color: #898989;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .sec11 .bg {
        width: 80%;
        padding: 20px;
        box-sizing: border-box;
    }
    .sec11 .bg {
        font-size: 13px;
    }
    .sec11 .bg .size {
        font-size: 20px;
    }
    .sec11 .bg:before, .sec11 .bg:after, .sec11 .bg_inner:before, .sec11 .bg_inner:after {
        width: 30px;
        height: 30px;
    }
    .sec11 .bg:before {
        top: -15px;
        left: -15px;
    }
    .sec11 .bg:after {
        top: -15px;
        right: -15px;
    }
    .sec11 .bg_inner:before {
        bottom: -15px;
        left: -15px;
    }
    .sec11 .bg_inner:after {
        bottom: -15px;
        right: -15px;
    }
    .sec11_forminner {
        padding: 25px 30px;
    }
}
@media screen and (max-width: 650px) {
    .sec11_forminner .col2 {
        flex-wrap: wrap;
    }
    .sec11_forminner .content {
        width: 100%;
    }
    .sec11_forminner .content + div {
        margin: 0;
    }
    .sec11_forminner .none + dd {
        margin-top: -40px;
    }
    .sec11 .btn__submit {
        width: 80%;
    }
}
@media screen and (max-width: 420px) {
    .sec11 {
        padding: 50px 20px 55px;
    }
    .sec11 h2 {
        max-width: 155px;
    }
    .sec11 .bg {
        width: 100%;
        margin-top: 30px;
    }
    .sec11 .bg_inner {
        padding: 0;
    }
    .sec11_form{
        margin-top: 30px;
    }
    .sec11_forminner dt{
        font-size: 14px;
    }
    .sec11_forminner input, .sec11_forminner textarea,.sec11_forminner dd {
        font-size: 13px;
    }
    .sec11_forminner dt span {
        font-size: 12px;
    }
    .sec11 .btn__submit {
        margin-top: 30px;
        width: 75%;
    }
}


/* footer
==============================　*/
footer{
    padding: 30px 10px;
    background: #77c3d1;
}
footer .copy {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.3em;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 320px) {
}

/* thanks.html
==============================　*/
body.thanks {
    padding: 50px 0 0;
}
.thanks_logo p {
    max-width: 108px;
    margin: 0 auto;
}
.thanks article {
    margin: 50px auto 100px;
    padding: 0 20px;
    max-width: 600px;
    text-align: center;
}
.thanks article h1 {
    font-size: 24px;
}
.thanks article h1 + p {
    margin-top: 30px;
}
.thanks_btn.btn {
    margin: 50px auto;
    max-width: 300px;
    height: 60px;
    background: #77c3d1;
    border: 1px solid #77c3d1;
    box-sizing: border-box;
    transition: .5s;
    cursor: pointer;
}
.thanks_btn.btn:hover{
    background: #ffffff;
}
.thanks_btn.btn a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.thanks_btn.btn:hover a{
    color: #77c3d1;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 320px) {
}
