@charset "UTF-8";
/**
* 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: #1D1D1D;
  background: #FFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  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;
}

.font_default {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold !important;
  color: #4D4D4D !important;
  letter-spacing: 0 !important;
}

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

* {
  letter-spacing: 0.05em;
}

.en01 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background-color: #fff;
  z-index: 10000;
  padding: 0 40px;
}
header .wrapper {
  height: 100px;
  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;
}
header .wrapper .logo {
  width: 113px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: 1000px;
  margin-left: calc(100% - 1625px);
}
header .wrapper .gnav ul {
  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;
}
header .wrapper .gnav ul li .mainmenu {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  text-align: center;
  cursor: pointer;
  position: relative;
}
header .wrapper .gnav ul li .mainmenu.haschild:hover .child {
  display: block;
}
header .wrapper .gnav ul li .mainmenu .child {
  width: 350px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 40px 20px 20px;
  display: none;
}
header .wrapper .gnav ul li .mainmenu .child p {
  text-align: left;
}
header .wrapper .gnav ul li .mainmenu .child p + p {
  margin-top: 10px;
}
header .wrapper .gnav ul li .mainmenu .child p a {
  display: block;
  text-decoration: none;
  color: #1D1D1D;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
header .wrapper .gnav ul li .mainmenu .child p a::before {
  content: "・";
  display: block;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper .gnav ul li .mainmenu .en {
  font-size: 24px;
  position: relative;
  letter-spacing: 0;
}
header .wrapper .gnav ul li .mainmenu .en img {
  display: block;
  position: absolute;
  top: 7px;
  right: -18px;
}
header .wrapper .gnav ul li .mainmenu .t01 {
  text-align: center;
  font-weight: 500;
}
header .wrapper .link01 {
  width: 204px;
  display: block;
  margin-left: 50px;
  text-decoration: none;
}
header .wrapper .link01 img {
  display: block;
  margin: 0 auto;
}
header .wrapper .link01 p {
  text-align: center;
  color: #1D1D1D;
  font-size: 15px;
}
header .wrapper .link02 {
  background-color: #1D1D1D;
  display: block;
  width: 208px;
  margin-left: 50px;
  font-size: 24px;
  color: #fff !important;
  text-align: center;
  line-height: 30px;
  padding: 15px 0;
  text-decoration: none;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  padding-top: 100px;
  background-color: #EFEFEF;
  padding-bottom: 120px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
  left: 0;
}
main section.ttlsection.filter .wrapper {
  position: relative;
  z-index: 3;
}
main section.ttlsection.filter::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
main section.ttlsection.ttlsection02 .wrapper {
  padding-top: 200px;
}
main section.ttlsection.ttlsection03 .wrapper {
  padding-top: 180px;
  position: relative;
  z-index: 3;
}
main section.ttlsection.ttlsection03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
main section.ttlsection.ttlsection04 {
  position: relative;
}
main section.ttlsection.ttlsection04 .wrapper {
  padding-top: 90px;
  position: relative;
  z-index: 3;
}
main section.ttlsection.ttlsection04::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
main section.ttlsection .wrapper {
  height: 650px;
  background-size: cover;
  background-position: center center;
  padding-top: 290px;
  z-index: 2;
  position: relative;
}
main section.ttlsection .wrapper h2,
main section.ttlsection .wrapper h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
}
main section.ttlsection .wrapper h3 {
  margin-top: 100px;
}
main section.ttlsection .wrapper .en {
  text-align: center;
  font-size: 64px;
  color: #fff;
  line-height: 100%;
  margin-top: 10px;
}
main section.ttlsection .wrapper .t01 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 180%;
  margin-top: 30px;
}
main section .wrapper .viewmorelist_pc {
  width: 1080px;
  margin: 80px 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 .wrapper .viewmorelist_pc li {
  width: 242px;
}
main section .wrapper .viewmorelist_pc li a {
  width: 100%;
  display: block;
  position: relative;
}
main section .wrapper .viewmorelist_pc li a .bnr {
  width: 100%;
  display: block;
}
main section .wrapper .viewmorelist_pc li a .viewmore {
  display: block;
  margin: 10px auto 0;
}
main section .wrapper .viewmorelist_pc li a p {
  width: calc(100% - 4px);
  height: 70px;
  background-color: #07223C;
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  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 .wrapper .viewmorelist_pc li a p::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #BFBFBF;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section .wrapper .viewmorelist_pc li a p::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #BFBFBF;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: 0 auto;
}
main section .wrapper .viewmorelist_pc li a p span {
  width: 100%;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
main section .wrapper .bnr_req {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: 100px auto 0;
}
main section .wrapper .bnr_req img {
  width: 100%;
  display: block;
}
main section .wrapper .bnrlist01 {
  max-width: 1080px;
  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: 20px;
}
main section .wrapper .bnrlist01 li {
  width: 530px;
}
main section .wrapper .bnrlist01 li a {
  width: 100%;
  display: block;
  position: relative;
}
main section .wrapper .bnrlist01 li a img {
  width: 100%;
  display: block;
}
main section .wrapper .bnrlist01 li a p {
  height: 74px;
  background-color: #07223C;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -37px auto 0;
  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 .wrapper .bnrlist01 li a p::before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #BFBFBF;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section .wrapper .bnrlist01 li a p::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #BFBFBF;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: 0 auto;
}
main section .wrapper .bnrlist01 li a p span {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #fff;
  left: 100%;
  text-align: center;
}
main section .videobox {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
main section .videobox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

footer .wrapper .contactbox {
  height: 600px;
  padding-top: 135px;
  position: relative;
}
footer .wrapper .contactbox .t01 {
  text-align: center;
  font-size: 60px;
  color: #fff;
}
footer .wrapper .contactbox .t02 {
  text-align: center;
  font-size: 34px;
  color: #fff;
}
footer .wrapper .contactbox a {
  width: 55px;
  display: block;
  margin: 35px auto 0;
}
footer .wrapper .contactbox a img {
  width: 100%;
  display: block;
}
footer .wrapper .contactbox .videobox {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
footer .wrapper .contactbox .videobox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
footer .wrapper .bottombox {
  background-color: #07223C;
  padding: 50px 40px 20px;
}
footer .wrapper .bottombox .box01 {
  width: 1400px;
  max-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;
}
footer .wrapper .bottombox .box01 .leftcontents {
  width: 618px;
  max-width: 50%;
}
footer .wrapper .bottombox .box01 .leftcontents .logo {
  width: 119px;
  display: block;
}
footer .wrapper .bottombox .box01 .leftcontents .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .box01 .leftcontents .t01 {
  font-size: 21px;
  color: #fff;
  line-height: 150%;
  margin-top: 30px;
}
footer .wrapper .bottombox .box01 .leftcontents .t02 {
  font-size: 21px;
  color: #fff;
  line-height: 150%;
  margin-top: 10px;
}
footer .wrapper .bottombox .box01 .leftcontents ul {
  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;
  max-width: 600px;
}
footer .wrapper .bottombox .box01 .leftcontents ul li {
  width: 240px;
}
footer .wrapper .bottombox .box01 .leftcontents ul li a {
  width: 100%;
  text-decoration: none;
  display: block;
}
footer .wrapper .bottombox .box01 .leftcontents ul li a img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .box01 .leftcontents ul li a p {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
footer .wrapper .bottombox .box01 .leftcontents .pplink {
  margin-top: 20px;
}
footer .wrapper .bottombox .box01 .leftcontents .pplink a {
  text-decoration: none;
  color: #fff;
}
footer .wrapper .bottombox .box01 .rightcontents {
  max-width: 50%;
  width: 620px;
  padding-left: 40px;
}
footer .wrapper .bottombox .box01 .rightcontents::after {
  content: "";
  display: block;
  clear: both;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 {
  width: 40%;
  float: left;
}
footer .wrapper .bottombox .box01 .rightcontents .box02.box0202 {
  width: 60%;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 dl {
  margin-top: 14px;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 dl dt a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd {
  padding-left: 20px;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd p {
  margin-top: 5px;
}
footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd p a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
footer .wrapper .bottombox .box01 .rightcontents ul {
  width: 60%;
  float: right;
  padding-left: 20px;
  margin-top: 15px;
}
footer .wrapper .bottombox .box01 .rightcontents ul li {
  width: 285px;
}
footer .wrapper .bottombox .box01 .rightcontents ul li + li {
  margin-top: 15px;
}
footer .wrapper .bottombox .box01 .rightcontents ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  height: 84px;
  background-image: url(../images/bg_btn01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 25px;
  padding: 25px 0 0;
  color: #fff;
  position: relative;
  text-align: center;
}
footer .wrapper .bottombox .box01 .rightcontents ul li a img {
  width: 32px;
  display: block;
  position: absolute;
  top: 22px;
  right: 15px;
}
footer .wrapper .copy {
  background-color: #343434;
  text-align: right;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 40px 40px 40px 0;
}
footer .cookie_wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
footer .cookie_wrapper .cookie_box {
  width: 800px;
  margin: 0 auto;
}
footer .cookie_wrapper .cookie_box 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;
}
footer .cookie_wrapper .cookie_box dl dt {
  width: calc(100% - 300px);
  font-size: 16px;
  color: #fff;
}
footer .cookie_wrapper .cookie_box dl dd {
  width: 250px;
}
footer .cookie_wrapper .cookie_box dl dd ul {
  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 .cookie_wrapper .cookie_box dl dd ul li {
  width: calc(50% - 10px);
}
footer .cookie_wrapper .cookie_box dl dd ul li a,
footer .cookie_wrapper .cookie_box dl dd ul li span {
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
}
footer .cookie_wrapper .cookie_box dl dd ul li span {
  background-color: #fff;
  color: #1D1D1D;
}
footer .cookie_wrapper .cookie_box dl dd ul li a {
  background-color: #1D1D1D;
}

/* ------------------------------
 common - width: < 1800px
------------------------------ */
@media screen and (max-width: 1800px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    background-color: #fff;
    z-index: 10000;
    padding: 0 40px;
  }
  header .wrapper {
    height: 100px;
    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;
  }
  header .wrapper .logo {
    width: 113px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    width: 900px;
    margin-left: calc(100% - 1433px);
  }
  header .wrapper .gnav ul {
    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;
  }
  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    color: #1D1D1D;
    text-align: center;
  }
  header .wrapper .gnav ul li .mainmenu .en {
    font-size: 24px;
    position: relative;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li .mainmenu .en img {
    display: block;
    position: absolute;
    top: 7px;
    right: -18px;
  }
  header .wrapper .gnav ul li .mainmenu .t01 {
    text-align: center;
    font-weight: 500;
  }
  header .wrapper .link01 {
    width: 180px;
    display: block;
    margin-left: 20px;
    text-decoration: none;
  }
  header .wrapper .link01 img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .wrapper .link01 p {
    text-align: center;
    color: #1D1D1D;
    font-size: 14px;
  }
  header .wrapper .link02 {
    background-color: #1D1D1D;
    display: block;
    width: 180px;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    text-decoration: none;
  }
  header .ham {
    display: none;
  }
  header .spmenu {
    display: none;
  }
}
/* ------------------------------
 common - width: < 1550px
------------------------------ */
@media screen and (max-width: 1550px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    background-color: #fff;
    z-index: 10000;
    padding: 0 40px;
  }
  header .wrapper {
    height: 100px;
    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;
  }
  header .wrapper .logo {
    width: 113px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    width: 700px;
    margin-left: calc(100% - 1157px);
  }
  header .wrapper .gnav ul {
    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;
  }
  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    color: #1D1D1D;
    text-align: center;
  }
  header .wrapper .gnav ul li .mainmenu.haschild:hover .child {
    display: block;
  }
  header .wrapper .gnav ul li .mainmenu .child {
    width: 320px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 25px 15px 20px;
    display: none;
  }
  header .wrapper .gnav ul li .mainmenu .child p {
    text-align: left;
    margin-top: 10px;
  }
  header .wrapper .gnav ul li .mainmenu .child p + p {
    margin-top: 7px;
  }
  header .wrapper .gnav ul li .mainmenu .child p a {
    display: block;
    text-decoration: none;
    color: #1D1D1D;
    font-size: 14px;
    padding-left: 18px;
    position: relative;
  }
  header .wrapper .gnav ul li .mainmenu .child p a::before {
    content: "・";
    display: block;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .wrapper .gnav ul li .mainmenu .en {
    font-size: 18px;
    position: relative;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li .mainmenu .en img {
    display: block;
    position: absolute;
    top: 3px;
    right: -20px;
  }
  header .wrapper .gnav ul li .mainmenu .t01 {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
  }
  header .wrapper .link01 {
    width: 150px;
    display: block;
    margin-left: 40px;
    text-decoration: none;
  }
  header .wrapper .link01 img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .wrapper .link01 p {
    text-align: center;
    color: #1D1D1D;
    font-size: 11px;
  }
  header .wrapper .link02 {
    background-color: #1D1D1D;
    display: block;
    width: 150px;
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 15px 0;
    text-decoration: none;
  }
  header .ham {
    display: none;
  }
  header .spmenu {
    display: none;
  }
}
/* ------------------------------
 common - width: < 1300px
------------------------------ */
@media screen and (max-width: 1300px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1160px;
    background-color: #fff;
    z-index: 10000;
    padding: 0 40px;
  }
  header .wrapper {
    height: 100px;
    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;
  }
  header .wrapper .logo {
    width: 113px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    width: 650px;
    margin-left: calc(100% - 1118px);
    width: calc(100% - 418px);
    margin-left: 0;
  }
  header .wrapper .gnav ul {
    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: 630px;
    margin-left: calc(100% - 630px);
  }
  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    color: #1D1D1D;
    text-align: center;
  }
  header .wrapper .gnav ul li .mainmenu .en {
    font-size: 17px;
    position: relative;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li .mainmenu .en img {
    display: block;
    position: absolute;
    top: 3px;
    right: -20px;
  }
  header .wrapper .gnav ul li .mainmenu .t01 {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
  }
  header .wrapper .link01 {
    width: 130px;
    display: block;
    margin-left: 30px;
    text-decoration: none;
  }
  header .wrapper .link01 img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .wrapper .link01 p {
    text-align: center;
    color: #1D1D1D;
    font-size: 10px;
  }
  header .wrapper .link02 {
    background-color: #1D1D1D;
    display: block;
    width: 130px;
    margin-left: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
    text-decoration: none;
  }
  header .ham {
    display: none;
  }
  header .spmenu {
    display: none;
  }
}
/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #fff;
    z-index: 10000;
    padding: 0 20px;
  }
  header .wrapper {
    height: 60px;
    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;
  }
  header .wrapper .logo {
    width: 60px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .link01 {
    display: none;
  }
  header .wrapper .link02 {
    display: none;
  }
  header .wrapper .btn_contact_sp {
    width: 176px;
    display: block;
    margin-left: calc(100% - 326px);
  }
  header .wrapper .btn_contact_sp img {
    width: 100%;
    display: block;
  }
  header .ham {
    width: 28px;
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
  }
  header .spmenu {
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 0px 20px 20px 20px;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul {
    display: block;
  }
  header .spmenu .spwrapper ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .spmenu .spwrapper ul li .haschild,
  header .spmenu .spwrapper ul li .mainmenu {
    display: block;
    text-decoration: none;
    color: #1D1D1D;
    text-align: left;
  }
  header .spmenu .spwrapper ul li .haschild .en,
  header .spmenu .spwrapper ul li .mainmenu .en {
    font-size: 13px;
    position: relative;
    letter-spacing: 0;
  }
  header .spmenu .spwrapper ul li .haschild .en img,
  header .spmenu .spwrapper ul li .mainmenu .en img {
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header .spmenu .spwrapper ul li .haschild .t01,
  header .spmenu .spwrapper ul li .mainmenu .t01 {
    font-weight: 500;
    font-size: 13px;
  }
  header .spmenu .spwrapper ul li .haschild.opened .en img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .spmenu .spwrapper ul li .child {
    padding-left: 10px;
    padding-top: 3px;
    display: none;
  }
  header .spmenu .spwrapper ul li .child p {
    margin-top: -2px;
  }
  header .spmenu .spwrapper ul li .child p a {
    text-decoration: none;
    color: #1D1D1D;
    font-size: 12px;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0;
  }
  header .spmenu .spwrapper ul li .child p a::before {
    content: "・";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .spmenu .close {
    width: 80px;
    height: 30px;
    margin: 20px auto 0;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    background-color: #19254A;
    color: #fff;
  }
  main {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -100px;
    left: 0;
  }
  main section.ttlsection.ttlsection02 .wrapper {
    padding-top: 110px;
  }
  main section.ttlsection.ttlsection03 .wrapper {
    padding-top: 90px;
  }
  main section.ttlsection.ttlsection04 .wrapper {
    padding-top: 60px;
  }
  main section.ttlsection.ttlsection04 .wrapper .t01 {
    margin-top: 20px;
  }
  main section.ttlsection.ttlsection04 .wrapper h3 {
    margin-top: 40px;
  }
  main section.ttlsection .wrapper {
    height: 393px;
    background-size: cover;
    background-position: center center;
    padding-top: 162px;
  }
  main section.ttlsection .wrapper h2,
  main section.ttlsection .wrapper h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
  }
  main section.ttlsection .wrapper h3 {
    margin-top: 80px;
  }
  main section.ttlsection .wrapper .en {
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 100%;
    margin-top: 10px;
  }
  main section.ttlsection .wrapper .t01 {
    font-size: 10px;
    line-height: 200%;
    padding: 0 40px;
    margin-top: 15px;
  }
  main section.ttlsection .wrapper .t01 br {
    display: none;
  }
  main section .wrapper .viewmorelist_pc {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  main section .wrapper .viewmorelist_pc li {
    width: calc(50% - 10px);
  }
  main section .wrapper .viewmorelist_pc li:first-child {
    width: 100% !important;
  }
  main section .wrapper .viewmorelist_pc li a {
    width: 100%;
    display: block;
  }
  main section .wrapper .viewmorelist_pc li a .bnr {
    width: 100%;
    display: block;
  }
  main section .wrapper .viewmorelist_pc li a .viewmore {
    display: none;
  }
  main section .wrapper .viewmorelist_pc li a p {
    height: calc((100vw - 55px) * 0.14);
    background-color: #07223C;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: calc((100vw - 55px) * -0.07) auto 0;
    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 .wrapper .viewmorelist_pc li a p::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section .wrapper .viewmorelist_pc li a p::after {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: 0 auto;
  }
  main section .wrapper .viewmorelist_pc li a p span {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
  }
  main section .wrapper .bnr_req {
    width: 100%;
    display: block;
    margin: 0 auto 0;
  }
  main section .wrapper .bnr_req img {
    width: 100%;
    display: block;
  }
  main section .wrapper .bnrlist01 {
    width: 100%;
    max-width: 1200px;
    margin: 50px 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: 15px;
  }
  main section .wrapper .bnrlist01 li {
    width: calc(50% - 7.5px);
  }
  main section .wrapper .bnrlist01 li a {
    width: 100%;
    display: block;
  }
  main section .wrapper .bnrlist01 li a img {
    width: 100%;
    display: block;
  }
  main section .wrapper .bnrlist01 li a p {
    height: calc((100vw - 55px) * 0.14);
    background-color: #07223C;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: calc((100vw - 55px) * -0.07) auto 0;
    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 .wrapper .bnrlist01 li a p::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section .wrapper .bnrlist01 li a p::after {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: 0 auto;
  }
  main section .wrapper .bnrlist01 li a p span {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
  }
  footer .wrapper .contactbox {
    height: 385px;
    padding-top: 120px;
  }
  footer .wrapper .contactbox .t01 {
    text-align: center;
    font-size: 28px;
    color: #fff;
  }
  footer .wrapper .contactbox .t02 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
  }
  footer .wrapper .contactbox a {
    width: 33px;
    display: block;
    margin: 20px auto 0;
  }
  footer .wrapper .contactbox a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox {
    background-color: #07223C;
    padding: 25px 20px 20px;
  }
  footer .wrapper .bottombox .box01 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .bottombox .box01 .leftcontents {
    width: 100%;
    max-width: 100%;
  }
  footer .wrapper .bottombox .box01 .leftcontents .logo {
    width: 95px;
    display: block;
  }
  footer .wrapper .bottombox .box01 .leftcontents .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .box01 .leftcontents .t01 {
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    margin-top: 15px;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox .box01 .leftcontents .t01 a {
    text-decoration: none;
    color: #fff;
  }
  footer .wrapper .bottombox .box01 .leftcontents .t02 {
    font-size: 14px;
    color: #fff;
    line-height: 150%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox .box01 .leftcontents ul {
    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: 15px;
    max-width: 280px;
  }
  footer .wrapper .bottombox .box01 .leftcontents ul li {
    width: 114px;
  }
  footer .wrapper .bottombox .box01 .leftcontents ul li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .box01 .leftcontents ul li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .box01 .leftcontents ul li a p {
    font-size: 8px;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox .box01 .rightcontents {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  footer .wrapper .bottombox .box01 .rightcontents::after {
    content: "";
    display: block;
    clear: both;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 {
    width: 35%;
    float: left;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02.box0202 {
    width: 65%;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 dl {
    margin-top: 7px;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 dl dt a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd {
    padding-left: 20px;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd p {
    margin-top: 5px;
  }
  footer .wrapper .bottombox .box01 .rightcontents .box02 dl dd p a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
  }
  footer .wrapper .bottombox .box01 .rightcontents ul {
    width: 100%;
    float: right;
    padding-left: 0px;
    margin-top: 15px;
    font-size: 0;
    letter-spacing: 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;
  }
  footer .wrapper .bottombox .box01 .rightcontents ul li {
    width: 152px;
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
  }
  footer .wrapper .bottombox .box01 .rightcontents ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    height: 45px;
    background-image: url(../images/bg_btn01.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 25px;
    padding: 8px 0 0;
    color: #fff;
    position: relative;
  }
  footer .wrapper .bottombox .box01 .rightcontents ul li a img {
    width: 16px;
    display: block;
    position: absolute;
    top: 14px;
    right: 7px;
  }
  footer .wrapper .copy {
    background-color: #343434;
    text-align: center;
    color: #fff;
    font-size: 8px;
    line-height: 8px;
    padding: 15px 0;
    letter-spacing: 0;
  }
  footer .cookie_wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px 40px 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  footer .cookie_wrapper .cookie_box {
    width: 100%;
    margin: 0 auto;
  }
  footer .cookie_wrapper .cookie_box 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;
  }
  footer .cookie_wrapper .cookie_box dl dt {
    width: calc(100% - 150px);
    font-size: 10px;
    color: #fff;
  }
  footer .cookie_wrapper .cookie_box dl dd {
    width: 140px;
  }
  footer .cookie_wrapper .cookie_box dl dd ul {
    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 .cookie_wrapper .cookie_box dl dd ul li {
    width: calc(50% - 5px);
  }
  footer .cookie_wrapper .cookie_box dl dd ul li a,
  footer .cookie_wrapper .cookie_box dl dd ul li span {
    border: 1px solid #fff;
    display: block;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    padding: 8px 0;
    text-decoration: none;
    letter-spacing: 0;
  }
  footer .cookie_wrapper .cookie_box dl dd ul li span {
    background-color: #fff;
    color: #1D1D1D;
  }
  footer .cookie_wrapper .cookie_box dl dd ul li a {
    background-color: #1D1D1D;
  }
}