@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #3e3a39;
  /*  letter-spacing: 0.1em;*/
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

a {
  color: #3e3a39;
  text-decoration: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}


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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
  }
}

/* base
--------------------------------*/
body {
  color: #000;
  min-width: 1100px;
  font-size: 1.0rem;
}

main {
  display: block;
}

section {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1010px;
  margin: 0 auto;
  position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 1.6rem;
  line-height: 2;
}

p.txt {
  font-size: 1.6rem;
  line-height: 2;
}

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

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.a_left {
  text-align: left;
}

.a_right {
  text-align: right;
}

.a_center {
  text-align: center;
}

.txt_small {
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }

  .wrap {
    width: 94%;
  }

  p,
  th,
  td,
  dt,
  dd,
  li,
  input,
  button,
  textarea {
    font-size: 3.4vw;

  }

  p.txt {
    font-size: 3.4vw;

  }
}


/* マウスオーバー
--------------------------------*/
.fade:hover,
.fade:hover img {
  opacity: 0.7;
}

.fade,
.fade img {
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* common
--------------------------------*/


/*btn*/
.btn a {
  display: block;
  position: relative;
  line-height: 1;
  width: 594px;
  height: 80px;
  border: 3px solid #ee780c;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(243, 154, 74, 1) 0%, rgba(238, 120, 12, 1) 99.89%);
  margin: 0 auto;
}

.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 241, 0, .15);
  opacity: 0;
  transition: opacity .3s ease;
}

.btn a span {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  background: url(../img/btn_arw.png) no-repeat right 18px center;
  position: relative;
  z-index: 1;
}

.binoculars {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -6px;
  margin-right: 12px;
}

.binoculars img {
  transform: scale(.8);
  transition: 1s ease;
}

.scroll.is-show .binoculars img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.4s;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s ease;
}

.scroll.is-show .fadein,
.scroll.is-show.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll.is-show .fadein:nth-child(1) {
  transition-delay: .4s;
}

.scroll.is-show .fadein:nth-child(2) {
  transition-delay: .8s;
}

.scroll.is-show .fadein:nth-child(3) {
  transition-delay: 1.2s;
}

.scroll.is-show .fadein:nth-child(4) {
  transition-delay: 1.6s;
}

.scroll.is-show .fadein:nth-child(5) {
  transition-delay: 2s;
}

.btn a:hover::before {
  opacity: 1;
}



@media screen and (max-width: 768px) {

  /*btn*/
  .btn a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 11.6vw;
    border: .5vw solid #ee780c;
    border-radius: 5.8vw;
  }

  .btn a::before {
    border-radius: 6.8vw;
  }

  .btn a span {
    padding-left: .8em;
    background: url(../img/btn_arw.png) no-repeat right .5em center / 6.4vw auto;
  }

  .btn a span img {
    width: 88%;
    height: auto;
  }

  .binoculars {
    width: 8vw;
    margin-bottom: -1.4vw;
    margin-right: 2vw;
  }

  .binoculars + img {
    width: auto;
    height: 4.2vw;
  }

  section .secttl {
    margin-left: auto !important;
    margin-top: auto !important;
  }

}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header {
  height: 100px;
}

header .wrap {
  height: 100%;
  padding: 24px 0 23px;
}

header .logo {
  width: 160px;
}

@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }

  header .wrap {
    padding: 12px 0 6px;
  }

  header .logo {
    width: 96px;
  }
}


/* ------------------------------
    mv
------------------------------ */
#mv {
  height: 700px;
  background: url(../img/bg_mv.png) repeat-x;
  overflow: hidden;
}

#mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 108px;
  background: #b09e6d;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mv2.png)no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mv .wrap {
  height: 100%;
  padding-top: 180px;
  padding-left: 34px;
  z-index: 2;
}

#mv .mv_txt {
  width: 586px;
  margin-bottom: 29px;
  opacity: 0;
  transition: 1s ease;
}

body.loaded #mv .mv_txt {
  opacity: 1;
}

#mv .mv_txt span {
  display: block;
  text-align: center;
  margin-bottom: 20px;

}

#mv .mv_txt span img {
  transform: scale(.8);
  transition: 1s ease;
}

body.loaded #mv .mv_txt span img {
  transform: scale(1);
}

#mv .btn {
  opacity: 0;
  transition: 1s ease;
}

body.loaded #mv .btn {
  opacity: 1;
  transition-delay: .5s;
}

#mv .btn a {
  margin-left: 0;
}

#mv .person {
  position: absolute;
  right: 0;
  bottom: 0;
}

#mv .person .arm {
  position: absolute;
  top: 72px;
  left: -12px;
  transition: .2s ease;
  transform-origin: 42px bottom;
}

#mv .person.action .arm {
  transform: rotate(11deg);
}

#mv .scroll {
  width: 56px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 20px;
}

#mv .scroll img {
  animation: bounce .3s ease infinite alternate;
  -webkit-animation: bounce .3s ease infinite alternate;
}

#mv .sun {
  position: absolute;
  left: calc(50% - 410px);
  top: 16px;
}

#mv .cloud {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  z-index: 1;
}

#mv .cloud01 {
  top: 85px;
  left: calc(50% - 437px);
  height: 84px;
  background: url("../img/cloud01.png") no-repeat;
  background-size: 142px;
  animation: cloud 20s linear infinite;
  -webkit-animation: cloud 20s linear infinite;

}

