@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

th, td {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  display: none;
  opacity: 0;
  transition: all 2s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

input,
textarea {
  font-family: kozuka-gothic-pro, sans-serif;
}

.wht {
  background-color: #fff !important;
}

.blue {
  background-color: #f3f4f8 !important;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.mincho {
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
p {
  color: #2f2f2f;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  transition: all 1s;
}

.text-center {
  text-align: center !important;
}

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  /*    display: none !important;
      @media screen and (max-width: mixins.$small) {
          display:block !important;
      }*/
}

/*.pc{
    @media screen and (max-width: mixins.$small) {
        display:none !important;
    }
}*/
a,
button {
  transition: all 1s;
  text-decoration: none;
}
a img,
button img {
  /*@include trans10;*/
}

button:focus {
  outline: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto;
}

img[src$=".svg"] {
  height: auto;
}

::-moz-selection {
  background: #bedcea;
}

::selection {
  background: #bedcea;
}

/* for Firefox */
::-moz-selection {
  background: #bedcea;
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadein-small {
  transform: scale(0.5, 0.5);
}
.fadein-small.active {
  opacity: 1;
  transform: scale(1, 1);
}

.fadein-down {
  position: relative;
  opacity: 0;
  top: -120px !important;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  .fadein-down {
    /*top: auto !important;*/
    /*bottom: -120px !important;*/
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  .fadein-down.active {
    /*top: auto !important;*/
    /*bottom: 0px !important;*/
  }
}

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.element-fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          bottom: 0px !important;
      }*/
}
.element-fadein-up.active {
  opacity: 1;
  bottom: 0px !important;
}

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          right: 0px !important;
      }*/
}
.fadein-right.active {
  opacity: 1;
  right: 0px !important;
}

