@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #3c3c3c;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #3c3c3c;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.75;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

.hidden {
  display: none !important;
}

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

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 60px;
  }
}

.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}

.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}

.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}

.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.notpg-wrap .inner p {
  line-height: 1.5;
  text-align: center;
}

.page-wrap .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .page-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.heading-wrap h2 {
  text-align: center;
}

.heading-wrap h2.type2 {
  position: relative;
  margin-bottom: 55px;
}

.heading-wrap h2.type2:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: block;
  width: 170px;
  height: 1px;
  margin: auto;
  background: #3c3c3c;
}

.heading-wrap h2 .en {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 30px;
  text-indent: 30px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 .en {
    font-size: 20px;
    letter-spacing: 25px;
    text-indent: 25px;
  }
}

.heading-wrap h2 .jp {
  position: relative;
  display: block;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 5px;
  text-indent: 5px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 .jp {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.heading-wrap h2 .jp.type1:before {
  content: '[';
  margin-right: 5px;
}

.heading-wrap h2 .jp.type1:after {
  content: ']';
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 .jp.type1.type1-2:before, .heading-wrap h2 .jp.type1.type1-2:after {
    content: '';
  }
}

.heading-wrap h2 .jp.type2 {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 11px;
  text-indent: 11px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 .jp.type2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    text-indent: 5px;
  }
}

.heading-wrap h2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.heading-wrap h2 img.toppg-sec4 {
  width: 413px;
  height: 167px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 img.toppg-sec4 {
    width: 270px;
    height: 109px;
  }
}

.heading-wrap h2 img.toppg-sec5 {
  width: 417px;
  height: 178px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 img.toppg-sec5 {
    width: 267px;
    height: 114px;
  }
}

.heading-wrap h2 img.toppg-sec6 {
  width: 108px;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h2 img.toppg-sec6 {
    width: 70px;
    height: 23px;
  }
}

.heading-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.heading-wrap h3:before {
  content: '';
  display: block;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
  width: 50px;
  height: 50px;
  background: url(../img/shared/icon-virus.svg) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h3:before {
    width: 37px;
    height: 37px;
  }
}

.heading-wrap h3:after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  margin: 0 25px;
  background: #3c3c3c;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (max-width: 767px) {
  .heading-wrap h3:after {
    height: 30px;
    margin: 0 12px;
  }
}

.page-img-wrap {
  position: relative;
}

.page-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 535px;
  margin: 0 auto;
  background: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    height: 260px;
  }
}

.page-img-wrap .page-img.newspg {
  background: url(../img/news/newspg-main-img.jpg) center center/cover no-repeat;
}

.page-img-wrap .page-img.entertainmentpg {
  background: url(../img/entertainment/entertainmentpg-main-img.jpg) center center/cover no-repeat;
}

.page-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-img-wrap .page-title h1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page-img-wrap .page-title h1 img.newspg {
  width: 496px;
  height: 276px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 img.newspg {
    width: 283px;
    height: 157px;
  }
}

.page-img-wrap .page-title h1 img.entertainmentpg {
  width: 500px;
  height: 288px;
}

@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 img.entertainmentpg {
    width: 285px;
    height: 164px;
  }
}

.btn {
  display: block;
  position: relative;
  width: 420px;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .btn {
    height: 60px;
  }
}

.btn.type1 {
  background: #e15e25;
}

.btn.type2 {
  background: #2191d1;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 18px;
  }
}

.header-wrap.burger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-wrap.burger.hide {
  position: fixed;
  background: #000;
}

.header-wrap.burger .header-subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 0 65px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap {
    height: 80px;
    padding: 0 0 0 15px;
  }
}

.header-wrap.burger .header-subwrap .header-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 30px;
    margin: auto;
  }
}

.header-wrap.burger .header-subwrap .header-logo img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo img {
    width: 100px;
    height: 30px;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 100%;
  background: url(../img/shared/nav-wrap-bg.jpg) center center/cover no-repeat;
}