#mv .cloud02 {
  top: 18px;
  left: calc(50% - 220px);
  height: 84px;
  background: url("../img/cloud02.png") no-repeat;
  background-size: 163px;
  animation: cloud 25s linear infinite;
  -webkit-animation: cloud 25s linear infinite;
}

#mv .cloud03 {
  top: 32px;
  left: calc(50% + 250px);
  height: 86px;
  background: url("../img/cloud03.png") no-repeat;
  background-size: 167px;
  animation: cloud 30s linear infinite;
  -webkit-animation: cloud 30s linear infinite;
}

#mv .cloud04 {
  left: calc(50% + 415px);
  top: 75px;
  height: 94px;
  background: url("../img/cloud04.png") no-repeat;
  background-size: 182px;
  animation: cloud 35s linear infinite;
  -webkit-animation: cloud 35s linear infinite;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 114vw;
  }

  #mv::before {
    height: 14vw;
  }

  #mv::after {
    background: url(../img/bg_mv2.png)no-repeat left 35% bottom 0 / 250% auto;
  }

  #mv .wrap {
    padding-top: 24vw;
    padding-left: 0;
  }

  #mv .mv_txt {
    width: 80%;
    margin: 0 auto 5vw;
  }

  #mv .mv_txt span {
    width: 42%;
    margin: 0 auto 4vw;

  }


  #mv .btn a {
    margin-left: auto;
  }

  #mv .person {
    width: 24.4vw;
    margin-right: 10vw;
  }

  #mv .person .arm {
    width: 7.9vw;
    top: 5.6vw;
    left: -1vw;
    transform-origin: 3vw bottom;
  }


  #mv .scroll {
    width: 6.3vw;
    bottom: 0vw;
  }


  #mv .sun {
    width: 18vw;
    left: 8%;
    top: 2.6vw;
  }

  #mv .cloud01 {
    top: 12vw;
    left: 0;
    height: 10.5vw;
    background-size: 17vw;

  }

  #mv .cloud02 {
    top: 2.2vw;
    left: 18vw;
    height: 10.5vw;
    background-size: 20vw;
  }

  #mv .cloud03 {
    top: 3.4vw;
    left: 58vw;
    height: 10.75vw;
    background-size: 20vw;
  }

  #mv .cloud04 {
    left: 78vw;
    top: 9vw;
    height: 11.75vw;
    background-size: 22vw;
  }
}


/* ------------------------------
    sec01
------------------------------ */

#sec01 .cloud {
  position: absolute;
  z-index: 1;
}


/*block01*/
#sec01 .block01 .ttl {
  padding: 48px 0 72px;
  background: url(../img/sec01_bg_ttl_block01.png) no-repeat center top;
  position: relative;
}

#sec01 .block01 .ttl .cloud01 {
  width: 114px;
  left: 0;
  top: 59px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block01 .ttl .cloud02 {
  width: 109px;
  right: 35px;
  top: 35px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block01 .ttl .cloud03 {
  width: 120px;
  right: 0;
  top: 67px;
  animation: float2 1s ease-in-out infinite alternate;
  -webkit-animation: float2 1s ease-in-out infinite alternate;
}

#sec01 .block01 .ttl .cloud04 {
  width: 100px;
  right: 85px;
  bottom: -23px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block01 {
  padding: 24px 0 100px;
  background: url(../img/sec01_bg01.png) repeat-x;
}

#sec01 .block01 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec01 .block01 .list .item {
  width: 467px;
  height: 138px;
  background: #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 40px;
  z-index: auto;
}

#sec01 .block01 .list .item:nth-child(n + 3) {
  margin-top: 90px;
}

#sec01 .block01 .list .item .clouds {
  position: absolute;
}

#sec01 .block01 .list .item01 .clouds {
  width: 80px;
  right: -16px;
  bottom: 28px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block01 .list .item02 .clouds {
  width: 90px;
  left: 40px;
  bottom: -20px;
  animation: float2 1s ease-in-out infinite alternate;
  -webkit-animation: float2 1s ease-in-out infinite alternate;
}

#sec01 .block01 .list .item03 .clouds {
  width: 80px;
  left: 30px;
  top: -30px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block01 .list .item04 .clouds {
  width: 67px;
  right: 28px;
  bottom: -20px;
  animation: float2 1s ease-in-out infinite alternate;
  -webkit-animation: float2 1s ease-in-out infinite alternate;
}

/*block02*/
#sec01 .block02 .ttl {
  position: relative;
}

#sec01 .block02 .cloud01 {
  width: 134px;
  left: 0;
  top: 5px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block02 .cloud02 {
  width: 130px;
  left: 54px;
  top: 42px;
  animation: float2 1s ease-in-out infinite alternate;
  -webkit-animation: float2 1s ease-in-out infinite alternate;
}

#sec01 .block02 .cloud03 {
  width: 129px;
  right: 0;
  top: 26px;
  animation: float1 1s ease-in-out infinite alternate;
  -webkit-animation: float1 1s ease-in-out infinite alternate;
}

#sec01 .block02 {
  padding: 52px 0 96px;
  background: #a1d7de url(../img/sec01_bg02.png) repeat-x center bottom 48px/ 2178px auto;
  position: relative;
}

#sec01 .block02::after {
  content: "";
  width: 100%;
  height: 90px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}


