/* ------------------------------
 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: #595757;
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
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;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mincho01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.mincho02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

* {
  letter-spacing: 0.08em;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  min-width: 1080px;
  width: 100%;
}
header.scrolled .wrapper {
  background-color: rgba(234, 234, 234, 0.9);
}
header .wrapper {
  width: 100%;
  padding: 80px 140px 80px 40px;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .wrapper .logo {
  width: 270px;
  display: block;
  position: absolute;
  top: -40px;
  left: 40px;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header .wrapper .gnav ul li + li {
  margin-left: 40px;
}
header .wrapper .gnav ul li a {
  font-size: 13px;
  line-height: 16px;
  color: #595757;
  border-bottom: 1px solid transparent;
  padding: 12px 3px;
  text-decoration: none;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .wrapper .gnav ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #ccc;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

footer {
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 40px 0;
}
footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
footer .wrapper .btn_contact01 {
  width: 105px;
  display: block;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1000000;
}
footer .wrapper .btn_contact01 img {
  width: 100%;
  display: block;
}
footer .wrapper .logo {
  width: 270px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper ul {
  width: 220px;
  position: absolute;
  top: 20px;
  right: calc(50% + 150px);
}
footer .wrapper ul li + li {
  margin-top: 13px;
}
footer .wrapper ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #595757;
  font-size: 13px;
  padding-left: 20px;
  position: relative;
}
footer .wrapper ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #595757;
  position: absolute;
  top: 9px;
  left: 0;
}
footer .wrapper .txtbox {
  width: 300px;
  position: absolute;
  top: 20px;
  left: calc(50% + 220px);
}
footer .wrapper .txtbox p {
  font-size: 13px;
  line-height: 200%;
}
footer .wrapper .txtbox p + p {
  margin-top: 15px;
}
footer .wrapper .txtbox p a {
  text-decoration: none;
  color: #595757;
}
footer .wrapper .copy {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #aaa;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    min-width: 375px;
    width: 100%;
  }
  header.scrolled .wrapper {
    background-color: rgba(234, 234, 234, 0.9);
    background-color: transparent;
  }
  header .wrapper {
    width: 100%;
    padding: 0;
    height: 50px;
    position: relative;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header .wrapper .logo {
    width: 100px;
    display: block;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 1000000;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1000000;
  }
  header .spmenu {
    position: absolute;
    background-color: rgba(234, 234, 234, 0.9);
    padding: 90px 20px 20px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200000;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 100%;
    padding: 12px 0;
    color: #595757;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  footer {
    background-image: url(../images/bg_footer.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 20px 0;
  }
  footer .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  footer .wrapper .btn_contact01 {
    width: 80px;
    display: block;
    position: fixed;
    top: 55px;
    right: -15px;
    z-index: 100000;
    display: none;
  }
  footer .wrapper .btn_contact01 img {
    width: 100%;
    display: block;
  }
  footer .wrapper .logo {
    width: 170px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper ul {
    width: 100%;
    position: static;
    text-align: center;
    width: 330px;
    margin: 20px auto 0;
  }
  footer .wrapper ul li {
    margin: 3px 3px !important;
    display: inline-block;
  }
  footer .wrapper ul li a {
    display: block;
    vertical-align: top;
    text-decoration: none;
    color: #595757;
    font-size: 11px;
    padding-left: 7px;
    position: relative;
  }
  footer .wrapper ul li a::before {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    background-color: #595757;
    position: absolute;
    top: 9px;
    left: 0;
  }
  footer .wrapper .txtbox {
    width: 100%;
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  footer .wrapper .txtbox p {
    font-size: 11px;
    line-height: 200%;
  }
  footer .wrapper .txtbox p + p {
    margin-top: 15px;
  }
  footer .wrapper .txtbox p a {
    text-decoration: none;
    color: #595757;
  }
  footer .wrapper .copy {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 15px 0;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #aaa;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main section {
  position: relative;
}
main section .idpoint {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -200px;
  left: 0;
}
main section.s01 {
  padding: 180px 0 45px;
  background-color: #ebeaea;
  overflow: hidden;
  background-image: url(../images/s0101.png);
  background-position: top 60px right calc(50% - 50px);
  background-repeat: no-repeat;
}
main section.s01 .wrapper .photobox {
  width: 100%;
  height: 600px;
  position: relative;
}
main section.s01 .wrapper .photobox *.effected {
  opacity: 1;
}
main section.s01 .wrapper .photobox .photo {
  width: 1400px;
  display: block;
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main section.s01 .wrapper .photobox .photo.effected {
  opacity: 1;
}
main section.s01 .wrapper .photobox .msg01 {
  width: 120px;
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% + 370px);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main section.s01 .wrapper .photobox .msg01.effected {
  opacity: 1;
}
main section.s01 .wrapper .photobox .msg02 {
  width: 70px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: calc(50% + 390px);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
main section.s01 .wrapper .photobox .msg02.effected {
  opacity: 1;
}
main section.s01 .wrapper .dl01 {
  width: 900px;
  margin: 50px auto 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;
}
main section.s01 .wrapper .dl01 dt {
  width: 230px;
  padding-top: 20px;
}
main section.s01 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl01 dd {
  width: calc(100% - 230px);
  padding-left: 40px;
}
main section.s01 .wrapper .dl01 dd p {
  font-size: 18px;
  line-height: 180%;
}
main section.s01 .wrapper .dl01 dd p.t02 {
  margin-top: 30px;
  padding-left: 40px;
}
main section.s01 .wrapper .newsbox {
  width: 1000px;
  margin: 20px auto 0;
  background-color: #fff;
  position: relative;
  padding: 20px 50px 20px 230px;
}
main section.s01 .wrapper .newsbox .ttl_news {
  font-size: 16px;
  background-color: #d6d8d3;
  width: 190px;
  line-height: 100%;
  padding: 48px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .newsbox ul li + li {
  border-top: 1px solid #ccc;
}
main section.s01 .wrapper .newsbox ul li a {
  display: block;
  text-decoration: none;
  padding: 35px 0;
}
main section.s01 .wrapper .newsbox ul li a 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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .newsbox ul li a dl dt {
  width: 125px;
  font-size: 14px;
  line-height: 180%;
  color: #595757;
  letter-spacing: 2px;
  border-right: 1px solid #595757;
}
main section.s01 .wrapper .newsbox ul li a dl dd {
  width: calc(100% - 125px);
  font-size: 14px;
  line-height: 180%;
  padding-left: 30px;
  color: #595757;
}
main section.s01 .wrapper .btn_more {
  width: 900px;
  margin: 40px auto 0;
  text-align: right;
}
main section.s01 .wrapper .btn_more a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 15px;
  color: #595757;
  line-height: 100%;
  padding: 21px 77px 21px 0;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 57px auto;
  background-position: center right;
  background-repeat: no-repeat;
}
main section.s02 {
  height: 500px;
  background-image: url(../images/s0201.png);
  background-position: top 60px right calc(50% - 50px);
  background-repeat: no-repeat;
  padding-top: 100px;
  z-index: 2;
}
main section.s02 .wrapper {
  width: 768px;
  margin: 0 auto;
}
main section.s02 .wrapper h2 {
  font-size: 31px;
  letter-spacing: 5px;
}
main section.s02 .wrapper .t01 {
  width: 680px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 195%;
}
main section.s02 .wrapper .box01 {
  width: 100%;
  margin-top: 50px;
  border: 1px solid #e0e0e0;
  padding: 50px 0 50px 215px;
  background-color: #fcfcfc;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
main section.s02 .wrapper .box01 .msg01 {
  width: 122px;
  display: block;
  position: absolute;
  top: 60px;
  left: 45px;
}
main section.s02 .wrapper .box01 ul li {
  font-size: 16px;
  line-height: 175%;
  padding: 10px 0 10px 55px;
  border-left: 8px solid #b0cead;
  letter-spacing: 5px;
}
main section.s02 .wrapper .box01 ul li + li {
  margin-top: 30px;
}
main section.s03 {
  background-image: url(../images/s0301.png);
  background-size: cover;
  background-position: center center;
  padding: 80px 0 120px;
}
main section.s03 .wrapper {
  background-image: url(../images/s0302.png);
  background-position: top 0 center;
  background-repeat: no-repeat;
  padding-top: 180px;
}
main section.s03 .wrapper table {
  width: 665px;
  margin: 0 auto;
}
main section.s03 .wrapper table tr + tr {
  border-top: 1px solid #aaa;
}
main section.s03 .wrapper table tr th {
  width: 140px;
  font-size: 16px;
  line-height: 180%;
  vertical-align: top;
  padding: 30px 20px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
main section.s03 .wrapper table tr td {
  font-size: 16px;
  line-height: 180%;
  vertical-align: top;
  padding: 30px 20px 30px 60px;
}
main section.s03 .wrapper table tr td a {
  text-decoration: none;
  color: #595757;
}
main section.s03 .wrapper table tr td p + p {
  margin-top: 10px;
}
main section.s03 .wrapper .t01 {
  margin-top: 80px;
  text-align: center;
  font-size: 30px;
}
main section.s03 .wrapper .picturelist {
  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;
  width: 1000px;
  margin: -20px auto 0;
}
main section.s03 .wrapper .picturelist li {
  width: 47%;
}
main section.s03 .wrapper .picturelist li:first-child {
  padding-top: 8px;
}
main section.s03 .wrapper .picturelist li dl dt {
  position: relative;
  cursor: pointer;
}
main section.s03 .wrapper .picturelist li dl dt .picture {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .picturelist li dl dt .icon {
  width: 22px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
}
main section.s03 .wrapper .picturelist li dl dd {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000;
  display: none;
}
main section.s03 .wrapper .picturelist li dl dd .box {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .picturelist li dl dd .box .picture {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .picturelist li dl dd .box .close_modal {
  width: 40px;
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
main section.s03 .wrapper .list01 {
  width: 1000px;
  margin: 100px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
main section.s03 .wrapper .list01 li {
  width: 226px;
}
main section.s03 .wrapper .list01 li .detail {
  text-decoration: none;
  display: block;
}
main section.s03 .wrapper .list01 li .detail .photo {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .list01 li .detail p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 180%;
}
main section.s04 {
  overflow: hidden;
  z-index: 3;
  padding-top: 120px;
  background-image: url(../images/s0401.png);
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: -120px;
}
main section.s04 .wrapper {
  position: relative;
  z-index: 3;
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
}
main section.s04 .wrapper h3 {
  font-size: 30px;
  letter-spacing: 5px;
  padding-left: 80px;
}
main section.s04 .wrapper .t01 {
  width: 900px;
  padding-left: 100px;
  font-size: 38px;
  margin: 50px auto 0;
}
main section.s04 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
  padding-bottom: 100px;
}
main section.s04 .wrapper ul li {
  width: 485px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/s0408.png);
  position: relative;
  padding: 60px 60px;
}
main section.s04 .wrapper ul li.li02, main section.s04 .wrapper ul li.li03, main section.s04 .wrapper ul li.li06 {
  background-image: url(../images/s0409.png);
}
main section.s04 .wrapper ul li.li02, main section.s04 .wrapper ul li.li04, main section.s04 .wrapper ul li.li06 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
main section.s04 .wrapper ul li .num {
  display: block;
  position: absolute;
}
main section.s04 .wrapper ul li .t02 span {
  display: inline-block;
  border-bottom: 1px solid #595757;
  font-size: 23px;
  line-height: 180%;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  max-width: 100%;
}
main section.s04 .wrapper ul li .t03 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 20px;
}
main section.s04 .wrapper ul li.li01 .num {
  width: 176px;
  top: -60px;
  left: -40px;
}
main section.s04 .wrapper ul li.li01 .t02 {
  text-align: right;
}
main section.s04 .wrapper ul li.li01 .t02 span {
  text-align: left;
}
main section.s04 .wrapper ul li.li02 .num {
  width: 150px;
  top: -60px;
  right: -35px;
}
main section.s04 .wrapper ul li.li03 .num {
  width: 204px;
  top: -30px;
  left: -50px;
}
main section.s04 .wrapper ul li.li03 .t02 span {
  width: 100%;
  text-align: right;
}
main section.s04 .wrapper ul li.li04 .num {
  width: 163px;
  top: -30px;
  right: -45px;
}
main section.s04 .wrapper ul li.li04 .t02 span {
  width: 250px;
}
main section.s04 .wrapper ul li.li05 .num {
  width: 176px;
  top: -60px;
  left: -40px;
}
main section.s04 .wrapper ul li.li05 .t02 {
  text-align: right;
}
main section.s04 .wrapper ul li.li05 .t02 span {
  width: 100%;
}
main section.s04 .wrapper ul li.li06 .num {
  width: 150px;
  top: -60px;
  right: -35px;
}
main section.s05 {
  padding: 0 40px;
  background-image: url(../images/s0501.svg);
  background-size: 200px auto;
  background-position: top 0 right calc(50% + 600px);
  background-repeat: no-repeat;
  z-index: 2;
}
main section.s05 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
main section.s05 .wrapper .box01 {
  width: 940px;
  margin: 0 auto;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 {
  margin-top: 30px;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dt {
  background-image: url(../images/s0503.png);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 70px 80px 0 0;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd::before {
  top: 0;
  left: auto;
  right: 70px;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s05 .wrapper .box01 .detailbox.detailbox02 .t01 {
  padding: 0 310px 0 0;
}
main section.s05 .wrapper .box01 .detailbox 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.s05 .wrapper .box01 .detailbox dl dt {
  width: 270px;
  height: 277px;
  background-image: url(../images/s0502.png);
  background-size: contain;
  background-position: center center;
  font-size: 23px;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  padding-top: 100px;
}
main section.s05 .wrapper .box01 .detailbox dl dd {
  width: calc(100% - 270px);
  padding-left: 40px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 80px;
  padding-top: 70px;
}
main section.s05 .wrapper .box01 .detailbox dl dd::before {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  background-color: #595757;
  position: absolute;
  top: 0;
  left: 70px;
}
main section.s05 .wrapper .box01 .detailbox dl dd img {
  width: 85px;
  display: block;
}
main section.s05 .wrapper .box01 .detailbox dl dd p {
  width: calc(100% - 120px);
  font-size: 38px;
  line-height: 160%;
  letter-spacing: 1px;
}
main section.s05 .wrapper .box01 .detailbox .t01 {
  font-size: 16px;
  line-height: 180%;
  padding-left: 320px;
  margin-top: 20px;
}
main section.s05 .wrapper .photobox01 {
  width: calc(50% - 210px);
  position: absolute;
  top: 350px;
  left: 0;
}
main section.s05 .wrapper .photobox01 img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .photobox02 {
  width: calc(50% - 220px);
  position: absolute;
  top: 910px;
  right: 0;
}
main section.s05 .wrapper .photobox02 img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .photobox02 img + img {
  margin-top: 35px;
}
main section.s05 .wrapper .photobox03 {
  width: calc(50% + 145px);
  margin-top: 60px;
}
main section.s05 .wrapper .photobox03 img {
  width: 100%;
  display: block;
}
main section.s06 {
  z-index: 1;
  background-color: #ebeaea;
  padding: 150px 0 150px;
  margin-top: -200px;
}
main section.s06 .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 150px;
  background-image: url(../images/s0601.svg);
  background-size: 280px auto;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
}
main section.s06 .wrapper .icon {
  width: 88px;
  display: block;
  margin: 0 auto;
}
main section.s06 .wrapper h4 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 20px;
}
main section.s06 .wrapper .t01 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 40px;
}
main section.s06 .wrapper .list02 {
  margin-top: 40px;
}
main section.s06 .wrapper .list02 li {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 40px 50px;
}
main section.s06 .wrapper .list02 li + li {
  margin-top: 30px;
}
main section.s06 .wrapper .list02 li 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .list02 li dl dt {
  width: 155px;
  font-size: 20px;
  font-weight: bold;
  line-height: 185%;
}
main section.s06 .wrapper .list02 li dl dd {
  width: calc(100% - 155px);
  border-left: 1px solid #aaa;
  padding: 10px 0 20px 50px;
}
main section.s06 .wrapper .list02 li dl dd .t02 {
  font-size: 28px;
  line-height: 180%;
}
main section.s06 .wrapper .list02 li dl dd .t03 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s06 .wrapper .dl03 {
  margin-top: 80px;
  width: 750px;
  margin: 80px auto 0;
}
main section.s06 .wrapper .dl03 + .dl03 {
  margin-top: 60px;
}
main section.s06 .wrapper .dl03 dt {
  height: 1px;
  background-color: #aaa;
}
main section.s06 .wrapper .dl03 dt span {
  display: inline-block;
  vertical-align: top;
  background-color: #ebeaea;
  padding-right: 20px;
  font-size: 16px;
  margin-top: -12px;
}
main section.s06 .wrapper .dl03 dd {
  margin-top: 30px;
  padding-left: 55px;
}
main section.s06 .wrapper .dl03 dd .list03 li {
  font-size: 16px;
  line-height: 180%;
  position: relative;
  padding-left: 40px;
}
main section.s06 .wrapper .dl03 dd .list03 li + li {
  margin-top: 10px;
}
main section.s06 .wrapper .dl03 dd .list03 li span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
}
main section.s06 .wrapper .dl03 dd .list04 li {
  font-size: 16px;
  line-height: 180%;
  position: relative;
  padding-left: 25px;
}
main section.s06 .wrapper .dl03 dd .list04 li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #595757;
  border-radius: 16px;
  position: absolute;
  top: 7px;
  left: 0;
}
main section.s06 .wrapper .dl03 dd .list04 li + li {
  margin-top: 10px;
}
main section.s06 .swiper{
  margin: 80px auto 0;
}
main section.s06 .swiper img{
  width: 100%;
  display: block;
}
main section.s07 {
  padding: 100px 40px 100px;
  background-image: url("../images/s0701-2.webp");
  /*staff写真が多数入る場合
  background-image: url(../images/s0701.png);*/
  background-position: top 450px center;
  background-repeat: no-repeat;
}
main section.s07::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1000px;
  background-color: #ebeaea;
  z-index: -1;
}
main section.s07 .wrapper .mainttl {
  font-size: 23px;
  line-height: 100%;
  padding: 65px 0 45px 65px;
  font-weight: bold;
  letter-spacing: 5px;
  background-image: url(../images/s0702.png?2509);
  background-size: 151px auto;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  max-width: 900px;
  margin: 0 auto;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  margin-top: 20px;
}
main section.s07 .wrapper .t01 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
}
main section.s07 .wrapper .box01 {
  max-width: 1300px;
  margin: 60px auto 0;
}
main section.s07 .wrapper .box01 dl {
  max-width: 1200px;
  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.s07 .wrapper .box01 dl dt {
  width: 65%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s07 .wrapper .box01 dl dt img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper .box01-2 {
  max-width: 800px;
  margin: 60px auto 0;
}
main section.s07 .wrapper .box01-2 img{
  width: 100%;
}
main section.s07 .wrapper .box01 dl dd {
  width: 31%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s07 .wrapper .box01 dl dd img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper .box02 {
  max-width: 1300px;
  margin: 40px auto 0;
}
main section.s07 .wrapper .box02 ul {
  max-width: 1200px;
  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;
  float: right;
}
main section.s07 .wrapper .box02 ul li {
  width: 23.8%;
  height: 208px;
}
main section.s07 .wrapper .box02 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s07 .wrapper .box03 {
  position: relative;
  padding-top: 0;
  margin-top: 150px;
}
main section.s07 .wrapper .box03 .box04 {
  width: 680px;
  margin: 20px auto 0;
  position: relative;
}
main section.s07 .wrapper .box03 .box04 dl dt {
  font-size: 38px;
  line-height: 180%;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  display: inline-block;
}
main section.s07 .wrapper .box03 .box04 dl dd {
  font-size: 16px;
  line-height: 180%;
  margin-top: 20px;
}
main section.s07 .wrapper .box03 .box04 .photo01 {
  width: 134px;
  display: block;
  position: absolute;
  top: 10px;
  right: -50px;
}
main section.s07 .wrapper .box03 table {
  width: 764px;
  margin: 50px auto 0;
}
main section.s07 .wrapper .box03 table tr th {
  width: 195px;
  border: 1px solid #aaa;
  border-right: none;
  vertical-align: top;
  background-image: url(../images/s0710.jpg);
  background-size: cover;
  background-position: top 0 left;
  font-size: 16px;
  line-height: 180%;
  padding: 22px 20px 22px 40px;
}
main section.s07 .wrapper .box03 table tr td {
  border: 1px solid #aaa;
  vertical-align: top;
  background-color: #fff;
  font-size: 16px;
  line-height: 180%;
  padding: 22px 20px 22px 40px;
}
main section.s07 .wrapper .box03 table tr td .t03 {
  margin-top: 15px;
  font-size: 17px;
}
main section.s07 .wrapper .box03 table tr td .tel {
  pointer-events: none;
  display: inline-block;
  margin-top: 10px;
  width: 227px;
  text-decoration: none;
}
main section.s07 .wrapper .box03 table tr td .tel img {
  width: 100%;
  display: block;
}
main section.s08 {
  padding: 50px 40px 120px;
  margin: 0 auto;
}
main section.s08 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
main section.s08 .wrapper .mainttl {
  font-size: 23px;
  line-height: 100%;
  padding: 65px 0 45px 65px;
  font-weight: bold;
  letter-spacing: 5px;
  background-image: url(../images/s0702.png?2509);
  background-size: 151px auto;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  max-width: 750px;
  margin: 0 auto;
}
main section.s08 .wrapper .t01 {
  width: 750px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 180%;
}
main section.s08 .wrapper iframe {
  width: 100% !important;
  height: 380px !important;
  display: block !important;
  margin-top: 50px;
}
main section.s09 {
  background-color: #ebeaea;
}
main section.s09 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
}
main section.s09 .wrapper::before {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/s0901.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
main section.s09 .wrapper .dl01 {
  width: 860px;
  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;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main section.s09 .wrapper .dl01 dt {
  width: 260px;
  border-right: 2px solid #aaa;
  font-size: 30px;
  line-height: 200%;
}
main section.s09 .wrapper .dl01 dd {
  width: 600px;
  padding-left: 50px;
}
main section.s09 .wrapper .dl01 dd .t01 {
  font-size: 19px;
}
main section.s09 .wrapper .dl01 dd .t02 {
  font-size-adjust: 16px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s09 .wrapper .dl02 {
  width: 400px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}
main section.s09 .wrapper .dl02 dt {
  background-color: #fff;
  border-radius: 50px;
  letter-spacing: 5px;
  text-align: center;
  font-size: 19px;
  line-height: 100%;
  padding: 10px 0;
  font-weight: 500;
}
main section.s09 .wrapper .dl02 dd {
  width: 390px;
  margin: 30px auto 0;
}
main section.s09 .wrapper .dl02 dd .tel {
  pointer-events: none;
  width: 100%;
  display: block;
  text-decoration: none;
}
main section.s09 .wrapper .dl02 dd .tel img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section {
    position: relative;
  }
  main section .idpoint {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
  }
  main section.s01 {
    padding: 60px 0 45px;
    background-color: #ebeaea;
    overflow: hidden;
    background-image: url(../images/s0101.png);
    background-size: 130% auto;
    background-position: top 100px right calc(50% - 20px);
    background-repeat: no-repeat;
  }
  main section.s01 .wrapper .photobox {
    width: 100%;
    height: 220px;
    position: relative;
  }
  main section.s01 .wrapper .photobox *.effected {
    opacity: 1;
  }
  main section.s01 .wrapper .photobox .photo {
    width: 500px;
    display: block;
    position: absolute;
    top: 0;
    right: -1000px;
    left: -1000px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  main section.s01 .wrapper .photobox .photo.effected {
    opacity: 1;
  }
  main section.s01 .wrapper .photobox .msg01 {
    width: 50px;
    display: block;
    position: absolute;
    top: 15px;
    left: calc(50% + 130px);
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  main section.s01 .wrapper .photobox .msg01.effected {
    opacity: 1;
  }
  main section.s01 .wrapper .photobox .msg02 {
    width: 28px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: calc(50% + 130px);
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  main section.s01 .wrapper .photobox .msg02.effected {
    opacity: 1;
  }
  main section.s01 .wrapper .dl01 {
    width: 100%;
    margin: 30px auto 0;
    display: block;
    padding: 0 30px;
  }
  main section.s01 .wrapper .dl01 dt {
    display: none;
  }
  main section.s01 .wrapper .dl01 dd {
    width: 100%;
    padding-left: 0;
  }
  main section.s01 .wrapper .dl01 dd p {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s01 .wrapper .dl01 dd p.t02 {
    margin-top: 30px;
    padding-left: 0px;
  }
  main section.s01 .wrapper .newsbox {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    background-color: #fff;
    position: relative;
    padding: 50px 20px 20px 20px;
  }
  main section.s01 .wrapper .newsbox .ttl_news {
    font-size: 14px;
    background-color: #d6d8d3;
    width: 100%;
    line-height: 100%;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .newsbox ul li + li {
    border-top: 1px solid #ccc;
  }
  main section.s01 .wrapper .newsbox ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
  }
  main section.s01 .wrapper .newsbox ul li a 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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s01 .wrapper .newsbox ul li a dl dt {
    margin-top: 5px;
    width: 90px;
    font-size: 13px;
    line-height: 180%;
    color: #595757;
    letter-spacing: 2px;
    border-right: 1px solid #595757;
    line-height: 100%;
  }
  main section.s01 .wrapper .newsbox ul li a dl dd {
    width: calc(100% - 90px);
    font-size: 13px;
    line-height: 180%;
    padding-left: 15px;
    color: #595757;
  }
  main section.s01 .wrapper .btn_more {
    width: 100%;
    margin: 20px auto 0;
    text-align: right;
    padding: 0 20px;
  }
  main section.s01 .wrapper .btn_more a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 12px;
    color: #595757;
    line-height: 100%;
    padding: 9px 47px 9px 0;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 30px auto;
    background-position: center right;
    background-repeat: no-repeat;
  }
  main section.s02 {
    height: auto;
    background-image: url(../images/s0201.png);
    background-size: 130% auto;
    background-position: top 30px right calc(50% - 50px);
    background-repeat: no-repeat;
    padding: 50px 20px 0;
    z-index: 2;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 195%;
  }
  main section.s02 .wrapper .box01 {
    width: 100%;
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    padding: 20px 15px 20px 100px;
    min-height: 240px;
    background-color: #fcfcfc;
    position: relative;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  main section.s02 .wrapper .box01 .msg01 {
    width: 80px;
    display: block;
    position: absolute;
    top: 30px;
    left: 10px;
  }
  main section.s02 .wrapper .box01 ul li {
    font-size: 14px;
    line-height: 175%;
    padding: 5px 0 5px 25px;
    border-left: 4px solid #b0cead;
    letter-spacing: 1px;
  }
  main section.s02 .wrapper .box01 ul li + li {
    margin-top: 15px;
  }
  main section.s03 {
    background-image: url(../images/s0301.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 0 50px;
    margin-top: -120px;
  }
  main section.s03 .wrapper {
    background-image: url(../images/s0302.png);
    background-position: top 80px center;
    background-repeat: no-repeat;
    background-size: 190% auto;
    padding-top: 120px;
  }
  main section.s03 .wrapper table {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.s03 .wrapper table tr + tr {
    border-top: 1px solid #aaa;
  }
  main section.s03 .wrapper table tr th {
    width: 100px;
    font-size: 13px;
    line-height: 180%;
    vertical-align: top;
    padding: 12px 15px;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  main section.s03 .wrapper table tr td {
    font-size: 13px;
    line-height: 180%;
    vertical-align: top;
    padding: 12px 20px 12px 10px;
  }
  main section.s03 .wrapper table tr td a {
    text-decoration: none;
    color: #595757;
  }
  main section.s03 .wrapper table tr td p + p {
    margin-top: 10px;
  }
  main section.s03 .wrapper .t01 {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
  }
  main section.s03 .wrapper .picturelist {
    width: 100%;
    display: block;
    padding: 0 40px;
    margin: -20px auto 0;
  }
  main section.s03 .wrapper .picturelist li {
    width: 100%;
    margin-top: 30px;
  }
  main section.s03 .wrapper .picturelist li:first-child {
    padding-top: 8px;
  }
  main section.s03 .wrapper .picturelist li dl dt {
    position: relative;
    cursor: pointer;
  }
  main section.s03 .wrapper .picturelist li dl dt .picture {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .picturelist li dl dt .icon {
    width: 22px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  main section.s03 .wrapper .picturelist li dl dd {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    display: none;
    padding: 0 20px;
  }
  main section.s03 .wrapper .picturelist li dl dd .box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s03 .wrapper .picturelist li dl dd .box .picture {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .picturelist li dl dd .box .close_modal {
    width: 30px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  main section.s03 .wrapper .list01 {
    width: 100%;
    margin: 40px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
  }
  main section.s03 .wrapper .list01 li {
    width: calc(50% - 10px);
  }
  main section.s03 .wrapper .list01 li .detail {
    text-decoration: none;
    display: block;
  }
  main section.s03 .wrapper .list01 li .detail .photo {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .list01 li .detail p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 180%;
  }
  main section.s04 {
    overflow: hidden;
    z-index: 3;
    padding-top: 80px;
    background-image: url(../images/s0401.png);
    background-position: top 50px center;
    background-size: 160%;
    background-repeat: no-repeat;
    margin-top: -60px;
  }
  main section.s04 .wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  main section.s04 .wrapper h3 {
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 80px;
  }
  main section.s04 .wrapper .t01 {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
    margin: 30px auto 0;
    text-align: center;
  }
  main section.s04 .wrapper .t01 span {
    display: inline-block;
    width: 40px;
  }
  main section.s04 .wrapper ul {
    display: block;
    margin-top: 40px;
    padding: 0 20px 50px;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/s0408.png);
    position: relative;
    padding: 20px 20px 25px;
  }
  main section.s04 .wrapper ul li:nth-child(even) .t02 {
    padding-left: 0;
  }
  main section.s04 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li.li02, main section.s04 .wrapper ul li.li03, main section.s04 .wrapper ul li.li06 {
    background-image: url(../images/s0409.png);
  }
  main section.s04 .wrapper ul li.li02, main section.s04 .wrapper ul li.li04, main section.s04 .wrapper ul li.li06 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main section.s04 .wrapper ul li .num {
    display: block;
    position: absolute;
    margin-top: 30px;
  }
  main section.s04 .wrapper ul li .t02 {
    padding-left: 70px;
  }
  main section.s04 .wrapper ul li .t02 span {
    display: inline-block;
    border-bottom: 1px solid #595757;
    font-size: 18px;
    line-height: 180%;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    max-width: 100%;
    width: 100% !important;
    text-align: left !important;
  }
  main section.s04 .wrapper ul li .t03 {
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li.li01 .num {
    width: 88px;
    top: -30px;
    left: -20px;
  }
  main section.s04 .wrapper ul li.li01 .t02 {
    text-align: right;
  }
  main section.s04 .wrapper ul li.li01 .t02 span {
    text-align: left;
  }
  main section.s04 .wrapper ul li.li02 .num {
    width: 75px;
    top: -30px;
    right: 17px;
  }
  main section.s04 .wrapper ul li.li03 .num {
    width: 102px;
    top: -25px;
    left: -25px;
  }
  main section.s04 .wrapper ul li.li03 .t02 span {
    width: 100%;
    text-align: right;
  }
  main section.s04 .wrapper ul li.li04 .num {
    width: 82px;
    top: -15px;
    right: 17px;
  }
  main section.s04 .wrapper ul li.li04 .t02 span {
    width: 250px;
  }
  main section.s04 .wrapper ul li.li05 .num {
    width: 88px;
    top: -30px;
    left: -20px;
  }
  main section.s04 .wrapper ul li.li05 .t02 {
    text-align: right;
  }
  main section.s04 .wrapper ul li.li05 .t02 span {
    width: 100%;
  }
  main section.s04 .wrapper ul li.li06 .num {
    width: 75px;
    top: -30px;
    right: 17px;
  }
  main section.s05 {
    padding: 0 20px;
    background-image: url(../images/s0501.svg);
    background-size: 50px auto;
    background-position: top 0 right calc(50% + 150px);
    background-repeat: no-repeat;
    z-index: 2;
  }
  main section.s05 .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
  }
  main section.s05 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 {
    margin-top: 30px;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dt {
    background-image: url(../images/s0503.png);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 0 0 0;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 dl dd p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main section.s05 .wrapper .box01 .detailbox.detailbox02 .t01 {
    padding: 0 0 0 0;
  }
  main section.s05 .wrapper .box01 .detailbox dl {
    display: block;
    width: 335px;
    margin: 0 auto;
  }
  main section.s05 .wrapper .box01 .detailbox dl dt {
    width: 200px;
    height: 210px;
    background-image: url(../images/s0502.png);
    background-size: contain;
    background-position: center center;
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    padding-top: 75px;
    margin: 0 auto;
  }
  main section.s05 .wrapper .box01 .detailbox dl dd {
    width: 100%;
    padding-left: 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 0;
    padding-top: 20px;
  }
  main section.s05 .wrapper .box01 .detailbox dl dd::before {
    display: none;
  }
  main section.s05 .wrapper .box01 .detailbox dl dd img {
    width: 40px;
    display: block;
    margin-top: 5px;
  }
  main section.s05 .wrapper .box01 .detailbox dl dd p {
    width: calc(100% - 55px);
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  main section.s05 .wrapper .box01 .detailbox .t01 {
    font-size: 14px;
    line-height: 180%;
    padding-left: 0;
    margin-top: 20px;
  }
  main section.s05 .wrapper .photobox01 {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
  main section.s05 .wrapper .photobox01 img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper .photobox02 {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  main section.s05 .wrapper .photobox02 img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper .photobox02 img + img {
    margin-top: 20px;
  }
  main section.s05 .wrapper .photobox03 {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  main section.s05 .wrapper .photobox03 img {
    width: 100%;
    display: block;
  }
  main section.s06 {
    z-index: 1;
    background-color: #ebeaea;
    padding: 150px 20px 50px;
    margin-top: -100px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    background-image: url(../images/s0601.svg);
    background-size: 80px auto;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
  }
  main section.s06 .wrapper .icon {
    width: 58px;
    display: block;
    margin: 0 auto;
  }
  main section.s06 .wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px;
  }
  main section.s06 .wrapper .t01 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 25px;
  }
  main section.s06 .wrapper .list02 {
    margin-top: 30px;
  }
  main section.s06 .wrapper .list02 li {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px 20px;
  }
  main section.s06 .wrapper .list02 li + li {
    margin-top: 20px;
  }
  main section.s06 .wrapper .list02 li dl {
    display: block;
  }
  main section.s06 .wrapper .list02 li dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 155%;
  }
  main section.s06 .wrapper .list02 li dl dt br {
    display: none;
  }
  main section.s06 .wrapper .list02 li dl dd {
    width: 100%;
    border: none;
    border-top: 1px solid #aaa;
    padding: 15px 0 0;
    margin-top: 10px;
  }
  main section.s06 .wrapper .list02 li dl dd .t02 {
    font-size: 18px;
    line-height: 160%;
  }
  main section.s06 .wrapper .list02 li dl dd .t03 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s06 .wrapper .dl03 {
    margin-top: 40px;
    width: 100%;
    margin: 50px auto 0;
  }
  main section.s06 .wrapper .dl03 + .dl03 {
    margin-top: 40px;
  }
  main section.s06 .wrapper .dl03 dt {
    height: 1px;
    background-color: #aaa;
  }
  main section.s06 .wrapper .dl03 dt span {
    display: inline-block;
    vertical-align: top;
    background-color: #ebeaea;
    padding-right: 10px;
    font-size: 14px;
    margin-top: -10px;
  }
  main section.s06 .wrapper .dl03 dd {
    margin-top: 20px;
    padding-left: 25px;
  }
  main section.s06 .wrapper .dl03 dd .list03 li {
    font-size: 14px;
    line-height: 180%;
    position: relative;
    padding-left: 30px;
  }
  main section.s06 .wrapper .dl03 dd .list03 li + li {
    margin-top: 5px;
  }
  main section.s06 .wrapper .dl03 dd .list03 li span {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
  }
  main section.s06 .wrapper .dl03 dd .list04 li {
    font-size: 14px;
    line-height: 180%;
    position: relative;
    padding-left: 25px;
  }
  main section.s06 .wrapper .dl03 dd .list04 li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #595757;
    border-radius: 16px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s06 .wrapper .dl03 dd .list04 li + li {
    margin-top: 10px;
  }
  main section.s06 .swiper{
    margin: 40px auto 0;
  }
  main section.s07 {
    padding: 50px 20px;
    background-image: url(../images/s0701.png);
    background-position: top 250px center;
    background-repeat: no-repeat;
  }
  main section.s07::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    background-color: #ebeaea;
    z-index: -1;
  }
  main section.s07 .wrapper .mainttl {
    font-size: 18px;
    line-height: 100%;
    padding: 35px 0 25px 35px;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: url(../images/s0702.png?2509);
    background-size: 80px auto;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    margin-top: 15px;
  }
  main section.s07 .wrapper .t01 span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 200%;
    text-align: left;
  }
  main section.s07 .wrapper .box01 {
    max-width: 1300px;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .box01 dl {
    max-width: 1200px;
    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.s07 .wrapper .box01 dl dt {
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s07 .wrapper .box01 dl dt img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .box01 dl dd {
    width: 31%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s07 .wrapper .box01 dl dd img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .box02 {
    max-width: 1300px;
    margin: 20px auto 0;
  }
  main section.s07 .wrapper .box02 ul {
    max-width: 1200px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  main section.s07 .wrapper .box02 ul li {
    width: calc(50% - 7.5px);
    height: calc((100vw - 55px) * 0.38);
  }
  main section.s07 .wrapper .box02 ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s07 .wrapper .box03 {
    position: relative;
    padding-top: 50px;
    margin-top: 20px;
  }
  main section.s07 .wrapper .box03 .box04 {
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }
  main section.s07 .wrapper .box03 .box04 dl dt {
    font-size: 20px;
    line-height: 180%;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
    display: inline-block;
  }
  main section.s07 .wrapper .box03 .box04 dl dd {
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s07 .wrapper .box03 .box04 .photo01 {
    width: 90px;
    display: block;
    position: absolute;
    top: -60px;
    right: 20px;
  }
  main section.s07 .wrapper .box03 table {
    width: 100%;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .box03 table tr th {
    width: 100px;
    border: 1px solid #aaa;
    border-right: none;
    vertical-align: top;
    background-image: url(../images/s0710.jpg);
    background-size: cover;
    background-position: top 0 left;
    font-size: 13px;
    line-height: 180%;
    padding: 12px 5px 12px 15px;
  }
  main section.s07 .wrapper .box03 table tr td {
    border: 1px solid #aaa;
    vertical-align: top;
    background-color: #fff;
    font-size: 13px;
    line-height: 180%;
    padding: 12px 15px 12px 15px;
  }
  main section.s07 .wrapper .box03 table tr td .t03 {
    margin-top: 10px;
    font-size: 14px;
  }
  main section.s07 .wrapper .box03 table tr td .tel {
    pointer-events: all;
    display: inline-block;
    margin-top: 4px;
    width: 180px;
    max-width: 100%;
    text-decoration: none;
  }
  main section.s07 .wrapper .box03 table tr td .tel img {
    width: 100%;
    display: block;
  }
  main section.s08 {
    padding: 50px 20px 70px;
    margin: 0 auto;
  }
  main section.s08 .wrapper {
    max-width: 1300px;
    margin: 0 auto;
  }
  main section.s08 .wrapper .mainttl {
    font-size: 18px;
    line-height: 100%;
    padding: 35px 0 25px 35px;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: url(../images/s0702.png?2509);
    background-size: 80px auto;
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  main section.s08 .wrapper .t01 {
    width: 100%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s08 .wrapper iframe {
    width: 100% !important;
    height: 250px !important;
    display: block !important;
    margin-top: 30px;
  }
  main section.s09 {
    background-color: #ebeaea;
  }
  main section.s09 .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 50px 20px;
  }
  main section.s09 .wrapper::before {
    content: "";
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../images/s0901.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
  main section.s09 .wrapper .dl01 {
    width: 100%;
    display: block;
  }
  main section.s09 .wrapper .dl01 dt {
    width: 100%;
    border: none;
    border-bottom: 1px solid #aaa;
    font-size: 20px;
    line-height: 180%;
    padding-bottom: 15px;
  }
  main section.s09 .wrapper .dl01 dt br {
    display: none;
  }
  main section.s09 .wrapper .dl01 dd {
    width: 100%;
    padding: 20px 0 0;
  }
  main section.s09 .wrapper .dl01 dd .t01 {
    font-size: 16px;
  }
  main section.s09 .wrapper .dl01 dd .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s09 .wrapper .dl02 {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
  }
  main section.s09 .wrapper .dl02 dt {
    background-color: #fff;
    border-radius: 50px;
    letter-spacing: 5px;
    text-align: center;
    font-size: 19px;
    line-height: 100%;
    padding: 10px 0;
    font-weight: 500;
  }
  main section.s09 .wrapper .dl02 dd {
    width: 100%;
    margin: 30px auto 0;
  }
  main section.s09 .wrapper .dl02 dd .tel {
    width: 250px;
    margin: 0 auto;
    pointer-events: all;
    display: block;
    text-decoration: none;
  }
  main section.s09 .wrapper .dl02 dd .tel img {
    width: 100%;
    display: block;
  }
}

/*お知らせ一覧*/
#news.s01 {
  padding: 130px 0 100px;
}
#news.s01 .wrapper .dl01{
  padding-bottom: 20px;
}
#news.s01 .wrapper .dl01 h2{
  width: 100%;
  font-size: 2em;
  text-align: center;
}
#news.s01 .wrapper .newsbox {
  margin: 30px auto 0;
  padding: 30px 50px 35px;
}
#news.s01 .wrapper .newsbox h3{
  font-size: 1.3em;
  margin: 15px 0 20px;
}
@media screen and (max-width: 860px) {
  #news .idpoint {
    top: -85px;
    left: 0;
  }
  #news.s01 {
    padding: 50px 0 50px;
  }
  #news.s01 .wrapper .dl01{
    padding-bottom: 0;
  }
  #news.s01 .wrapper .dl01 h2{
    font-size: 1.2em;
    text-align: center;
  }
  #news.s01 .wrapper .newsbox {
    margin: 15px auto 0;
    padding: 20px 25px 25px;
  }
  #news.s01 .wrapper .newsbox h3{
    font-size: 16px;
    margin: 15px 0 20px;
  }
  #news.s01 .wrapper .newsbox dt,
  #news.s01 .wrapper .newsbox dd{
    font-size: 13px;
  }
}







