/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}
	

/*
  font-family: "M PLUS 2", sans-serif;

font-family: "Yu Mincho","YuMincho","遊明朝体",'Lato',serif;
  font-weight: 200;
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1200px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
header {
  height: 102.5px;
  background-color: #FFF;
}
header .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 155px 0px 30px;
  position: relative;
}
header .wrapper .logo01 {
  width: 333px;
  display: block;
}
header .wrapper .logo01 img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 333px);
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
  padding-top: 16px;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
header .wrapper .gnav ul li:first-child {
  margin-left: 0;
}
header .wrapper .gnav ul li a {
  font-size: 14px;
  color: #766856;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  letter-spacing: 2px;
}
header .wrapper .gnav ul li a:hover {
  border-bottom: 1px solid #766856;
  opacity: 1;
}
header .wrapper .btn_entry01 {
  width: 130px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
header .wrapper .btn_entry01 img {
  width: 100%;
  display: block;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main section.s01 {
  padding: 45px 82px 112px;
  background-color: #FFF;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper h2 {
  position: absolute;
  bottom: 160px;
  left: -30px;
  color: #766856;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}
main section.s01 .wrapper .t01 {
  position: absolute;
  bottom: 100px;
  left: -30px;
  color: #766856;
  font-size: 28px;
  letter-spacing: 9px;
}
main section.s01 .wrapper .bg {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .arrow {
  height: 105px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 35px;
  margin: 0 auto;
}
main section.s02 {
  background-color: #BBF0FF;
  padding: 60px 0 300px;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper h3 {
  font-family: 'Sen', sans-serif;
  text-align: center;
  color: #FFFF00;
  font-size: 83px;
  font-weight: 900;
}
main section.s02 .wrapper .t01 {

  text-align: center;
  color: #766856;
  font-size: 18px;
  margin-top: 15px;
  letter-spacing: 4px;
}
main section.s02 .wrapper .t02 {
  text-align: center;
  color: #766856;
  font-size: 18px;
  margin-top: 8px;
}
main section.s02 .wrapper .t03 {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #766856;
  margin-top: 28px;
}
main section.s02 .wrapper .photo01 {
  display: block;
  position: absolute;
  right: 0;
  bottom: -150px;
  left: 0;
  margin: 0 auto;
}
main section.s03 {
  position: relative;
  z-index: 1;
  background-color: #FFC7E3;
  padding: 220px 0 130px;
}
main section.s03 .wrapper h4 {
font-family: 'Mukta', sans-serif;
  text-align: center;
  font-size: 49px;
  font-weight: 800;
  color: #766856;
}
main section.s03 .wrapper .t01 {
  text-align: center;
  color: #766856;
  font-size: 32px;
  line-height: 46px;
  margin-top: 10px;
  letter-spacing: 4px;
}
main section.s03 .wrapper .mapbox {
  position: relative;
  width: 1040px;
  margin: 80px auto 0;
}
main section.s03 .wrapper .mapbox .base {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .mapbox .step01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
}
main section.s03 .wrapper .mapbox .step02 {
  position: absolute;
  top: 585px;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
}
main section.s03 .wrapper .mapbox .step03 {
  position: absolute;
  top: 985px;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
}
main section.s03 .wrapper .t02 {
  text-align: center;
  color: #766856;
  font-size: 21px;
  letter-spacing: 5px;
  margin-top: 180px;
}
main section.s03 .wrapper .btn_entry01 {
font-family: 'Mukta', sans-serif;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 49px;
  font-weight: 800;
  line-height: 41px;
  background-color: #7FE5FF;
  width: 460px;
  padding: 28px 0;
  border-radius: 50px;
  margin: 18px auto 0;
  text-align: center;
}
main section.s04 {
  background-color: #FFFF00;
  padding: 160px 0 0;
  position: relative;
}
main section.s04 .wrapper h5 {
  font-family: 'Mukta', sans-serif;
  text-align: center;
  font-size: 49px;
  font-weight: 800;
  color: #766856;
}
main section.s04 .wrapper .t01 {
  text-align: center;
  color: #766856;
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 75px;
}
main section.s04 .wrapper .interviewbox {
  cursor: pointer;
}
main section.s04 .wrapper .interviewbox.opened .box01 .arrow {
  opacity: 0;
}
main section.s04 .wrapper .interviewbox.opened .detail .arrow {
  opacity: 1;
}
main section.s04 .wrapper .interviewbox:hover {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s04 .wrapper .interviewbox:hover .box01 .arrow {
  bottom: 15px;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box01 {
  background-color: #B3B3B3;
  background-image:url(../images/s040_main.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box01 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box01 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .interviewbox .detail {
  padding-bottom: 130px;
  position: relative;
  display: none;
}



<!--////////////// box001用  //////////////-->

main section.s04 .wrapper .interviewbox.opened .box001 .arrow {
  opacity: 0;
}
main section.s04 .wrapper .interviewbox:hover .box001 .arrow {
  bottom: 15px;
}

main section.s04 .wrapper .interviewbox:nth-child(even) .box001 {
  background-color: #B3B3B3;
  background-repeat:no-repeat;
  background-size:cover;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box001 {
  padding: 100px 0;
  position: relative;
    background-repeat:no-repeat;
  background-size:cover;
     background-image:url(../images/s04fujii_main.jpg);

}
main section.s04 .wrapper .box001 dl {
  width: 1280px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s04 .wrapper .box001 {
  background-color: #CCC;
  padding: 140px 0;
  position: relative;
}

main section.s04 .wrapper .box001 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}

main section.s04 .wrapper .box001 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box001 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}
main section.s04 .wrapper .box001 dl dt .t02 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
}
main section.s04 .wrapper .box001 dl dt .t03 {
  font-size: 18px;
  margin-top: 12px;
}
main section.s04 .wrapper .box001 dl dt .t04 {
  font-size: 18px;
}
main section.s04 .wrapper .box001 dl dt .t05 {
  font-size: 32px;
}
main section.s04 .wrapper .box001 dl dd {
  width: 404px;
}
main section.s04 .wrapper .box001 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}


<!--////////////// ここまで //////////////-->

<!--////////////// box002用  //////////////-->

main section.s04 .wrapper .interviewbox.opened .box002 .arrow {
  opacity: 0;
}
main section.s04 .wrapper .interviewbox:hover .box002 .arrow {
  bottom: 15px;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box002 {
  background-color: #B3B3B3;
  background-repeat:no-repeat;
  background-size:cover;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box002 {
  background-color: #CCC;
  padding: 140px 0;
  position: relative;
    background-repeat:no-repeat;
  background-size:cover;
       background-image:url(../images/s040_main2.webp);

}
main section.s04 .wrapper .box002 dl {
  width: 1280px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


main section.s04 .wrapper .box002 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}

main section.s04 .wrapper .box002 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box002 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}
main section.s04 .wrapper .box002 dl dt .t02 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
}
main section.s04 .wrapper .box002 dl dt .t03 {
  font-size: 18px;
  margin-top: 12px;
}
main section.s04 .wrapper .box002 dl dt .t04 {
  font-size: 18px;
}
main section.s04 .wrapper .box002 dl dt .t05 {
  font-size: 32px;
}
main section.s04 .wrapper .box002 dl dd {
  width: 404px;
}
main section.s04 .wrapper .box002 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}


<!--////////////// ここまで //////////////-->
<!--////////////// box003用  //////////////-->

main section.s04 .wrapper .interviewbox.opened .box003 .arrow {
  opacity: 0;
}
main section.s04 .wrapper .interviewbox:hover .box003 .arrow {
  bottom: 15px;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box003 {
  background-color: #B3B3B3;
  background-repeat:no-repeat;
  background-size:cover;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box003 {
  padding: 140px 0;
  position: relative;
    background-repeat:no-repeat;
  background-size:cover;
     background-image:url(../images/s04seki_main2.webp);

}
main section.s04 .wrapper .box003 dl {
  width: 1280px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


main section.s04 .wrapper .box003 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}

main section.s04 .wrapper .box003 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box003 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}
main section.s04 .wrapper .box003 dl dt .t02 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
}
main section.s04 .wrapper .box003 dl dt .t03 {
  font-size: 18px;
  margin-top: 12px;
}
main section.s04 .wrapper .box003 dl dt .t04 {
  font-size: 18px;
}
main section.s04 .wrapper .box003 dl dt .t05 {
  font-size: 32px;
}
main section.s04 .wrapper .box003 dl dd {
  width: 404px;
}
main section.s04 .wrapper .box003 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}


<!--////////////// ここまで //////////////-->
<!--////////////// box004用  //////////////-->

main section.s04 .wrapper .interviewbox.opened .box004 .arrow {
  opacity: 0;
}
main section.s04 .wrapper .interviewbox:hover .box004 .arrow {
  bottom: 15px;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box004 {
  background-color: #B3B3B3;
  background-repeat:no-repeat;
  background-size:cover;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box004 {
  background-color: #CCC;
  padding: 140px 0;
  position: relative;
    background-repeat:no-repeat;
  background-size:cover;
       background-image:url(../images/s04shiohata_main2.webp);

}
main section.s04 .wrapper .box004 dl {
  width: 1280px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


main section.s04 .wrapper .box004 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}

main section.s04 .wrapper .box004 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s04 .wrapper .box004 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}
main section.s04 .wrapper .box004 dl dt .t02 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
}
main section.s04 .wrapper .box004 dl dt .t03 {
  font-size: 18px;
  margin-top: 12px;
}
main section.s04 .wrapper .box004 dl dt .t04 {
  font-size: 18px;
}
main section.s04 .wrapper .box004 dl dt .t05 {
  font-size: 32px;
}
main section.s04 .wrapper .box004 dl dd {
  width: 404px;
}
main section.s04 .wrapper .box004 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}


<!--////////////// ここまで //////////////-->


main section.s04 .wrapper .box01 {
  background-color: #CCC;
  padding: 100px 0;
  position: relative;
}
main section.s04 .wrapper .box01 dl {
  width: 1280px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s04 .wrapper .box01 dl dt {
  color: #766856;
  background-color: rgba(255, 255, 255, 0.8);
  width: 404px;
  padding: 35px 0 35px 40px;
}
main section.s04 .wrapper .box01 dl dt .t02 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 1px;
}
main section.s04 .wrapper .box01 dl dt .t03 {
  font-size: 18px;
  margin-top: 12px;
}
main section.s04 .wrapper .box01 dl dt .t04 {
  font-size: 18px;
}
main section.s04 .wrapper .box01 dl dt .t05 {
  font-size: 30px;
}
main section.s04 .wrapper .box01 dl dd {
  width: 404px;
}
main section.s04 .wrapper .box01 .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1;
}
main section.s04 .wrapper .dl01 {
  width: 820px;
  margin: 80px auto 0;
}
main section.s04 .wrapper .dl01 dt {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #766856;
}
main section.s04 .wrapper .dl01 dd {
  margin-top: 27px;
}
main section.s04 .wrapper .dl01 dd .box02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s04 .wrapper .dl01 dd .box02 .tmb {
  width: 110.5px;
  border-radius: 110px;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 30px;
}
main section.s04 .wrapper .dl01 dd .box02 p {
  width: 667.5px;
  font-size: 18px;
  line-height: 30px;
  color: #766856;
  background-image: url(../images/s0405.png);
  background-size: 100% 100%;
  padding: 30px 30px 30px 70px;
  letter-spacing: 0.7px;
}
main section.s04 .wrapper .dl01 dd .t06 {
  color: #3FD2FF;
  font-size: 21px;
  margin-top: 20px;
}
main section.s04 .wrapper .dl01 dd .box03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}
main section.s04 .wrapper .dl01 dd .box03 p {
  width: calc(100% - 255.5px);
  padding-right: 30px;
  color: #766856;
  font-size: 18px;
  line-height: 35px;
}
main section.s04 .wrapper .dl01 dd .box03 img {
  width: 255.5px;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
}
main section.s04 .wrapper .btnbox {
  text-align: center;
  margin-top: 75px;
}
main section.s04 .wrapper .btnbox .btn02 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #766856;
  text-decoration: none;
  border: 2px solid #766856;
  display: inline-block;
  vertical-align: top;
  padding: 7px 25px 7px;
  letter-spacing: 2px;
}
main section.s04 .wrapper .arrow {
  width: 65px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 45px;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s06 {
  background-color: #BBF0FF;
  padding: 126px 0 80px;
}
main section.s06 .wrapper h6 {
  font-family: 'Mukta', sans-serif;
  text-align: center;
  color: #766856;
  font-size: 49px;
  font-weight: 800;
}
main section.s06 .wrapper .t01 {
  text-align: center;
  color: #766856;
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 50px;
}
main section.s06 .wrapper .photo01 {
  display: block;
  margin: 35px auto 0;
}
main section.s06 .wrapper .photo02 {
  display: block;
  margin: 125px auto 70px;
}
main section.s06 .wrapper .box01 {
  max-width: 1200px;
  margin: 50px auto 60px;
  position: relative;
}
main section.s06 .wrapper .box01.box0101 {
  padding-bottom: 65px;
}
main section.s06 .wrapper .box01.box0102 {
  padding-bottom: 25px;
}
main section.s06 .wrapper .box01 .t02_mini {
  font-family: 'Mukta', sans-serif;
  text-align: center;
  color: #FFFF00;
  font-weight: 800;
  font-size: 49px;
}

main section.s06 .wrapper .box01 .t02 {
  text-align: center;
  color: #FFFF00;
  font-weight: 600;
  font-size: 54px;
}
main section.s06 .wrapper .box01 .t03 {
  text-align: center;
  color: #766856;
  font-size: 32px;
  margin-top: 40px;
}
main section.s06 .wrapper .box01 .t04 {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #766856;
  margin-top: 25px;
  letter-spacing: 2px;
}
main section.s06 .wrapper .box01 img {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
}
main section.s06 .wrapper .photobox04,
main section.s06 .wrapper .photobox06 {
  display: none;
}
main section.s06 .wrapper .dl02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .dl02:nth-of-type(even) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 25px;
  padding-right: 0;
}
main section.s06 .wrapper .dl02:nth-of-type(even) dt .t05 {
  width: 490px;
}
main section.s06 .wrapper .dl02:nth-of-type(even) dt .t06 {
  width: 470px;
}
main section.s06 .wrapper .dl02:nth-of-type(even) dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s06 .wrapper .dl02 dt {
  width: 50%;
  padding-left: calc(50% - 470px);
  padding-right: 25px;
}
main section.s06 .wrapper .dl02 dt .t05 {
  font-size: 31px;
  font-weight: 600;
  color: #FFFF00;
}
main section.s06 .wrapper .dl02 dt .t06 {
  font-size: 21px;
  line-height: 35px;
  color: #766856;
  margin-top: 20px;
}
main section.s06 .wrapper .dl02 dd {
  width: calc(50% - 25px);
  background-size: cover;
  background-position: center center;
  height: 410px;
}
main section.s06 .wrapper .dl02 dd.dd01 {
  background-image: url(../images/s0603.png);
}
main section.s06 .wrapper .dl02 dd.dd02 {
  background-image: url(../images/s0604.png);
}
main section.s06 .wrapper .dl02 dd.dd03 {
  background-image: url(../images/s0606.png);
}
main section.s06 .wrapper .dl02 dd.dd04 {
  background-image: url(../images/s0607.png);
}
main section.s06 .wrapper .dl02 dd.dd05 {
  background-image: url(../images/s0608.png);
}



/*テスト用*/
main section.s06 .wrapper .dl700 {
  width: 1200px;
  margin:0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .dl700:nth-of-type(even) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 25px;
  padding-right: 0;
}
main section.s06 .wrapper .dl700:nth-of-type(even) dt .t05 {
  width: 490px;
}
main section.s06 .wrapper .dl700:nth-of-type(even) dt .t06 {
  width: 440px;
}
main section.s06 .wrapper .dl700:nth-of-type(even) dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s06 .wrapper .dl700 dt {
  width: 54%;
  padding-left: calc(50% - 470px);
  padding-right: 25px;
  	text-align:justify;
}
main section.s06 .wrapper .dl700 dt .t05 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFF00;
}
main section.s06 .wrapper .dl700 dt .t06 {
  font-size: 18px;
  line-height: 35px;
  color: #766856;
  margin-top: 20px;
}
main section.s06 .wrapper .dl700 dd {
  width: 730px;
  background-size: cover;
  /*background-position: center center;*/
  height: 410px;
}
main section.s06 .wrapper .dl700 dd.dd01 {
  background-image: url(../images/s0603.png);
}
main section.s06 .wrapper .dl700 dd.dd02 {
  background-image: url(../images/s0604.png);
}
main section.s06 .wrapper .dl700 dd.dd03 {
  background-image: url(../images/s0606_2.jpg);
}
main section.s06 .wrapper .dl700 dd.dd04 {
  background-image: url(../images/s0607_2.png);
}
main section.s06 .wrapper .dl700 dd.dd05 {
  background-image: url(../images/s0608_2.png);
}