/*
#sec01 .block02 .airplane {
  text-align: center;
  margin: 54px auto 35px;
}

#sec01 .block02 .airplane img {
  animation: planeMove 1.75s ease-in-out infinite;
  animation-direction: alternate;
  -webkit-animation: planeMove 1.75s ease-in-out infinite;
  -webkit-animation-direction: alternate;
}
*/



#sec01 .block02 .airplane_wrap {
  text-align: center;
  margin: 20px auto 69px;
}

#sec01 .block02 .airplane_wrap {
  --webkit-animation: planeScoping 1.2s alternate infinite;
  animation: planeScoping 1.2s alternate infinite;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#sec01 .block02 .airplane img {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

  -webkit-animation: planeMov2 2.4s forwards infinite;
  animation: planeMove 2.4s forwards infinite;
}

#sec01 .block02 .lead {
  width: 720px;
  margin: -.5em auto 0;
  text-align: justify;
}

#sec01 .block02 .boxwrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}

#sec01 .block02 .boxwrap .box {
  width: 408px;
  height: 280px;
  background: #fff9dd;
  border-radius: 12px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec01 .block02 .boxwrap .box video {
  width: 368px;
  height: auto;
}

#sec01 .block02 .boxwrap .arw {
  margin-left: 18px;
  margin-top: 13px;
}

#sec01 .block02 .txt {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {

  /*block01*/

  #sec01 .block01 .ttl {
    padding: 8.4vw 0 10vw;
    background: url(../img/sec01_bg_ttl_block01.png) no-repeat center top 1vw / 100% auto;
  }

  #sec01 .block01 .ttlimg img {
    width: 72.5vw;
  }

  #sec01 .block01 .ttl .cloud01 {
    width: 14.2vw;
    top: 5.4vw;
  }

  #sec01 .block01 .ttl .cloud02 {
    width: 13.6vw;
    right: 4.3vw;
    top: 3vw;
  }

  #sec01 .block01 .ttl .cloud03 {
    width: 15vw;
    top: 6.5vw;
  }

  #sec01 .block01 .ttl .cloud04 {
    width: 12.5vw;
    right: 10vw;
    bottom: -3vw;
  }

  #sec01 .block01 {
    padding: 2vw 0 10vw;
    background: url(../img/sec01_bg01.png) no-repeat center top/ auto 100%;
  }


  #sec01 .block01 .list {
    display: block;
  }

  #sec01 .block01 .list .item {
    width: 90%;
    margin: 0 auto;
    height: 19.7vw;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
    border-radius: 2.6vw;
    padding-left: 5.7vw;
  }

  #sec01 .block01 .list .item + .item {
    margin-top: 8vw !important;
  }

  #sec01 .block01 .list .item01 > img {
    width: 63%;
  }

  #sec01 .block01 .list .item02 > img {
    width: 78%;
  }

  #sec01 .block01 .list .item03 > img {
    width: 83.5%;
  }

  #sec01 .block01 .list .item04 > img {
    width: 81.7%;
  }

  #sec01 .block01 .list .item01 .clouds {
    width: 13.3vw;
    right: -2.6vw;
    bottom: 4.6vw;
  }

  #sec01 .block01 .list .item02 .clouds {
    width: 15vw;
    left: 6.6vw;
    bottom: auto;
    top: -5.3vw;
  }

  #sec01 .block01 .list .item03 .clouds {
    width: 13.33vw;
    left: 5vw;
    top: -5vw;
  }

  #sec01 .block01 .list .item04 .clouds {
    width: 11.2vw;
    right: 4.6vw;
    bottom: -3.3vw;
  }



  /*block02*/
  #sec01 .block02 .ttlimg img {
    width: 66.5vw;
  }

  #sec01 .block02 .cloud01 {
    width: 16.75vw;
    left: 1vw;
    top: -6.4vw;
  }

  #sec01 .block02 .cloud02 {
    width: 16.25vw;
    left: 7.75vw;
    top: -3vw;
  }

  #sec01 .block02 .cloud03 {
    width: 16.1vw;
    right: 0;
    top: 12.25vw;
  }

  #sec01 .block02 {
    padding: 10vw 0;
    background: #a1d7de url(../img/sec01_bg02.png) no-repeat center bottom/ auto 29vw;
  }

  #sec01 .block02::after {
    height: 4vw;
  }

  #sec01 .block02 .airplane_wrap {
    margin: 4vw auto 9vw;
  }

  #sec01 .block02 .airplane img {
    width: 21vw;
  }

  #sec01 .block02 .secttl img {
    width: auto;
    height: 14vw;
    max-width: inherit;
    margin-left: -1vw;
  }

  #sec01 .block02 .lead {
    width: 90%;
    margin: 0 auto 0;
  }

  #sec01 .block02 .boxwrap {
    margin-top: 8vw;
    width: 100%;
  }

  #sec01 .block02 .boxwrap .box {
    width: 42%;
    height: 30vw;
    border-radius: 2vw;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
  }

  #sec01 .block02 .boxwrap .box img {
    width: 84%;
  }

  #sec01 .block02 .boxwrap .box video {
    width: 84%;
    height: auto;
  }

  #sec01 .block02 .boxwrap .arw {
    width: 12%;
    margin-left: 1.6%;
    margin-top: 2vw;
  }

  #sec01 .block02 .boxwrap .arw img {
    width: 100%;
  }

  #sec01 .block02 .txt {
    width: 90%;
    margin: 2em auto 0;
    font-size: 4vw;
  }

}



