@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: #222;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  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: 13px;
  }
}
body _::-webkit-full-page-media, body _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #222;
}
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: 65px 0 65px 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;
}

.page-img-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;
  margin-top: 80px;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap {
    margin-top: 60px;
  }
}
.page-img-wrap .page-title {
  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%;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title {
    width: 55%;
  }
}
.page-img-wrap .page-title.type2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title.type2 {
    width: 100%;
    padding: 30px 25px;
  }
}
.page-img-wrap .page-title h1 {
  position: relative;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 {
    left: auto;
  }
}
.page-img-wrap .page-title h1 span {
  display: block;
  line-height: 1.2;
}
.page-img-wrap .page-title h1 span.sub {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 span.sub {
    font-size: 12px;
  }
}
.page-img-wrap .page-title h1 span.main {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 span.main {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
.page-img-wrap .page-img {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    width: 45%;
  }
}
.heading-wrap.type2 h2 span {
  color: #fff;
}
.heading-wrap h2 span {
  display: block;
  line-height: 1.2;
}
.heading-wrap h2 span.main {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 span.main {
    font-size: 40px;
  }
}
.heading-wrap h2 span.sub {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 span.sub {
    font-size: 13px;
  }
}

.btn {
  position: relative;
}
.btn.type1, .btn.notpg {
  display: block;
  width: 300px;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
  background: #222;
}
@media print, screen and (min-width: 961px) {
  .btn.type1:hover a::after, .btn.notpg:hover a::after {
    -webkit-transform: translateX(5px) translateY(-50%);
    -ms-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
  }
  .btn.type1 a::after, .btn.notpg a::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    will-change: transform;
  }
}
.btn.type1 a, .btn.notpg a {
  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%;
}
.btn.type1 a::after, .btn.notpg a::after {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 28px;
  height: 9px;
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a::after, .btn.notpg a::after {
    right: -15px;
  }
}
.btn.type1 a span, .btn.notpg a span {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .btn.type1 a span, .btn.notpg a span {
    font-size: 15px;
  }
}
.btn.type2 {
  display: block;
  width: 100%;
  height: 400px;
  max-width: 100%;
  margin: 0 auto;
  background: #222;
  clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 961px) {
  .btn.type2:hover .subwrap::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .btn.type2 .subwrap::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    will-change: transform;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type2 {
    height: 200px;
    clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.btn.type2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 25px;
  }
}
.btn.type2 a .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a .subwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: 100px;
  }
}
.btn.type2 a .subwrap::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 9px;
  margin-top: 45px;
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a .subwrap::after {
    margin-top: 0;
    margin-left: 20px;
  }
}
.btn.type2 a .subwrap span {
  color: #fff;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .btn.type2 a .subwrap span {
    font-size: 15px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type3.note a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn.type3.note a .head + .text {
  margin-top: 0;
}
.btn.type3.note a .text p {
  font-size: 19px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .btn.type3.note a .text p {
    font-size: 13px;
  }
}
.btn.type3 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 25px 20px;
  border: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 961px) {
  .btn.type3 a:hover::after {
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ec711f;
    border-right: 10px solid #ec711f;
  }
  .btn.type3 a::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    will-change: transform;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type3 a {
    min-height: auto;
    padding: 15px 20px;
  }
}
.btn.type3 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ec711f;
  border-right: 15px solid #ec711f;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a::after {
    border-top: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
    border-bottom: 12.5px solid #ec711f;
    border-right: 12.5px solid #ec711f;
  }
}
.btn.type3 a .head + .text {
  margin-top: 15px;
}
.btn.type3 a .head h3 span {
  display: block;
  line-height: 1.2;
  text-align: center;
}
.btn.type3 a .head h3 span.main {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a .head h3 span.main {
    font-size: 25px;
  }
}
.btn.type3 a .head h3 span.sub {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a .head h3 span.sub {
    font-size: 13px;
  }
}
.btn.type3 a .head h3 .logo.note {
  width: 170px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a .head h3 .logo.note {
    width: 130px;
  }
}
.btn.type3 a .text p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn.type3 a .text p {
    font-size: 13px;
  }
}