.header-wrap.burger .header-subwrap .nav-wrap .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /*
        .subcopy{
          //position: absolute;
          //bottom: 35px;
          //left: 0;
          //right: 0;
          margin-top: 70px;
          @include media(){
            position: static;
            //display: none;
            //bottom: 20px;
            margin-top: 30px;
          }
          span{
            display: block;
            color: $base-font-color2;
            font-family: $web-font1;
            font-weight: $fw-regular;
            text-align: center;
            line-height: 1;
            &.sub{
              font-size: 17px;
              letter-spacing: 10px;
              @include media(){
                font-size: 14px;
                letter-spacing: 4px;
              }
            }
            &.main{
              margin-top: 34px;
              font-size: 70px;
              letter-spacing: 40px;
              text-indent: 40px;
              @include media(){
                margin-top: 10px;
                font-size: 24px;
                letter-spacing: 10px;
                text-indent: 10px;
              }
            }
          }
        }
        */
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 0 0 0;
  }
}

.header-wrap.burger .header-subwrap .nav-wrap .inner .nav {
  width: 400px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .inner .nav {
    width: 315px;
  }
}

.header-wrap.burger .header-subwrap .nav-title h2 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 12px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-title h2 {
    letter-spacing: 7px;
  }
}

.header-wrap.burger .header-subwrap .nav-list {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.header-wrap.burger .header-subwrap .nav-list .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-list .nav-item {
    height: 45px;
    padding-left: 15px;
  }
}

.header-wrap.burger .header-subwrap .nav-list .nav-item.external {
  position: relative;
  margin-top: 20px;
}

.header-wrap.burger .header-subwrap .nav-list .nav-item.external:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  height: 1px;
  background: #fff;
}

.header-wrap.burger .header-subwrap .nav-list .nav-item:before {
  content: '・';
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-list .nav-item:before {
    margin-right: 10px;
  }
}

.header-wrap.burger .header-subwrap .nav-list .nav-item a {
  font-size: 18px;
  letter-spacing: 3px;
}

@media print, screen and (min-width: 961px) {
  .header-wrap.burger .header-subwrap .nav-list .nav-item a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.header-wrap.burger .header-subwrap .nav-sns-wrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-sns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}

.header-wrap.burger .header-subwrap .nav-sns-wrap a {
  display: block;
}

.header-wrap.burger .header-subwrap .nav-sns-wrap a:not(:first-of-type) {
  margin-left: 30px;
}

.header-wrap.burger .header-subwrap .nav-sns-wrap a img.youtube {
  width: 42px;
  height: 30px;
}

.header-wrap.burger .header-subwrap .nav-sns-wrap a img.twitter, .header-wrap.burger .header-subwrap .nav-sns-wrap a img.facebook {
  width: 35px;
  height: 35px;
}

.header-wrap.burger .header-subwrap .sns-wrap {
  position: absolute;
  z-index: 1000;
  top: 47px;
  right: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .sns-wrap {
    display: none;
  }
}

.header-wrap.burger .header-subwrap .sns-wrap a {
  display: block;
}

.header-wrap.burger .header-subwrap .sns-wrap a:not(:first-of-type) {
  margin-left: 35px;
}

.header-wrap.burger .header-subwrap .sns-wrap a img.youtube {
  width: 42px;
  height: 30px;
}

.header-wrap.burger .header-subwrap .sns-wrap a img.twitter, .header-wrap.burger .header-subwrap .sns-wrap a img.facebook {
  width: 35px;
  height: 35px;
}

.header-wrap.burger .header-subwrap .burger-btn {
  display: block;
  width: 47px;
  height: 58px;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn {
    width: 70px;
    height: 70px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
  -webkit-transform: translateY(14.5px) rotate(-45deg);
  -ms-transform: translateY(14.5px) rotate(-45deg);
  transform: translateY(14.5px) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(2) {
  opacity: 0;
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
  -webkit-transform: translateY(-14.5px) rotate(45deg);
  -ms-transform: translateY(-14.5px) rotate(45deg);
  transform: translateY(-14.5px) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
  width: 45px;
  height: 36px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
    width: 35px;
    height: 23px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  height: 6px;
  background-color: #1d2d68;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
    height: 3px;
  }
}

.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .en {
  position: relative;
  left: 1px;
  display: block;
  margin-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn .menu-trigger .en {
    position: static;
    margin-top: 8px;
    letter-spacing: 1px;
  }
}

.footer-wrap {
  background: #1d2d68;
}

.footer-wrap .inner {
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer-wrap .info-wrap {
  text-align: center;
}

.footer-wrap .info-wrap h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .info-wrap h3 {
    font-size: 20px;
  }
}

.footer-wrap .info-wrap p {
  color: #fff;
}

.footer-wrap .info-wrap p.address {
  margin-top: 30px;
  letter-spacing: 3px;
  text-indent: 3px;
}

.footer-wrap .info-wrap a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-indent: 3px;
}