.fadein-left {
  position: relative;
  opacity: 0;
  left: -120px !important;
  transition: all 2s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.st10 {
  fill: #632c18;
  stroke: #632c18;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load 5s ease-in -1s;
  animation: load 5s ease-in -1s;
}

.st11 {
  fill: #6a9b68;
  stroke: #6a9b68;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: load2 5s ease-in -1s;
  animation: load2 5s ease-in -1s;
}

@keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #632c18;
  }
}
@keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes load2 {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #6a9b68;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
.nav-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin: auto;
  transform: translateY(-100%);
  z-index: 95;
  transition: all 1s;
}
.nav-layer.active {
  transform: translateY(0%);
}
.nav-layer .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  display: block;
}
@media screen and (max-width: 640px) {
  .nav-layer .logo {
    top: 14px;
    left: 10px;
    width: 125px;
  }
}
.nav-layer .info {
  position: absolute;
  top: 20px;
  right: 125px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info {
    top: 15px;
    right: 75px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info {
    right: 70px;
  }
}
.nav-layer .info a {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #6fa8c7;
  border-radius: 50%;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a {
    width: 68px;
    height: 68px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a {
    width: 64px;
    height: 64px;
    padding: 6px 5px;
  }
}
.nav-layer .info a.net {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net {
    margin-right: 5px;
  }
}
.nav-layer .info a.net img {
  width: 38px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.net img {
    width: 34px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.net img {
    width: 33px;
  }
}
.nav-layer .info a.line {
  background-color: #59ad50;
  padding: 10px 8px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line {
    padding: 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  .nav-layer .info a.line {
    padding: 6px 5px;
  }
}
.nav-layer .info a.line img {
  width: 28px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a.line img {
    width: 26px;
  }
}
.nav-layer .info a img {
  display: block;
  margin: 0 auto 7px;
}
@media screen and (max-width: 640px) {
  .nav-layer .info a img {
    margin: 0 auto 5px;
  }
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1240px;
  background-color: #fff;
  padding: 14px 10px 10px;
  border-radius: 60px;
  z-index: 99;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  transition: all 1s;
}
@media screen and (max-height: 750px) {
  header {
    padding: 6px 10px 4px;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 8px 10px 8px;
  }
}
header.scll {
  top: -80px;
}
header .header-inner {
  position: relative;
  max-width: 1280px;
  padding: 0 1em 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  header .header-inner {
    padding: 0 0.5em 0 0.8em;
  }
}
header h2 {
  display: inline-block;
  padding-top: 5px;
}
@media screen and (max-height: 750px) {
  header h2 {
    padding-top: 3px;
  }
}
header h2 a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1280px) {
  header h2 a {
    width: 300px;
  }
}
@media screen and (max-height: 750px) {
  header h2 a {
    width: 260px;
  }
}
@media screen and (max-width: 960px) {
  header h2 a {
    width: 260px;
  }
}
@media screen and (max-width: 480px) {
  header h2 a {
    width: 230px;
  }
}

.inner {
  position: relative;
}

h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  h1 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  h1 a {
    font-size: 11px;
  }
}

@-webkit-keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fuwattoBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer-btn span {
  height: 2px;
  background-color: #003d60;
  transition: all 1s;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 32px;
  right: 55px;
  width: 58px;
  height: 45px;
  z-index: 100;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .drawer-btn {
    display: block;
  }
}
@media screen and (max-height: 750px) {
  .drawer-btn {
    top: 26px;
  }
}
@media screen and (max-width: 640px) {
  .drawer-btn {
    right: 35px;
    top: 30px;
  }
}
.drawer-btn.scroll {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.drawer-btn.scll {
  top: -80px;
}
@media screen and (max-width: 640px) {
  .drawer-btn.current {
    right: 8px;
  }
}
@media screen and (max-width: 480px) {
  .drawer-btn.current {
    right: 5px;
  }
}

.drawer-btn_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 10px;
  margin: auto;
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #2f2f2f;
  width: 100%;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
}

.border01 {
  margin-top: -6px;
}

.border02 {
  margin-top: 6px;
}

.current.drawer-btn {
  display: block;
}

.current.drawer-btn span {
  background-color: #fff;
}

.current.drawer-btn .border01 {
  top: 50%;
  margin-left: 0px;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.owl-dots {
  margin-top: 20px !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  margin: auto;
}

.owl-carousel .owl-prev {
  position: absolute;
  bottom: 0px;
  top: 0;
  left: -10px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #003d60 !important;
  border-left: 3px solid #003d60 !important;
  margin: auto;
  transform: rotateZ(-45deg);
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: 0px;
  top: 0;
  right: -10px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #003d60 !important;
  border-right: 3px solid #003d60 !important;
  margin: auto;
  transform: rotateZ(45deg);
}

/*.owl-carousel .owl-next:before{
    display: block;
    content: "";
    position: absolute;
    top: -21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: auto;
}
.owl-carousel .owl-next:after{
    display: block;
    content: "";
    position: absolute;
    top: 21.5px;
    bottom: 0;
    right: -2px;
    width: 32px;
    height: 4px;
    background-color: $main-color;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: auto;
}*/
.owl-theme .owl-dots .owl-dot span {
  width: 74px !important;
  height: 3px !important;
  border-radius: 0 !important;
  margin: 20px 7px 5px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #003d60;
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #003d60;
}

.gnav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@-webkit-keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fuwattoNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.gnav {
  position: absolute;
  top: 0;
  right: 1em;
  transition: all 2s;
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav.scroll {
  -webkit-animation: fuwattoNone 1.5s ease-out forwards;
          animation: fuwattoNone 1.5s ease-out forwards;
}
.gnav.on {
  display: block !important;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  margin: 0 auto 0;
}
.gnav.on .gnav-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 90%;
  max-width: 800px;
  height: 300px;
  max-height: 70%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner {
    height: 430px;
  }
}
.gnav.on .gnav-inner li {
  float: right;
  width: 90px;
  height: 270px;
  margin-right: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li {
    height: 200px;
  }
}
.gnav.on .gnav-inner li a {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 5px 0em;
}
@media screen and (max-width: 640px) {
  .gnav.on .gnav-inner li a {
    font-size: 18px;
  }
}
.gnav.on .gnav-inner li a:before {
  content: "";
  right: auto;
  background-color: #fff;
}
.gnav.on .gnav-inner li a.drawer {
  display: flex;
}
.gnav .gnav-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner {
    text-align: left;
  }
}
.gnav .gnav-inner li {
  display: inline-block;
  vertical-align: middle;
}
.gnav .gnav-inner li a {
  position: relative;
  top: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  padding: 12px 1.5em 8px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  .gnav .gnav-inner li a {
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.gnav .gnav-inner li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2f2f2f;
  opacity: 0.6;
  margin: auto;
  transition: all 1s;
}
.gnav .gnav-inner li a:hover:before {
  width: 100%;
}
.gnav .gnav-inner li a.download-btn {
  position: relative;
  top: 0px;
  color: #003d60;
  text-align: center;
  opacity: 1;
  display: block;
  background-color: #fff;
  border: 1px solid #003d60;
  border-radius: 50px;
  padding: 12px 1.5em 8px;
  margin: 0 20px 0 14px;
  transition: all 1s;
}
.gnav .gnav-inner li a.download-btn:hover {
  color: #fff;
  background-color: #003d60;
}
.gnav .gnav-inner li a.download-btn:hover:before {
  width: 0;
}
.gnav .gnav-inner li a.contact-btn {
  position: relative;
  top: 0px;
  color: #fff;
  text-align: center;
  opacity: 1;
  display: block;
  background: linear-gradient(90deg, #121c40, #325099);
  border: 1px solid #003d60;
  border-radius: 50px;
  padding: 12px 1.5em 8px;
  transition: all 1s;
}
@media screen and (max-height: 750px) {
  .gnav .gnav-inner li a.contact-btn {
    width: 170px;
  }
}
.gnav .gnav-inner li a.contact-btn:hover {
  opacity: 0.8;
}
.gnav .gnav-inner li a.contact-btn:hover:before {
  width: 0;
}

.sp-gnav {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #232323;
  margin: 0 auto 0;
  z-index: 99;
}
.sp-gnav.on {
  display: block;
  -webkit-animation: fuwattoBlock 1.5s ease-out forwards;
          animation: fuwattoBlock 1.5s ease-out forwards;
}
.sp-gnav .gnav-logo {
  position: absolute;
  top: 20px;
  left: 22px;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
  .sp-gnav .gnav-logo {
    max-width: 230px;
  }
}
.sp-gnav .gnav-inner {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  max-width: 800px;
  max-height: 80%;
  overflow-y: scroll;
  padding: 20px 1.5em 0px 2em;
  overflow-y: scroll;
  margin: auto;
  box-sizing: border-box;
}
.sp-gnav .gnav-inner li {
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 0 0% 50px 0;
}
.sp-gnav .gnav-inner li:first-child {
  display: block;
  width: 100%;
  margin-right: 0;
}
.sp-gnav .gnav-inner li:nth-child(2n) {
  margin-right: 0;
}
.sp-gnav .gnav-inner li:last-child {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-top: 40px;
}
.sp-gnav .gnav-inner li a {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 5px 0em;
}
@media screen and (max-width: 640px) {
  .sp-gnav .gnav-inner li a {
    font-size: 22px;
  }
}
.sp-gnav .gnav-inner li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
  margin: auto;
  transition: all 1s;
}
.sp-gnav .gnav-inner li a:hover:before {
  width: 100%;
}
.sp-gnav .gnav-inner li h5 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .sp-gnav .gnav-inner li h5 {
    font-size: 19px;
  }
}
.sp-gnav .gnav-inner li .stc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .sp-gnav .gnav-inner li .stc {
    font-size: 15px;
  }
}
.sp-gnav .gnav-inner li .txt-area {
  position: relative;
  max-width: 400px;
}
.sp-gnav .gnav-inner li .txt-area input[type=email] {
  display: block;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #232323;
  border: 1px solid #fff;
  padding: 8px 1em;
  box-sizing: border-box;
}
.sp-gnav .gnav-inner li .txt-area #mc-embedded-subscribe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  font-size: 18px !important;
  line-height: 2.7 !important;
  color: #000 !important;
  background-color: #fff !important;
  padding: 0 1em !important;
  border: none !important;
  margin: 0 !important;
  cursor: pointer !important;
}
.sp-gnav .gnav-inner li #mce-success-response,
.sp-gnav .gnav-inner li #mce-error-response {
  color: #fff !important;
  margin-top: 10px !important;
}
.sp-gnav .gnav-inner li #mce-success-response a,
.sp-gnav .gnav-inner li #mce-error-response a {
  color: #fff !important;
}

