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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

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

p {
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.82em;
}

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

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

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

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

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

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

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

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

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

.sp {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.notpg-wrap .inner h2 {
  text-align: center;
}

.heading-wrap h2 {
  color: #00468c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 27px;
  text-indent: 27px;
  text-align: center;
}

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

.page-img-wrap {
  overflow: hidden;
}

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

.page-img.type1 {
  height: 400px;
}

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

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

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

.page-title.type1 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .page-title.type1 {
    width: 67%;
  }
}

.page-title.type1 h1 {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.page-title.type1 h1 .sub {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .page-title.type1 h1 .sub {
    font-size: 14px;
  }
}

.page-title.type1 h1 .main {
  position: relative;
  display: block;
  margin-top: 73px;
  font-size: 65px;
  letter-spacing: 7px;
  text-indent: 7px;
}

@media only screen and (max-width: 767px) {
  .page-title.type1 h1 .main {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 10px;
    text-indent: 10px;
  }
}

.page-title.type1 h1 .main:before {
  position: absolute;
  top: -39px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page-title.type1 h1 .main:before {
    top: -23px;
    width: 60px;
  }
}

.page-title.type2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-title.type2 h1 {
  position: relative;
  top: -52px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-title.type2 h1 {
    top: -20px;
  }
}

.page-title.type2 h1 .sub {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .page-title.type2 h1 .sub {
    font-size: 14px;
  }
}

.page-title.type2 h1 .main {
  position: relative;
  display: block;
  margin-top: 73px;
  font-size: 65px;
  letter-spacing: 15px;
  text-indent: 15px;
}

@media only screen and (max-width: 767px) {
  .page-title.type2 h1 .main {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 10px;
    text-indent: 10px;
  }
}

.page-title.type2 h1 .main:before {
  position: absolute;
  top: -39px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page-title.type2 h1 .main:before {
    top: -23px;
    width: 60px;
  }
}

.page-title.type3 h1 {
  position: relative;
  top: 23px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #00468c;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-title.type3 h1 {
    top: auto;
  }
}

.page-title.type3 h1 .sub {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (max-width: 767px) {
  .page-title.type3 h1 .sub {
    font-size: 14px;
  }
}

.page-title.type3 h1 .main {
  position: relative;
  display: block;
  margin-top: 73px;
  font-size: 65px;
  letter-spacing: 15px;
  text-indent: 15px;
}

@media only screen and (max-width: 767px) {
  .page-title.type3 h1 .main {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 9px;
    text-indent: 9px;
  }
}

.page-title.type3 h1 .main:before {
  position: absolute;
  top: -39px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 90px;
  height: 1px;
  background: #00468c;
}

@media only screen and (max-width: 767px) {
  .page-title.type3 h1 .main:before {
    top: -23px;
    width: 60px;
  }
}

.btn {
  display: block;
  position: relative;
  width: 105px;
  height: 30px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border: 1.5px solid #00468c;
}

@media print, screen and (min-width: 961px) {
  .btn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .btn:hover {
    background: #00468c;
  }
  .btn:hover a {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    width: 200px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #00468c;
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #00468c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-indent: 2px;
}

@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 14px;
    letter-spacing: 1px;
    text-indent: 1px;
    border-radius: 8px;
  }
}

.btn-contact {
  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;
}

.btn-contact a {
  width: 470px;
  height: 90px;
  max-width: 100%;
  background: url(../img/top/btn-contact.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-contact a:hover {
    background: url(../img/top/btn-contact_on.jpg) center center/cover no-repeat;
  }
}

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

#loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.square:nth-child(1) {
  -webkit-animation-delay: 2.07s;
  animation-delay: 2.07s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 2.42s;
  animation-delay: 2.42s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 2.76s;
  animation-delay: 2.76s;
  background: #161616;
}

.square:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 1.38s;
  animation-delay: 1.38s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 1.73s;
  animation-delay: 1.73s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

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

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

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .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: .5s;
  animation-delay: .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 .6s ease;
  animation: mask--lr 1s .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 .6s ease;
  animation: mask--rl 1s .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;
  }
}

.filter a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filter a {
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
  }
}

.filter a.active {
  color: #fff;
  background: #333;
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}