.footer-wrap .copyright {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .copyright {
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 722px;
  overflow: hidden;
  background: url(../img/top/toppg-main-img.jpg) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap {
    height: 345px;
    min-height: auto;
    background: url(../img/top/toppg-main-img_sp.jpg) center center/cover no-repeat;
  }
}

.main-img-wrap.tablet {
  height: 820px;
}

.main-img-wrap .copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy {
    position: relative;
    top: -30px;
    width: 345px;
    max-width: 100%;
  }
}

.main-img-wrap .copy-wrap .copy .logo img {
  position: relative;
  left: 20px;
  display: block;
  width: 166px;
  height: 51px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy .logo img {
    left: 8px;
    width: 120px;
    height: 36px;
  }
}

.main-img-wrap .copy-wrap .copy p {
  text-align: center;
}

.main-img-wrap .copy-wrap .copy p.jp {
  position: relative;
  z-index: 1;
  margin-top: 46px;
  padding: 0 40px;
  font-size: 43px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy p.jp {
    margin-top: 15px;
    padding: 0 5px;
    font-size: 21px;
  }
}

.main-img-wrap .copy-wrap .copy p.jp:after {
  position: absolute;
  z-index: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 28px;
  margin: auto;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy p.jp:after {
    bottom: 2px;
    height: 14px;
  }
}

.main-img-wrap .copy-wrap .copy p.jp span {
  position: relative;
  z-index: 1;
}

.main-img-wrap .copy-wrap .copy p.jp span:first-of-type {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy p.jp span:first-of-type {
    margin-right: 5px;
  }
}