.btn-area {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 6%;
}
@media screen and (max-width: 640px) {
  .btn-area .btn {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
}
.btn-area .btn:nth-child(2) {
  margin: 0px auto;
}

.btn {
  position: relative;
  display: block;
  max-width: 420px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: url(../img/r-btn_lg.svg) no-repeat center center;
  padding: 20px 1em 16px;
  margin: 0 auto 40px;
}
.btn:hover {
  opacity: 0.8;
}

table {
  /*table-layout: fixed;*/
  word-break: break-all;
  word-wrap: break-word;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  display: block;
  width: 60px;
  border-bottom: 2px solid #003d60;
  margin: 0 0 80px auto;
}
.page-top span {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #003d60;
  border-right: 2px solid #003d60;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 0 auto 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #003d60;
  transition: all 2s;
  z-index: 101;
}
.loader .loader-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 180px;
  height: 500px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .loader .loader-inner {
    max-width: 170px;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .loader .loader-inner {
    height: 420px;
  }
}
.loader .eachTextAnime {
  writing-mode: vertical-rl;
  line-height: 6;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime {
    line-height: 5.5;
  }
}
.loader .eachTextAnime span {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.8em;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .loader .eachTextAnime span {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .loader .eachTextAnime span {
    font-size: 32px;
    letter-spacing: 0.7em;
  }
}
.loader .eachTextAnime.active span {
  -webkit-animation: text_anime_on 1.5s ease-out forwards;
          animation: text_anime_on 1.5s ease-out forwards;
}

@keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0%);
  }
  20% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-1000%);
  }
}
.pagination {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}

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

.navigation span.current {
  color: #fff;
  background-color: #003d60;
  border-radius: 300px;
  padding: 10px 15px 8px;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #2f2f2f;
  background: none;
  line-height: 1;
  border-radius: 300px;
  padding: 10px 15px 8px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #003d60;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  padding: 10px 20px 8px;
}