/* ------------------------------
    sec02
------------------------------ */
#sec02 {
  padding: 40px 0 100px;
  background: #fccf48;
}

#sec02 .secttl {
  margin-bottom: 35px;
}

#sec02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#sec02 .list .item {
  width: 412px;
  position: relative;
}

#sec02 .list .item:nth-child(n + 3) {
  margin-top: 100px;
}

#sec02 .list .item .txt {
  width: 100%;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  position: relative;
}

#sec02 .list .item01 .txt {
  background: #ee780c;
}

#sec02 .list .item02 .txt {
  background: #428dcc;
}

#sec02 .list .item03 .txt {
  background: #57bbbd;
}

#sec02 .list .item04 .txt {
  background: #ee8078;
}

#sec02 .list .item .imgbox {
  width: 296px;
  height: 296px;
  margin: 0 auto -34px;
  background: #fff9dd;
  border-radius: 50%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

#sec02 .list .item .imgbox .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec02 .list .item .imgbox .animation {
  position: absolute;
}

#sec02 .list .item01 .imgbox .animation {
  width: 71px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 66px;
}

#sec02 .list .item01 .imgbox .animation img {
  display: inline-block;
}

#sec02 .list.is-show .item01 .imgbox .animation img {
  animation: scaleimg 2s infinite;
  -webkit-animation: scaleimg 2s infinite;
}

#sec02 .list .item02 .imgbox .animation {
  width: 142px;
  height: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 104px;
  position: absolute;
}

#sec02 .list .item02 .imgbox .animation img {
  position: absolute;
  display: inline-block;
  opacity: 0;
}

#sec02 .list.is-show .item02 .imgbox .animation img {
  -webkit-animation: parts 4.2s ease-out infinite;
  animation: parts 4.2s ease-out infinite;
}

#sec02 .list .item02 .imgbox .animation img.parts01 {
  left: 0;
  top: 0;
}

#sec02 .list.is-show .item02 .imgbox .animation img.parts01 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#sec02 .list .item02 .imgbox .animation img.parts02 {
  left: 0;
  bottom: 0;
}

#sec02 .list.is-show .item02 .imgbox .animation img.parts02 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#sec02 .list .item02 .imgbox .animation img.parts03 {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

#sec02 .list.is-show .item02 .imgbox .animation img.parts03 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#sec02 .list .item02 .imgbox .animation img.parts04 {
  right: 0;
  bottom: 0;
}

#sec02 .list.is-show .item02 .imgbox .animation img.parts04 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}



#sec02 .list .item03 .imgbox .animation {
  width: 154px;
  height: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 132px;
}

#sec02 .list .item03 .imgbox .animation img {
  position: absolute;
  opacity: 0;
}

#sec02 .list.is-show .item03 .imgbox .animation img {
  -webkit-animation: parts 4.2s ease-out infinite;
  animation: parts 4.2s ease-out infinite;
}

#sec02 .list .item03 .imgbox .animation img.parts01 {
  left: 0;
  top: 0;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts01 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#sec02 .list .item03 .imgbox .animation img.parts02 {
  right: 0;
  top: 0;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts02 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#sec02 .list .item03 .imgbox .animation img.parts03 {
  right: 26px;
  top: 35px;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts03 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#sec02 .list .item03 .imgbox .animation img.parts04 {
  right: 0;
  top: 35px;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts04 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

#sec02 .list .item03 .imgbox .animation img.parts05 {
  right: 0;
  bottom: 8px;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts05 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#sec02 .list .item03 .imgbox .animation img.parts06 {
  right: 20px;
  bottom: 0;
}

#sec02 .list.is-show .item03 .imgbox .animation img.parts06 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}



#sec02 .list .item04 .imgbox img {
  width: 209px;
}

#sec02 .list.is-show .item04 .imgbox img {
  animation: scaleimg 2s infinite;
  -webkit-animation: scaleimg 2s infinite;
}


