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

/*
//webフォント読み込み時ちらつき防止
html {
  visibility: hidden;
  &.wf-active {
    visibility: visible;
  }
}
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #1a1a1a;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }
}
body _::-webkit-full-page-media, body _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}
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;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

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

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

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

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

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.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;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

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

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

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 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;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -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 {
  overflow: hidden;
  height: 100%;
}

.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;
  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%;
}
.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 {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.notpg-wrap .content-wrap .content.sec1 p {
  line-height: 1.5;
  text-align: center;
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.heading-wrap.type1 h2 .sub {
  color: #fff;
}
.heading-wrap.type2 h2 .sub {
  color: #909090;
}
.heading-wrap.type3 h2 {
  text-align: center;
}
.heading-wrap.type4 h2 {
  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;
  text-align: center;
}
.heading-wrap.type4 h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 13px;
  background: url(../img/shared/logo-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .heading-wrap.type4 h2::before {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
.heading-wrap h2 .sub {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .sub {
    font-size: 11px;
  }
}
.heading-wrap h2 .main {
  display: block;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .main {
    font-size: 17px;
  }
}

.page-img-wrap {
  position: relative;
}
.page-img-wrap .page-img {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    height: 280px;
  }
}
.page-img-wrap .page-img.aboutpg {
  background: url(../img/about/aboutpg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.aboutpg {
    background: url(../img/about/aboutpg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-img-wrap .page-img.messagepg {
  background: url(../img/message/messagepg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.messagepg {
    background: url(../img/message/messagepg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-img-wrap .page-img.newspg {
  background: url(../img/news/newspg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.newspg {
    background: url(../img/news/newspg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-img-wrap .page-img.contactpg {
  background: url(../img/contact/contactpg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.contactpg {
    background: url(../img/contact/contactpg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-img-wrap .page-img.privacy-policypg {
  background: url(../img/privacy-policy/privacy-policypg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img.privacy-policypg {
    background: url(../img/privacy-policy/privacy-policypg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.page-img-wrap .page-title {
  position: absolute;
  left: 0;
  bottom: 0;
  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: calc(100% - 80px);
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title {
    height: 100%;
    padding: 0 25px;
  }
}
.page-img-wrap .page-title h1 {
  color: #fff;
  font-weight: 400;
  line-height: 1.75;
}
.page-img-wrap .page-title h1 .en {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .en {
    font-size: 12px;
  }
}
.page-img-wrap .page-title h1 .jp {
  display: block;
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .jp {
    font-size: 15px;
  }
}
.page-img-wrap .video-wrap {
  position: relative;
}
.page-img-wrap .video-wrap .video {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .video-wrap .video {
    height: 280px;
  }
}
.btn {
  position: relative;
}
.btn.type1, .btn.notpg {
  display: block;
  width: 290px;
  height: 65px;
  max-width: 100%;
  background: #ce8046;
}
@media print, screen and (min-width: 961px) {
  .btn.type1:hover, .btn.notpg:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type1, .btn.notpg {
    width: 110px;
    height: 25px;
  }
}
.btn.type1 a, .btn.notpg 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%;
}
.btn.type1 a span, .btn.notpg a span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a span, .btn.notpg a span {
    font-size: 11px;
  }
}
.btn.type1 a span::after, .btn.notpg a span::after {
  content: ">";
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a span::after, .btn.notpg a span::after {
    margin-left: 10px;
  }
}
.btn.type2 {
  display: block;
  width: 290px;
  height: 65px;
  max-width: 100%;
  background: #d2d2d2;
}
@media print, screen and (min-width: 961px) {
  .btn.type2:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type2 {
    width: 110px;
    height: 25px;
  }
}
.btn.type2 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%;
}
.btn.type2 a span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a span {
    font-size: 11px;
  }
}

#loader-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #FBFBFB;
}

#loading {
  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%;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55px;
  height: 55px;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
}

.square {
  width: 15px;
  height: 15px;
  background: #aaaaaa;
  opacity: 0;
  -webkit-animation: enter 6.9s infinite;
  animation: enter 6.9s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 2.07s;
  animation-delay: 2.07s;
}
.square:nth-child(2) {
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s;
}
.square:nth-child(3) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
  background: #161616;
}
.square:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
.square:nth-child(5) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}
.square:nth-child(6) {
  -webkit-animation-delay: 1.73s;
  animation-delay: 1.73s;
}
.square:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.square:nth-child(9) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}
.mask h2, .mask p, .mask img {
  opacity: 0;
}
.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}
.mask.animate-in:before, .mask.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.mask.animate-in:before {
  background-color: #fff;
}
.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}
.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s 0.6s ease;
  animation: mask--lr 1s 0.6s ease;
}
.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}
.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s 0.6s ease;
  animation: mask--rl 1s 0.6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
@-webkit-keyframes page-top {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 3px);
    transform: rotate(0deg) translate(-50%, 3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -97px);
    transform: rotate(0deg) translate(-50%, -97px);
  }
}
@keyframes page-top {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 3px);
    transform: rotate(0deg) translate(-50%, 3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -97px);
    transform: rotate(0deg) translate(-50%, -97px);
  }
}
.bg-star1 {
  position: fixed;
  z-index: -1;
  top: 0;
  right: -10%;
  display: block;
  width: 21px;
  height: 30px;
  margin: 0 auto;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
}
@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}
.marker-animation.active {
  background-position: -100% 1em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffda36));
  background-image: linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation:nth-child(3) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.marker2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.marker3 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

/*
//トップアニメーション（サークル）
.box {
position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  //background: lighten(#f0f4c3, 50%);
  //overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 48%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #0af;
  //border: 5px soliid #0af;
  border-radius: 50%;
  animation: drift 3000ms infinite linear;
  opacity: .4;
}

.wave.-one{

}

.wave.-two {
  animation: drift 7000ms infinite linear;
  //opacity: .1;
  background: yellow;
}

.wave.-three {
  animation: drift 5000ms infinite linear;
}

.box:after {
  content: '';
  left: 0;
  top: 0;
  z-index: 11;
  //display: block;
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  transform: translate3d(0, 0, 0);
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(black, .1);
  text-indent: .5em;
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
*/
.filter a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #333;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .filter a {
    margin-bottom: 10px;
    padding: 7px 7px 5px 7px;
  }
}
.filter a.active {
  background: #333;
  color: #fff;
  pointer-events: none;
}
@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}
.is-animated {
  -webkit-animation: 0.6s zoom-in;
  animation: 0.6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-wrap {
  position: relative;
}
.slider-wrap.toppg-main-slider .slider .slider-item {
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item {
    min-height: auto;
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item.tablet {
  height: 854px;
}
.slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(1) {
  background: url(../img/top/toppg-main-slider-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(1) {
    background: url(../img/top/toppg-main-slider-img1_sp.jpg) center center/cover no-repeat;
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(2) {
  background: url(../img/top/toppg-main-slider-img2.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(2) {
    background: url(../img/top/toppg-main-slider-img2_sp.jpg) center center/cover no-repeat;
  }
}
.slider-wrap.workspg-slider {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
.slider-wrap.workspg-slider + .workspg-slider {
  margin-top: 175px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.workspg-slider + .workspg-slider {
    margin-top: 100px;
  }
}
.slider-wrap.workspg-slider .slider .slick-list {
  overflow: visible;
}
.slider-wrap.workspg-slider .slider .slider-item {
  position: relative;
}
.slider-wrap.workspg-slider .slider .slider-item .img-wrap {
  position: relative;
}
.slider-wrap.workspg-slider .slider .slider-item .img-wrap .title {
  position: absolute;
  bottom: -75px;
  width: 100%;
  min-height: 66px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.workspg-slider .slider .slider-item .img-wrap .title {
    bottom: -45px;
    min-height: 35px;
  }
}
.slider-wrap.workspg-slider .slider .slider-item .img-wrap .title h3 {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.slider-wrap.workspg-slider .slider .slider-item .img-wrap .title h3 .main {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.workspg-slider .slider .slider-item .img-wrap .title h3 .main {
    font-size: 12px;
  }
}
.slider-wrap.workspg-slider .slider .slider-item .img-wrap .title h3 .sub {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.workspg-slider .slider .slider-item .img-wrap .title h3 .sub {
    font-size: 11px;
  }
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Images */
.slick-slide img {
  margin: 0 auto;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; /* 重要 */
  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: 50px;
  height: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 25px;
    height: 50px;
  }
}

.slider-prev {
  left: -100px;
  background: url(../img/shared/btn-slider-left-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-prev {
    left: -40px;
  }
}

.slider-next {
  right: -100px;
  background: url(../img/shared/btn-slider-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-next {
    right: -40px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  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: 40px;
  margin: 0;
  padding: 0 50px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    padding: 0 20px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 3px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

.header-wrap.normal {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap.normal.color-change {
  background: #6f6f6f;
}
.header-wrap.normal .header-subwrap {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    height: 50px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal .header-subwrap .header-logo {
  position: relative;
  z-index: 1001;
}
.header-wrap.normal .header-subwrap .header-logo img {
  width: 190px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo img {
    width: 110px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background: url(../img/shared/nav-bg1.jpg) center center/cover no-repeat;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap {
  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%;
  padding: 150px 40px 145px 40px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
  text-align: center;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item + .nav-item {
  margin-top: 30px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
    width: 100%;
    font-size: 15px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item .sub-nav-list {
  margin-top: 15px;
  padding-left: 1em;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item .sub-nav-list .sub-nav-item:not(:first-of-type) {
  margin-top: 10px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item .sub-nav-list .sub-nav-item a:before {
  content: "・";
  margin-right: 5px;
}
.header-wrap.normal .header-subwrap .burger-btn {
  position: relative;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-btn {
    width: 50px;
    height: 50px;
  }
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger {
  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%;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(2) {
  opacity: 0;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar {
  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;
  width: 24px;
  height: 14px;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-wrap {
  position: relative;
  background: #005638;
}
.footer-wrap .content-wrap.sec1 .content {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec1 .content {
    height: 230px;
  }
}
.footer-wrap .content-wrap.sec1 .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.footer-wrap .content-wrap.sec2 {
  padding: 50px 20px;
}
.footer-wrap .content-wrap.sec2 .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-wrap .content-wrap.sec2 .content.sec1 {
  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;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 {
    display: block;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4 {
  position: relative;
  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;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  background: url(../img/shared/logo-type2-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4::before {
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4 + p {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap h4 + p {
    margin-top: 30px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap p {
  color: #fff;
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap p {
    padding-left: 0;
    text-align: center;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap p a {
  color: #fff;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .btn-wrap {
  margin-top: 35px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .btn-wrap .btn {
  width: 290px;
  height: 65px;
  max-width: 100%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .btn-wrap .btn {
    width: 110px;
    height: 25px;
    margin: 0 auto;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .btn-wrap .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: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .btn-wrap .btn a {
    font-size: 11px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 {
    display: block;
    margin-top: 40px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap {
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-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;
    padding-left: 0;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list {
  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;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 230px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item {
    margin-bottom: 20px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item + .nav-item {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item:nth-of-type(5) {
    width: 100%;
    text-align: center;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item a {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .nav-wrap .nav-list .nav-item a {
    font-size: 11px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .copyright {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .copyright {
    margin-top: 50px;
    text-align: center;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap .copy-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  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: calc(100% - 80px);
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap {
    height: calc(100% - 50px);
    padding: 0 25px;
  }
}
.main-img-wrap .copy-wrap h1 img {
  width: 372px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap h1 img {
    width: 200px;
  }
}
.main-img-wrap .scroll-wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.main-img-wrap .scroll-wrap p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.toppg-sec1-wrap .content-wrap .content .video-wrap {
  position: relative;
}
.toppg-sec1-wrap .content-wrap .content .video-wrap .video {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .video-wrap .video {
    height: 275px;
  }
}
.toppg-sec1-wrap .content-wrap .content .video-wrap .link {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  display: none;
}
.toppg-sec1-wrap .content-wrap .content .video-wrap .link a img {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .video-wrap .link a img {
    width: 50px;
  }
}

.toppg-sec2-wrap {
  background: #ccc;
}
.toppg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.toppg-sec2-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec2 {
    display: none;
  }
}
.toppg-sec2-wrap .content-wrap .content .heading-wrap + .text-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .heading-wrap + .text-wrap {
    margin-top: 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap + .btn-wrap {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap + .btn-wrap {
    margin-top: 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 13px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 20px;
}
.toppg-sec2-wrap .content-wrap .content .img-wrap .img {
  width: 400px;
  max-width: 100%;
}

.toppg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.toppg-sec3-wrap .content-wrap {
  padding: 0 20px;
}
.toppg-sec3-wrap .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.toppg-sec3-wrap .content-wrap .content .heading-wrap + .item-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .heading-wrap + .item-wrap {
    margin-top: 20px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap + .list-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap + .list-wrap {
    margin-top: 30px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item {
  position: relative;
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item + .item {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item + .item {
    margin-top: 20px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap {
    padding: 0 10px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text {
  text-align: right;
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text + .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text + .btn {
    margin-top: 7px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 {
    font-size: 15px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 + p {
    margin-top: 5px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 .brackets {
  display: block;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 .brackets {
    font-size: 10px;
  }
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .text p {
  color: #fff;
}
.toppg-sec3-wrap .content-wrap .content .item-wrap .item .text-wrap .btn {
  margin-left: auto;
}
.toppg-sec3-wrap .content-wrap .content .list-wrap ul {
  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) {
  .toppg-sec3-wrap .content-wrap .content .list-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.toppg-sec3-wrap .content-wrap .content .list-wrap ul li {
  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: 30%;
  height: 65px;
  max-width: 100%;
  padding: 0 10px;
  background: #666;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .list-wrap ul li {
    width: 265px;
    height: 50px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content .list-wrap ul li + li {
    margin-top: 20px;
  }
}

.toppg-sec4-wrap {
  width: 90%;
  background: #ccc;
}
@media only screen and (max-width: 960px) {
  .toppg-sec4-wrap {
    width: 100%;
  }
}
.toppg-sec4-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.toppg-sec4-wrap .content-wrap {
  padding: 0 20px;
}
.toppg-sec4-wrap .content-wrap .content {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .toppg-sec4-wrap .content-wrap .content {
    margin: 0;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 20px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap {
  width: 65%;
}
@media only screen and (max-width: 960px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap {
    width: 100%;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item:hover {
    opacity: 0.7;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
  margin-top: 15px;
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head {
  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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head {
    display: block;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .date {
  line-height: 1.5;
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .date + .title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .date + .title {
    margin-left: 0;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .title {
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.toppg-sec4-wrap .content-wrap .content.sec2 .btn-wrap {
  margin-left: 30px;
}
@media only screen and (max-width: 960px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .btn-wrap {
    margin-top: 30px;
    margin-left: 0;
  }
}
.toppg-sec5-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner {
    padding: 50px 0 50px 0;
    padding-bottom: 0;
  }
}
.toppg-sec5-wrap .content-wrap .content {
  position: relative;
}
.toppg-sec5-wrap .content-wrap .content .text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 100%;
  height: 100%;
}
.toppg-sec5-wrap .content-wrap .content .text-wrap .text {
  text-align: center;
}
.toppg-sec5-wrap .content-wrap .content .text-wrap .text + .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content .text-wrap .text + .btn {
    margin-top: 20px;
  }
}
.toppg-sec5-wrap .content-wrap .content .text-wrap .text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content .text-wrap .text h3 {
    position: relative;
    top: -10px;
    font-size: 15px;
  }
}
.toppg-sec5-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content .text-wrap .text h3 + p {
    margin-top: 100px;
  }
}
.toppg-sec5-wrap .content-wrap .content .text-wrap .text p {
  color: #fff;
}
.aboutpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.aboutpg-sec1-wrap .content-wrap {
  padding: 0 20px;
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .head + .text {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .text-wrap .head + .text {
    margin-top: 20px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .head h2 {
  text-align: center;
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .head h2 .main {
  display: block;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .text-wrap .head h2 .main {
    font-size: 25px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .head h2 .sub {
  display: block;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .text-wrap .head h2 .sub {
    font-size: 17px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .text {
  text-align: center;
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 12px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 10px;
}
.aboutpg-sec2-wrap {
  position: relative;
  background: #e7eff7;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 225px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .inner {
    padding-bottom: 50px;
  }
}
.aboutpg-sec2-wrap .content-wrap {
  position: relative;
  z-index: 1;
  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) {
  .aboutpg-sec2-wrap .content-wrap {
    display: block;
    padding: 0 35px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec1 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec1 {
    width: 100%;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 {
  width: 55%;
  padding: 75px 75px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 {
    width: 100%;
    margin-top: 25px;
    padding: 0 0;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .head + .name-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 .head + .name-wrap {
    margin-top: 10px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .head h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 .head h2 {
    font-size: 12px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap + .text-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap + .text-wrap {
    margin-top: 20px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap h3 .jp {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap h3 .jp {
    font-size: 11px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap h3 .en {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec2-wrap .content-wrap .content.sec2 .name-wrap h3 .en {
    margin-left: 20px;
    font-size: 11px;
  }
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
  text-align: justify;
}
.aboutpg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 20px;
}

.aboutpg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.aboutpg-sec3-wrap .content-wrap {
  padding: 0 20px;
}
.aboutpg-sec3-wrap .content-wrap .content {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}
.aboutpg-sec3-wrap .content-wrap .content + .content {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .content-wrap .content + .content {
    margin-top: 50px;
  }
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap {
  margin-top: 30px;
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl {
  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;
  padding: 20px 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl {
    padding: 20px 0;
  }
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl:first-child {
  border-top: 1px solid #1a1a1a;
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dt {
  min-width: 290px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dt {
    min-width: 130px;
  }
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dd {
  line-height: 1.5;
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dd h5 {
  font-weight: 400;
  line-height: 1.5;
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dd p {
  line-height: 1.5;
}
.aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dd p + h5 {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec3-wrap .content-wrap .content .dl-wrap dl dd p + h5 {
    margin-top: 10px;
  }
}

.messagepg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.messagepg-sec1-wrap .content-wrap {
  padding: 0 20px;
}
.messagepg-sec1-wrap .content-wrap .content .text-wrap .text {
  text-align: center;
}
.messagepg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 17px;
  }
}
.messagepg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
    margin-top: 20px;
  }
}
.messagepg-sec1-wrap .content-wrap .content .text-wrap .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .content-wrap .content .text-wrap .text p + p {
    margin-top: 20px;
  }
}

.messagepg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 {
  margin-top: 30px;
  padding: 120px 20px 175px 20px;
  background: #c8bea0;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 {
    margin-top: 20px;
    padding: 75px 20px 100px 20px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item {
  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;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item {
    display: block;
    padding: 0 20px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img {
  position: relative;
  width: 380px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img {
    width: 190px;
    margin: 0 auto;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img .number {
  position: absolute;
  top: -42px;
  left: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .img-wrap .img .number {
    top: -20px;
    font-size: 25px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
  width: 380px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
    margin-top: 30px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail-head + .detail {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail-head + .detail {
    margin-top: 20px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail-head h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail-head h3 {
    font-size: 15px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail h4 {
    font-size: 15px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail h4 + p {
  margin-top: 10px;
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail p {
    font-size: 11px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail p + h4 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail p + h4 {
    margin-top: 20px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec3 {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .messagepg-sec2-wrap .content-wrap .content.sec3 {
    margin-top: 45px;
  }
}
.messagepg-sec2-wrap .content-wrap .content.sec3 .btn-wrap .btn {
  margin: 0 auto;
}

.workspg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.workspg-sec1-wrap .content-wrap {
  padding: 0 20px;
}
.workspg-sec1-wrap .content-wrap .content .text-wrap .text {
  text-align: center;
}
.workspg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 17px;
  }
}
.workspg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
    margin-top: 20px;
  }
}
.workspg-sec1-wrap .content-wrap .content .text-wrap .text p {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .workspg-sec1-wrap .content-wrap .content .text-wrap .text p {
    font-size: 11px;
  }
}

.workspg-sec2-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 {
    background: none;
  }
  .workspg-sec2-wrap.type2::before {
    display: none;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 {
  width: 910px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 {
    width: 100%;
    margin-top: 50px;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .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;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap {
    display: block;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item {
    width: 100%;
  }
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item + .item {
    margin-top: 50px;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .img-wrap + .text-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .img-wrap .img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text h3 {
  min-height: 81px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text h3 {
    min-height: auto;
    font-size: 17px;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text h3 .brackets {
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text h3 .brackets {
    font-size: 11px;
  }
}
.workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap.type2 .content-wrap .content.sec2 .item-wrap .item .text-wrap .text p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap {
    background: #e5e5e5;
  }
  .workspg-sec2-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 140px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .inner {
    padding-bottom: 50px;
  }
}
.workspg-sec2-wrap .content-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap {
    padding: 0 35px;
  }
}
.workspg-sec2-wrap .content-wrap .content.sec1 {
  width: 910px;
  max-width: 100%;
  margin: 0 auto;
}
.workspg-sec2-wrap .content-wrap .content.sec2 {
  width: 75%;
  margin: -130px 0 0 auto;
  background: #e5e5e5;
  padding: 200px 75px 75px 75px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .content.sec2 {
    width: 100%;
    margin-top: 25px;
    padding: 0 0;
  }
}
.workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 15px;
  }
}
.workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p {
  text-align: justify;
}
.workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 20px;
}
.workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p.notes {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .workspg-sec2-wrap .content-wrap .content.sec2 .text-wrap .text p.notes {
    font-size: 11px;
  }
}

.workspg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .workspg-sec3-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.workspg-sec3-wrap .content-wrap .content.sec2 {
  margin-top: 30px;
  padding: 75px 150px 175px 150px;
  background: #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .workspg-sec3-wrap .content-wrap .content.sec2 {
    margin-top: 20px;
    padding: 50px 55px 100px 55px;
  }
}

.archive-newspg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.archive-newspg-sec1-wrap .content-wrap {
  padding: 0 20px;
}
.archive-newspg-sec1-wrap .content-wrap .content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item:hover {
    opacity: 0.7;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item + .item {
  margin-top: 15px;
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head {
  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;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head {
    display: block;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head .date {
  line-height: 1.5;
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head .date + .title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head .date + .title {
    margin-left: 0;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content .item-wrap .item .excerpt .head .title {
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.postpg-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.postpg-wrap .content-wrap {
  padding: 0 20px;
}
.postpg-wrap .content-wrap .content .post-item {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.postpg-wrap .content-wrap .content .post-item .post-head .date {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-head .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head .title {
    font-size: 11px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content {
  margin-top: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.postpg-wrap .content-wrap .content .post-item .post-content h2, .postpg-wrap .content-wrap .content .post-item .post-content h3, .postpg-wrap .content-wrap .content .post-item .post-content h4, .postpg-wrap .content-wrap .content .post-item .post-content h5, .postpg-wrap .content-wrap .content .post-item .post-content h6 {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-content p, .postpg-wrap .content-wrap .content .post-item .post-content a, .postpg-wrap .content-wrap .content .post-item .post-content ul, .postpg-wrap .content-wrap .content .post-item .post-content ol {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-content ol {
  padding-left: 1em;
}
.postpg-wrap .content-wrap .content .post-item .post-content a {
  color: #065b90;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content .post-item .post-content a:hover {
    text-decoration: none;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.postpg-wrap .content-wrap .content .post-link-wrap {
  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: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-link-wrap {
    width: 335px;
    margin-top: 50px;
  }
}
.postpg-wrap .content-wrap .content .post-link-wrap .links {
  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%;
}
.postpg-wrap .content-wrap .content .post-link-wrap .links a {
  display: block;
  width: 32%;
  height: 50px;
  background: #d2d2d2;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content .post-link-wrap .links a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-link-wrap .links a {
    width: 30%;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
}
.postpg-wrap .content-wrap .content .post-link-wrap .links a.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.postpg-wrap .content-wrap .content .post-link-wrap .links a.back {
  background: #ce8046;
  color: #fff;
}
.postpg-wrap .content-wrap .content .post-link-wrap .links a.next {
  position: absolute;
  top: 0;
  right: 0;
}
.pagination-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 50px;
  }
}
.pagination-wrap .pagination {
  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;
}
.pagination-wrap .pagination span, .pagination-wrap .pagination a {
  display: block;
  width: auto;
  margin: 0 5px;
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #231815;
  font-size: 11px;
  line-height: 13px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span, .pagination-wrap .pagination a {
    margin: 0 2.5px;
    padding: 9px 12px 7px 12px;
  }
}
.pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
  padding: 15px 17px 11px 16px;
  background: #231815;
  border: 1px solid #231815;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
    padding: 9px 12px 7px 12px;
  }
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.next, .pagination-wrap .pagination a.prev {
  border: none;
  font-weight: bold;
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination a.next {
  margin-right: 0;
}
.pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.prev {
  margin-left: 0;
}
.pagination-wrap .pagination span.dots, .pagination-wrap .pagination a.dots {
  margin: 0 0;
  border: none;
}
@media print, screen and (min-width: 961px) {
  .pagination-wrap .pagination a:hover {
    background: #231815;
    color: #fff;
  }
}

.contactpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.contactpg-sec1-wrap .content-wrap {
  padding: 0 35px;
}
.contactpg-sec1-wrap .content-wrap .content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap p {
  line-height: 2.125;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap ul li {
  line-height: 2.125;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap {
    margin-top: 40px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap input:focus, .contactpg-sec1-wrap .content-wrap .content .form-wrap textarea:focus {
  outline: 1px solid #1a1a1a;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl {
  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;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl {
    display: block;
    padding: 20px 0 15px 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dt {
    margin-top: 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea {
  height: 220px;
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.textarea dd textarea {
    height: 150px;
    min-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd {
    margin-top: 20px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox {
  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;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-left: 15px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt {
  width: 270px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must {
  margin-left: 7px;
  color: #d51b1b;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dd {
  width: 550px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dd {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
  }
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form-control.wpcf7-date,
  .wpcf7-form-control.wpcf7-number {
    padding: 5px 0;
    font-size: 14px;
  }
}

.wpcf7-form-control.wpcf7-select {
  padding: 5px 5px;
}

.consent-wrap {
  margin-top: 40px;
}
.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  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: 0;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.consent-wrap .link {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    margin-top: 30px;
  }
}
.consent-wrap .link a {
  color: #1a1a1a;
  font-size: 14px;
  text-decoration: underline;
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

/*
.wpcf7-checkbox{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="checkbox"] {
    display: none;
    &:checked + .wpcf7-list-item-label {
      //color: #fff;
      &::after {
        position: absolute;
        top: 0px;
        left: 4.6px;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        border-bottom: 3px solid $base-color1;
        border-right: 3px solid $base-color1;
        transform: rotate(40deg);
        @include media(){
          top: -2px;
        }
      }
    }
  }
  .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 1.2;
    cursor: pointer;
    @include media(){
      font-size: 15px;
    }
    &::before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 1px solid #d0d0d0;
      @include media(){
        top: 2px;
      }
    }
  }
}
*/
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-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;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .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;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  top: -3px;
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border-bottom: 3px solid #1a1a1a;
  border-right: 3px solid #1a1a1a;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  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;
  line-height: 1.2;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 15px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
  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: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #1a1a1a;
}

/*
.wpcf7-radio{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="radio"] {
    display: none;
    &:checked{
      + .wpcf7-list-item-label{
        &:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 3px;
          transform: translateY(-50%);
          width: 19px;
          height: 19px;
          margin: auto;
          background: $background-color1;
          border-radius: 50%;
        }
      }
    }
  }
  .wpcf7-list-item-label{
    position: relative;
    padding-left: 20px;
    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      background: #fff;
      border: 1px solid $background-color1;
      border-radius: 50%;
    }
  }
}
*/
.wpcf7-radio .wpcf7-list-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;
  margin: 0;
}
.wpcf7-radio .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;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  content: "";
  width: 60%;
  height: 60%;
  background: #1a1a1a;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  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;
}
.wpcf7-radio .wpcf7-list-item-label .button {
  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: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}

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

input.wpcf7-submit, .wpcf7-submit {
  display: block;
  width: 320px;
  height: 70px;
  max-width: 100%;
  margin: 0 auto;
  background: #1a1a1a;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

/*
//送信ボタン ※疑似要素を使う場合
.submit-wrap{
  margin-top: 50px;
  @include media(){
    margin-top: 30px;
  }
  .submit{
    position: relative;
    width: 200px;
    height: 55px;
    max-width: 100%;
    overflow: hidden;
    @include media(lg){
      &:hover{
        &:after{
          transform: translateX(0%);
        }
        span:not(.wpcf7-spinner),input{
          color: #c1b2b6;
        }
      }
    }
    @include media(){
      height: 52.5px;
    }
    &:before{
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #e6e6e6;
      transition: $base-transition1;
      transform: translateX(0%);
    }
    &:after{
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #c1b2b6;
      transition: $base-transition1;
      transform: translateX(50%);
    }
    a,p,span:not(.wpcf7-spinner){
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 100%;
      font-family: $web-font1;
      font-size: 18px;
      letter-spacing: 0.5px;
      transition: $base-transition1;
    }
  }
  input.wpcf7-submit,p.wpcf7-submit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: $web-font1;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: $base-transition1;
    cursor: pointer;//スマホスタイル無効
    -webkit-appearance: none;//スマホスタイル無効
    background: none;
    border: none;//デフォルトスタイル無効
    border-radius: 0;//スマホスタイル無効
    opacity: 0;
  }
}
*/
.ajax-loader, .wpcf7-spinner {
  display: block !important;
  margin: 10px auto;
}

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
  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-form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  width: 600px;
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  border: 2px solid #d51b1b !important;
  color: #d51b1b !important;
  line-height: 1.5;
  text-align: center;
}

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

/*
.sentout-message{
  display: none;
}

.sent{
  .description-wrap,.form-wrap{
    display: none;
  }
  .sentout-message{
    display: block;
  }
}
*/
.privacy-policypg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.privacy-policypg-sec1-wrap .content-wrap {
  padding: 0 35px;
}
.privacy-policypg-sec1-wrap .content-wrap .content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
    font-size: 15px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
    font-size: 11px;
  }
}