.navigation a.next {
  margin-left: 30px;
}
.navigation a.next:hover {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.navigation a.next:before {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #003d60;
  border-right: 3px solid #003d60;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 30px;
}
.navigation a.prev:hover {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.navigation a.prev:before {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 0;
  border-top: 3px solid #003d60;
  border-right: 3px solid #003d60;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.clear {
  clear: both;
}

#post-area {
  padding: 0px 0 60px;
}
#post-area .col {
  float: left;
  width: 50%;
  height: 430px;
  padding: 40px 3.5em;
}
@media screen and (max-width: 960px) {
  #post-area .col {
    padding: 40px 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #post-area .col {
    float: none;
    height: auto;
    width: 100%;
  }
}
#post-area .col#news {
  background-color: #003d60;
}
@media screen and (max-width: 768px) {
  #post-area .col#news {
    margin-top: 40px;
  }
}
#post-area .col#news h4 {
  color: #fff;
}
#post-area .col#news .item {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
#post-area .col#news .d-btn {
  color: #fff;
}
#post-area .col#news .d-btn::before {
  background: url("../img/arrow_wht.svg") no-repeat center center;
}
#post-area .col h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.8em;
  color: #2f2f2f;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #post-area .col h4 {
    font-size: 20px;
  }
}
#post-area .col .item-area {
  min-height: 210px;
}
@media screen and (max-width: 640px) {
  #post-area .col .item-area {
    min-height: auto;
  }
}
#post-area .col .item {
  display: block;
  max-width: 660px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  border-bottom: 1px solid #cccccc;
  padding: 0 0.5em 4px;
  margin: 0px auto 20px;
}
#post-area .col .d-btn {
  position: absolute;
  bottom: 5px;
  right: 50px;
  width: 114px;
  font-weight: 500;
  margin: 35px 0 0 auto;
}
#post-area .clear {
  clear: both;
}