@media screen and (max-width: 768px) {
  #sec02 {
    padding: 5vw 0 10vw;
  }

  #sec02 .secttl {
    margin-bottom: 5vw;
  }

  #sec02 .secttl img {
    width: 100vw;
  }

  #sec02 .list {
    display: block;
  }

  #sec02 .list .item {
    width: 80%;
    margin: 0 auto;
  }

  #sec02 .list .item + .item {
    margin-top: 8vw !important;
  }

  #sec02 .list .item .txt {
    height: 14vw;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
    border-radius: 7vw;
  }

  #sec02 .list .item01 .txt img {
    width: 57vw;
  }

  #sec02 .list .item02 .txt img {
    width: 61vw;
  }

  #sec02 .list .item03 .txt img {
    width: 40vw;
  }

  #sec02 .list .item04 .txt img {
    width: 56.3vw;
  }

  #sec02 .list .item .imgbox {
    width: 60vw;
    height: 60vw;
    margin: 0 auto -8vw;
    box-shadow: .5vw .5vw 1vw rgba(0, 0, 0, 0.1);
  }

  #sec02 .list .item .imgbox .img {
    width: 78%;
    margin: 0 auto;
  }

  #sec02 .list .item03 .imgbox .img {
    width: 70%;
    margin: 0 auto;
  }

  #sec02 .list .item04 .imgbox .img {
    width: 74%;
    margin: 0 auto;
  }

  #sec02 .list .item01 .imgbox .animation {
    width: 15.2vw;
    bottom: 13vw;
  }

  #sec02 .list .item02 .imgbox .animation {
    width: 30vw;
    height: 15vw;
    bottom: 20.4vw;
  }

  #sec02 .list .item02 .imgbox .animation img {
    display: inline-block;
  }

  #sec02 .list .item02 .imgbox .animation img.parts01 {
    width: 100%;
    margin-bottom: .5vw;
  }

  #sec02 .list .item02 .imgbox .animation img.parts02 {
    width: 32%;
  }

  #sec02 .list .item02 .imgbox .animation img.parts03 {
    width: 32%;
  }

  #sec02 .list .item02 .imgbox .animation img.parts04 {
    width: 32%;
  }



  #sec02 .list .item03 .imgbox .animation {
    width: 33vw;
    height: 15vw;
    bottom: 25.2vw;
  }


  #sec02 .list .item03 .imgbox .animation img.parts01 {
    width: 66%;
  }

  #sec02 .list .item03 .imgbox .animation img.parts02 {
    width: 30%;
  }

  #sec02 .list .item03 .imgbox .animation img.parts03 {
    width: 14%;
    right: 16%;
    top: 7.4vw;
  }

  #sec02 .list .item03 .imgbox .animation img.parts04 {
    width: 14%;
    right: 0;
    top: 7.4vw;
  }

  #sec02 .list .item03 .imgbox .animation img.parts05 {
    width: 30%;
    right: 0;
    bottom: 2.6vw;
  }

  #sec02 .list .item03 .imgbox .animation img.parts06 {
    width: 18%;
    right: 12%;
    bottom: 1vw;
  }

  #sec02 .list .item04 .imgbox img {
    width: 100%;
  }


}



/* ------------------------------
    sec03
------------------------------ */
#sec03 {
  padding: 40px 0 100px;
  background: #fff9dd;
}

#sec03 .secttl {
  margin-bottom: 35px;
}

#sec03 .box {
  width: 100%;
  border-radius: 50px;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

#sec03 .box .boxin {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px 36px;
}

#sec03 .box .num {
  width: auto;
  position: absolute;
  top: -30px;
  left: 60px;
}


#sec03 .box .ttl {
  width: 306px;
}



#sec03 .box .txt {
  width: 306px;
  padding-left: 50px;
  text-align: justify;
}

#sec03 .box01 {
  background: #fccf48;
}

#sec03 .box01 .ttl {
  padding-top: 50px;
}

#sec03 .box01 .img {
  margin-bottom: 20px;
}


#sec03 .box01.is-show .img {
  animation: mic 2s linear infinite;
  -webkit-animation: mic 2s linear infinite;
  transform-origin: left 18%;
  transform: rotate(11deg);
}


#sec03 .box02 {

  background: #83ccd5;
  margin-top: 56px;
}

#sec03 .box02 .boxin {
  flex-direction: row-reverse;
}

#sec03 .box02 .ttl {
  padding-top: 30px;
}

#sec03 .box02 .num {
  left: auto;
  right: 88px;
  top: -46px;
}

#sec03 .box02 .txt {
  padding-left: 0;
  padding-right: 56px;
}

#sec03 .box02 .imgbox {
  position: relative;
  height: 150px;
}

#sec03 .box02 .imgbox .animation {
  width: 144px;
  height: 68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 126px;
  position: relative;
}

#sec03 .box02 .imgbox .animation img {
  position: absolute;
  opacity: 0;
}

#sec03 .box02.is-show .imgbox .animation img {
  -webkit-animation: parts 3.2s ease-out infinite;
  animation: parts 3.2s ease-out infinite;
}

#sec03 .box02 .imgbox .animation img.parts01 {
  left: 0;
  top: 0;
}

#sec03 .box02.is-show .imgbox .animation img.parts01 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#sec03 .box02 .imgbox .animation img.parts02 {
  left: 22px;
  top: 0;
}

#sec03 .box02.is-show .imgbox .animation img.parts02 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#sec03 .box02 .imgbox .animation img.parts03 {
  right: 0;
  top: 0;
}

#sec03 .box02.is-show .imgbox .animation img.parts03 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#sec03 .box02 .imgbox .animation img.parts04 {
  right: 0;
  bottom: 0;
}

#sec03 .box02.is-show .imgbox .animation img.parts04 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}



#sec03 .box03 {
  background: #f29c92;
  margin-top: 40px;
}

#sec03 .box03 .ttl {
  padding-top: 30px;
}

#sec03 .box03 .num {
  top: -44px;
}

#sec03 .box03 .imgbox {
  position: relative;
}

#sec03 .movie {
  margin-top: 60px;
}

#sec03 .movie .ttl {
  margin: 0 0 40px;
}

#sec03 .movie_box {
  width: 750px;
  height: 422px;
  position: relative;
  margin: 0 auto;
}