@-webkit-keyframes scd-down {
  0% {
    height: 46px;
  }
  95% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@keyframes scd-down {
  0% {
    height: 46px;
  }
  95% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
.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.toppg-sec1-slider1 .slider-item {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec1-slider1 .slider-item {
    width: auto;
    margin: 0 10px;
  }
}
.slider-wrap.toppg-sec1-slider1 .slider-item p {
  display: inline-block;
  color: #002f56;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 12vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-7deg);
  white-space: nowrap;
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec1-slider1 .slider-item p {
    font-size: 22vw;
  }
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider.counter .slider-arrow {
  top: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .slider.counter .slider-arrow {
    top: calc(50% - 10px);
  }
}

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

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

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 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: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

/* Dots */
.slick-counter {
  margin-top: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .slick-counter {
    margin-top: 10px;
    font-size: 10px;
  }
}

.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: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 37px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.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: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

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

.header-wrap.normal {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #002f56;
}
.header-wrap.normal.top {
  background: none;
}
.header-wrap.normal.top.active {
  background: #002f56;
}
.header-wrap.normal.color-change {
  background: #002f56;
}
.header-wrap.normal.active {
  background: #002f56;
}
.header-wrap.normal .header-subwrap {
  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;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal .header-subwrap .header-logo img {
  width: 120px;
  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 {
  width: 820px;
  max-width: 100%;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap {
    position: absolute;
    z-index: 1000;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    margin-left: 0;
    background: #f6f6f6;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
  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) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 50px 40px 145px 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:hover::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ccc;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid #fff;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item::after {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 28px;
    height: 9px;
    background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
    border-top: none;
    opacity: 1;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.new-window a span.jp::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-left: 5px;
  background: url(../img/shared/icon-new-window-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.new-window a span.jp::after {
    background: url(../img/shared/icon-new-window-type1-2.svg) center center/contain no-repeat;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span {
  display: block;
  color: #fff;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span {
    color: #222;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span.en {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span.jp {
  font-size: 12px;
  font-weight: bold;
}
.header-wrap.normal .header-subwrap .pickup-link-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap {
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-wrap.normal .header-subwrap .pickup-link-wrap.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link {
    width: 100%;
    height: 60px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a:hover::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    will-change: transform;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  content: "";
  display: inline-block;
  width: 28px;
  height: 9px;
  margin: auto;
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a::after {
    left: auto;
    bottom: 0;
    width: 0;
    height: 0;
    background: none;
    border-top: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
    border-bottom: 12.5px solid #ec711f;
    border-right: 12.5px solid #ec711f;
  }
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link a span {
  line-height: 1.3;
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link a span.en {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 40px;
  font-weight: bold;
}
.header-wrap.normal .header-subwrap .pickup-link-wrap .link a span.jp {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a span.jp {
    margin-left: 5px;
  }
}
.header-wrap.normal .header-subwrap .burger-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-btn {
    position: relative;
    z-index: 1000;
    display: block;
    width: 60px;
    height: 60px;
  }
  .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(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) 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(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) 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: 30px;
    height: 20px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
    width: 100%;
    border-top: 3px solid #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.footer-wrap {
  position: relative;
  background: #002f56;
}
.footer-wrap .inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
.footer-wrap .content-wrap {
  padding: 0 25px;
}
.footer-wrap .content-wrap .content.sec1 .heading-wrap h2 span {
  text-align: center;
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 490px;
  height: 280px;
  max-width: 100%;
  padding: 50px 20px;
  background: #194467;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail {
    height: auto;
    padding: 30px 20px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail + .detail {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail + .detail {
    margin-top: 20px;
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .tel-wrap, .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .btn-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .tel-wrap, .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .btn-wrap {
    margin-top: 20px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 span {
  display: block;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 span.main {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 span.main {
    font-size: 25px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 span.sub {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 span.sub {
    font-size: 13px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .tel-wrap .tel a {
  color: #fff;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .tel-wrap .tel a {
    font-size: 30px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .tel-wrap .text p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .tel-wrap .text p {
    font-size: 10px;
  }
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .btn-wrap .text + .btn {
  margin-top: 10px;
}
.footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .btn-wrap .text p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .btn-wrap .text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .detail-wrap .detail .btn-wrap .btn {
    width: 280px;
  }
}
.footer-wrap .content-wrap .content.sec2 {
  margin-top: 100px;
}
.footer-wrap .content-wrap .content.sec2 .logo-wrap .logo {
  width: 475px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .logo-wrap .logo {
    width: 300px;
  }
}
.footer-wrap .content-wrap .content.sec2 .logo-wrap .logo + .text {
  margin-top: 10px;
}
.footer-wrap .content-wrap .content.sec2 .logo-wrap .text p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .logo-wrap .text p {
    font-size: 10px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap {
    width: 300px;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list {
  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) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list {
    display: block;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item:hover::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #4c6d89;
  }
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item:first-of-type {
    border-top: 1px solid #4c6d89;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid #fff;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item::after {
    display: none;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item.new-window a span.jp::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-left: 5px;
  background: url(../img/shared/icon-new-window-type1-1.svg) center center/contain no-repeat;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item a span {
  display: block;
  color: #fff;
  line-height: 1.35;
}
.footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item a span.jp {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .nav-wrap .nav-list .nav-item a span.jp {
    font-size: 13px;
  }
}
.footer-wrap .content-wrap .content.sec2 .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .sns-wrap {
    margin-top: 55px;
  }
}
.footer-wrap .content-wrap .content.sec2 .sns-wrap a + a {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .sns-wrap a + a {
    margin-left: 30px;
  }
}
.footer-wrap .content-wrap .content.sec2 .sns-wrap a img {
  width: 20px;
}
.footer-wrap .content-wrap .content.sec2 .info-wrap {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap {
    margin-top: 50px;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .info p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .info p {
    font-size: 13px;
  }
}
.footer-wrap .content-wrap .content.sec2 .copyright {
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .copyright {
    margin-top: 20px;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: url(../img/top/toppg-main-img1.jpg) center center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap {
    height: calc(100vh - 60px);
    min-height: 550px;
    background: url(../img/top/toppg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap.orientationchange {
  height: 667px;
}
.main-img-wrap .copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 50px 60px;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 135px 20px 20px 20px;
  }
}
.main-img-wrap .copy-wrap h1 img {
  width: 385px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap h1 img {
    width: 280px;
  }
}
.main-img-wrap .scroll-wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  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: 100%;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .scroll-wrap {
    height: 67px;
  }
}
.main-img-wrap .scroll-wrap .text {
  color: #fff;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .scroll-wrap .text {
    font-size: 15px;
  }
}
.main-img-wrap .scroll-wrap .bar {
  display: block;
  width: 1px;
  height: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .scroll-wrap .bar {
    height: 50px;
  }
}
.main-img-wrap .scroll-wrap .bar.type1 {
  height: 0;
  background: #fff;
  -webkit-animation: scd-down 2s infinite;
  animation: scd-down 2s infinite;
  z-index: 2;
}

.toppg-sec1-wrap .inner {
  padding-bottom: 100px;
}
.toppg-sec1-wrap .content-wrap .content {
  position: relative;
}
.toppg-sec1-wrap .content-wrap .content.sec1 .img-wrap .img {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec1 .img-wrap .img {
    height: 550px;
    min-height: auto;
  }
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: 51%;
  margin: -500px 0 0 auto;
  padding: 8% 8% 10% 8%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap {
    position: absolute;
    top: 100px;
    left: 0;
    width: 265px;
    margin: 0 auto;
    padding: 45px 25px 45px 25px;
  }
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .btn {
  margin-left: 0;
  margin-top: 55px;
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text p {
  font-weight: bold;
  line-height: 2.3;
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text p + p {
  margin-top: 30px;
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text p + h2 {
  margin-top: 30px;
}
.toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec1 .text-wrap .btn {
    display: none;
  }
}
.toppg-sec1-wrap .content-wrap .content.sec2 {
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 115px;
  }
}
.toppg-sec1-wrap .content-wrap .content.sec2 .btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec2 .btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content.sec2 .slider-wrap {
    margin-top: 50px;
  }
}

.toppg-sec2-wrap {
  position: relative;
  background: #002f56;
}
.toppg-sec2-wrap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
}
.toppg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
    padding-bottom: 0;
  }
}
.toppg-sec2-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content {
    width: 100%;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .text-wrap + .link-wrap {
  margin-top: 30px;
}
.toppg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.toppg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text p {
  color: #fff;
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap {
    display: block;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link {
  position: relative;
  width: 50%;
  height: 300px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link {
    width: 100%;
    height: 150px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a {
  position: absolute;
  top: 0;
  left: 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: 100%;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .img img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .head {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 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: 100%;
  padding: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .head {
    padding: 20px 20px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .head h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .head h4 {
    font-size: 15px;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec1 .link-wrap .link a .img {
  width: 100%;
  height: 100%;
}
.toppg-sec2-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  margin: -280px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec2 {
    margin: -100px 0 0 auto;
    padding-left: 25px;
  }
}

.toppg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
    padding-bottom: 0;
  }
}
.toppg-sec3-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content {
    width: 100%;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  width: 86%;
  padding: 120px 0 100px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 {
    width: 100%;
    padding: 30px 25px 0 25px;
    background: none;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap {
  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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec2 {
  width: 35%;
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 {
    font-size: 17px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 + p {
  margin-top: 20px;
}
.toppg-sec3-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  margin: -280px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 {
    margin: -100px 0 0 auto;
    padding-left: 25px;
  }
}

.toppg-sec4-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.toppg-sec4-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content {
    width: 100%;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  width: 86%;
  padding: 120px 0 100px 0;
  background: url(../img/top/toppg-sec4-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 {
    width: 100%;
    padding: 55px 25px 50px 25px;
    background: url(../img/top/toppg-sec4-img1_sp.jpg) center center/cover no-repeat;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap {
  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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 {
    font-size: 17px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text h3 + p {
  margin-top: 20px;
}
.toppg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .text-wrap .text p {
  color: #fff;
}
.toppg-sec4-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  margin: -280px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 {
    margin: -100px 0 0 auto;
    padding-left: 25px;
  }
}

.toppg-sec5-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner {
    padding: 65px 0 65px 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap {
    position: relative;
  }
  .toppg-sec5-wrap .content-wrap::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 610px;
    background: #002f56;
  }
}
.toppg-sec5-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content {
    width: 100%;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  width: 86%;
  padding: 120px 0 100px 0;
  background: #002f56;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 {
    width: 100%;
    padding: 65px 25px 0 25px;
    background: none;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap {
  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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .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: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item {
  display: block;
  width: 32.5%;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item:hover .tmb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .tmb img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item {
    width: 48%;
  }
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 25px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .tmb {
  overflow: hidden;
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt {
  padding: 25px 30px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt {
    padding: 10px 10px;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .title {
  display: -webkit-box;
  min-height: 56px;
  font-weight: bold;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .title {
    min-height: 68px;
    -webkit-line-clamp: 3;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  margin: -280px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec2 {
    margin: -100px 0 0 auto;
    padding-left: 25px;
  }
}

.toppg-sec6-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .inner {
    padding: 65px 0 65px 0;
    padding-bottom: 0;
  }
}
.toppg-sec6-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content {
    width: 100%;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  width: 86%;
  padding: 120px 0 100px 0;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 {
    width: 100%;
    padding: 65px 25px 50px 25px;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap {
  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;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 961px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item:hover .excerpt {
    opacity: 0.7;
  }
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt {
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt {
    padding: 20px 0;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head {
    display: block;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .date {
  min-width: 170px;
  color: #808080;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .date {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .date + .title {
    margin-top: 5px;
  }
}
.toppg-sec6-wrap .content-wrap .content.sec1 .detail-wrap .detail .item-wrap .item .excerpt .head .title {
  font-weight: bold;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.toppg-sec6-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  margin: -280px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec6-wrap .content-wrap .content.sec2 {
    margin: -100px 0 0 auto;
    padding-left: 25px;
  }
}

.toppg-sec7-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec7-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.toppg-sec7-wrap .content-wrap {
  padding: 0 25px;
}
.toppg-sec7-wrap .content-wrap .content.sec1 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap {
    display: block;
  }
}
.toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn {
    width: 100%;
  }
}
.toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn:first-of-type {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn:first-of-type a {
    padding: 25px 20px;
  }
}
.toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec7-wrap .content-wrap .content.sec1 .btn-wrap .btn:not(:first-of-type) {
    margin-top: 15px;
  }
}
.aboutpg-sec1-wrap .inner, .aboutpg-sec2-wrap .inner, .aboutpg-sec3-wrap .inner, .aboutpg-sec4-wrap .inner, .aboutpg-sec5-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .inner, .aboutpg-sec2-wrap .inner, .aboutpg-sec3-wrap .inner, .aboutpg-sec4-wrap .inner, .aboutpg-sec5-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.aboutpg-sec1-wrap .content-wrap .content, .aboutpg-sec2-wrap .content-wrap .content, .aboutpg-sec3-wrap .content-wrap .content, .aboutpg-sec4-wrap .content-wrap .content, .aboutpg-sec5-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content, .aboutpg-sec2-wrap .content-wrap .content, .aboutpg-sec3-wrap .content-wrap .content, .aboutpg-sec4-wrap .content-wrap .content, .aboutpg-sec5-wrap .content-wrap .content {
    width: 100%;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1, .aboutpg-sec2-wrap .content-wrap .content.sec1, .aboutpg-sec3-wrap .content-wrap .content.sec1, .aboutpg-sec4-wrap .content-wrap .content.sec1, .aboutpg-sec5-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1, .aboutpg-sec2-wrap .content-wrap .content.sec1, .aboutpg-sec3-wrap .content-wrap .content.sec1, .aboutpg-sec4-wrap .content-wrap .content.sec1, .aboutpg-sec5-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec2-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec2-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap, .aboutpg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text + .text, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
    margin-top: 45px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text 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;
  color: #002f56;
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dt, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
    top: 1px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.aboutpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl + p, .aboutpg-sec2-wrap .content-wrap .content.sec1 .text-wrap .text dl + p, .aboutpg-sec3-wrap .content-wrap .content.sec1 .text-wrap .text dl + p, .aboutpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl + p, .aboutpg-sec5-wrap .content-wrap .content.sec1 .text-wrap .text dl + p {
  margin-top: 20px;
}
.aboutpg-sec6-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.aboutpg-sec6-wrap .content-wrap .content.sec1 {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content.sec1 {
    width: 100%;
    padding: 0 25px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content.sec2 {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content.sec2 {
    margin-top: 45px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .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;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item {
    display: block;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item:nth-of-type(odd) .img-wrap {
    padding-left: 25px;
    padding-right: 0;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item + .item {
  margin-top: 100px;
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .img-wrap {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .img-wrap {
    width: 100%;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .img-wrap + .text-wrap {
    margin-top: 25px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text-subwrap {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text-subwrap {
    width: 100%;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text + .btn {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text + .btn {
    margin-top: 25px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 {
    font-size: 17px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text h3 + p {
  margin-top: 20px;
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text 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;
  color: #002f56;
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl dt {
    top: 1px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .text dl + p {
  margin-top: 20px;
}
.aboutpg-sec6-wrap .content-wrap .content .item-wrap .item .text-wrap .btn {
  margin-left: 0;
}

.aboutpg-sec2-wrap, .aboutpg-sec4-wrap, .aboutpg-sec6-wrap {
  background: #f5f5f5;
}

.companypg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
    padding-top: 0;
  }
}
.companypg-sec1-wrap .content-wrap .content .img-wrap {
  position: relative;
}
.companypg-sec1-wrap .content-wrap .content .img-wrap + .text-wrap {
  margin-top: 30px;
}
.companypg-sec1-wrap .content-wrap .content .img-wrap .head {
  position: absolute;
  top: 0;
  left: 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: 100%;
}
.companypg-sec1-wrap .content-wrap .content .img-wrap .head h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .img-wrap .head h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .text-wrap {
    padding: 0 25px;
  }
}
.companypg-sec1-wrap .content-wrap .content .text-wrap .text p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .text-wrap .text p {
    text-align: left;
  }
}

.companypg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .companypg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.companypg-sec2-wrap .content-wrap {
  padding: 0 25px;
}
.companypg-sec2-wrap .content-wrap .content {
  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: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .companypg-sec2-wrap .content-wrap .content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .companypg-sec2-wrap .content-wrap .content .heading-wrap + .img-wrap {
    margin-top: 45px;
  }
}
.companypg-sec2-wrap .content-wrap .content .img-wrap {
  position: relative;
  width: 500px;
  max-width: 100%;
}
.companypg-sec2-wrap .content-wrap .content .img-wrap + .text-wrap {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec2-wrap .content-wrap .content .img-wrap + .text-wrap {
    margin-top: 20px;
    margin-right: 0;
  }
}
.companypg-sec2-wrap .content-wrap .content .text-wrap {
  width: 440px;
  max-width: 100%;
}
.companypg-sec2-wrap .content-wrap .content .text-wrap .heading-wrap + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec2-wrap .content-wrap .content .text-wrap .heading-wrap + .text {
    margin-top: 0;
  }
}
.companypg-sec2-wrap .content-wrap .content .text-wrap .text p + p {
  margin-top: 20px;
}
.companypg-sec2-wrap .content-wrap .content .text-wrap .text p.name {
  text-align: right;
}

.companypg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.companypg-sec3-wrap .content-wrap {
  padding: 0 25px;
}
.companypg-sec3-wrap .content-wrap .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.companypg-sec3-wrap .content-wrap .content + .content {
  margin-top: 100px;
}
.companypg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .dl-wrap {
  margin-top: 55px;
}
.companypg-sec3-wrap .content-wrap .content.sec2 {
  width: 880px;
}
.companypg-sec3-wrap .content-wrap .content .subhead + .dl-wrap {
  margin-top: 20px;
}
.companypg-sec3-wrap .content-wrap .content .subhead + .img-wrap {
  margin-top: 20px;
}
.companypg-sec3-wrap .content-wrap .content .subhead h3 {
  color: #002f56;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .subhead h3 {
    font-size: 20px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 {
  position: relative;
  border: 1px solid #999;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2::after {
  position: absolute;
  top: 0;
  right: 210px;
  content: "";
  height: 100%;
  border-left: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap.type2::after {
    right: 90px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl + dl {
  border-top: 1.5px dashed #999;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl:first-of-type {
  border-top: none;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl dt {
  padding-left: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl dt {
    padding-left: 15px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl dd {
  min-width: 210px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap.type2 dl dd {
    min-width: 90px;
    margin-top: 0;
  }
}
.companypg-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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap dl {
    display: block;
    padding: 20px 0;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dt {
  min-width: 240px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap dl dt {
    min-width: auto;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dt strong {
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap dl dt strong {
    font-size: 17px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dt .brackets {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd {
    margin-top: 10px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd .detail + .detail {
  margin-top: 10px;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd .detail h4 {
  min-width: 115px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd .detail h4 {
    min-width: 85px;
  }
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd h4 {
  font-weight: 400;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd p + h4 {
  margin-top: 20px;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd ul {
  line-height: 1.75;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd a {
  color: #ec711f;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd a.new-window::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-left: 5px;
  background: url(../img/shared/icon-new-window-type1-3.svg) center center/contain no-repeat;
}
.companypg-sec3-wrap .content-wrap .content .dl-wrap dl dd .brackets {
  display: block;
  font-size: 12px;
}

.servicespg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.servicespg-sec1-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content {
    width: 100%;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
    margin-top: 45px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text 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;
  color: #002f56;
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
    top: 1px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.servicespg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl + p {
  margin-top: 20px;
}
.servicespg-sec2-wrap, .servicespg-sec3-wrap {
  background: #f5f5f5;
}
.servicespg-sec2-wrap .inner, .servicespg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .inner, .servicespg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
    padding-top: 0;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec1 .img-wrap, .servicespg-sec3-wrap .content-wrap .content.sec1 .img-wrap {
  position: relative;
}
.servicespg-sec2-wrap .content-wrap .content.sec1 .img-wrap .head, .servicespg-sec3-wrap .content-wrap .content.sec1 .img-wrap .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec1 .img-wrap .head, .servicespg-sec3-wrap .content-wrap .content.sec1 .img-wrap .head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 25px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec1 .img-wrap .head h2, .servicespg-sec3-wrap .content-wrap .content.sec1 .img-wrap .head h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec1 .img-wrap .head h2, .servicespg-sec3-wrap .content-wrap .content.sec1 .img-wrap .head h2 {
    font-size: 17px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec2, .servicespg-sec3-wrap .content-wrap .content.sec2 {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 65px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec2, .servicespg-sec3-wrap .content-wrap .content.sec2 {
    margin-top: 20px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec2 .text-wrap + .list-wrap, .servicespg-sec3-wrap .content-wrap .content.sec2 .text-wrap + .list-wrap {
  margin-top: 20px;
}
.servicespg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul, .servicespg-sec3-wrap .content-wrap .content.sec2 .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) {
  .servicespg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul, .servicespg-sec3-wrap .content-wrap .content.sec2 .list-wrap ul {
    display: block;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li, .servicespg-sec3-wrap .content-wrap .content.sec2 .list-wrap ul li {
  width: 32%;
  padding: 10px 10px;
  color: #fff;
  background: #002f56;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li, .servicespg-sec3-wrap .content-wrap .content.sec2 .list-wrap ul li {
    width: 100%;
    padding: 5px 10px;
  }
  .servicespg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li + li, .servicespg-sec3-wrap .content-wrap .content.sec2 .list-wrap ul li + li {
    margin-top: 10px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3, .servicespg-sec3-wrap .content-wrap .content.sec3 {
  margin-top: 50px;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item {
    display: block;
    padding: 30px 25px;
  }
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::before, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 100%;
    background: #f5f5f5;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::after, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 13%;
  height: 100%;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::after, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item::after {
    width: 25px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even), .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after {
    left: auto;
    right: 0;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap .slick-counter, .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap .slick-counter, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap .slick-counter, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap .slick-counter {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap, .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap {
    left: -25px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item.other {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap {
    width: 100%;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item + .item, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item + .item {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item + .item, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item + .item {
    margin-top: 25px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap {
    position: relative;
    left: 25px;
    width: 100%;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap {
  width: 50%;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .img-wrap, .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .slider-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .img-wrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .slider-wrap {
    margin-top: 30px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap {
    width: 100%;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn {
    margin-top: 25px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text 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;
  color: #002f56;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt {
    top: 1px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd::before, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl + p, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl + p {
  margin-top: 20px;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li {
  padding-left: 1em;
  color: #002f56;
  line-height: 2;
  text-indent: -1em;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li::before, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li::before {
  content: "●";
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p {
  text-align: justify;
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul {
    margin-top: 20px;
  }
}
.servicespg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .btn, .servicespg-sec3-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .btn {
  margin-left: 0;
}

.recruitmentpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content {
    width: 100%;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
    margin-top: 45px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text 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;
  color: #002f56;
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
    top: 1px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.recruitmentpg-sec1-wrap .content-wrap .content.sec1 .text-wrap .text dl + p {
  margin-top: 20px;
}
.recruitmentpg-sec2-wrap {
  background: #f5f5f5;
}
.recruitmentpg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .inner {
    padding: 65px 0 65px 0;
    padding-top: 0;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec2 {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 65px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec2 {
    margin-top: 20px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec2 .text-wrap + .list-wrap {
  margin-top: 20px;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec2 .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) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul {
    display: block;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li {
  width: 32%;
  padding: 10px 10px;
  color: #fff;
  background: #002f56;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li {
    width: 100%;
    padding: 5px 10px;
  }
  .recruitmentpg-sec2-wrap .content-wrap .content.sec2 .list-wrap ul li + li {
    margin-top: 10px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 {
  margin-top: 50px;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item {
    display: block;
    padding: 30px 25px;
  }
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 100%;
    background: #f5f5f5;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 13%;
  height: 100%;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item::after {
    width: 25px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even)::after {
    left: auto;
    right: 0;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap .slick-counter, .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap .slick-counter {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .img-wrap, .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item:nth-of-type(even) .slider-wrap {
    left: -25px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item.other .text-wrap {
    width: 100%;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item + .item {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item + .item {
    margin-top: 25px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .img-wrap, .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .slider-wrap {
    position: relative;
    left: 25px;
    width: 100%;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap {
  width: 50%;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap {
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .img-wrap, .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap + .slider-wrap {
    margin-top: 30px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text-subwrap {
    width: 100%;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text + .btn {
    margin-top: 25px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text 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;
  color: #002f56;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dt {
    top: 1px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text dl + p {
  margin-top: 20px;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li {
  padding-left: 1em;
  color: #002f56;
  line-height: 2;
  text-indent: -1em;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text ul li::before {
  content: "●";
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p {
  text-align: justify;
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .text p + ul {
    margin-top: 20px;
  }
}
.recruitmentpg-sec2-wrap .content-wrap .content.sec3 .item-wrap .item .text-wrap .btn {
  margin-left: 0;
}

.recruitmentpg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .sub-item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .sub-item-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-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) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item {
  display: block;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item {
    width: 48%;
  }
  .recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item .img + .profile {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item .img + .profile {
    margin-top: 10px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item .profile p {
  text-align: center;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item .profile p.position {
  font-weight: bold;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec1 .sub-item-wrap .item .profile p.position + p {
  margin-top: 5px;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 {
    margin-top: 100px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
    margin-top: 100px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item:nth-of-type(even) .detail-wrap .detail.sec1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail {
    padding-left: 25px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 {
  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) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 {
    display: block;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-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;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap {
    display: block;
    width: 100%;
  }
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap + .img-wrap {
    margin-top: 20px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap .profile h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.65;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap .profile h3 {
    font-size: 22px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap .profile h3 + p {
  margin-top: 20px;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap .profile p.position {
  font-weight: bold;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .profile-wrap .profile p.position + p {
  margin-top: 5px;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .img-wrap {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .img-wrap {
    width: 100%;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 {
    margin-top: 30px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap {
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap {
    padding-left: 40px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl {
  line-height: 1.75;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl + dl {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl + dl {
    margin-top: 20px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl dt {
  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;
  font-weight: bold;
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl dt::before {
  position: absolute;
  top: 50%;
  left: -90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  border-top: 1px solid #ec711f;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl dt::before {
    left: -40px;
    width: 25px;
  }
}
.recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl dt + dd {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec3-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 .dl-wrap dl dt + dd {
    margin-top: 5px;
  }
}
.recruitmentpg-sec4-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content {
    width: 100%;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
    margin-top: 45px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text + .btn {
  margin-top: 50px;
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text 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;
  color: #002f56;
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
    top: 1px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.recruitmentpg-sec4-wrap .content-wrap .content.sec1 .text-wrap .text dl + p {
  margin-top: 20px;
}
.recruitmentpg-sec5-wrap {
  background: #f5f5f5;
}
.recruitmentpg-sec5-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec5-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec5-wrap .content-wrap {
  padding: 0 25px;
}
.recruitmentpg-sec5-wrap .content-wrap .content {
  width: 73%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec5-wrap .content-wrap .content {
    width: 100%;
  }
}
.recruitmentpg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item + .item {
  margin-top: 50px;
}
.recruitmentpg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .text a {
  color: #ec711e;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .recruitmentpg-sec5-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .text a:hover {
    text-decoration: none;
  }
}

.recruitmentpg-sec6-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec6-wrap .content-wrap {
  padding: 0 25px;
}
.recruitmentpg-sec6-wrap .content-wrap .content {
  width: 73%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content {
    width: 100%;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content + .content {
  margin-top: 100px;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec1 .heading-wrap + .item-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .subhead + .item-wrap, .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .subhead + p {
  margin-top: 20px;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .subhead h3 {
  color: #002f56;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .subhead h3 {
    font-size: 20px;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap + .subhead {
  margin-top: 100px;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item + .item {
  margin-top: 20px;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  background: #fff;
  cursor: pointer;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head.active .btn::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head.active .btn::after {
  content: "閉じる";
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head + .btn-hidden-content {
  margin-top: 20px;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head h4 {
  width: 100%;
  padding: 25px 30px;
  background: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head h4 {
    padding: 15px 10px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head .btn {
  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: 230px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head .btn {
    width: 110px;
    min-width: 110px;
    padding: 0 10px;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head .btn::before {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ec711f;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head .btn::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ec711f;
    margin-right: 5px;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-head .btn::after {
  content: "詳しく見る";
  white-space: nowrap;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content {
  display: none;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content dl {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content dl {
    padding: 20px 0;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content dl:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content dl dt + dd {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec6-wrap .content-wrap .content.sec2 .item-wrap .item .btn-hidden-content dl dt + dd {
    margin-top: 5px;
  }
}
.recruitmentpg-sec6-wrap .content-wrap .content.sec2 p + .subhead {
  margin-top: 100px;
}

.recruitmentpg-sec7-wrap {
  background: #f5f5f5;
}
.recruitmentpg-sec7-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.recruitmentpg-sec7-wrap .content-wrap {
  padding: 0 25px;
}
.recruitmentpg-sec7-wrap .content-wrap .content {
  width: 73%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content {
    width: 100%;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .heading-wrap + .text-wrap {
    margin-top: 45px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap + .tel-wrap {
  margin-top: 20px;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text + .text {
    margin-top: 45px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text + .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text + .btn {
    margin-top: 20px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text h3 + p {
  margin-top: 20px;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text 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;
  color: #002f56;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
  position: relative;
  top: 2px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl dt {
    top: 1px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl dd {
    font-size: 22px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  content: "";
  height: 70%;
  border-left: 1px solid #002f56;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .text dl + p {
  margin-top: 20px;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .text-wrap .btn {
  margin-left: 0;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap {
  padding: 35px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap {
    padding: 20px 0;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap + .text-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap + .text-wrap {
    margin-top: 20px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap p + dl {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap p + dl {
    margin-top: 30px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dt {
  color: #002f56;
  font-weight: bold;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dt + dd {
  margin-top: 10px;
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd .tel + P {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd .tel + P {
    margin-top: 5px;
    margin-left: 0;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd .tel a {
  color: #002f56;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd .tel a {
    font-size: 38px;
  }
}
.recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .recruitmentpg-sec7-wrap .content-wrap .content.sec1 .tel-wrap dl dd p {
    font-size: 10px;
  }
}

.archive-blogpg-sec1-wrap .inner, .archive-projectspg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .inner, .archive-projectspg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.archive-blogpg-sec1-wrap .content-wrap, .archive-projectspg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap + .item-wrap {
  margin-top: 50px;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul {
    padding-bottom: 0;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
  position: relative;
  width: 32%;
  height: 60px;
  border-bottom: 2px solid #ccc;
}
@media print, screen and (min-width: 961px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover {
    border-bottom: 2px solid #ec711f;
  }
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover::before, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover::before {
    opacity: 1;
  }
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover a, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:hover a {
    color: #ec711f;
  }
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
    width: 50%;
    height: 50px;
    margin-bottom: 20px;
  }
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.all, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.all {
    width: 100%;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li::before, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 12.5px solid #ec711f;
  opacity: 0;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current {
  border-bottom: 2px solid #ec711f;
  pointer-events: none;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current::before, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current::before {
  opacity: 1;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li.current a {
  color: #ec711f;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li 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: #ccc;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a {
    font-size: 13px;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .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: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
  width: 23.5%;
}
@media print, screen and (min-width: 961px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .tmb img, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .tmb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb img, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+3), .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+3) {
    margin-top: 50px;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+5), .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+5) {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+5), .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:nth-child(n+5) {
    margin-top: 50px;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb {
  overflow: hidden;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb img, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .tmb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
  margin-top: 10px;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title {
  display: -webkit-box;
  min-height: 48px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title {
    min-height: 39px;
  }
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title + .date, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title + .date {
  margin-top: 10px;
}
.archive-blogpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .date, .archive-projectspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .date {
  color: #808080;
  font-size: 14px;
}

.archive-newspg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.archive-newspg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
@media print, screen and (min-width: 961px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:hover .excerpt {
    opacity: 0.7;
  }
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt {
    padding: 20px 0;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head {
    display: block;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .date {
  min-width: 170px;
  color: #808080;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .date {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .date + .title {
    margin-top: 5px;
  }
}
.archive-newspg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .excerpt .head .title {
  font-weight: bold;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.postpg-wrap.single-projects {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-projects {
    margin-top: 60px;
  }
}
.postpg-wrap.single-projects .inner {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-projects .inner {
    padding-top: 0;
  }
}
.postpg-wrap.single-projects .content-wrap {
  padding: 0 0;
}
.postpg-wrap.single-projects .content-wrap .content .post-item {
  width: 100%;
}
.postpg-wrap.single-projects .content-wrap .content .post-item .post-head {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.postpg-wrap.single-projects .content-wrap .content .post-item .post-thumb img {
  width: 100%;
}
.postpg-wrap.single-projects .content-wrap .content .post-item .post-content {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap.single-projects .content-wrap .content .post-item .post-content {
    margin-top: 20px;
    padding: 0 0;
  }
  .postpg-wrap.single-projects .content-wrap .content .post-item .post-content p {
    padding: 0 25px;
  }
}
.postpg-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.postpg-wrap .content-wrap {
  padding: 0 25px;
}
.postpg-wrap .content-wrap .content .post-item {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.postpg-wrap .content-wrap .content .post-item.no-thumbnail {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item.no-thumbnail {
    padding-top: 75px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-head + .post-thumb {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head + .post-thumb {
    margin-top: 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-head .date {
  color: #808080;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head .date {
    font-size: 10px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-head .title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head .title {
    font-size: 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-thumb + .post-head {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-thumb + .post-head {
    margin-top: 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.postpg-wrap .content-wrap .content .post-item .post-content {
  margin-top: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content {
    margin-top: 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content h2 {
  color: #002f56;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content h2 {
    font-size: 20px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content h3 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-content h3 {
    font-size: 15px;
  }
}
.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 ul {
  list-style: none;
}
.postpg-wrap .content-wrap .content .post-item .post-content ul li {
  line-height: 2;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.postpg-wrap .content-wrap .content .post-item .post-content ul li:before {
  content: "■";
  margin-right: 5px;
  color: #002f56;
}
.postpg-wrap .content-wrap .content .post-item .post-content ol {
  padding-left: 1em;
}
.postpg-wrap .content-wrap .content .post-item .post-content a {
  color: #ec711e;
  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 figure {
  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: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}
@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:before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-link-wrap:before {
    top: -20px;
  }
}
.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: 600px;
  max-width: 100%;
}
.postpg-wrap .content-wrap .content .post-link-wrap .links a {
  display: block;
  color: #222;
  font-size: 12px;
  letter-spacing: 1px;
  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;
    border: 1px solid #222;
    line-height: 35px;
  }
}
.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.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;
  }
}

.wp-block-gallery {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wp-block-gallery {
    display: block !important;
  }
}
.wp-block-gallery .wp-block-image {
  -webkit-box-flex: initial !important;
  -ms-flex-positive: initial !important;
  flex-grow: initial !important;
  width: 48% !important;
}
@media only screen and (max-width: 767px) {
  .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
  .wp-block-gallery .wp-block-image + .wp-block-image {
    margin-top: 20px !important;
  }
}

.contactpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .inner {
    padding: 65px 0 65px 0;
  }
}
.contactpg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.contactpg-sec1-wrap .content-wrap .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap + .tel-wrap {
  margin-top: 30px;
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap {
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl {
    display: block;
  }
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dt {
  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;
  min-width: 300px;
  padding: 30px 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dt {
    display: block;
    width: 60%;
    min-width: auto;
    padding: 15px 20px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd {
  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: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd .tel + P {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd .tel + P {
    margin-top: 5px;
    margin-left: 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd .tel a {
  color: #002f56;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd .tel a {
    font-size: 30px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd p {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .tel-wrap dl dd p {
    font-size: 10px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap {
  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 .notes {
  color: #d51b1b;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .notes {
    font-size: 10px;
  }
}
.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 0;
}
@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;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox {
  padding: 35px 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.radio, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl.checkbox {
    padding: 25px 0 25px 0;
  }
}
@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: 15px;
  }
}
.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;
}
@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, .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: block;
  }
}
.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-top: 15px;
    margin-left: 0;
  }
}
.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: -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%;
    font-size: 14px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .any {
  display: inline-block;
  margin-left: 7px;
  padding: 4px 5px 4px 5px;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must, .contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .any {
    font-size: 12px;
  }
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .must {
  background: #d51b1b;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dt .any {
  background: #b3b3b3;
}
.contactpg-sec1-wrap .content-wrap .content .form-wrap .dl-wrap dl dd {
  width: 700px;
}
@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;
  }
}

.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;
}
.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: #ec711e;
  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-color2;
        border-right: 3px solid $base-color2;
        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 #002f56;
  border-right: 3px solid #002f56;
  -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 #002f56;
}

/*
.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: #002f56;
  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 #002f56;
  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: #002f56;
  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 #002f56 !important;
  color: #002f56;
  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: 65px 0 65px 0;
  }
}
.privacy-policypg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.privacy-policypg-sec1-wrap .content-wrap .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
    margin-top: 70px;
  }
}
.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 {
  color: #002f56;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
    font-size: 20px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
  margin-top: 10px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p.mail {
  margin-top: 30px;
  line-height: 1.75;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p.mail .brackets {
  display: block;
  font-size: 12px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p + ul {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul {
  list-style: none;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li {
  line-height: 2;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li:before {
  content: "■";
  margin-right: 5px;
  color: #002f56;
}