#contact {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 80px 0;
  }
}
#contact h4 {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  #contact h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  #contact h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #contact h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #contact h4 {
    font-size: 22px;
  }
}
#contact .item-area {
  text-align: center;
  margin-bottom: 60px;
}
#contact .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  #contact .item-area .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #contact .item-area .item {
    width: 100%;
    margin-right: 0;
  }
}
#contact .item-area .item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #contact .item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#contact .item-area .item .img-area {
  height: 192px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#contact .item-area .item .g-btn {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  opacity: 1;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #121c40, #325099);
  border: 1px solid #003d60;
  border-radius: 4px;
  padding: 14px 1em 10px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  transition: all 1s;
}
#contact .item-area .item .g-btn:hover {
  opacity: 0.8;
}
#contact .item-area .item .stc {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
@media screen and (max-width: 960px) {
  #contact .item-area .item .stc {
    font-size: 15px;
  }
}
.info-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .info-box {
    display: block;
  }
}
.info-box .col {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .info-box .col {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
}
.info-box .col .img-area {
  width: 100%;
}
.info-box .col .blue-area {
  position: relative;
  width: 100%;
  background-color: #003d60;
  padding: 30px 1.5em;
  margin-top: -50px;
}
.info-box .col .blue-area .address {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .address {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .address {
    font-size: 14px;
  }
}
.info-box .col .blue-area .detail-area {
  text-align: center;
  margin-bottom: 30px;
}
.info-box .col .blue-area .detail-area .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-right: 18px;
  margin-left: -0.5em;
}
@media screen and (max-width: 960px) {
  .info-box .col .blue-area .detail-area .tel {
    display: block;
    font-size: 28px;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area .detail-area .tel {
    font-size: 24px;
  }
}
.info-box .col .blue-area .detail-area .tel span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
}
.info-box .col .blue-area .detail-area .net {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #fff;
  background-color: #003d60;
  border-radius: 50%;
  padding: 10px 8px;
  margin-right: 10px;
}
.info-box .col .blue-area .detail-area .net img {
  display: block;
  width: 38px;
  margin: 0 auto 6px;
}
.info-box .col .blue-area .detail-area .line {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #59ad50;
  border-radius: 50%;
  color: #fff;
  padding: 8px 6px;
}
.info-box .col .blue-area .detail-area .line img {
  display: block;
  width: 32px;
  margin: 0 auto 5px;
}
.info-box .col .blue-area table {
  display: block;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 8px;
}
.info-box .col .blue-area table th {
  width: 23.5%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px 5px 6px;
}
.info-box .col .blue-area table td.maru {
  font-size: 16px;
}
.info-box .col .blue-area .small {
  max-width: 500px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
}
.info-box .col iframe {
  width: 100%;
  filter: grayscale(1);
}
@media screen and (max-width: 960px) {
  .info-box .col iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .info-box .col iframe {
    height: 350px;
  }
}

footer {
  position: relative;
  background-color: #232323;
  padding: 40px 0 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 80px 0 0px;
  }
}
footer .footer-inner {
  max-width: 1360px;
  padding: 0 4em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    padding: 0 2em;
  }
}
footer .col-area {
  margin: 0 auto 50px;
}
footer .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  footer .col-area .col {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
  }
}
footer .col-area .col:nth-child(2) {
  width: 30%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .col-area .col:nth-child(2) {
    width: 100%;
    margin: 0 auto 0px;
  }
}
footer .col-area .footer-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 25px;
}
footer .col-area .footer-nav li a {
  min-width: 150px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .col-area .sns-area li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
footer .col-area .sns-area li a:last-child {
  margin-right: 0;
}
footer .col-area h5 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  footer .col-area h5 {
    font-size: 19px;
  }
}
footer .col-area .stc {
  max-width: 370px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  footer .col-area .stc {
    font-size: 14px;
  }
}
footer .col-area .txt-area {
  position: relative;
  max-width: 400px;
}
footer .col-area .txt-area input[type=email] {
  display: block;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #232323;
  border: 1px solid #fff;
  padding: 8px 1em;
  box-sizing: border-box;
}
footer .col-area .txt-area #mc-embedded-subscribe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  font-size: 18px !important;
  line-height: 2.7 !important;
  color: #000 !important;
  background-color: #fff !important;
  padding: 0 1em !important;
  border: none !important;
  margin: 0 !important;
  cursor: pointer !important;
}
footer .col-area #mce-success-response,
footer .col-area #mce-error-response {
  color: #fff !important;
  margin-top: 10px !important;
}
footer .col-area #mce-success-response a,
footer .col-area #mce-error-response a {
  color: #fff !important;
}
footer .copyright {
  position: relative;
  border-top: 1px solid #fff;
  padding: 20px 0 60px;
}
footer .copyright .col {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  footer .copyright .col {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
  }
}
footer .copyright .col:nth-child(2) {
  width: 30%;
  text-align: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .copyright .col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  footer .copyright .col:nth-child(2) {
    text-align: center;
  }
}
footer .copyright .col:nth-child(2) a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .copyright .col ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
}
@media screen and (max-width: 640px) {
  footer .copyright .col ul li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .copyright .col ul li a {
  min-width: 150px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

.main-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: url(../img/background_top.mp4) no-repeat center center;
  padding: 110px 1.5em 40px;
}
@media screen and (max-width: 960px) {
  .main-visual {
    padding: 160px 2.5em 40px;
  }
}
.main-visual video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  z-index: 0;
}
.main-visual:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, white, rgba(0, 0, 0, 0));
  margin: 0;
  z-index: 1;
}
.main-visual .col-area {
  max-width: 1120px;
  position: relative;
  z-index: 2;
}
.main-visual .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 52%;
  margin-right: 7%;
}
@media screen and (max-width: 960px) {
  .main-visual .col-area .col {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0px auto 40px;
  }
}
.main-visual .col-area .col:nth-child(2) {
  width: 40%;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .main-visual .col-area .col:nth-child(2) {
    width: 100%;
    max-width: 560px;
    margin: 0px auto 0px;
  }
}
.main-visual .small {
  max-width: 300px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #325099;
  border-top: 1px solid #325099;
  padding-top: 8px;
  margin-bottom: 15px;
}
.main-visual h2 {
  font-size: 40px;
  color: #003d60;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .main-visual h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .main-visual h2 .pc {
    display: none;
  }
}
.main-visual .stc {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #003d60;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .main-visual .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .stc {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .stc {
    font-size: 13px;
  }
}
.main-visual .v-btn {
  display: block;
  max-width: 220px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #003d60;
  border: 1px solid #003d60;
  padding: 18px 0.5em 14px;
}
@media screen and (max-width: 960px) {
  .main-visual .v-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main-visual .v-btn {
    padding: 14px 0.5em 10px;
  }
}
.main-visual .v-btn:hover {
  color: #fff;
  background-color: #003d60;
}
.main-visual .row {
  overflow: hidden;
  height: 252px;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .main-visual .row {
    height: 282px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .row {
    height: 252px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .row {
    height: auto;
  }
}
.main-visual .row .img-area {
  float: left;
  width: 44%;
  height: 252px;
}
@media screen and (max-width: 1024px) {
  .main-visual .row .img-area {
    height: 282px;
  }
}
@media screen and (max-width: 960px) {
  .main-visual .row .img-area {
    height: 252px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .row .img-area {
    float: none;
    width: 100%;
    height: 300px;
  }
}
.main-visual .row .img-area.img01 {
  background: url("../img/main-visual_img01.jpg") no-repeat center center;
  background-size: cover;
}
.main-visual .row .img-area.img02 {
  background: url("../img/main-visual_img02.jpg") no-repeat left center;
  background-size: cover;
}
.main-visual .row .stc-area {
  float: left;
  width: 56%;
  padding: 30px 2em;
}
@media screen and (max-width: 1024px) {
  .main-visual .row .stc-area {
    padding: 25px 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .row .stc-area {
    float: none;
    width: 100%;
  }
}
.main-visual .row .stc-area h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #003d60;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .main-visual .row .stc-area h3 {
    font-size: 18px;
  }
}
.main-visual .row .stc-area .stc {
  font-size: 12px;
  line-height: 1.5;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.main-visual .row .stc-area .r-btn {
  display: block;
  max-width: 180px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #003d60;
  border: 1px solid #003d60;
  border-radius: 30px;
  padding: 12px 1em 8px;
}
.main-visual .row .stc-area .r-btn:hover {
  color: #fff;
  background-color: #003d60;
}

.section-inner {
  max-width: 1120px;
  padding: 0 1.5em;
  margin: 0 auto;
}
#about {
  position: relative;
  background: url("../img/about_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0em;
  margin: 0px 0 0px;
}
@media screen and (max-width: 640px) {
  #about {
    padding: 60px 0em;
  }
}
#about h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  #about h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #about h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #about h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #about h2 {
    font-size: 22px;
  }
}
#about .stc {
  max-width: 930px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
}
#about .tab-area {
  overflow: hidden;
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
}
#about .tab-area div {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  #about .tab-area div {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#about .tab-area div:last-child {
  margin-right: 0;
}
#about .tab-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #003d60;
  background-color: #fff;
  border: 1px solid #003d60;
  border-radius: 4px;
  padding: 16px 0.5em 12px;
}
@media screen and (max-width: 960px) {
  #about .tab-area a {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #about .tab-area a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #about .tab-area a {
    letter-spacing: 0;
    padding: 16px 0.2em 10px;
  }
}
#about .tab-area a:hover {
  color: #fff;
  background-color: #003d60;
}