#sec03 .movie_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#sec03 .btn {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding: 6vw 0 10vw;
  }

  #sec03 .secttl {
    margin-bottom: 5vw;
  }

  #sec03 .secttl img {
    width: 100vw;
  }

  #sec03 .box {
    border-radius: 7vw;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
  }

  #sec03 .box .boxin {
    padding: 6vw 6vw 4.3vw;
    display: block;
  }

  #sec03 .box .num {
    position: absolute;
    top: -4.2vw;
    left: 8.5vw;
  }

  #sec03 .box .ttl {
    width: auto;
  }

  #sec03 .box .num img {
    width: auto;
    height: 19vw;
  }

  #sec03 .box .txt {
    width: 100%;
    padding: 0!important;
  }

  #sec03 .box .ttl {
    margin-bottom: 5vw;
  }


  #sec03 .box01 .ttl {
    padding-top: 8vw;
  }

  #sec03 .box01 .ttl img {
    width: 46.9vw;
  }

  #sec03 .box01 .img {
    position: absolute;
    right: 8vw;
    top: 6vw;
    width: 27.5vw;
    margin-bottom: 0;
  }


  #sec03 .box02 {
    margin-top: 10vw;
  }

  #sec03 .box02 .ttl {
    padding-top: 8vw;
  }

  #sec03 .box02 .ttl img {
    width: 51vw;
  }

  #sec03 .box02 .num {
    right: auto;
    top: -6.5vw;
  }

  #sec03 .box02 .imgbox {
    position: absolute;
    right: 5vw;
    top: 10vw;
    width: 28vw;
    height: 22.5vw;
    margin-bottom: 0;
  }


  #sec03 .box02 .imgbox .animation {
    width: 22vw;
    height: 11vw;
    margin: 0 auto;
    bottom: 8.4vw;
    position: absolute;
  }

  #sec03 .box02 .imgbox .animation img.parts01 {
    width: 3vw;
  }

  #sec03 .box02 .imgbox .animation img.parts02 {
    width: 11vw;
    left: 3.4vw;
    top: 0;
  }

  #sec03 .box02 .imgbox .animation img.parts03 {
    width: 9vw;
  }

  #sec03 .box02 .imgbox .animation img.parts04 {
    width: 9vw;
  }

  #sec03 .box03 {
    margin-top: 10vw;
  }

  #sec03 .box03 .ttl {
    padding-top: 8vw;
  }

  #sec03 .box03 .ttl img {
    width: 34.6vw;
  }

  #sec03 .box03 .num {
    top: -6.2vw;
  }

  #sec03 .box03 .imgbox {
    position: absolute;
    right: 12vw;
    top: 6vw;
    width: 26vw;
    margin-bottom: 0;
  }

  #sec03 .movie {
    margin-top: 10vw;
  }

  #sec03 .movie .ttl {
    margin: 0 0 8vw;
  }

  #sec03 .movie_box {
    width: 100%;
    height: 52vw;
  }


  #sec03 .btn {
    margin-top: 10vw;
  }

}



/* ------------------------------
    sec04
------------------------------ */
#sec04 {
  padding: 40px 0 100px;
  background: url(../img/sec04_bg.png);
}

#sec04 .secttl {
  margin-bottom: 35px;
}

#sec04 .txt01 {
  margin-bottom: 54px;
}

#sec04 .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec04 .list .box {
  width: 322px;
  height: 245px;
  background: #fff;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#sec04 .list .box::before {
  content: "";
  width: 56px;
  height: 56px;
  background: url(../img/sec04_box_fukidashi.png) no-repeat center / 100% auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}

#sec04 .movie {
  margin-top: 100px;
}

#sec04 .movie .ttl {
  margin: 0 0 40px;
}

#sec04 .movie_box {
  width: 750px;
  height: 422px;
  position: relative;
  margin: 0 auto;
}

#sec04 .movie_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #sec04 {
    padding: 6vw 0 10vw;
  }

  #sec04 .secttl {
    margin-bottom: 5vw;
  }

  #sec04 .secttl img {
    width: 100vw;
  }

  #sec04 .txt01 {
    width: 82%;
    margin: 0 auto 8vw;
  }
  #sec04 .txt02 {
    width: 90%;
    margin: 0 auto;
  }

  #sec04 .list {
    margin-top: 8vw;
    display: block;
  }

  #sec04 .list .box {
    width: 58%;
    height: 38vw;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
    border-radius: 2.5vw;
    margin: 0 auto;
  }

  #sec04 .list .box::before {
    width: 8vw;
    height: 8vw;
    bottom: -6vw;
    transform: translateX(-50%);
  }

  #sec04 .list .box + .box {
    margin-top: 8vw;
  }

  #sec04 .list .box01 img {
    width: 41vw;
  }

  #sec04 .list .box02 img {
    width: 34vw;
  }

  #sec04 .list .box03 img {
    width: 43.6vw;
  }

  #sec04 .movie {
    margin-top: 12vw;
  }

  #sec04 .movie .ttl {
    margin: 0 0 8vw;
  }

  #sec04 .movie_box {
    width: 100%;
    height: 52vw;
  }

}




/* ------------------------------
    sec05
------------------------------ */
#sec05 {
  padding: 27px 0 100px;
}

#sec05 .secttl {
  margin-bottom: 20px;
}

.work_slider {
  padding: 20px 0 40px;
}

#sec05 .item {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background: #fff;
}

#sec05 .item .img {
  display: block;
  width: 100%;
}

#sec05 .item .img img {
  width: 100%;
}

#sec05 .item .txt {
  padding: 30px 18px 22px;
}

#sec05 .item .txt * {
  color: #000;
}

#sec05 .item .txt .ttl {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 1em;
  line-height: 1.4;
}

#sec05 .item .txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.68;
  margin-bottom: .8em;
}

#sec05 .item .txt .cate li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .5em 1.3em;
  border: 1px solid #000;
  border-radius: 15px;
  line-height: 1.4;
}