.is-animated {
  -webkit-animation: .6s zoom-in;
  animation: .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-container {
  position: relative;
  width: 91vw;
  height: calc(100vh - 105px);
  min-height: 617px;
  margin: 105px 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .slider-container {
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 60px 0 0 auto;
    z-index: 1;
  }
}

.slider-container.tablet {
  height: 710px;
}

.slider-container .text-wrap {
  position: absolute;
  bottom: 70px;
  left: -120px;
  z-index: 2;
  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: 458px;
  max-width: 100%;
  padding: 20px 35px 20px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
  background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
}

@media only screen and (max-width: 767px) {
  .slider-container .text-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    width: 278px;
    padding: 20px 20px 22px 20px;
  }
}

.slider-container .text-wrap:before {
  position: absolute;
  bottom: 348px;
  right: 5px;
  display: block;
  content: '';
  width: 332px;
  height: 158px;
  background: url(../img/top/copy.svg) center center/contain no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .slider-container .text-wrap:before {
    bottom: 311px;
    left: 20px;
    right: auto;
    width: 234px;
    height: 110px;
    background: url(../img/top/copy_sp.svg) center center/contain no-repeat;
  }
}

.slider-container .text-wrap:after {
  position: absolute;
  top: 0;
  left: -458px;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #0059bd;
}

@media only screen and (max-width: 767px) {
  .slider-container .text-wrap:after {
    display: none;
    top: -170px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
    background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
    background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
    background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
    z-index: -10;
  }
}

.slider-container .text-wrap .text {
  width: 300px;
  max-width: 100%;
}

.slider-container .text-wrap h2 {
  color: #fff;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.43;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .slider-container .text-wrap h2 {
    font-size: 17.5px;
  }
}

.slider-container .text-wrap p {
  margin-top: 17px;
  color: #fff;
  line-height: 1.92;
}

.slider {
  position: relative;
  display: none;
}

@media only screen and (max-width: 767px) {
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
    display: block;
    content: '';
    width: 278px;
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
    background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
    background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
    background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
    z-index: -1;
  }
}

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

.slider:before {
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  content: '';
  width: 202px;
  height: 500px;
  background: #fff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .slider:before {
    display: none;
  }
}

.slider-item {
  position: relative;
  height: calc(100vh - 105px);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .slider-item {
    height: 315px;
  }
}

.slider-item.tablet {
  height: 710px;
}

/* Images */
/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 26px;
  cursor: pointer;
  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;
  z-index: 10;
  /* 重要 */
}

.slider-prev {
  left: -100px;
}

.slider-next {
  right: -100px;
}