.container {
  position: relative;
  overflow: hidden;
}

#service {
  background-color: #fff;
  padding: 100px 0;
}
#service .col-area {
  margin-bottom: 80px;
}
#service .col-area.row01 .col img:nth-child(1) {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
#service .col-area.row01 .col img:nth-of-type(2) {
  margin-top: 10px;
}
#service .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 640px) {
  #service .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#service .col-area .col:nth-child(2) {
  margin-right: 0;
}
#service .col-area .col img {
  display: block;
  margin: 0 auto;
}
#service .col-area .col .small {
  max-width: 280px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #325099;
  border-top: 1px solid #325099;
  padding-top: 8px;
  margin-bottom: 15px;
}
#service .col-area .col h3 {
  font-size: 38px;
  letter-spacing: 0em;
  color: #003d60;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  #service .col-area .col h3 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  #service .col-area .col h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #service .col-area .col h3 {
    font-size: 28px;
  }
}
#service .col-area .col h4 {
  font-size: 20px;
  letter-spacing: 0em;
  color: #2f2f2f;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #service .col-area .col h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  #service .col-area .col h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #service .col-area .col h4 {
    font-size: 17px;
  }
}
#service .col-area .col .stc {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #service .col-area .col .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #service .col-area .col .stc {
    font-size: 14px;
  }
}
#service .col-area .col ul {
  margin-bottom: 25px;
}
#service .col-area .col ul li {
  position: relative;
  font-size: 16px;
  color: #003d60;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #service .col-area .col ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #service .col-area .col ul li {
    font-size: 14px;
  }
}
#service .col-area .col ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) no-repeat center center;
}
#service .col-area .col .v-btn {
  display: block;
  max-width: 256px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #003d60;
  border: 1px solid #003d60;
  border-radius: 4px;
  padding: 12px 0.5em 8px;
}
@media screen and (max-width: 960px) {
  #service .col-area .col .v-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #service .col-area .col .v-btn {
    padding: 14px 0.5em 10px;
  }
}
#service .col-area .col .v-btn:hover {
  color: #fff;
  background-color: #003d60;
}