#sec05 .note {
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #sec05 {
    padding: 4vw 0 10vw;
  }

  #sec05 .secttl {
    margin-bottom: 5vw;
  }

  #sec05 .secttl img {
    width: auto;
    height: 20vw;
  }

  .work_slider {
    padding: 2vw 0 6vw;
  }

  #sec05 .item {
    box-shadow: .4vw .4vw .4vw rgba(0, 0, 0, 0.3);
    border-radius: 1.7vw;
  }

  #sec05 .item .txt {
    padding: 4vw 3vw;
  }

  #sec05 .item .txt .ttl {
    font-size: 3.8vw;
  }

  #sec05 .item .txt p {
    font-size: 3.6vw;
  }

  #sec05 .item .txt .cate li {
    font-size: 2.8vw;
    border-radius: 4vw;
  }

  #sec05 .note {
    width: 90%;
    font-size: 2.8vw;
    text-align: left;
  }

}



/* ------------------------------
    sec06
------------------------------ */
#sec06 {
  padding: 27px 0 100px;
  background: #93d2da url(../img/sec06_bg.png) repeat-x;
}

#sec06 .secttl {
  margin-bottom: 14px;
}

#sec06 .box {
  width: 950px;
  height: 236px;
  margin: 0 auto;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background: #fff;
  position: relative;
  padding: 34px 76px 38px 59px;
}

#sec06 .box + .box {
  margin-top: 21px;
}

#sec06 .box .num {
  position: absolute;
  left: -59px;
  top: 56px;
}

#sec06 .box .boxin {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

#sec06 .box .img {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec06 .box .txt {
  width: 580px;
}

#sec06 .box .txt .ttl {
  padding-bottom: 10px;
  padding-left: 4px;
}

#sec06 .box01 .txt .ttl {
  border-bottom: 2px solid #ee780c;
}

#sec06 .box02 .txt .ttl {
  border-bottom: 2px solid #428dcc;
}

#sec06 .box03 .txt .ttl {
  border-bottom: 2px solid #57bbbd;
}

#sec06 .box04 .txt .ttl {
  border-bottom: 2px solid #ee8078;
}

#sec06 .box01 .txt p {
  letter-spacing: 0.01em;
}

#sec06 .box .txt p span {
  font-size: 87.5%;
}

@media screen and (max-width: 768px) {
  #sec06 {
    padding: 4vw 0 10vw;
  }

  #sec06 .secttl {
    margin-bottom: 7vw;
  }

  #sec06 .secttl img {
    width: 100vw;
  }

  #sec06 .box {
    width: 80%;
    height: auto;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.15);
    border-radius: 4.2vw;
    padding: 4vw 6vw 6vw;
  }

  #sec06 .box + .box {
    margin-top: 6vw;
  }

  #sec06 .box .num {
    width: 16vw;
    left: -8vw;
    top: 10vw;
    margin-top: 0;
  }

  #sec06 .box .img {
    width: auto;
    height: 28vw;
    margin: 0 auto 4vw;
  }

  #sec06 .box .txt {
    width: 580px;
  }

  #sec06 .box .txt .ttl {
    padding-bottom: 1.8vw;
    padding-left: .5em;
  }

  #sec06 .box .txt .ttl img {
    width: auto;
    height: 4.2vw;
  }

  #sec06 .box01 .img{
    width: 24vw;
  }

  #sec06 .box02 .img{
    width: 26vw;
  }

  #sec06 .box03 .img{
    width: 19.2vw;
  }

  #sec06 .box04 .img{
    width: 26.8vw;
  }
}



/* ------------------------------
    contact
------------------------------ */
#contact {
  padding: 27px 0 100px;
  background: #fccf48;
}

#contact .txt {
  width: 716px;
  margin: 0 auto 30px;
  letter-spacing: 0.04em;
}

#contact .form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #fddd7f;
}

#contact .form dt,
#contact .form dd {
  font-size: 1.8rem;
  border-bottom: 1px solid #dcac43;
  border-top: 1px solid #fddd7f;
}

#contact .form dt:first-of-type,
#contact .form dd:first-of-type {
  border-top: none;
}

#contact .form dt {
  width: 300px;
  line-height: 1;
  padding: 40px 0 40px 5px;
}

#contact .form dd {
  width: calc(100% - 300px);
  padding: 20px 15px 20px 0;
}

#contact .form *::placeholder {
  color: #bfbfc0;
}

#contact .form label {
  display: inline-block;
  line-height: 1.8;
}

#contact .form input:not([type='submit']),
#contact .form textarea {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  font-weight: normal;
  border-radius: 10px;
  background: #fff;
  padding: 0 1em;
  box-shadow: 0px 0px 7px 3px rgba(62, 58, 57, .25) inset;
}

#contact .form textarea {
  display: block;
  line-height: 1.8em;
  padding: 1em;
  height: 18em;
  overflow: auto;
}

#contact .form input:not([type='submit']):not([type='file']),
#contact .form select {
  line-height: 60px;
  height: 60px;
}

#contact .privacy {
  width: 714px;
  margin: 58px auto 70px;
}

#contact .privacy .privacy_txt {
  display: none;
  padding: 2em;
}

#contact .privacy .acd_btn {
  display: flex;
  align-items: center;
  background: #3e3a39;
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 60px 0 34px;
  position: relative;
  cursor: pointer;
}

#contact .privacy .acd_btn::before,
#contact .privacy .acd_btn::after {
  content: '';
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
  transition: .3s ease;
}