.main-img-wrap .copy-wrap .copy p.en {
  margin-top: 10px;
  font-size: 17px;
  letter-spacing: 4px;
  text-indent: 4px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy p.en {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.main-img-wrap .copy-wrap .copy h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy h1 {
    width: 245px;
    margin-top: 20px;
    padding: 13px 0;
  }
}

.main-img-wrap .copy-wrap .copy h1 span {
  position: relative;
  left: 3px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy h1 span {
    left: 1px;
    font-size: 15px;
  }
}

.main-img-wrap .copy-wrap .subcopy {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .subcopy {
    bottom: 20px;
  }
}

.main-img-wrap .copy-wrap .subcopy span {
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

.main-img-wrap .copy-wrap .subcopy span.sub {
  font-size: 17px;
  letter-spacing: 10px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .subcopy span.sub {
    font-size: 14px;
    letter-spacing: 4px;
  }
}

.main-img-wrap .copy-wrap .subcopy span.main {
  margin-top: 34px;
  font-size: 70px;
  letter-spacing: 40px;
  text-indent: 40px;
}

@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .subcopy span.main {
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 10px;
    text-indent: 10px;
  }
}

.toppg-sec1-wrap .inner {
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .text-wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec1 .text-wrap {
    margin-top: 30px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .text-wrap p {
  font-size: 19px;
  line-height: 2.42;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec1 .text-wrap p {
    font-size: 16px;
    line-height: 2.3;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .video-wrap video {
  max-width: 260px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a {
  position: relative;
  left: -12px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a {
    left: -14px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a:not(:first-of-type) {
  margin-left: 55px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a:not(:first-of-type) {
    margin-left: 35px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a img.youtube {
  width: 42px;
  height: 30px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a img.twitter, .toppg-sec1-wrap .inner .content-wrap .content.sec1 .sns-wrap a img.facebook {
  width: 35px;
  height: 35px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 {
    margin-top: 55px;
    padding-top: 50px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2:before {
  content: '';
  position: absolute;
  top: -180px;
  right: 130px;
  display: block;
  width: 161px;
  height: 200px;
  background: url(../img/shared/ratte1.png) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2:before {
    top: -90px;
    right: -10px;
    width: 80px;
    height: 100px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap {
  margin-top: 30px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item {
    padding: 20px 10px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  border-top: 1px solid #3c3c3c;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content {
    display: block;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .head .date {
  position: relative;
  top: 2px;
  width: 170px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .head .date {
    position: static;
    width: auto;
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .text {
  line-height: 1.8125;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .text {
    margin-top: 5px;
  }
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .text p {
  line-height: 1.8125;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .text a {
  color: #0000ee;
  line-height: 1.8125;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec1-wrap .inner .content-wrap .content.sec2 .item-wrap .item .content .text a:hover {
    text-decoration: none;
  }
}

.toppg-sec2-wrap {
  background-color: #fdf5e7;
  background-image: url(../img/top/toppg-sec2-bg.png);
  background-size: 1693px 952px;
  background-position: center 35px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap {
    background-size: 600px 337px;
  }
}

.toppg-sec2-wrap .inner {
  padding: 100px 20px 100px 20px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content {
    margin-top: 20px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .description-wrap {
  text-align: center;
}

.toppg-sec2-wrap .inner .content-wrap .content .description-wrap h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .description-wrap h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .description-wrap p {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .description-wrap p {
    font-size: 20px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 247px;
  margin: 0 50px;
  background: #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap:before {
    height: 155px;
    margin: 0 15px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item {
    width: 150px;
    padding: 10px 0;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item:first-of-type {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item h3 {
  width: 225px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 1px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item h3 {
    padding: 2px 10px 3px 10px;
    font-size: 19px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item h3.type1 {
  background: #e87d5a;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item h3.type2 {
  background: #218ac6;
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item p {
  margin-top: 40px;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item p {
    margin-top: 20px;
    font-size: 24px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item p span {
  margin-right: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 139px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .item-wrap .item p span {
    margin-right: 0;
    font-size: 60px;
  }
}

.toppg-sec2-wrap .inner .content-wrap .content .link-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner .content-wrap .content .link-wrap {
    margin-top: 40px;
  }
}

.link-wrap .heading-wrap + .link {
  margin-top: 20px;
}

.link-wrap .head h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .link-wrap .head h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.link-wrap .head + .link {
  margin-top: 20px;
}

.link-wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .link-wrap .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.link-wrap a {
  display: block;
  width: 370px;
  max-width: 100%;
}

@media print, screen and (min-width: 961px) {
  .link-wrap a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .link-wrap a {
    max-width: 315px;
  }
}

.link-wrap a:not(:first-of-type) {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .link-wrap a:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.link-wrap a img {
  max-width: 100%;
}

.toppg-sec3-wrap {
  background: url(../img/top/toppg-sec3-bg.jpg) center center/cover no-repeat;
}

.toppg-sec3-wrap .inner {
  padding: 100px 20px 100px 20px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec3-wrap .inner .link-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner .link-wrap {
    margin-top: 30px;
  }
}

.toppg-sec4-wrap .inner {
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec4-wrap .inner .content-wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.toppg-sec4-wrap .inner .content-wrap:before {
  content: '';
  position: absolute;
  top: -117px;
  left: 130px;
  display: block;
  width: 125px;
  height: 217px;
  background: url(../img/shared/ratte2.png) center center/contain no-repeat;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .content-wrap:before {
    top: -60px;
    left: 0;
    width: 60px;
    height: 104px;
  }
}

.toppg-sec4-wrap .inner .description-wrap p {
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.toppg-sec4-wrap .inner .item-wrap {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 50px;
}

.toppg-sec4-wrap .inner .item-wrap .item {
  width: 512px;
  max-width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .item-wrap .item {
    margin-bottom: 0;
  }
  .toppg-sec4-wrap .inner .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.toppg-sec4-wrap .inner .item-wrap .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  height: 107px;
  padding-left: 30px;
  border-left: 1px solid #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .item-wrap .item .head {
    height: auto;
    padding-left: 15px;
  }
}

.toppg-sec4-wrap .inner .item-wrap .item .head .date {
  color: #e15e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .item-wrap .item .head .date {
    font-size: 20px;
  }
}

.toppg-sec4-wrap .inner .item-wrap .item .head h3 {
  max-width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner .item-wrap .item .head h3 {
    font-size: 18px;
  }
}

.toppg-sec4-wrap .inner .item-wrap .item .video-wrap {
  margin-top: 20px;
}

.toppg-sec4-wrap .inner .item-wrap .item .video-wrap img, .toppg-sec4-wrap .inner .item-wrap .item .video-wrap video {
  max-width: 100%;
}

.toppg-sec5-wrap {
  background: #eff9ff;
}

.toppg-sec5-wrap .inner {
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec5-wrap .inner .description-wrap p {
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.toppg-sec5-wrap .inner .item-wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 50px;
}

.toppg-sec5-wrap .inner .item-wrap .item {
  width: 512px;
  max-width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner .item-wrap .item {
    margin-bottom: 0;
  }
  .toppg-sec5-wrap .inner .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.toppg-sec5-wrap .inner .item-wrap .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 107px;
  padding-left: 30px;
  border-left: 1px solid #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner .item-wrap .item .head {
    height: auto;
    padding-left: 15px;
  }
}

.toppg-sec5-wrap .inner .item-wrap .item .head .date {
  color: #2191d1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner .item-wrap .item .head .date {
    font-size: 20px;
  }
}

.toppg-sec5-wrap .inner .item-wrap .item .head h3 {
  max-width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
}

@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner .item-wrap .item .head h3 {
    font-size: 18px;
  }
}

.toppg-sec5-wrap .inner .item-wrap .item .video-wrap {
  margin-top: 20px;
}

.toppg-sec5-wrap .inner .item-wrap .item .video-wrap img, .toppg-sec5-wrap .inner .item-wrap .item .video-wrap video {
  max-width: 100%;
}

.toppg-sec6-wrap .inner {
  padding: 100px 20px 100px 20px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.toppg-sec6-wrap .inner .item-wrap {
  margin-top: 100px;
}

.toppg-sec6-wrap .inner .item-wrap .item:not(:first-of-type) {
  margin-top: 70px;
}

.toppg-sec6-wrap .inner .item-wrap .item .heading-wrap + .link {
  margin-top: 20px;
}

.toppg-sec6-wrap .inner .item-wrap .item .head h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner .item-wrap .item .head h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-indent: 1px;
  }
}

.toppg-sec6-wrap .inner .item-wrap .item .head + .link {
  margin-top: 20px;
}

.toppg-sec6-wrap .inner .item-wrap .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner .item-wrap .item .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.toppg-sec6-wrap .inner .item-wrap .item a {
  display: block;
  width: 370px;
  max-width: 100%;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec6-wrap .inner .item-wrap .item a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner .item-wrap .item a {
    width: 315px;
  }
}

.toppg-sec6-wrap .inner .item-wrap .item a.type2 {
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner .item-wrap .item a.type2 {
    width: 315px;
  }
}

.toppg-sec6-wrap .inner .item-wrap .item a:not(:first-of-type) {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner .item-wrap .item a:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.toppg-sec6-wrap .inner .item-wrap .item a img {
  max-width: 100%;
}

.archivepg-sec1-wrap.newspg .inner .item-wrap .item .head .date {
  color: #e15e25;
}

.archivepg-sec1-wrap.entertainmentpg .inner .item-wrap .item .head .date {
  color: #2191d1;
}

.archivepg-sec1-wrap .inner {
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .archivepg-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.archivepg-sec1-wrap .inner .item-wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

.archivepg-sec1-wrap .inner .item-wrap .item {
  width: 512px;
  max-width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .archivepg-sec1-wrap .inner .item-wrap .item {
    margin-bottom: 0;
  }
  .archivepg-sec1-wrap .inner .item-wrap .item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.archivepg-sec1-wrap .inner .item-wrap .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 107px;
  padding-left: 30px;
  border-left: 1px solid #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .archivepg-sec1-wrap .inner .item-wrap .item .head {
    height: auto;
    padding-left: 15px;
  }
}

.archivepg-sec1-wrap .inner .item-wrap .item .head .date {
  color: #e15e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .archivepg-sec1-wrap .inner .item-wrap .item .head .date {
    font-size: 20px;
  }
}

.archivepg-sec1-wrap .inner .item-wrap .item .head h3 {
  max-width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
}

@media only screen and (max-width: 767px) {
  .archivepg-sec1-wrap .inner .item-wrap .item .head h3 {
    font-size: 18px;
  }
}

.archivepg-sec1-wrap .inner .item-wrap .item .video-wrap {
  margin-top: 20px;
}

.archivepg-sec1-wrap .inner .item-wrap .item .video-wrap img, .archivepg-sec1-wrap .inner .item-wrap .item .video-wrap video {
  max-width: 100%;
}

/*
.newspg-sec1-wrap{
  .inner{
    padding: $inner-padding;
    @include media(){
      padding: $inner-padding_sp;
    }
    .item-wrap{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      max-width: 1080px;
      margin: 0 auto;
      margin-top: 50px;
      .item{
        max-width: 512px;
        margin-bottom: 50px;
        @include media(){
          margin-bottom: 0;
          &:not(:first-of-type){
            margin-top: 30px;
          }
        }
        .head{
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-direction: column;
          height: 107px;
          padding-left: 30px;
          border-left: 1px solid $base-font-color1;
          @include media(){
            height: auto;
            padding-left: 15px;
          }
          .date{
            color: $color3;
            font-family: $web-font1;
            font-size: 26px;
            font-weight: $fw-bold;
            line-height: 1.5;
            @include media(){
              font-size: 20px;
            }
          }
          h3{
            font-size: 22px;
            font-weight: $fw-bold;
            line-height: 1.59;
            @include media(){
              font-size: 18px;
            }
          }
        }
        .video-wrap{
          margin-top: 20px;
          img,video{
            max-width: 100%;
          }
        }
      }
    }
  }
}

.entertainmentpg-sec1-wrap{
  .inner{
    padding: $inner-padding;
    @include media(){
      padding: $inner-padding_sp;
    }
    .item-wrap{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      max-width: 1080px;
      margin: 0 auto;
      margin-top: 50px;
      .item{
        max-width: 512px;
        margin-bottom: 50px;
        @include media(){
          margin-bottom: 0;
          &:not(:first-of-type){
            margin-top: 30px;
          }
        }
        .head{
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-direction: column;
          height: 107px;
          padding-left: 30px;
          border-left: 1px solid $base-font-color1;
          @include media(){
            height: auto;
            padding-left: 15px;
          }
          .date{
            color: $color4;
            font-family: $web-font1;
            font-size: 26px;
            font-weight: $fw-bold;
            line-height: 1.5;
            @include media(){
              font-size: 20px;
            }
          }
          h3{
            font-size: 22px;
            font-weight: $fw-bold;
            line-height: 1.59;
            @include media(){
              font-size: 18px;
            }
          }
        }
        .video-wrap{
          margin-top: 20px;
          img,video{
            max-width: 100%;
          }
        }
      }
    }
  }
}
*/
.postpg-wrap .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.post-item {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.post-item .head .date {
  line-height: 1.5;
}

.post-item .head .title {
  font-size: 26px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .post-item .head .title {
    font-size: 22px;
  }
}

.post-item .thumb {
  margin-top: 10px;
}

.post-item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-item .content {
  margin-top: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.post-item .content p, .post-item .content a {
  line-height: 1.5;
}

.post-item .content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.back-to-index {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .back-to-index {
    margin-top: 30px;
  }
}

.back-to-index:before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 800px;
  height: 1px;
  margin: auto;
  background: #eee;
}

.back-to-index a {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 12px;
  color: #1a1a1a;
  letter-spacing: 1px;
}

@media print, screen and (min-width: 961px) {
  .back-to-index a:hover {
    color: #fff;
    background: #1a1a1a;
  }
}

@media only screen and (max-width: 767px) {
  .back-to-index a {
    width: 30%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #1a1a1a;
  }
}

.back-to-index a.back {
  position: absolute;
  top: 0;
  left: 0;
}

.back-to-index a.next {
  position: absolute;
  top: 0;
  right: 0;
}

.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.pagination-wrap.newspg .pagination span, .pagination-wrap.newspg .pagination a {
  border: 1px solid #e15e25;
  color: #e15e25;
}

.pagination-wrap.newspg .pagination a:hover {
  color: #fff;
  background: #e15e25;
}

.pagination-wrap.newspg .pagination .current {
  color: #fff;
  border: 1px solid #e15e25;
  background: #e15e25;
}

.pagination-wrap.entertainmentpg .pagination span, .pagination-wrap.entertainmentpg .pagination a {
  border: 1px solid #2191d1;
  color: #2191d1;
}

.pagination-wrap.entertainmentpg .pagination a:hover {
  color: #fff;
  background: #2191d1;
}

.pagination-wrap.entertainmentpg .pagination .current {
  color: #fff;
  border: 1px solid #2191d1;
  background: #2191d1;
}

.pagination {
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 8px;
  padding: 15px 17px 11px 16px;
  text-decoration: none;
  width: auto;
  border: 1px solid #231815;
  color: #231815;
}

@media only screen and (max-width: 767px) {
  .pagination span, .pagination a {
    margin: 0 2.5px;
    padding: 9px 12px 7px 12px;
  }
}

.pagination a:hover {
  color: #fff;
  background: #231815;
}

.pagination .current {
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #fff;
  background: #231815;
}

@media only screen and (max-width: 767px) {
  .pagination .current {
    padding: 9px 12px 7px 12px;
  }
}

.pagination .next, .pagination .prev {
  font-weight: bold;
  border: none;
}

.contactpg-wrap .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

.form-wrap {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .form-wrap {
    margin-top: 40px;
  }
}

.form-wrap dl {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  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;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl {
    padding: 20px 0  15px 0;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
}

.form-wrap dl:first-child {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl:first-child {
    border-top: 1px solid #e6e6e6;
  }
}

.form-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap dl.textarea dt {
  margin-top: 10px;
}

.form-wrap dl.textarea dd textarea {
  min-height: 220px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dl.textarea dd textarea {
    min-height: 150px;
  }
}

.form-wrap dt {
  width: 270px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .form-wrap dt {
    font-size: 13px;
    display: block;
    width: 100%;
  }
}

.form-wrap dd {
  width: 550px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .form-wrap dd {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.form-wrap dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.form-wrap dd span.wpcf7-list-item {
  margin: 0;
}

.form-wrap dd span.wpcf7-list-item:not(:first-of-type) {
  margin-left: 20px;
}

.form-wrap dd span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-wrap dd span.wpcf7-list-item input {
  margin: 0;
}

.form-wrap dd span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
}

.post-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.post-form-wrap .post-sec1 {
  padding: 70px 75px 60px 75px;
  background: #fff;
  border: 2px solid #d51b1b;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 {
    padding: 40px 20px;
  }
}

.post-form-wrap .post-sec1 .head {
  text-align: center;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head {
    margin-bottom: 40px;
  }
}

.post-form-wrap .post-sec1 .head img {
  width: 624px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head img {
    width: 270px;
    margin: 0 auto;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity {
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d51b1b;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 0;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background: #d51b1b;
  width: 80px;
  padding: 35px 18px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #d51b1b;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
  position: relative;
  list-style: none;
  padding-left: 15px;
  color: #d51b1b;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
    padding-left: 0;
    padding: 10px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li:not(:last-child) {
  margin-bottom: 10px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes {
  margin-top: 5px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes p {
  line-height: 1.56;
}

.post-form-wrap .post-sec1 .content1 {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 {
    margin-bottom: 30px;
  }
}

.post-form-wrap .post-sec1 .content1 .head-sub {
  margin-bottom: 15px;
}

.post-form-wrap .post-sec1 .content1 .head-sub img {
  width: 323px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .head-sub img {
    width: 250px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul {
  list-style: none;
}

.post-form-wrap .post-sec1 .content1 .text ul li {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .text ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul li span {
  color: #d51b1b;
  font-weight: 700;
}

.post-form-wrap .post-sec1 .content1 .text ul li:last-child {
  margin-top: 30px;
}

.post-form-wrap .post-sec1 .content1 .text a {
  color: #026bb2;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .post-form-wrap .post-sec1 .content1 .text a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
}

.post-form-wrap .post-sec2 .block:not(:last-of-type) {
  margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.post-form-wrap .post-sec2 .block:first-of-type {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec2 .message .wpcf7-form-control.wpcf7-text {
  width: 100%;
}

.post-form-wrap .post-sec2 .block.free dt {
  display: block;
}

.post-form-wrap .post-sec2 .block.free dd {
  height: 150px;
}

.post-form-wrap .post-sec2 .block.free dd .wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block.free dd {
    height: 100px;
  }
}

.post-form-wrap .post-sec2 .head1 {
  font-size: 23px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 14px;
  }
}

.post-form-wrap .post-sec2 .head2 {
  width: 283px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head2 {
    display: block;
    width: 233px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.post-form-wrap .post-sec2 dl {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dl {
    display: block;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.post-form-wrap .post-sec2 dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.post-form-wrap .post-sec2 dt {
  width: 345px;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffdf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-form-wrap .post-sec2 dt h3 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 dd {
  position: relative;
  width: 555px;
  padding: 34px 0 34px 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dd {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 .file dt {
  display: block;
}

.post-form-wrap .post-sec2 .file .notes {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .file .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .file .notes span {
  color: #d51b1b;
  font-weight: 700;
}

.post-form-wrap .post-sec2 .file label {
  display: inline-block;
}

.post-form-wrap .post-sec2 .file label .label {
  display: inline-block;
  margin-bottom: 10px;
}

.post-form-wrap .post-sec2 .file label:not(:last-of-type) .wpcf7-form-control.wpcf7-file {
  margin-bottom: 20px;
}

.post-form-wrap .post-sec2 .babyname .notes {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .babyname .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .consent-wrap {
  padding: 27px 50px;
  background: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap {
    padding: 20px 15px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .text {
  line-height: 1.9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap .text {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    padding: 5px 10px;
  }
}

.consent-wrap {
  margin-top: 40px;
  text-align: center;
}

.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .consent .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
}

.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

.consent-wrap .consent a {
  font-size: 13px;
  text-decoration: underline;
}

.consent-wrap .link {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    margin-top: 30px;
  }
}

.consent-wrap .link a {
  font-size: 14px;
  opacity: 0.7;
  color: #1a1a1a;
  text-decoration: underline;
}

@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.2;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d0d0d0;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    top: 2px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4.6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: -2px;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 4.6px;
  width: 6px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #003189), to(#07356d));
  background: -webkit-linear-gradient(left, #003189 45%, #07356d);
  background: -o-linear-gradient(left, #003189 45%, #07356d);
  background: linear-gradient(90deg, #003189 45%, #07356d);
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 40px;
  text-align: center;
}

input.wpcf7-submit, p.wpcf7-submit {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  height: 70px;
  color: #fff;
  font-size: 15px;
  line-height: 70px;
  background: #1a1a1a;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  background: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}

/*
.wpcf7-form-control.wpcf7-textarea{
  & + .wpcf7-not-valid-tip{
    bottom: -23px;
    @include media(){
      bottom: -19px;
    }
  }
}

.wpcf7-form-control.wpcf7-checkbox{
  & + .wpcf7-not-valid-tip{
    right: 0;
    margin: auto;
  }
}
*/
.screen-reader-response {
  display: none !important;
}

.wpcf7-validation-errors {
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  color: red !important;
  text-align: center;
  border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
  max-width: 100%;
  color: #1a1a1a;
  font-weight: bold;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #1a1a1a !important;
  text-align: center;
  margin: 20px auto !important;
}

body.privacy .page-img {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
}

.privacypg-sec1-wrap .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 100px 20px 100px 20px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap h2 {
  font-size: 20px;
  font-weight: 500;
}

.privacypg-sec1-wrap .inner .privacypg-heading-wrap .description {
  margin-top: 20px;
}

.privacypg-sec1-wrap .inner .item:not(:first-of-type) {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .privacypg-sec1-wrap .inner .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

.privacypg-sec1-wrap .inner .item h3 {
  font-size: 18px;
  font-weight: 500;
}

.privacypg-sec1-wrap .inner .item p {
  margin-top: 10px;
}

.privacypg-sec1-wrap .inner .item p.mail {
  margin-top: 30px;
  line-height: 1.75;
}

.privacypg-sec1-wrap .inner .item p + ul {
  margin-top: 20px;
}

.privacypg-sec1-wrap .inner .item ul {
  list-style: none;
}

.privacypg-sec1-wrap .inner .item ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.privacypg-sec1-wrap .inner .item ul li:before {
  content: '・';
  margin-right: 5px;
}

body.sitemap .page-img-wrap .page-img {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
}

.sitemap-sec1-wrap {
  background: #fff;
}

.sitemap-sec1-wrap .inner {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 165px;
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner {
    padding: 50px 20px 50px 20px;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul {
  max-width: 700px;
  margin: 0 auto;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul {
    display: block;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
  width: 40%;
  padding: 20px 0;
}

@media print, screen and (min-width: 961px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap-sec1-wrap .inner .sitemap-item-wrap ul li {
    width: 100%;
    padding: 15px 0;
  }
}

.sitemap-sec1-wrap .inner .sitemap-item-wrap ul li:before {
  content: '■';
  color: #1a1a1a;
  margin-right: 10px;
}