.r-contact-btn {
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  opacity: 1;
  display: block;
  width: 280px;
  background: linear-gradient(90deg, #121c40, #325099);
  border: 1px solid #003d60;
  border-radius: 50px;
  padding: 18px 1em 14px;
  margin: 0 auto 60px;
  transition: all 1s;
}
.r-contact-btn:hover {
  opacity: 0.8;
}
.r-contact-btn:hover:before {
  width: 0;
}

#how .small {
  max-width: 280px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #325099;
  border-top: 1px solid #325099;
  padding-top: 8px;
  margin-bottom: 15px;
}
#how h3 {
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  #how h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  #how h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #how h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #how h3 {
    font-size: 28px;
  }
}
#how .stc {
  max-width: 930px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 240px;
}
@media screen and (max-width: 960px) {
  #how .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #how .stc {
    font-size: 14px;
  }
}
#how .gry-area {
  background-color: #f3f4f8;
  padding-bottom: 10px;
}
#how .tab-area {
  overflow: hidden;
  position: relative;
  top: -200px;
  text-align: center;
  padding: 50px 1.5em;
  margin: 0px auto -180px;
}
#how .tab-area a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 29%;
  height: 420px;
  text-align: center;
  color: #2f2f2f;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px 1.5em 12px;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #how .tab-area a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-right: 0;
    padding: 16px 1.5em 50px;
    margin-bottom: 40px;
  }
}
#how .tab-area a:last-child {
  margin-right: 0;
}
#how .tab-area a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 0;
  width: 24px;
  height: 3px;
  transform: rotateZ(-30deg);
  background-color: #7f8dfb;
  border-radius: 5px;
  margin: 0 auto;
}
#how .tab-area a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -20px;
  right: 0;
  width: 24px;
  height: 3px;
  transform: rotateZ(30deg);
  background-color: #7f8dfb;
  border-radius: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #how .tab-area a:nth-child(1) .img-area img {
    width: 121px;
  }
}
@media screen and (max-width: 768px) {
  #how .tab-area a:nth-child(2) .img-area img {
    width: 101px;
  }
}
@media screen and (max-width: 768px) {
  #how .tab-area a:nth-child(3) .img-area img {
    width: 126px;
  }
}
#how .tab-area a:hover {
  background-color: #003d60;
}
#how .tab-area a:hover .num {
  background-color: #fff;
}
#how .tab-area a:hover .num span {
  color: #003d60;
}
#how .tab-area a:hover h4 {
  color: #fff;
}
#how .tab-area a:hover p {
  color: #fff;
}
#how .tab-area a .num {
  position: absolute;
  top: -20px;
  left: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #003d60;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #how .tab-area a .num {
    left: -20px;
  }
}
#how .tab-area a .num span {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 5px 0 0 2px;
  transition: all 1s;
}
#how .tab-area a .img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
@media screen and (max-width: 640px) {
  #how .tab-area a .img-area {
    height: 200px;
  }
}
#how .tab-area a .img-area img {
  display: block;
  margin: 0 auto;
}
#how .tab-area a h4 {
  max-width: 200px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  margin: 0 auto 15px;
}
@media screen and (max-width: 960px) {
  #how .tab-area a h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #how .tab-area a h4 {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  #how .tab-area a h4 {
    font-size: 16px;
  }
}
#how .tab-area a p {
  font-size: 14px;
  line-height: 1.5;
  color: #2f2f2f;
}
@media screen and (max-width: 640px) {
  #how .tab-area a p {
    font-size: 13px;
  }
}
#how .row {
  position: relative;
  border-top: 1px solid #fff;
  padding: 180px 0 60px;
}
@media screen and (max-width: 768px) {
  #how .row {
    padding: 160px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #how .row#how02 {
    padding: 80px 0 40px;
  }
}
#how .row#how03 {
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}
#how .row .col-area.row01 .col img:nth-child(1) {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
#how .row .col-area.row01 .col img:nth-of-type(2) {
  margin-top: 10px;
}
#how .row .col-area .col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #how .row .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#how .row .col-area .col:nth-child(2) {
  margin-right: 0;
}
#how .row .col-area .col.img-col img {
  display: block;
  margin: 0 auto;
}
#how .row .col-area .num {
  position: absolute;
  top: -130px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #how .row .col-area .num {
    top: -110px;
    width: 240px;
  }
}
#how .row .col-area h4 {
  position: relative;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  #how .row .col-area h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  #how .row .col-area h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #how .row .col-area h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #how .row .col-area h4 {
    font-size: 22px;
  }
}
#how .row .col-area .stc {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #how .row .col-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #how .row .col-area .stc {
    font-size: 14px;
  }
}
#how .row .col-area h5 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #003d60;
  border-left: 4px solid #003d60;
  padding-left: 20px;
  margin-bottom: 14px;
  z-index: 1;
}
#how .row .col-area ul {
  margin-bottom: 25px;
}
#how .row .col-area ul li {
  position: relative;
  display: inline-block;
  width: 48%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #003d60;
  background-color: #fff;
  border: 1px solid #003d60;
  border-radius: 4px;
  padding: 8px 0.5em 6px 32px;
  margin-right: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#how .row .col-area ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/check.svg) no-repeat center center;
}
#how .row .col-area ul li:nth-child(2n) {
  margin-right: 0;
}
#how .row .col-area .wht-stc {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #606060;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 2em 14px;
}
#how .row .col-area .wht-stc span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #how .row .col-area .wht-stc span {
    margin-top: 30px;
  }
}
#how .row .col-area .wht-stc span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#blog {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #blog {
    padding: 60px 0;
  }
}
#blog .small {
  max-width: 280px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #325099;
  border-top: 1px solid #325099;
  padding-top: 8px;
  margin-bottom: 15px;
}
#blog h3 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #blog h3 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  #blog h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #blog h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #blog h3 {
    font-size: 28px;
  }
}
#blog .item-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #blog .item-area {
    margin-bottom: 30px;
  }
}
#blog .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #blog .item-area .item {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #blog .item-area .item {
    width: 100%;
    margin-right: 0;
  }
}
#blog .item-area .item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #blog .item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#blog .item-area .item:hover {
  opacity: 0.7;
}
#blog .item-area .item .img-area {
  height: 230px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#blog .item-area .item .cate {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: #003d60;
  border: 1px solid #003d60;
  border-radius: 20px;
  padding: 6px 1.5em 3px;
  margin-bottom: 10px;
}
#blog .item-area .item h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  color: #003d60;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  #blog .item-area .item h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  #blog .item-area .item h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #blog .item-area .item h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  #blog .item-area .item h4 {
    font-size: 18px;
  }
}
#blog .item-area .item .name {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  color: #2f2f2f;
}
#blog .v-btn {
  display: block;
  max-width: 256px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #003d60;
  border: 1px solid #003d60;
  border-radius: 4px;
  padding: 12px 0.5em 8px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #blog .v-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #blog .v-btn {
    padding: 14px 0.5em 10px;
  }
}
#blog .v-btn:hover {
  color: #fff;
  background-color: #003d60;
}