main section.s06 .wrapper .btnbox {
  text-align: center;
  margin-top: 95px;
}

main section.s06 .wrapper .dl022 dd {
  width: calc(50% - 25px);
  background-size: cover;
  background-position: center center;
  height: 410px;
}


main section.s06 .wrapper .btnbox .btn02 {
  text-align: center;
  font-size: 18px;
  color: #766856;
  text-decoration: none;
  border: 2px solid #766856;
  display: inline-block;
  vertical-align: top;
  padding: 10px 50px 10px;
  letter-spacing: 4px;
}
main section.s07 {
  padding-bottom: 140px;
}
main section.s07 .wrapper .box01 {
  background-color: #9FFFA3;
  padding: 60px 0;
  height: 640px;
  position: relative;
}
main section.s07 .wrapper .box01 h6 {
  font-family: 'Mukta', sans-serif;
  text-align: center;
  font-size: 49px;
  font-weight: 800;
  color: #766856;
}
main section.s07 .wrapper .box01 .t011 {
  text-align: center;
  color: #766856;
  font-size: 32px;
    margin-top: 15px;

}

main section.s07 .wrapper .box01 .photo03 {
  width: 1080px;
  display: block;
  margin: 10px auto 0;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #766856;
  padding-top: 135px;
  letter-spacing: 4px;
}
main section.s07 .wrapper table {
  width: 750px;
  margin: 25px auto 0;
}
main section.s07 .wrapper table tr {
  border-bottom: 1px solid #766856;
}
main section.s07 .wrapper table tr th {
  width: 175px;
  font-size: 18px;
  color: #7FE5FF;
  line-height: 37px;
  vertical-align: top;
  padding: 35px 0 35px 5px;
}
main section.s07 .wrapper table tr td {
  font-size: 18px;
  line-height: 37px;
  color: #766856;
  padding: 35px 0;
}
main section.s07 .wrapper table tr td dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s07 .wrapper table tr td dl + dl {
  margin-top: 20px;
}
main section.s07 .wrapper table tr td dl dt {
  width: 100px;
}
main section.s07 .wrapper table tr td dl dd {
  width: calc(100% - 100px);
}
main section.s07 .wrapper .t02 {
  text-align: center;
  color: #766856;
  font-size: 18px;
  margin-top: 80px;
  letter-spacing: 4px;
}
main section.s07 .wrapper .btn_entry {
font-family: 'Mukta', sans-serif;
 display: block;
  text-decoration: none;
  color: #fff;
  font-size: 49px;
  font-weight: 800;
  line-height: 41px;
  background-color: #7FE5FF;
  width: 460px;
  padding: 28px 0;
  border-radius: 50px;
  margin: 18px auto 0;
  text-align: center;
}
main section.s08 {
  background-color: #FFCF6F;
  padding: 130px 0;
}
main section.s08 .wrapper {
  width: 880px;
  margin: 0 auto;
}
main section.s08 .wrapper .dl04 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s08 .wrapper .dl04 dt {
  width: 50%;
}
main section.s08 .wrapper .dl04 dt .t01 {
  color: #766856;
  font-size: 32px;
  line-height: 42px;
}
main section.s08 .wrapper .dl04 dt .t02 {
  color: #766856;
  font-size: 18px;
  line-height: 33px;
  margin-top: 20px;
}
main section.s08 .wrapper .dl04 dd {
  width: 413px;
}
main section.s08 .wrapper .dl04 dd img {
  width: 100%;
  display: block;
}
main section.s08 .wrapper h6 {
  font-family: 'Mukta', sans-serif;
  text-align: center;
  color: #766856;
  font-size: 49px;
  font-weight: 800;
  padding-top: 100px;
}
main section.s08 .wrapper .t03 {
  text-align: center;
  color: #766856;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
}
main section.s08 .wrapper .dl05 {
  margin-top: 80px;
}
main section.s08 .wrapper .dl05 dt {
  text-align: center;
}
main section.s08 .wrapper .dl05 dt span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  background-color: #9A8A74;
  line-height: 28px;
  padding: 9px 35px 12px;
  border-radius: 20px;
}
main section.s08 .wrapper .dl05 dd {
  margin-top: 30px;
}
main section.s08 .wrapper .dl05 dd.dd02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s08 .wrapper .dl05 dd.dd02 .box02 {
  width: calc(50% - 30px);
}
main section.s08 .wrapper .dl05 dd.dd02 .box02 .data {
  width: 100%;
}
main section.s08 .wrapper .dl05 dd .t04 {
  text-align: center;
  font-size: 18px;
  color: #766856;
  line-height: 12px;
  background-color: #FFC042;
  border: 0px solid #766856;
  padding: 20px 0 23px;
}
main section.s08 .wrapper .dl05 dd .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s08 .wrapper .dl05 dd .box01 + .t04 {
  margin-top: 60px;
}
main section.s08 .wrapper .dl05 dd .box01 .data {
  width: 50%;
  margin-top: 44px;
}
main section.s08 .wrapper .dl05 dd .box01 .data:nth-child(even) {
  padding-left: 40px;
}
main section.s08 .wrapper .dl05 dd .box01 .data .t05 {
  font-size: 18px;
  color: #766856;
}
main section.s08 .wrapper .dl05 dd .box01 .data .t05 a {
  color: #766856;
  text-decoration: none;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul {
  margin-top: 14px;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-right: 18px;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li a {
  display: block;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li a img {
  width: 100%;
  display: block;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li.li01 {
  width: 27.5px;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li.li02 {
  width: 13.6px;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li.li03 {
  width: 26.3px;
}
main section.s08 .wrapper .dl05 dd .box01 .data ul li.li04 {
  width: 25.6px;
}
main section.s09 {
  background-color: #C1F0FF;
  padding: 75px 0 90px;
}
main section.s09 .wrapper .t02 {
  text-align: center;
  color: #766856;
  font-size: 18px;
  letter-spacing: 5px;
}
main section.s09 .wrapper .btn_entry01 {
font-family: 'Mukta', sans-serif;
  display: block;
  text-decoration: none;
  color: #766856;
  font-size: 49px;
  font-weight: 800;
  line-height: 41px;
  background-color: #FFFF00;
  width: 460px;
  padding: 28px 0;
  border-radius: 50px;
  margin: 18px auto 0;
  text-align: center;
}
main section.s09 .wrapper .t03 {
  text-align: center;
  color: #766856;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 70px;
}
main section.s09 .wrapper ul {
  text-align: center;
  margin-top: 25px;
}
main section.s09 .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 334px;
  margin: 0 10px;
}
main section.s09 .wrapper ul li a {
  display: block;
}
main section.s09 .wrapper ul li a img {
  width: 100%;
  display: block;
}

footer {
  background-color: #FFFF00;
  position: relative;
}
footer .wrapper {
  padding: 50px 0 10px;
}
footer .wrapper .logo02 {
  width: 239px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo02 img {
  width: 100%;
  display: block;
}
footer .wrapper .pagetop {
  width: 118px;
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
}
footer .wrapper .pagetop img {
  width: 100%;
  display: block;
}
footer .wrapper .menu {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 35px;
}
footer .wrapper .menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-right: 2px solid #766856;
  height: 16px;
  line-height: 16px;
}
footer .wrapper .menu li:last-child {
  border: none;
}
footer .wrapper .menu li a {
  display: block;
  text-decoration: none;
  color: #766856;
  font-size: 18px;
  line-height: 16px;
}
footer .wrapper .snslist02 {
  margin-top: 28px;
  text-align: center;
}
footer .wrapper .snslist02 li {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 15px;
}
footer .wrapper .snslist02 li a {
  display: block;
}
footer .wrapper .snslist02 li a img {
  width: 100%;
  display: block;
}
footer .wrapper .snslist02 li.li01 {
  width: 34.4px;
}
footer .wrapper .snslist02 li.li02 {
  width: 17.1px;
}
footer .wrapper .snslist02 li.li03 {
  width: 32.9px;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 16px;
  color: #766856;
  margin-top: 50px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    height: 52px;
    background-color: #FFF;
    position: relative;
  }
  header .wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 0 27.5px;
    position: relative;
  }
  header .wrapper .logo01 {
    width: 206px;
    display: block;
  }
  header .wrapper .logo01 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btn_entry01 {
    width: 52px;
    display: block;
    position: absolute;
    top: 0;
    right: 52px;
  }
  header .wrapper .btn_entry01 img {
    width: 100%;
    display: block;
  }
  header .ham {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .spmenu {
    height: calc(100vh + 100px);
    background-color: #BBF0FF;
    padding: 50px 27.5px 0 50px;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px;
    color: #766856;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
  }
  header .spmenu .close {
    width: 18.2px;
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
  }
  main section.s01 {
    padding: 27.5px 27.5px 45px;
    background-color: #FFF;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper h2 {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: -13.8px;
    color: #766856;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-top: -40px;
  }
  main section.s01 .wrapper .t01 {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: 25px;
    left: -13.8px;
    color: #766856;
    font-size: 12px;
    letter-spacing: 4px;
  }
  main section.s01 .wrapper .bg {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .arrow {
    height: 59.7px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 15px;
    margin: 0 auto;
  }
  main section.s02 {
    background-color: #BBF0FF;
    padding: 45px 0 150px;
    position: relative;
    z-index: 2;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    color: #FFFF00;
    font-size: 40px;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 3px;
  }
  main section.s02 .wrapper .t02 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    line-height: 22px;
    margin-top: 5px;
  }
  main section.s02 .wrapper .t03 {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #766856;
    margin-top: 18px;
  }
  main section.s02 .wrapper .photo01 {
    width: 218px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -105px;
    left: 0;
    margin: 0 auto;
  }
  main section.s03 {
    position: relative;
    z-index: 1;
    background-color: #FFC7E3;
    padding: 130px 5px 70px;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 24px;
    color: #766856;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    color: #766856;
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper .mapbox {
    position: relative;
    width: 100%;
    margin: 60px auto 0;
  }
  main section.s03 .wrapper .mapbox .base {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .mapbox .step01 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .mapbox .step02 {
    position: absolute;
    top: 38%;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .mapbox .step03 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .t02 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 70px;
  }
  main section.s03 .wrapper .btn_entry01 {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    background-color: #7FE5FF;
    width: 290px;
    padding: 17px 0;
    border-radius: 50px;
    margin: 12px auto 0;
    text-align: center;
  }
  main section.s04 {
    background-color: #FFFF00;
    padding: 40px 0 0;
    position: relative;
  }
  main section.s04 .wrapper h5 {
    text-align: center;
    font-size: 24px;
    color: #766856;
  }
  main section.s04 .wrapper .t01 {
    text-align: center;
    color: #766856;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  main section.s04 .wrapper .interviewbox {
    cursor: pointer;
  }
  
 

<!--////////////// box001用  //////////////-->
  main section.s04 .wrapper .interviewbox.opened .box001 .arrow {
    opacity: 0;
  }
  main section.s04 .wrapper .interviewbox:hover .box001 .arrow {
    bottom: 10px;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box001 {
    background-color: #B3B3B3;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box001 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .box001 {
    background-color: #CCC;
    padding: 45px 20px 45px;
    position: relative;
  }
  main section.s04 .wrapper .box001 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .box001 dl dt {
    color: #766856;
    background-color: rgba(255, 255, 255, 0.8);
    width: 182px;
    padding: 15px 0 15px 15px;
  }
  main section.s04 .wrapper .box001 dl dt .t02 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .box001 dl dt .t03 {
    font-size: 13px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box001 dl dt .t04 {
    font-size: 13px;
  }
  main section.s04 .wrapper .box001 dl dt .t05 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box001 dl dd {
    width: calc(100% - 192px);
  }
  main section.s04 .wrapper .box001 .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }


 <!--////////////// ここまで //////////////-->
 
 <!--////////////// box002用  //////////////-->
   main section.s04 .wrapper .interviewbox.opened .box002 .arrow {
    opacity: 0;
  }
  main section.s04 .wrapper .interviewbox:hover .box002 .arrow {
    bottom: 10px;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box002 {
    background-color: #B3B3B3;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box002 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .box002 {
    background-color: #CCC;
    padding: 45px 20px 45px;
    position: relative;
  }
  main section.s04 .wrapper .box002 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .box002 dl dt {
    color: #766856;
    background-color: rgba(255, 255, 255, 0.8);
    width: 182px;
    padding: 15px 0 15px 15px;
  }
  main section.s04 .wrapper .box002 dl dt .t02 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .box002 dl dt .t03 {
    font-size: 13px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box002 dl dt .t04 {
    font-size: 13px;
  }
  main section.s04 .wrapper .box002 dl dt .t05 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box002 dl dd {
    width: calc(100% - 192px);
  }
  main section.s04 .wrapper .box002 .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }

 <!--////////////// ここまで //////////////-->
 
 <!--////////////// box003用  //////////////-->
   main section.s04 .wrapper .interviewbox.opened .box003 .arrow {
    opacity: 0;
  }
  main section.s04 .wrapper .interviewbox:hover .box003 .arrow {
    bottom: 10px;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box003 {
    background-color: #B3B3B3;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box003 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .box003 {
    background-color: #CCC;
    padding: 45px 20px 45px;
    position: relative;
  }
  main section.s04 .wrapper .box003 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .box003 dl dt {
    color: #766856;
    background-color: rgba(255, 255, 255, 0.8);
    width: 182px;
    padding: 15px 0 15px 15px;
  }
  main section.s04 .wrapper .box003 dl dt .t02 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .box003 dl dt .t03 {
    font-size: 13px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box003 dl dt .t04 {
    font-size: 13px;
  }
  main section.s04 .wrapper .box003 dl dt .t05 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box003 dl dd {
    width: calc(100% - 192px);
  }
  main section.s04 .wrapper .box003 .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }

 <!--////////////// ここまで //////////////-->
 <!--////////////// box004用  //////////////-->
   main section.s04 .wrapper .interviewbox.opened .box004 .arrow {
    opacity: 0;
  }
  main section.s04 .wrapper .interviewbox:hover .box004 .arrow {
    bottom: 10px;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box004 {
    background-color: #B3B3B3;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box004 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .box004 {
    background-color: #CCC;
    padding: 45px 20px 45px;
    position: relative;
  }
  main section.s04 .wrapper .box004 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .box004 dl dt {
    color: #766856;
    background-color: rgba(255, 255, 255, 0.8);
    width: 182px;
    padding: 15px 0 15px 15px;
  }
  main section.s04 .wrapper .box004 dl dt .t02 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .box004 dl dt .t03 {
    font-size: 13px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box004 dl dt .t04 {
    font-size: 13px;
  }
  main section.s04 .wrapper .box004 dl dt .t05 {
    font-size: 15px;
  }
  main section.s04 .wrapper .box004 dl dd {
    width: calc(100% - 192px);
  }
  main section.s04 .wrapper .box004 .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }

 <!--////////////// ここまで //////////////-->
 

  main section.s04 .wrapper .interviewbox.opened .box01 .arrow {
    opacity: 0;
  }
  main section.s04 .wrapper .interviewbox.opened .detail .arrow {
    opacity: 1;
  }
  main section.s04 .wrapper .interviewbox:hover {
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s04 .wrapper .interviewbox:hover .box01 .arrow {
    bottom: 10px;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box01 {
    background-color: #B3B3B3;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box01 dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s04 .wrapper .interviewbox:nth-child(even) .box01 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s04 .wrapper .interviewbox .detail {
    padding-bottom: 50px;
    position: relative;
    display: none;
  }
  main section.s04 .wrapper .box01 {
    background-color: #CCC;
    padding: 30px 20px 45px;
    position: relative;
  }
  main section.s04 .wrapper .box01 dl {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .box01 dl dt {
    color: #766856;
    background-color: rgba(255, 255, 255, 0.8);
    width: 182px;
    padding: 15px 0 15px 15px;
  }
  main section.s04 .wrapper .box01 dl dt .t02 {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  main section.s04 .wrapper .box01 dl dt .t03 {
    font-size: 10px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box01 dl dt .t04 {
    font-size: 10px;
  }
  main section.s04 .wrapper .box01 dl dt .t05 {
    font-size: 13px;
  }
  main section.s04 .wrapper .box01 dl dd {
    width: calc(100% - 192px);
  }
  main section.s04 .wrapper .box01 .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 1;
  }
  main section.s04 .wrapper .detail {
    margin-top: -35px;
  }
  main section.s04 .wrapper .dl01 {
    width: 100%;
    margin: 65px auto 0;
    padding: 0 20px;
  }
  main section.s04 .wrapper .dl01 dt {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    color: #766856;
  }
  main section.s04 .wrapper .dl01 dd {
    margin-top: 27px;
  }
  main section.s04 .wrapper .dl01 dd .box02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s04 .wrapper .dl01 dd .box02 .tmb {
    width: 62px;
    border-radius: 110px;
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
  }
  main section.s04 .wrapper .dl01 dd .box02 p {
    width: calc(100% - 70px);
    font-size: 13px;
    line-height: 20px;
    color: #766856;
    background-image: url(../images/s0405_sp.png);
    background-size: 100% 100%;
    padding: 20px 20px 20px 50px;
    letter-spacing: 0.7px;
  }
  main section.s04 .wrapper .dl01 dd .t06 {
    color: #3FD2FF;
    font-size: 14px;
    margin-top: 13px;
  }
  main section.s04 .wrapper .dl01 dd .box03 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
  }
  main section.s04 .wrapper .dl01 dd .box03 p {
    width: calc(100% - 170px);
    padding-right: 0;
    color: #766856;
    font-size: 13px;
    line-height: 19px;
  }
  main section.s04 .wrapper .dl01 dd .box03 img {
    width: 160px;
    display: block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 5px;
  }
  main section.s04 .wrapper .btnbox {
    text-align: center;
    margin-top: 50px;
  }
  main section.s04 .wrapper .btnbox .btn02 {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #766856;
    text-decoration: none;
    border: 2px solid #766856;
    display: inline-block;
    vertical-align: top;
    padding: 7px 25px 9px;
    letter-spacing: 2px;
  }
  main section.s04 .wrapper .arrow {
    width: 37px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s06 {
    background-color: #BBF0FF;
    padding: 40px 15px 45px;
  }
  main section.s06 .wrapper h6 {
    text-align: center;
    color: #766856;
    font-size: 24px;
  }
  main section.s06 .wrapper .t01 {
    text-align: center;
    color: #766856;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  main section.s06 .wrapper .photo01 {
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }
  main section.s06 .wrapper .photo02 {
    width: 100%;
    display: block;
    margin: 40px auto 55px;
  }
  main section.s06 .wrapper .box01 {
    max-width: 1200px;
    margin: 24px auto 60px;
    position: relative;
  }
  main section.s06 .wrapper .box01.box0101 {
    padding-bottom: 0;
  }
main section.s06 .wrapper .box01 .t02_mini {
  text-align: center;
  color: #FFFF00;
  font-size: 24px;
}
  
  main section.s06 .wrapper .box01.box0102 {
    padding-bottom: 25px;
    margin-top: -32px;
  }
  main section.s06 .wrapper .box01 .t02 {
    text-align: center;
    color: #FFFF00;
    font-weight: 600;
    font-size: 30px;
  }
  main section.s06 .wrapper .box01 .t03 {
    text-align: center;
    color: #766856;
    font-size: 15px;
    margin-top: 20px;
  }
  main section.s06 .wrapper .box01 .t04 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #766856;
    margin-top: 25px;
    text-align: left;
    letter-spacing: 1px;
    width: 320px;
    margin: 10px auto 0;
  }
  main section.s06 .wrapper .box01 img {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
  }
  main section.s06 .wrapper .photobox04 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 15px);
    margin-top: -30px;
  }
  main section.s06 .wrapper .photobox04 .photo0401 {
    width: calc(33% - 4px);
    display: block;
    margin: 0 !important;
  }
  main section.s06 .wrapper .photobox04 .photo0402 {
    width: calc(67% - 4px);
    display: block;
  }
  main section.s06 .wrapper .photo05 {
    width: calc(100% - 30px);
    margin: 16px 0 0 -15px;
  }
  main section.s06 .wrapper .photobox06 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 15px);
    margin-top: -50px;
  }
  main section.s06 .wrapper .photobox06 .photo0601 {
    width: calc(28% - 4px);
    display: block;
    margin: 0 !important;
  }
  main section.s06 .wrapper .photobox06 .photo0602 {
    width: calc(72% - 4px);
    display: block;
  }
  main section.s06 .wrapper .photo07 {
    width: calc(100% - 10px);
    margin: 35px 0 0 -15px;
  }
  main section.s06 .wrapper .photo08 {
    width: calc(100% - 10px);
    margin: 20px 0 0 25px;
  }
  main section.s06 .wrapper .dl02 {
    display: block;
    margin-top: 20px;
  }
  main section.s06 .wrapper .dl02:nth-of-type(even) dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 25px;
    padding-right: 0;
  }
  main section.s06 .wrapper .dl02:nth-of-type(even) dt .t05 {
    width: 100%;
  }
  main section.s06 .wrapper .dl02:nth-of-type(even) dt .t06 {
    width: 100%;
  }
  main section.s06 .wrapper .dl02:nth-of-type(even) dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s06 .wrapper .dl02 dt {
    width: 100%;
    padding: 0 25px !important;
  }
  main section.s06 .wrapper .dl02 dt .t05 {
    font-size: 15px;
    font-weight: 600;
    color: #FFFF00;
  }
  main section.s06 .wrapper .dl02 dt .t06 {
    font-size: 13px;
    line-height: 20px;
    color: #766856;
    margin-top: 0;
  }
  main section.s06 .wrapper .dl02 dd {
    display: none;
  }
  main section.s06 .wrapper .btnbox {
    text-align: center;
    margin-top: 45px;
  }
  main section.s06 .wrapper .btnbox .btn02 {
    text-align: center;
    font-size: 13px;
    color: #766856;
    text-decoration: none;
    border: 2px solid #766856;
    display: inline-block;
    vertical-align: top;
    padding: 7px 25px 7px;
    letter-spacing: 2px;
  }
  main section.s07 {
    padding-bottom: 60px;
  }
  main section.s07 .wrapper .box01 {
    background-color: #9FFFA3;
    padding: 50px 0;
    height: 530px;
    position: relative;
  }
  main section.s07 .wrapper .box01 h6 {
    text-align: center;
    font-size: 24px;
    color: #766856;
  }
main section.s07 .wrapper .box01 .t011 {
  font-size: 15px;
}
  
  main section.s07 .wrapper .box01 .photo03 {
    width: 384px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #766856;
    padding-top: 70px;
    letter-spacing: 1px;
  }
  main section.s07 .wrapper table {
    width: calc(100% - 100px);
    margin: 20px auto 0;
  }
  main section.s07 .wrapper table tr {
    width: 100%;
    display: block;
    border-bottom: 1px solid #766856;
  }
  main section.s07 .wrapper table tr:last-child {
    border: none;
  }
  main section.s07 .wrapper table tr th {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 22px;
    vertical-align: top;
    padding: 10px 0 0 0;
  }
  main section.s07 .wrapper table tr td {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #766856;
    padding: 0 0 10px 0;
  }
  main section.s07 .wrapper table tr td dl {
    display: block;
  }
  main section.s07 .wrapper table tr td dl + dl {
    margin-top: 20px;
  }
  main section.s07 .wrapper table tr td dl dt {
    width: 100%;
    margin-left: -7px;
  }
  main section.s07 .wrapper table tr td dl dd {
    width: 100%;
  }
  main section.s07 .wrapper .t02 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 30px;
  }
  main section.s07 .wrapper .btn_entry {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    background-color: #7FE5FF;
    width: 290px;
    padding: 17px 0;
    border-radius: 50px;
    margin: 12px auto 0;
    text-align: center;
  }
  main section.s08 {
    background-color: #FFCF6F;
    padding: 40px 26.5px 100px;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper .dl04 {
    display: block;
  }
  main section.s08 .wrapper .dl04 dt {
    width: 100%;
  }
  main section.s08 .wrapper .dl04 dt .t01 {
    color: #766856;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  main section.s08 .wrapper .dl04 dt .t02 {
    color: #766856;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
  }
  main section.s08 .wrapper .dl04 dd {
    max-width: 413px;
    margin: 17px auto 0;
    width: 100%;
  }
  main section.s08 .wrapper .dl04 dd img {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper h6 {
    text-align: center;
    color: #766856;
    font-size: 24px;
    padding-top: 50px;
  }
  main section.s08 .wrapper .t03 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  main section.s08 .wrapper .dl05 {
    margin-top: 40px;
  }
  main section.s08 .wrapper .dl05 dt {
    text-align: center;
  }
  main section.s08 .wrapper .dl05 dt span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    background-color: #9A8A74;
    line-height: 16px;
    padding: 8px 25px 8px;
    border-radius: 10px;
  }
  main section.s08 .wrapper .dl05 dd {
    margin-top: 30px;
  }
  main section.s08 .wrapper .dl05 dd.dd02 {
    display: block;
  }
  main section.s08 .wrapper .dl05 dd.dd02 .box02 {
    width: 100%;
  }
  main section.s08 .wrapper .dl05 dd.dd02 .box02 + .box02 {
    margin-top: 60px;
  }
  main section.s08 .wrapper .dl05 dd.dd02 .box02 .data {
    width: 100%;
  }
  main section.s08 .wrapper .dl05 dd .t04 {
    text-align: center;
    font-size: 13px;
    color: #766856;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #766856;
    padding: 9px 0 9px;
  }
  main section.s08 .wrapper .dl05 dd .box01 {
    display: block;
    margin-top: -20px;
  }
  main section.s08 .wrapper .dl05 dd .box01 + .t04 {
    margin-top: 50px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data {
    width: 100%;
    margin-top: 32px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data:nth-child(even) {
    padding-left: 0px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data .t05 {
    font-size: 13px;
    color: #766856;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul {
    margin-top: 10px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    margin-right: 16px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li a {
    display: block;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li a img {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li.li01 {
    width: 25.5px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li.li02 {
    width: 12.6px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li.li03 {
    width: 24.3px;
  }
  main section.s08 .wrapper .dl05 dd .box01 .data ul li.li04 {
    width: 24.6px;
  }
  main section.s09 {
    background-color: #C1F0FF;
    padding: 45px 0 40px;
  }
  main section.s09 .wrapper .t02 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    letter-spacing: 2px;
  }
  main section.s09 .wrapper .btn_entry01 {
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    width: 290px;
    padding: 17px 0;
    border-radius: 50px;
    margin: 12px auto 0;
    text-align: center;
  }
  main section.s09 .wrapper .t03 {
    text-align: center;
    color: #766856;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 45px;
  }
  main section.s09 .wrapper ul {
    text-align: center;
    margin-top: 0;
  }
  main section.s09 .wrapper ul li {
    display: block;
    vertical-align: top;
    width: 240px;
    margin: 20px auto 0;
  }
  main section.s09 .wrapper ul li a {
    display: block;
  }
  main section.s09 .wrapper ul li a img {
    width: 100%;
    display: block;
  }
  footer {
    background-color: #FFFF00;
    position: relative;
  }
  footer .wrapper {
    padding: 40px 0 10px;
  }
  footer .wrapper .logo02 {
    width: 136px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo02 img {
    width: 100%;
    display: block;
  }
  footer .wrapper .pagetop {
    display: block;
    position: static;
    width: 80px;
    margin: 20px auto 0;
  }
  footer .wrapper .pagetop img {
    width: 110%;
    display: block;
  }
  footer .wrapper .menu {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
  }
  footer .wrapper .menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #766856;
    height: 10px;
    line-height: 10px;
  }
  footer .wrapper .menu li:last-child {
    border: none;
  }
  footer .wrapper .menu li a {
    display: block;
    text-decoration: none;
    color: #766856;
    font-size: 13px;
    line-height: 10px;
  }
  footer .wrapper .snslist02 {
    margin-top: 13px;
    text-align: center;
  }
  footer .wrapper .snslist02 li {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    margin: 0 5px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  footer .wrapper .snslist02 li a {
    display: block;
  }
  footer .wrapper .snslist02 li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .snslist02 li.li01 {
    width: 34.4px;
  }
  footer .wrapper .snslist02 li.li02 {
    width: 17.1px;
  }
  footer .wrapper .snslist02 li.li03 {
    width: 32.9px;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    color: #766856;
    margin-top: 20px;
  }
  
  
  
  
  /*テスト用*/
main section.s06 .wrapper .dl700 {
  width: 100%;
  margin:0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .dl700:nth-of-type(even) dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 25px;
  padding-right: 0;
}




main section.s06 .wrapper .dl700 dd.dd01 {
  background-image: url(../images/s0603.png);
}
main section.s06 .wrapper .dl700 dd.dd02 {
  background-image: url(../images/s0604.png);
}
main section.s06 .wrapper .dl700 dd.dd03 {
  background-image: url(../images/s0606_2.jpg);
}
main section.s06 .wrapper .dl700 dd.dd04 {
  background-image: url(../images/s0607_2.png);
}
main section.s06 .wrapper .dl700 dd.dd05 {
  background-image: url(../images/s0608_2.png);
}


  main section.s06 .wrapper .dl700 {
    display: block;
    margin-top: 20px;
  }
  main section.s06 .wrapper .dl700:nth-of-type(even) dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 25px;
    padding-right: 0;
  }
  main section.s06 .wrapper .dl700:nth-of-type(even) dt .t05 {
    width: 100%;
  }
  main section.s06 .wrapper .dl700:nth-of-type(even) dt .t06 {
    width: 100%;
  }
  main section.s06 .wrapper .dl700:nth-of-type(even) dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s06 .wrapper .dl700 dt {
    width: 100%;
	text-align:justify;
    padding: 0 25px !important;
  }
  main section.s06 .wrapper .dl700 dt .t05 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #FFFF00;
  }
  main section.s06 .wrapper .dl700 dt .t06 {
    font-size: 13px;
    line-height: 20px;
    color: #766856;
    margin-top: 10px;
  }
  main section.s06 .wrapper .dl700 dd {
    display: none;
  }
  
  
}