/**
* 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: #3D485F;
  background: #FFF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  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;
}

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

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

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

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

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

.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;
}

* {
  letter-spacing: 0.05em;
}

.en {
  font-family: "ta-kakugo-gf-03", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1160px;
  background-color: #fff;
  z-index: 100000000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .wrapper {
  width: 100%;
  height: 75px;
  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;
  padding: 0 30px;
}
header .wrapper .logo {
  width: 220px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 600px);
  padding-right: 25px;
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
header .wrapper .gnav ul li.haschild {
  position: relative;
}
header .wrapper .gnav ul li.haschild:hover .children {
  display: block;
}
header .wrapper .gnav ul li.haschild .children {
  width: 180px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #fff;
  text-align: left;
  padding: 30px 20px 20px;
  display: none;
}
header .wrapper .gnav ul li.haschild .children p + p {
  margin-top: 10px;
}
header .wrapper .gnav ul li.haschild .children p a {
  font-size: 15px;
  color: #3D485F;
  text-decoration: none;
}
header .wrapper .gnav ul li + li {
  margin-left: 20px;
}
header .wrapper .gnav ul li .mainmenu {
  display: block;
  text-decoration: none;
  color: #3D485F;
  font-size: 15px;
  line-height: 1;
  padding-right: 25px;
  background-image: url(../images/icon_link01.svg);
  background-size: 15px auto;
  background-position: center right 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .wrapper .btnlist01 {
  width: 380px;
  font-size: 0;
  letter-spacing: 0;
  border-left: 2px solid #3D485F;
  text-align: right;
}
header .wrapper .btnlist01 li {
  display: inline-block;
  vertical-align: top;
}
header .wrapper .btnlist01 li.btn01 a {
  background-color: #3D485F;
}
header .wrapper .btnlist01 li.btn02 {
  margin-left: 25px;
}
header .wrapper .btnlist01 li.btn02 a {
  background-color: #B79D86;
}
header .wrapper .btnlist01 li a {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  border-radius: 4px;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  margin-top: 75px;
}
main section {
  position: relative;
}
main section .idpoint {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -74px;
  left: 0;
}
main section.ttlsection01 .wrapper .photobox {
  height: 515px;
}
main section.ttlsection01 .wrapper .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.ttlsection01 .wrapper .mvbox {
  width: 100%;
  height: 515px;
}
main section.ttlsection01 .wrapper .mvbox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.ttlsection01 .wrapper .infobox {
  background-image: url(../images/ttlsection0101.png);
  background-size: cover;
  background-position: center top 0;
  min-height: 163px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
main section.ttlsection01 .wrapper .infobox .box {
  width: 920px;
  margin: 0 auto;
  padding: 45px 0 20px;
  color: #3D485F;
}
main section.ttlsection01 .wrapper .infobox .box h2 {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1f1f1f;
}
main section.ttlsection01 .wrapper .infobox .box h2 span {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 3px;
}
main section.ttlsection01 .wrapper .infobox .box ul {
  font-size: 0;
  letter-spacing: 0;
  padding-top: 10px;
}
main section.ttlsection01 .wrapper .infobox .box ul li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 25px 0 0;
}
main section.ttlsection01 .wrapper .infobox .box ul li a {
  display: block;
  text-decoration: none;
  color: #3D485F;
  font-size: 20px;
  padding-right: 30px;
  background-image: url(../images/icon_arrow04.svg);
  background-size: 18px auto;
  background-position: center right 0;
  background-repeat: no-repeat;
}
main section.ttlsection02 .wrapper {
  padding-bottom: 40px;
}
main section.ttlsection02 .wrapper .photobox {
  height: 424px;
}
main section.ttlsection02 .wrapper .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.ttlsection02 .wrapper .t01 {
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin-top: 170px;
  color: #0A3E01;
}
main section.ttlsection02 .wrapper .t01::before {
  content: "";
  display: block;
  background-color: #0A3E01;
  width: 2px;
  height: 100px;
  position: absolute;
  top: -135px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.ttlsection02 .wrapper h2 {
  text-align: center;
  font-size: 30px;
  color: #0A3E01;
  margin-top: 10px;
}
main section .wrapper .ttlbox_en {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
main section .wrapper .ttlbox_en::before {
  content: "";
  display: block;
  width: 10000px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 19px;
  left: 0;
}
main section .wrapper .ttlbox_en p {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
main section .wrapper .ttlbox_en p img {
  height: 38.5px;
  display: block;
}

footer {
  margin-top: 150px;
}
footer .wrapper .contactbox {
  background-image: url(../images/bg_footer01.jpg);
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}
footer .wrapper .contactbox .box01 {
  width: 920px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 20px 50px;
  border-radius: 4px;
}
footer .wrapper .contactbox .box01 .msg01 {
  width: 244px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .contactbox .box01 .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
footer .wrapper .contactbox .box01 .box02 {
  border-radius: 4px;
  background-color: #B79D86;
  padding: 10px 0;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
footer .wrapper .contactbox .box01 .box02 .t02 {
  font-size: 20px;
}
footer .wrapper .contactbox .box01 .box02 .t03 {
  font-size: 25px;
  line-height: 1;
  margin-top: 5px;
}
footer .wrapper .contactbox .box01 .box02 .t03 img {
  width: 30px;
  vertical-align: top;
  margin: -3px 5px 0 0;
}
footer .wrapper .contactbox .box01 .box02 .t04 {
  font-size: 17px;
  line-height: 1;
  margin-top: 5px;
}
footer .wrapper .contactbox .box01 .box02 .t04 span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #fff;
  color: #B79D86;
  margin-right: 5px;
}
footer .wrapper .contactbox .box01 dl {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
  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;
}
footer .wrapper .contactbox .box01 dl dt {
  width: calc(100% - 248px);
  padding-right: 20px;
  font-size: 15px;
}
footer .wrapper .contactbox .box01 dl dd {
  width: 248px;
}
footer .wrapper .contactbox .box01 dl dd a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 15px 0 15px 25px;
  background-color: #1f1f1f;
  border-radius: 4px;
  background-image: url(../images/icon_arrow01.png);
  background-size: 38px auto;
  background-position: right 12px bottom 18px;
  background-repeat: no-repeat;
}
footer .wrapper .servicebox {
  margin-top: 30px;
  padding: 50px 0 0;
  position: relative;
}
footer .wrapper .servicebox::before {
  content: "";
  display: block;
  width: calc(50% + 259px);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #C5B09D;
  border-radius: 0 40px 0 0;
}
footer .wrapper .servicebox .box03 {
  position: relative;
  z-index: 2;
  width: 1020px;
  margin: 0 auto;
}
footer .wrapper .servicebox .box03 .icon {
  width: 184px;
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -117px;
}
footer .wrapper .servicebox .box03 ul {
  font-size: 0;
  letter-spacing: 0;
  padding-left: 275px;
}
footer .wrapper .servicebox .box03 ul li {
  width: 247px;
  position: relative;
  margin-left: 1px;
  display: inline-block;
  vertical-align: top;
}
footer .wrapper .servicebox .box03 ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
footer .wrapper .servicebox .box03 ul li a:hover {
  opacity: 1;
}
footer .wrapper .servicebox .box03 ul li a:hover::after {
  opacity: 0.5;
}
footer .wrapper .servicebox .box03 ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #B79D86;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
footer .wrapper .servicebox .box03 ul li a .bg {
  width: 100%;
  display: block;
}
footer .wrapper .servicebox .box03 ul li a .txtbox {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}
footer .wrapper .servicebox .box03 ul li a .txtbox .t05 span {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 3px;
  border-bottom: 3px solid #fff;
}
footer .wrapper .servicebox .box03 ul li a .txtbox .t06 {
  color: #fff;
  font-size: 20px;
  margin-top: 8px;
}
footer .wrapper .servicebox .box03 ul li a .txtbox .t07 {
  font-size: 15px;
  letter-spacing: 0;
  color: #fff;
}
footer .wrapper .bottombox {
  background-color: #525252;
  padding: 40px 0 20px;
  color: #fff;
}
footer .wrapper .bottombox .box04 {
  max-width: 1420px;
  padding: 0 30px;
  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;
}
footer .wrapper .bottombox .box04 .left {
  width: 400px;
}
footer .wrapper .bottombox .box04 .left .logo {
  width: 233px;
  display: block;
}
footer .wrapper .bottombox .box04 .left .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .box04 .left .t08 {
  font-size: 15px;
  margin-top: 20px;
}
footer .wrapper .bottombox .box04 .left .t09 {
  font-size: 15px;
  margin-top: 5px;
}
footer .wrapper .bottombox .box04 .left .t10 {
  margin-top: 40px;
}
footer .wrapper .bottombox .box04 .left .t10 a {
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}
footer .wrapper .bottombox .box04 .right {
  width: 650px;
  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;
}
footer .wrapper .bottombox .box04 .right .footer_menu {
  width: 300px;
}
footer .wrapper .bottombox .box04 .right .footer_menu li + li {
  margin-top: 10px;
}
footer .wrapper .bottombox .box04 .right .footer_menu li dl dt {
  border-bottom: 1px solid #fff;
}
footer .wrapper .bottombox .box04 .right .footer_menu li dl dt a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 15px 0;
}
footer .wrapper .bottombox .box04 .right .footer_menu li dl dd {
  padding-top: 10px;
}
footer .wrapper .bottombox .box04 .right .footer_menu li dl dd p {
  display: inline-block;
  margin: 5px 30px 5px 0;
}
footer .wrapper .bottombox .box04 .right .footer_menu li dl dd p a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
footer .wrapper .bottombox .box04 .right .copy {
  width: 100%;
  text-align: right;
  font-size: 10px;
  margin-top: 20px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #fff;
    z-index: 100000000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  header .wrapper {
    width: 100%;
    height: 70px;
    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;
    padding: 0 10px;
  }
  header .wrapper .logo {
    width: 190px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btnlist01 {
    display: none;
  }
  header .ham {
    width: 42px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -21px;
  }
  header .spmenu {
    height: calc(100vh - 50px);
    z-index: 100;
    position: absolute;
    background-color: #525252;
    padding: 20px;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper .footer_menu {
    width: 100%;
  }
  header .spmenu .spwrapper .footer_menu li + li {
    margin-top: 0;
  }
  header .spmenu .spwrapper .footer_menu li dl {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  header .spmenu .spwrapper .footer_menu li dl.haschild dt {
    background-image: none;
  }
  header .spmenu .spwrapper .footer_menu li dl.haschild.opened .icon img.open {
    opacity: 0;
  }
  header .spmenu .spwrapper .footer_menu li dl.haschild.opened .icon img.close {
    opacity: 1;
  }
  header .spmenu .spwrapper .footer_menu li dl .icon {
    width: 16px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 2px;
  }
  header .spmenu .spwrapper .footer_menu li dl .icon img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .spmenu .spwrapper .footer_menu li dl .icon img.open {
    opacity: 1;
  }
  header .spmenu .spwrapper .footer_menu li dl .icon img.close {
    opacity: 0;
  }
  header .spmenu .spwrapper .footer_menu li dl dt {
    border: none;
    background-image: url(../images/icon_arrow03.svg);
    background-size: 10px auto;
    background-position: center right 5px;
    background-repeat: no-repeat;
  }
  header .spmenu .spwrapper .footer_menu li dl dt a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
  }
  header .spmenu .spwrapper .footer_menu li dl dd {
    padding-top: 0;
    margin-top: -10px;
    padding-left: 20px;
    display: none;
  }
  header .spmenu .spwrapper .footer_menu li dl dd p {
    display: block;
    margin: 0;
  }
  header .spmenu .spwrapper .footer_menu li dl dd p:last-child {
    padding-bottom: 10px;
  }
  header .spmenu .spwrapper .footer_menu li dl dd p a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
  header .spmenu .close_menu {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  main {
    margin-top: 70px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -69px;
    left: 0;
  }
  main section.ttlsection01 .wrapper .photobox {
    height: 390px;
  }
  main section.ttlsection01 .wrapper .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.ttlsection01 .wrapper .photobox .mvbox {
    width: 100%;
    height: 390px;
  }
  main section.ttlsection01 .wrapper .photobox .mvbox video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.ttlsection01 .wrapper .infobox {
    background-image: url(../images/ttlsection0101_sp.png);
    background-size: cover;
    background-position: center top 0;
    min-height: 102px;
    margin-top: -10vw;
    position: relative;
    z-index: 2;
  }
  main section.ttlsection01 .wrapper .infobox .box {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 20px 40px;
    color: #3D485F;
    max-width: 500px;
    margin: 0 auto;
  }
  main section.ttlsection01 .wrapper .infobox .box h2 {
    font-size: 20px;
    padding-bottom: 1px;
    border-bottom: 1px solid #1f1f1f;
  }
  main section.ttlsection01 .wrapper .infobox .box h2 span {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px;
  }
  main section.ttlsection01 .wrapper .infobox .box ul {
    font-size: 0;
    letter-spacing: 0;
    padding-top: 5px;
  }
  main section.ttlsection01 .wrapper .infobox .box ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 0 0;
  }
  main section.ttlsection01 .wrapper .infobox .box ul li a {
    display: block;
    text-decoration: none;
    color: #3D485F;
    font-size: 12px;
    padding-right: 18px;
    background-image: url(../images/icon_arrow04.svg);
    background-size: 12px auto;
    background-position: center right 0;
    background-repeat: no-repeat;
  }
  main section.ttlsection02 .wrapper {
    padding-bottom: 30px;
  }
  main section.ttlsection02 .wrapper .photobox {
    height: 345px;
  }
  main section.ttlsection02 .wrapper .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.ttlsection02 .wrapper .t01 {
    position: relative;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 105px;
    color: #0A3E01;
  }
  main section.ttlsection02 .wrapper .t01::before {
    content: "";
    display: block;
    background-color: #0A3E01;
    width: 2px;
    height: 60px;
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.ttlsection02 .wrapper h2 {
    text-align: center;
    font-size: 20px;
    color: #0A3E01;
    margin-top: 5px;
  }
  main section .wrapper .ttlbox_en {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section .wrapper .ttlbox_en::before {
    content: "";
    display: block;
    width: 10000px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  main section .wrapper .ttlbox_en p {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  main section .wrapper .ttlbox_en p img {
    height: 26px;
    display: block;
  }
  footer {
    margin-top: 70px;
  }
  footer .wrapper .contactbox {
    background-image: url(../images/bg_footer01.jpg);
    background-size: cover;
    background-position: center center;
    padding: 15px;
  }
  footer .wrapper .contactbox .box01 {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 15px 15px;
    border-radius: 4px;
  }
  footer .wrapper .contactbox .box01 .msg01 {
    width: 146px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .contactbox .box01 .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
  }
  footer .wrapper .contactbox .box01 .box02 {
    border-radius: 4px;
    background-color: #B79D86;
    padding: 10px 0;
    margin-top: 15px;
    color: #fff;
    text-align: center;
  }
  footer .wrapper .contactbox .box01 .box02 .t02 {
    font-size: 15px;
  }
  footer .wrapper .contactbox .box01 .box02 .t03 {
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
  }
  footer .wrapper .contactbox .box01 .box02 .t03 img {
    width: 24px;
    vertical-align: top;
    margin: -3px 5px 0 0;
  }
  footer .wrapper .contactbox .box01 .box02 .t04 {
    font-size: 10px;
    line-height: 1;
    margin-top: 8px;
  }
  footer .wrapper .contactbox .box01 .box02 .t04 span {
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 3px 5px;
    border-radius: 2px;
    background-color: #fff;
    color: #B79D86;
    margin-top: -3px;
    margin-right: 5px;
  }
  footer .wrapper .contactbox .box01 dl {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
    display: block;
  }
  footer .wrapper .contactbox .box01 dl dt {
    width: 100%;
    padding-right: 0px;
    font-size: 15px;
    text-align: center;
  }
  footer .wrapper .contactbox .box01 dl dt span {
    display: block;
    margin: 5px auto 0;
    font-size: 10px;
  }
  footer .wrapper .contactbox .box01 dl dd {
    width: 248px;
    margin: 10px auto 0;
  }
  footer .wrapper .contactbox .box01 dl dd a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 35px;
    background-color: #1f1f1f;
    border-radius: 4px;
    background-image: url(../images/icon_arrow02.svg);
    background-size: 19px auto;
    background-position: right 12px center;
    background-repeat: no-repeat;
  }
  footer .wrapper .servicebox {
    margin-top: 20px;
    padding: 20px 15px;
    position: relative;
    background-color: rgba(183, 157, 134, 0.8);
  }
  footer .wrapper .servicebox::before {
    display: none;
  }
  footer .wrapper .servicebox .box03 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .servicebox .box03 .icon {
    width: 124px;
    display: block;
    position: static;
    margin: 0 !important;
  }
  footer .wrapper .servicebox .box03 ul {
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
  }
  footer .wrapper .servicebox .box03 ul li {
    width: 100%;
    display: block;
    margin: 5px 0 0 !important;
    vertical-align: top;
    border: 2px solid #fff;
  }
  footer .wrapper .servicebox .box03 ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
  }
  footer .wrapper .servicebox .box03 ul li a:hover {
    opacity: 1;
  }
  footer .wrapper .servicebox .box03 ul li a:hover::after {
    opacity: 0.5;
  }
  footer .wrapper .servicebox .box03 ul li a::after {
    display: none;
  }
  footer .wrapper .servicebox .box03 ul li a .bg {
    width: 100%;
    display: block;
  }
  footer .wrapper .servicebox .box03 ul li a .txtbox {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
  }
  footer .wrapper .servicebox .box03 ul li a .txtbox .t05 span {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
  }
  footer .wrapper .servicebox .box03 ul li a .txtbox .t06 {
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
  }
  footer .wrapper .servicebox .box03 ul li a .txtbox .t07 {
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
  }
  footer .wrapper .bottombox {
    background-color: #525252;
    padding: 30px 15px 0;
    color: #fff;
    position: relative;
  }
  footer .wrapper .bottombox .box04 {
    max-width: 1420px;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .bottombox .box04 .left {
    width: 100%;
    text-align: center;
  }
  footer .wrapper .bottombox .box04 .left .logo {
    width: 162.5px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .bottombox .box04 .left .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .box04 .left .t08 {
    font-size: 10px;
    margin-top: 10px;
  }
  footer .wrapper .bottombox .box04 .left .t09 {
    font-size: 10px;
    margin-top: 5px;
    display: inline-block;
  }
  footer .wrapper .bottombox .box04 .left .t10 {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 115px;
    padding-right: 15px;
  }
  footer .wrapper .bottombox .box04 .left .t10 a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
  }
  footer .wrapper .bottombox .box04 .right {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu {
    width: 100%;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li + li {
    margin-top: 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl {
    border-bottom: 1px solid #fff;
    position: relative;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl.haschild dt {
    background-image: none;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl.haschild.opened .icon img.open {
    opacity: 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl.haschild.opened .icon img.close {
    opacity: 1;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl .icon {
    width: 16px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 2px;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl .icon img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl .icon img.open {
    opacity: 1;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl .icon img.close {
    opacity: 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dt {
    border: none;
    background-image: url(../images/icon_arrow03.svg);
    background-size: 10px auto;
    background-position: center right 5px;
    background-repeat: no-repeat;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dt a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dd {
    padding-top: 0;
    margin-top: -10px;
    padding-left: 20px;
    display: none;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dd p {
    display: block;
    margin: 0;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dd p:last-child {
    padding-bottom: 10px;
  }
  footer .wrapper .bottombox .box04 .right .footer_menu li dl dd p a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
  footer .wrapper .bottombox .box04 .right .copy {
    width: calc(100% + 30px);
    text-align: center;
    color: #1f1f1f;
    font-size: 10px;
    margin: 60px -15px 0;
    background-color: #fff;
    padding: 20px 0 70px;
    letter-spacing: 0;
  }
  footer .wrapper .btn_partner {
    width: 156px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
  }
  footer .wrapper .btn_partner img {
    width: 100%;
    display: block;
  }
}