#dwl {
  background-color: #f3f4f8;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #dwl {
    padding: 60px 0;
  }
}
#dwl .col-area .col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  #dwl .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#dwl .col-area .col:nth-child(2) {
  width: 58%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #dwl .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#dwl .small {
  max-width: 280px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #325099;
  border-top: 1px solid #325099;
  padding-top: 8px;
  margin-bottom: 15px;
}
#dwl h3 {
  max-width: 400px;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  #dwl h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #dwl h3 {
    max-width: none;
  }
}
@media screen and (max-width: 960px) {
  #dwl h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #dwl h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #dwl h3 {
    font-size: 28px;
  }
}
#dwl .stc {
  max-width: 400px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #dwl .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #dwl .stc {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  #dwl .stc {
    font-size: 14px;
  }
}
#dwl .r-contact-btn {
  max-width: 240px;
  margin: 0 0;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 1100px;
  max-height: 90%;
  background-color: #fff;
  padding: 0 1.5em;
  margin: 0 auto;
  overflow-y: scroll;
}
.fix-boxed .cnt-box .cnt-area {
  display: none;
  max-width: 920px;
  padding: 98px 0;
  margin: 0 auto;
}
.fix-boxed .cnt-box .cnt-area h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .fix-boxed .cnt-box .cnt-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .fix-boxed .cnt-box .cnt-area h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area h2 {
    font-size: 28px;
  }
}
.fix-boxed .cnt-box .cnt-area .stc {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
  color: #2f2f2f;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin: 0 auto 30px;
}
@media screen and (max-width: 960px) {
  .fix-boxed .cnt-box .cnt-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area .stc {
    font-size: 14px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area {
  background-color: #f3f4f8;
  padding: 60px 1.5em 1px;
  margin-bottom: 80px;
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area {
  margin-bottom: 90px;
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 2em 10px;
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #003d60;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1024px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd h3 {
    margin: 0 auto 25px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #2f2f2f;
  padding-left: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd ul li:before {
  content: "・";
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 5px;
  font-size: 16px;
  color: #2f2f2f;
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.rnd ul li:before {
    top: 1px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .col-area .col.pc {
    display: none;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col:nth-child(2) {
  margin-right: 0;
}
.fix-boxed .cnt-box .cnt-area .gry-area .col-area .col .stc {
  margin-bottom: 0;
}
.fix-boxed .cnt-box .cnt-area .gry-area h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #003d60;
  margin-bottom: 90px;
}
@media screen and (max-width: 1280px) {
  .fix-boxed .cnt-box .cnt-area .gry-area h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .fix-boxed .cnt-box .cnt-area .gry-area h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area .gry-area h2 {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area .gry-area h2 {
    font-size: 20px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .row {
  max-width: 780px;
  background-color: #fff;
  border: 1px solid #003d60;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0 2em 40px;
  margin: 0 auto 90px;
}
.fix-boxed .cnt-box .cnt-area .gry-area .row h3 {
  position: relative;
  top: -30px;
  display: inline-block;
  min-width: 440px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #003d60;
  background-color: #fff;
  border: 1px solid #003d60;
  border-radius: 50px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  padding: 16px 2em 14px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .row h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .row h3 {
    min-width: auto;
  }
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .row h3 {
    font-size: 17px;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 480px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .row h3 {
    font-size: 16px;
    padding: 16px 1.5em 14px;
  }
}
.fix-boxed .cnt-box .cnt-area .gry-area .row .stc {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
.fix-boxed .cnt-box .cnt-area .gry-area .row-img {
  margin-bottom: 55px;
}
.fix-boxed .cnt-box .cnt-area .gry-area .row-img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .fix-boxed .cnt-box .cnt-area .gry-area .row-img.sp {
    display: block;
    margin: 0 auto 55px;
  }
}
.fix-boxed .cnt-box .cnt-area .close-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  color: #494645;
  text-decoration: underline;
}
/*# sourceMappingURL=top.css.map */