#contact .privacy .acd_btn::before {
  transform: translateY(-50%) rotate(90deg);
}

#contact .privacy .acd_btn.open::before {
  transform: translateY(-50%) rotate(0);
}

#contact .form_btn {
  width: 366px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee780c url(../img/contact_submit.png) no-repeat center;
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  transition: background .3s ease;
  border: none;
  text-decoration: none;
  text-indent: 9999px;
}

#contact .form_btn:hover {
  cursor: pointer;
}

.privacy_txt h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  margin-top: 1.5em;
  border-bottom: 2px solid #3e3a39;
  padding-bottom: .5em;
}

.privacy_txt h5 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: .5em 0;
}

.privacy_txt p{
  margin-bottom: .75em;
}

.privacy_txt ul {
  padding-left: 2.5em;
  margin-bottom: .75em;
}

.privacy_txt ul li {
  list-style-type: circle;
}

/*完了*/
#contact.thanks {
  min-height: calc(100vh - 519px);
}

#contact.thanks .txt {
  font-size: 2rem;
}

#contact.thanks .form_btn span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: none;
  text-align: center;
  display: block;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 4vw 0 14vw;
  }

  #contact .secttl img {
    width: 100vw;
  }

  #contact .txt {
    width: 90%;
    margin: 0 auto 4vw;
  }

  #contact .txt .tel_link {
    display: inline-block;
    color: #3e3a39;
  }

  #contact .form {
    display: block;
  }

  #contact .form dt,
  #contact .form dd {
    font-size: 3.6vw;
  }

  #contact .form dt {
    width: 100%;
    border: none;
    padding: 1.5em 0 0 .4em;
  }

  #contact .form dt img {
    width: auto;
    height: 3.8vw;
  }

  #contact .form dd {
    width: 100%;
    border-top: none;
    padding: 1em 0 1.5em;
  }

  #contact .form input:not([type='submit']),
  #contact .form textarea {
    font-size: 3.6vw;
    border-radius: 2vw;
    box-shadow: 0px 0px 1vw .5vw rgba(62, 58, 57, .25) inset;
  }

  #contact .form input:not([type='submit']):not([type='file']),
  #contact .form select {
    line-height: 12vw;
    height: 12vw;
  }

  #contact .privacy {
    width: 100%;
    margin: 8vw auto;
  }

  #contact .privacy .acd_btn {
    border-radius: 5vw;
    box-shadow: .4vw .4vw .8vw rgba(0, 0, 0, 0.2);
    height: 10vw;
    line-height: 10vw;
    padding: 0 8vw 0 6vw;
  }

  #contact .privacy .acd_btn img {
    width: auto;
    height: 4vw;
  }

  #contact .privacy .acd_btn::before,
  #contact .privacy .acd_btn::after {
    right: 4vw;
    border-radius: .25vw;
    width: 4vw;
    height: .5vw;
  }


  #contact .form_btn {
    width: 60%;
    height: 10vw;
    line-height: 10vw;
    border-radius: 5vw;
    box-shadow: .4vw .4vw .8vw rgba(0, 0, 0, 0.2);
  }

  #contact .form_btn img {
    width: auto;
    height: 4vw;
  }

  /*完了*/
  #contact.thanks {
    padding: 10vw 0;
    min-height: calc(100vh - 50px - 76vw);
  }

  #contact.thanks .txt {
    font-size: 3.8vw;
    margin: 8vw auto;
  }

  #contact.thanks .form_btn span {
    font-size: 4vw;
  }

}



/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.pagetop{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 214px;
	height: 150px;
	z-index: 1;
}
.pagetop a {
  display: block;
  transition: all .3s;
}

.pagetop a:hover {
  transform: translateY(-5px);
}

footer {
  position: relative;
}

footer * {
  line-height: 1;
}

footer .wrap {
  padding: 74px 0 68px;
  display: flex;
  justify-content: space-between;
}

footer .logo img {
  width: 306px;
}

footer .info {
  width: 590px;
}

footer div.flex {
  margin-bottom: 25px;
}

footer .tel {
  position: relative;
}

footer .tel::before {
  content: "";
  width: 2px;
  height: 34px;
  background: #000;
  border-radius: 3px;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: -28px;
  top: -6px;

}

footer .time {
  margin-top: 14px;
}

footer .copy {
  text-align: center;
  font-weight: 500;
  background: #ee780c;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 1.4em 0 2.6em;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 26vw;
    height: 18vw;
  }

  .pagetop a:hover {
    transform: translateY(-.8vw);
  }

  footer .wrap {
    padding: 10vw 0;
    display: block;
  }

  footer .logo {
    width: 38%;
    margin: 0 auto 4vw;
  }

  footer .logo img {
    width: 100%;
  }

  footer .info {
    width: 100%;
  }

  footer div.flex {
    display: block;
    margin-bottom: 3.8vw;
    text-align: center;
  }

  footer div.flex .logo2 {
    width: 40%;
    margin: 0 auto;
  }

  footer div.flex .address {
    width: 62%;
    margin-top: 3vw;
  }

  footer .tel img,
  footer .fax img {
    width: auto;
    height: 3.6vw;
  }

  footer .tel::before {
    width: .5vw;
    height: 5vw;
    right: -3.5vw;
    top: -1vw;

  }

  footer .time {
    width: 38vw;
    margin-top: 2vw;
  }

  footer .copy {
    font-size: 2.8vw;
    padding: 1.4em 0;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