/* Dots */
.slick-dots {
  position: absolute;
  left: -5px;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

.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 {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.header-wrapper {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.header-wrapper.type1 {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border-bottom: none;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 {
    position: fixed;
  }
}

.header-wrapper.type1 a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .header-wrapper.type1 a {
    color: #333;
  }
}

.header-wrapper.type2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
  background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
}

.global-header {
  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;
  position: relative;
  width: 100%;
  height: 105px;
  margin: 0 auto;
  padding: 0 0 0 52px;
}

@media only screen and (max-width: 767px) {
  .global-header {
    height: 60px;
    padding: 0 0 0 15px;
    background: -webkit-linear-gradient(320deg, #0059bd 45%, #0057b9 70%, #00468c);
    background: -o-linear-gradient(320deg, #0059bd 45%, #0057b9 70%, #00468c);
    background: linear-gradient(130deg, #0059bd 45%, #0057b9 70%, #00468c);
  }
}

.global-header .header-logo img {
  width: 282px;
  height: 24px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .global-header .header-logo img {
    width: 180px;
    height: 15px;
  }
}

.global-header .global-nav {
  width: 750px;
  height: 100%;
  max-width: 66%;
  padding: 27px 50px 0 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
  background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
}

@media only screen and (max-width: 767px) {
  .global-header .global-nav {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(320deg, #0059bd 45%, #0057b9 70%, #00468c);
    background: -o-linear-gradient(320deg, #0059bd 45%, #0057b9 70%, #00468c);
    background: linear-gradient(130deg, #0059bd 45%, #0057b9 70%, #00468c);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

.global-header .tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.global-header .tel-wrap .tel {
  position: relative;
  top: 2px;
}

.global-header .tel-wrap .tel img {
  width: 192px;
  height: 21px;
}

.global-header .tel-wrap .fax {
  position: relative;
  margin-left: 36px;
}

.global-header .tel-wrap .fax img {
  width: 166px;
  height: 14px;
}

.global-header .tel-wrap .fax:before {
  position: absolute;
  bottom: 0;
  left: -19px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 21px;
  background: #fff;
}

.global-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .global-header .menu {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 50px 0 45px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media print, screen and (min-width: 961px) {
  .global-header .menu .menu-item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .menu .menu-item {
    border-bottom: 1px solid #fff;
  }
}

.global-header .menu .menu-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .global-header .menu .menu-item a {
    width: 100%;
    line-height: 50px;
    text-align: center;
  }
}

.global-header .burger-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .global-header .burger-menu {
    display: block;
    width: 60px;
    height: 60px;
    z-index: 1000;
  }
  .global-header .burger-menu .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-header .burger-menu .menu-trigger.active .bar span {
    background-color: #fff;
  }
  .global-header .burger-menu .menu-trigger.active .bar span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .global-header .burger-menu .menu-trigger.active .bar span:nth-of-type(2) {
    opacity: 0;
  }
  .global-header .burger-menu .menu-trigger.active .bar span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .global-header .burger-menu .menu-trigger .bar {
    width: 25px;
    height: 16px;
    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;
  }
  .global-header .burger-menu .menu-trigger .bar span {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
}

footer {
  color: #fff;
  background: #a0a0a0;
}

footer .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 20px 80px 20px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap {
    padding: 60px 20px 60px 20px;
  }
}

footer .content-wrap .sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

footer .content-wrap .sec1 .footer-nav {
  width: 315px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav {
    width: 100%;
  }
}

footer .content-wrap .sec1 .footer-nav .logo {
  width: 315px;
  height: 57px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav .logo {
    width: 290px;
    height: 53px;
  }
}

footer .content-wrap .sec1 .footer-nav ul {
  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;
  list-style: none;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li {
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
  }
}

footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(2) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(2) {
    margin-left: 0;
  }
}

footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(3) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(3) {
    margin-left: 0;
  }
}

footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(5) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(5) {
    margin-left: 0;
  }
}

footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(6) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li:nth-of-type(6) {
    margin-left: 0;
  }
}

footer .content-wrap .sec1 .footer-nav ul li:last-of-type {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li:last-of-type {
    margin-right: 0;
  }
}

footer .content-wrap .sec1 .footer-nav ul li a {
  color: #fff;
  font-size: 15.5px;
  line-height: 1.54;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .footer-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

footer .content-wrap .sec1 .map-wrap {
  width: 350px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec1 .map-wrap {
    margin-top: 60px;
  }
}

footer .content-wrap .sec1 .map-wrap .map {
  display: block;
  max-width: 100%;
  height: auto;
}

footer .content-wrap .sec1 .map-wrap .btn-map {
  display: block;
  margin-top: 22px;
}

footer .content-wrap .sec1 .map-wrap .btn-map img {
  width: 350px;
  height: auto;
  max-width: 100%;
}

footer .content-wrap .sec2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

footer .content-wrap .sec2 p {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.93;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer .content-wrap .sec2 p {
    font-size: 15px;
    text-align: left;
  }
}

.copyright {
  padding: 0 0 20px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.main-img-wrap .scroll-wrap {
  position: absolute;
  bottom: 30px;
  left: 23px;
  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) {
  .main-img-wrap .scroll-wrap {
    display: none;
  }
}

.main-img-wrap .scroll-wrap .scroll {
  width: 60px;
  height: 10px;
}

.main-img-wrap .scroll-wrap .arrow {
  width: 21px;
  height: 11px;
  margin-left: 5px;
}

.toppg-sec1-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1160px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap {
    display: block;
    margin-top: 100px;
    padding: 0;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap {
  width: 540px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap {
    width: 335px;
    margin: 50px auto 0 auto;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap h2 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.71;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap h2 {
    font-size: 18px;
    white-space: nowrap;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap p {
  margin-top: 29px;
  font-size: 15px;
  line-height: 1.93;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .text-wrap p {
    margin-top: 15px;
    font-size: 13px;
    text-align: justify;
  }
}

.toppg-sec1-wrap .content-wrap .text-wrap .btn {
  margin-top: 48px;
}

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

.toppg-sec1-wrap .content-wrap .img-wrap {
  position: relative;
  width: 472px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .img-wrap {
    width: 335px;
    margin: 0 0 0 auto;
  }
}

.toppg-sec1-wrap .content-wrap .img-wrap:after {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  display: block;
  content: '';
  width: 335px;
  height: 290px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
  background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
}

@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .img-wrap:after {
    width: 280px;
    height: 222px;
  }
}

.toppg-sec1-wrap .content-wrap .img-wrap img {
  max-width: 100%;
  height: auto;
}

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

.toppg-sec2-wrap .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 46px;
}

.toppg-sec2-wrap .content-wrap .item-wrap a {
  width: 25%;
  padding-top: 25.405%;
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a {
    width: 335px;
    height: 335px;
    margin: 0 auto;
    padding-top: 0;
  }
  .toppg-sec2-wrap .content-wrap .item-wrap a:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(1) {
  background: url(../img/top/btn-inheritance.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(1):hover {
    background: url(../img/top/btn-inheritance_on.jpg) center center/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(1) {
    background: url(../img/top/btn-inheritance_sp.jpg) center center/cover no-repeat;
  }
}

.toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(2) {
  background: url(../img/top/btn-registration1.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(2):hover {
    background: url(../img/top/btn-registration1_on.jpg) center center/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(2) {
    background: url(../img/top/btn-registration1_sp.jpg) center center/cover no-repeat;
  }
}

.toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(3) {
  background: url(../img/top/btn-registration2.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(3):hover {
    background: url(../img/top/btn-registration2_on.jpg) center center/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(3) {
    background: url(../img/top/btn-registration2_sp.jpg) center center/cover no-repeat;
  }
}

.toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(4) {
  background: url(../img/top/btn-other.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec2-wrap .content-wrap .item-wrap a:nth-of-type(4):hover {
    background: url(../img/top/btn-other_on.jpg) center center/cover no-repeat;
  }
}

.toppg-sec3-wrap {
  margin-top: 130px;
}

.toppg-sec3-wrap .content-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;
}

.toppg-sec3-wrap .content-wrap a {
  width: 470px;
  height: 255px;
  max-width: 100%;
  background: url(../img/top/btn-qa.jpg) center center/cover no-repeat;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec3-wrap .content-wrap a:hover {
    background: url(../img/top/btn-qa_on.jpg) center center/cover no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap a {
    width: 375px;
    height: 200px;
  }
}

.toppg-sec4-wrap .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 122px 20px 120px 20px;
  padding-bottom: 50px;
}

.toppg-sec4-wrap .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 51px;
}

.toppg-sec4-wrap .content-wrap .item-wrap .item {
  width: 225px;
  max-width: 100%;
  margin-bottom: 65px;
}

@media print, screen and (min-width: 961px) {
  .toppg-sec4-wrap .content-wrap .item-wrap .item:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .item-wrap .item {
    width: 158px;
    margin-bottom: 35px;
  }
}

.toppg-sec4-wrap .content-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.toppg-sec4-wrap .content-wrap .item-wrap .item .head {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .item-wrap .item .head {
    margin-top: 13px;
  }
}

.toppg-sec4-wrap .content-wrap .item-wrap .item .head .date {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}

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

.toppg-sec4-wrap .content-wrap .item-wrap .item .head .title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}

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

.toppg-sec5-wrap .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 20px 120px 20px;
}

.messagepg-sec1-wrap {
  position: relative;
}

.messagepg-sec1-wrap .content-wrap {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 20px 246px 20px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .content-wrap {
    padding: 60px 20px 60px 20px;
  }
}

.messagepg-sec1-wrap .img-wrap {
  position: absolute;
  top: 120px;
  right: 0;
  width: 42vw;
  max-width: 580px;
  min-width: 400px;
}

@media only screen and (max-width: 1000px) {
  .messagepg-sec1-wrap .img-wrap {
    display: none;
  }
}

.messagepg-sec1-wrap .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.messagepg-sec1-wrap .text-wrap {
  width: 39vw;
  max-width: 540px;
  min-width: 500px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap {
    width: 375px;
    max-width: 100%;
    min-width: auto;
  }
}

.messagepg-sec1-wrap .text-wrap.type1 h2 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 8px;
  text-indent: -1px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type1 h2 {
    font-size: 26px;
    letter-spacing: 6px;
  }
}

.messagepg-sec1-wrap .text-wrap.type1 h3 {
  margin-top: 29px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type1 h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}

.messagepg-sec1-wrap .text-wrap.type1 .text {
  margin-top: 31px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type1 .text {
    margin-top: 22px;
  }
}

.messagepg-sec1-wrap .text-wrap.type1 .text p {
  font-size: 16px;
  line-height: 1.81;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type1 .text p {
    font-size: 14px;
  }
}

.messagepg-sec1-wrap .text-wrap.type1 .text p:not(:first-of-type) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type1 .text p:not(:first-of-type) {
    margin-top: 20px;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 {
  margin-top: 108px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 {
    margin-top: 60px;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 h2 {
  color: #00468c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 18px;
  text-indent: -2px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 h2 {
    font-size: 36px;
    letter-spacing: 15px;
    text-indent: 0;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 .img {
  margin-top: 25px;
}

.messagepg-sec1-wrap .text-wrap.type2 .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.messagepg-sec1-wrap .text-wrap.type2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 43px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: -3px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 h3 {
    margin-top: 28px;
    font-size: 19px;
    text-indent: 0;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 h3 span {
  margin-left: 12px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 h3 span {
    margin-top: 2px;
    margin-left: 0;
    font-size: 14px;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 .text {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 .text {
    margin-top: 23px;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 .text p {
  font-size: 16px;
  line-height: 1.81;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .messagepg-sec1-wrap .text-wrap.type2 .text p {
    font-size: 14px;
  }
}

.messagepg-sec1-wrap .text-wrap.type2 .text p:not(:first-of-type) {
  margin-top: 30px;
}

.contentpg-sec1-wrap .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 13px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap {
    padding: 60px 20px 60px 20px;
  }
}

.contentpg-sec1-wrap .content-wrap .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-top: 50px;
  padding-top: 57px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .item {
    display: block;
    margin-top: 20px;
    padding-top: 50px;
    padding-left: 0;
  }
}

.contentpg-sec1-wrap .content-wrap .img-wrap {
  position: relative;
  width: 415px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .img-wrap {
    width: 335px;
    margin: 0 0 0 auto;
  }
}

.contentpg-sec1-wrap .content-wrap .img-wrap:after {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  display: block;
  content: '';
  width: 275px;
  height: 290px;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0059bd), color-stop(70%, #0057b9), to(#00468c));
  background: -webkit-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: -o-linear-gradient(left, #0059bd 45%, #0057b9 70%, #00468c);
  background: linear-gradient(90deg, #0059bd 45%, #0057b9 70%, #00468c);
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .img-wrap:after {
    width: 280px;
    height: 222px;
  }
}

.contentpg-sec1-wrap .content-wrap .img-wrap img {
  max-width: 100%;
  height: auto;
}

.contentpg-sec1-wrap .content-wrap .text-wrap {
  width: 540px;
  max-width: 100%;
  margin-left: 70px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap {
    width: 335px;
    margin: 50px auto 0 auto;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .head h2 {
  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;
  height: 76px;
  padding-left: 135px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .head h2 {
    padding-left: 110px;
    font-size: 26px;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  display: block;
}

.contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon1 {
  width: 82px;
  height: 76px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon1 {
    width: 72px;
    height: 66px;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon2 {
  width: 92px;
  height: 68px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon2 {
    width: 82px;
    height: 59px;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon3 {
  width: 94px;
  height: 67px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .head h2 img.icon3 {
    width: 82px;
    height: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .head h2 .bracket {
    margin-left: -12px;
    font-size: 22px;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .text {
  margin-top: 17px;
}

.contentpg-sec1-wrap .content-wrap .text-wrap .text h3 {
  padding-left: 0.7em;
  text-indent: -0.7em;
  color: #00468c;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.52;
}

.contentpg-sec1-wrap .content-wrap .text-wrap .text p {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec1-wrap .content-wrap .text-wrap .text p {
    font-size: 14px;
    text-align: justify;
  }
}

.contentpg-sec1-wrap .content-wrap .text-wrap .text p + h3 {
  margin-top: 13px;
}

.contentpg-sec2-wrap .content-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec2-wrap .content-wrap {
    padding: 60px 20px 60px 20px;
  }
}

.contentpg-sec2-wrap .content-wrap .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;
  margin-top: 57px;
}

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

.contentpg-sec2-wrap .content-wrap .item {
  width: 240px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec2-wrap .content-wrap .item {
    width: 300px;
    margin: 0 auto;
  }
  .contentpg-sec2-wrap .content-wrap .item:not(:first-of-type) {
    margin-top: 50px;
  }
}

.contentpg-sec2-wrap .content-wrap .item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #00468c;
  color: #fff;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}

.contentpg-sec2-wrap .content-wrap .item .list {
  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: 23px;
}

.contentpg-sec2-wrap .content-wrap .item .list ul {
  list-style: none;
}

.contentpg-sec2-wrap .content-wrap .item .list ul li {
  padding-left: 0.83em;
  text-indent: -0.83em;
  color: #00468c;
  font-size: 18px;
  line-height: 1.61;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec2-wrap .content-wrap .item .list ul li {
    font-size: 17px;
  }
}

.contentpg-sec2-wrap .content-wrap .item p {
  margin-top: 17px;
  font-size: 16px;
  line-height: 1.68;
}

.contentpg-sec3-wrap .content-wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 130px 20px 130px 20px;
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec3-wrap .content-wrap {
    padding: 60px 20px 60px 20px;
  }
}

.contentpg-sec3-wrap .content-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #333;
}

.contentpg-sec3-wrap .scroll-teble {
  margin-top: 57px;
}

.contentpg-sec3-wrap .scroll-teble table {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .contentpg-sec3-wrap .scroll-teble table {
    display: block;
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.contentpg-sec3-wrap .scroll-teble table tr {
  border-left: 3px solid #a0a0a0;
  border-right: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table tr.head th {
  height: 60px;
}

.contentpg-sec3-wrap .scroll-teble table tr.head th:not(:first-of-type) {
  background: #d2e6ff;
}

.contentpg-sec3-wrap .scroll-teble table tr:last-of-type {
  border-bottom: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table tr.sec2, .contentpg-sec3-wrap .scroll-teble table tr.sec3, .contentpg-sec3-wrap .scroll-teble table tr.sec4, .contentpg-sec3-wrap .scroll-teble table tr.sec5-1, .contentpg-sec3-wrap .scroll-teble table tr.sec6-1 {
  border-top: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table tr.sec5-1 .span, .contentpg-sec3-wrap .scroll-teble table tr.sec6-1 .span {
  border-bottom: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table tr.sec5-1 th, .contentpg-sec3-wrap .scroll-teble table tr.sec5-1 td, .contentpg-sec3-wrap .scroll-teble table tr.sec5-2 th, .contentpg-sec3-wrap .scroll-teble table tr.sec5-2 td, .contentpg-sec3-wrap .scroll-teble table tr.sec5-3 th, .contentpg-sec3-wrap .scroll-teble table tr.sec5-3 td, .contentpg-sec3-wrap .scroll-teble table tr.sec5-4 th, .contentpg-sec3-wrap .scroll-teble table tr.sec5-4 td, .contentpg-sec3-wrap .scroll-teble table tr.sec6-1 th, .contentpg-sec3-wrap .scroll-teble table tr.sec6-1 td, .contentpg-sec3-wrap .scroll-teble table tr.sec6-2 th, .contentpg-sec3-wrap .scroll-teble table tr.sec6-2 td, .contentpg-sec3-wrap .scroll-teble table tr.sec6-3 th, .contentpg-sec3-wrap .scroll-teble table tr.sec6-3 td {
  height: 50px;
}

.contentpg-sec3-wrap .scroll-teble table th, .contentpg-sec3-wrap .scroll-teble table td {
  width: 20%;
  max-width: 225px;
  min-width: 225px;
  height: 100px;
  padding: 7px 10px 5px 10px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.61;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}

.contentpg-sec3-wrap .scroll-teble table th:not(:first-of-type), .contentpg-sec3-wrap .scroll-teble table td:not(:first-of-type) {
  border-left: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table th {
  padding: 10px;
  border: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table th.subhead {
  background: #ebebeb;
  border-right: 3px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table td {
  border: 1px solid #a0a0a0;
}

.contentpg-sec3-wrap .scroll-teble table td.type1 {
  padding: 8px 20px 5px 20px;
  font-size: 14px;
  line-height: 1.78;
  text-align: left;
}

.contentpg-sec3-wrap .scroll-teble table td span {
  font-size: 15px;
}

.qapg-sec1-wrap .content-wrap {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 20px 60px 20px;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap {
    padding: 60px 20px 30px 20px;
  }
}

.qapg-sec1-wrap .content-wrap .item:not(:first-of-type) {
  margin-top: 59px;
}

.qapg-sec1-wrap .content-wrap .item:not(:last-of-type) {
  border-bottom: 1px solid #333;
}

.qapg-sec1-wrap .content-wrap .item .head h2 {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .head h2 {
    font-size: 26px;
  }
}

.qapg-sec1-wrap .content-wrap .item .text {
  margin-top: 53px;
}

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

.qapg-sec1-wrap .content-wrap .item .text dl {
  position: relative;
  padding-left: 68px;
  padding-bottom: 52px;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dl {
    padding-left: 2px;
  }
}

.qapg-sec1-wrap .content-wrap .item .text dl:not(:first-of-type) {
  margin-top: 42px;
}

.qapg-sec1-wrap .content-wrap .item .text dl:not(:last-of-type):after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  width: calc(100% - 125px);
  height: 1px;
  background: #333;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dl:not(:last-of-type):after {
    width: calc(100% - 48px);
  }
}

.qapg-sec1-wrap .content-wrap .item .text dt {
  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-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 26px;
  line-height: 1.42;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dt {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
  }
}

.qapg-sec1-wrap .content-wrap .item .text dt span {
  margin-right: 32px;
  color: #00468c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dt span {
    margin-right: 25px;
    font-size: 38px;
  }
}

.qapg-sec1-wrap .content-wrap .item .text 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;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.81;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dd {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }
}

.qapg-sec1-wrap .content-wrap .item .text dd span {
  margin-right: 32px;
  color: #00468c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .qapg-sec1-wrap .content-wrap .item .text dd span {
    margin-right: 25px;
    font-size: 38px;
  }
}

body.about .page-img-wrap .page-img {
  position: relative;
  z-index: 1;
  background: url(../img/about/about-main-img.jpg) center center/cover no-repeat;
}

.about-heading-wrap h2 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #00468c;
  letter-spacing: 9px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-heading-wrap h2 {
    position: static;
    font-size: 19px;
    letter-spacing: 4px;
    text-align: left;
  }
}

.about-heading-wrap h2 span {
  display: block;
  margin-top: 20px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .about-heading-wrap h2 span {
    margin-top: 10px;
    font-size: 12px;
  }
}

.about-sec1-wrap {
  position: relative;
  background: #0057b9;
}

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

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

.about-sec1-wrap .inner .content-wrap {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 78px;
}

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

.hidden_box {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.hidden_box label {
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  min-width: 50%;
}

.hidden_box label:hover {
  background: #f5f5f5;
}

.hidden_box label:after {
  content: "答え";
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.hidden_box input:checked + label:after {
  content: "閉じる";
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
  padding: 10px 0;
}

.blogpg-sec1-wrap .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px 120px 20px;
}

.blogpg-sec1-wrap .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogpg-sec1-wrap .content-wrap .item-wrap .item {
  width: 225px;
  max-width: 100%;
  margin-bottom: 65px;
}

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

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .content-wrap .item-wrap .item {
    width: 158px;
    margin-bottom: 35px;
  }
}

.blogpg-sec1-wrap .content-wrap .item-wrap .item .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.blogpg-sec1-wrap .content-wrap .item-wrap .item .head {
  margin-top: 21px;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .content-wrap .item-wrap .item .head {
    margin-top: 13px;
  }
}

.blogpg-sec1-wrap .content-wrap .item-wrap .item .head .date {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-indent: 2px;
}

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

.blogpg-sec1-wrap .content-wrap .item-wrap .item .head .title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .blogpg-sec1-wrap .content-wrap .item-wrap .item .head .title {
    font-size: 15px;
  }
}

.postpg-wrap .content-wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px 120px 20px;
}

@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap {
    padding-top: 0;
  }
}

.postpg-wrap .btn {
  margin-top: 50px;
}

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

.post-item .head .date {
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.post-item .content {
  margin-top: 20px;
}

.post-item .content p {
  font-size: 16px;
  line-height: 1.93;
}

.post-item .content p + img {
  margin-top: 10px;
}

.post-item .content img {
  max-width: 100%;
  height: auto;
}

.post-item .content img + p {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.contactpg-wrap .description {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .contactpg-wrap .description {
    font-size: 14px;
  }
}

.contactpg-wrap .tel {
  margin-top: 40px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 1px;
}

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

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

.form-wrap dl {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.screen-reader-response {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.privacypg-sec1-wrap .inner .item p.tel {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8125;
}

.privacypg-sec1-wrap .inner .item ul {
  list-style: none;
  margin-top: 10px;
}

.privacypg-sec1-wrap .inner .item ul li {
  line-height: 2;
}

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

.sitemap-sec1-wrap {
  background: #0057b9;
}

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

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

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

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

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

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

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

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