@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&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;
}

:focus {
  outline: none;
}

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

a: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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  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;
  }
}

/*font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-weight: 500;
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: #595757;
}

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

sub {
  vertical-align: sub;
  font-size: 90%;
}

sup {
  vertical-align: super;
  font-size: 90%;
}

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

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

.txt-right {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .txt-right {
    text-align: left;
  }
}

.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 {
  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: #c1c0c1;
}

::placeholder {
  color: #c1c0c1;
}

.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 1s;
  /*    @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 1s;
  /*    @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 1s;
  /*    @media screen and ( max-width: mixins.$small ){
          opacity: 1;
          left: 0px !important;
      }*/
}
.fadein-left.active {
  opacity: 1;
  left: 0px !important;
}

.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%);
}

.inner {
  position: relative;
}

.drawer-btn span {
  height: 2px;
  background-color: #463390;
  transition: all 1s;
}

.drawer-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0px;
  z-index: 100;
  transition: all 2s;
}
.drawer-btn.on {
  right: 20px;
}
@media screen and (max-width: 640px) {
  .drawer-btn.on {
    right: 15px;
  }
}
.drawer-btn.scroll {
  border: 1px solid #463390;
}
.drawer-btn.scroll span {
  background-color: #463390;
}

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

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #595757;
  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: -8px;
}

.border02 {
  margin-top: 8px;
}

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

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

.current.drawer-btn .border03 {
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
}

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

.owl-carousel .owl-prev {
  position: absolute;
  bottom: -20px;
  left: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #463390 !important;
  border-left: 3px solid #463390 !important;
  margin: auto;
  transform: rotateZ(-45deg);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  opacity: 0.6;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: -20px;
  right: 4%;
  width: 24px;
  height: 24px;
  border-top: 3px solid #463390 !important;
  border-right: 3px solid #463390 !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: 12px !important;
  height: 12px !important;
  margin: 20px 7px 5px !important;
}

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

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

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

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

.btn-area {
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto 60px;
}
.btn-area .btn {
  float: left;
  width: 47%;
  margin: 0px auto;
  margin-right: 3%;
}
@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 {
  display: block;
  width: 100%;
  max-width: 170px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #463390;
  border: 2px solid #463390;
  border-radius: 30px;
  padding: 12px 1em;
}
.btn:hover {
  color: #fff;
  background-color: #463390;
}

.d-btn {
  position: relative;
  display: block;
  width: 190px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #463390;
  padding-right: 45px;
  margin: 0 0 0 auto;
}
.d-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  width: 41px;
  height: 13px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto;
  transition: all 1s;
}
.d-btn:hover::before {
  right: -8px;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 98;
}
@media screen and (max-width: 1250px) {
  header {
    background-color: #fff;
  }
}
header.on .contact-btn {
  display: none !important;
}
header h1 {
  position: relative;
  float: left;
  width: 25%;
  height: 129px;
  background-color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 1250px) {
  header h1 {
    width: 45%;
    height: auto;
    background: none;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    padding-top: 35px;
  }
}
header h1 .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 47px;
  display: block;
  width: 60%;
  max-width: 80%;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 1250px) {
  header h1 .logo {
    position: relative;
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  header h1 .logo {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  header h1 .logo {
    width: 180px;
    margin: 0 auto 0 10px;
  }
}
header .gry-area {
  float: left;
  width: 75%;
  height: 129px;
  background-color: #e6e8e9;
  padding: 15px 20px;
}
@media screen and (max-width: 1480px) {
  header .gry-area {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1250px) {
  header .gry-area {
    width: 55%;
    height: auto;
    background-color: #fff;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  header .gry-area {
    padding: 15px 8px;
  }
}
@media screen and (max-width: 365px) {
  header .gry-area {
    padding: 15px 4px 15px 0;
  }
}
header .header-top {
  clear: both;
  text-align: right;
  padding: 0 0 25px;
}
@media screen and (max-width: 1250px) {
  header .header-top {
    display: none;
  }
}
header .input-area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 10px;
}
header .input-area input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #595757;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  padding: 7px 10px 7px 40px;
  box-sizing: border-box;
}
header .input-area button {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
header .lang {
  display: inline-block;
  vertical-align: top;
}
header .lang li {
  float: left;
}
header .lang li a {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
  padding: 8px 1em 10px;
  margin-right: 3px;
}
@media screen and (max-width: 960px) {
  header .lang li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  header .lang li a {
    font-size: 10px;
    margin-right: 4px;
  }
}
header .lang li a:hover {
  color: #463390;
}
header .lang li a:hover:before {
  width: 100%;
}
header .lang li a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
header .lang li a.on {
  color: #463390;
}
header .lang li a.on:before {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  header .header-bottom {
    display: none;
  }
}
header .sp-area {
  display: none;
  text-align: right;
}
@media screen and (max-width: 1250px) {
  header .sp-area {
    display: block;
  }
}
header .sp-area .contact-btn {
  display: inline-block;
  vertical-align: middle;
  width: 72%;
  max-width: 200px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background-color: #463390;
  border-radius: 40px;
  padding: 12px 0.2em;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  header .sp-area .contact-btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 365px) {
  header .sp-area .contact-btn {
    font-size: 12px;
    margin-right: 5px;
  }
}
header .sp-area .contact-btn:hover {
  opacity: 0.6;
}
header .sp-area .contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  header .sp-area .contact-btn img {
    width: 23px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 365px) {
  header .sp-area .contact-btn img {
    width: 21px;
    rgin-right: 3px;
  }
}

@media screen and (max-width: 1250px) {
  .gnav {
    display: none;
  }
}
.gnav.gnav-sp {
  display: none;
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: auto;
}
.gnav .input-area {
  position: relative;
  display: block;
  max-width: 300px;
  text-align: left;
  margin: 0px auto 20px;
}
.gnav .input-area input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 40px;
  border: none;
  background-color: #e6e8e9;
  padding: 16px 10px 16px 44px;
  box-sizing: border-box;
}
.gnav .input-area button {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 18px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
.gnav .lang {
  text-align: center;
  margin: 0px auto 20px;
}
.gnav .lang li {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-right: 10px;
}
.gnav .lang li:nth-child(2) {
  margin-right: 0;
}
.gnav .lang li a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
  padding: 8px 1em 10px;
}
.gnav .lang li a:hover {
  color: #463390;
}
.gnav .lang li a:hover:before {
  width: 100%;
}
.gnav .lang li a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
.gnav .lang li a.on {
  color: #463390;
}
.gnav .lang li a.on:before {
  width: 100%;
}
.gnav .contact-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background-color: #463390;
  border-radius: 40px;
  padding: 16px 1em;
  margin: 0 auto 30px;
}
.gnav .contact-btn:hover {
  opacity: 0.6;
}
.gnav .contact-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 5px;
}
.gnav ul {
  text-align: right;
}
@media screen and (max-width: 1250px) {
  .gnav ul {
    text-align: left;
    margin-bottom: 220px;
  }
}
.gnav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li {
    display: block;
    border-bottom: 1px solid #d6d5d5;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li .sp-toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 14px;
    left: auto;
    right: 33px;
    width: 2px;
    height: 16px;
    background-color: #463390;
    transition: all 0.5s;
  }
}
.gnav ul li .sp-toggle:after {
  display: none;
  content: "";
  position: absolute;
  top: 21px;
  right: 26px;
  width: 16px;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .sp-toggle:after {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li .sp-toggle:hover:before {
    width: 2px;
  }
}
.gnav ul li .sp-toggle.on:before {
  transform: rotateZ(90deg);
}
.gnav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 5px 1em;
}
@media screen and (min-width: 1480px) {
  .gnav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li a {
    display: block;
    height: auto;
    font-size: 16px;
    padding: 12px 1em;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li a:hover:before {
    width: 100%;
  }
}
.gnav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #463390;
  transition: all 0.5s;
}
@media screen and (max-width: 1250px) {
  .gnav ul li a:before {
    height: 2px;
  }
}
@media screen and (min-width: 1250px) {
  .gnav ul li a.on:before {
    width: 100%;
  }
}
.gnav ul li.small.small-top {
  margin-top: 40px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li.small a {
    font-size: 14px;
    padding: 10px 1em;
  }
}
@media screen and (min-width: 1250px) {
  .gnav ul li:last-child a {
    width: 100%;
    min-width: 155px;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    background-color: #463390;
    border: 2px solid #463390;
    border-radius: 40px;
    padding: 12px 1em;
  }
}
@media screen and (min-width: 1250px) {
  .gnav ul li:last-child a:hover {
    color: #463390;
    background-color: #fff;
  }
}
@media screen and (min-width: 1250px) {
  .gnav ul li:last-child a:hover:before {
    display: none;
  }
}
.gnav ul li .child {
  display: none;
}
@media screen and (min-width: 1250px) {
  .gnav ul li .child {
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 15px 0em;
    z-index: 1;
  }
}
.gnav ul li .child ul {
  box-sizing: border-box;
  padding: 20px 0em 20px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul {
    padding: 10px 1em 20px;
  }
}
.gnav ul li .child ul li {
  display: block;
  text-align: center;
  margin-right: 0;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul li {
    text-align: left;
    border-bottom: none;
    margin-right: 0;
  }
}
.gnav ul li .child ul li:nth-child(4n) {
  margin-right: 0;
}
.gnav ul li .child ul li a {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  color: #595757;
  padding: 12px 0 8px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul li a {
    font-size: 15px;
    text-align: left;
    padding: 10px 1em 10px 46px;
  }
}
.gnav ul li .child ul li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1250px) {
  .gnav ul li .child ul li a:hover {
    color: #463390;
  }
}
.gnav ul li .child ul li a:before {
  height: 2px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul li a:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 15px;
    width: 22px;
    height: 7px;
    background: url("../img/arrow_ic.svg") no-repeat;
  }
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul li:last-child {
    border-bottom: none;
  }
}
.gnav ul li .child ul li:last-child a {
  min-width: auto;
  background: none;
  border: none;
  border-radius: 0;
  padding: 12px 0 8px;
}
@media screen and (max-width: 1250px) {
  .gnav ul li .child ul li:last-child a {
    padding: 10px 1em 10px 46px;
  }
}
.gnav ul li .child ul li:last-child a:hover:before {
  display: block;
  width: 100%;
}
.gnav ul li .child ul li:last-child a:hover:after {
  display: block;
}

@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: 35px 0 100px;
  z-index: 1;
}

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

.navigation span.current {
  color: #463390;
  border: 1px solid #463390;
}

.navigation a,
.navigation span {
  vertical-align: middle;
  color: #acabab;
  background: none;
  border-radius: 0px;
  border: 1px solid #d6d5d5;
  padding: 5px 13px;
  margin-right: 5px;
  line-height: 3;
}
.navigation a:hover,
.navigation span:hover {
  color: #fff;
  background-color: #463390;
}

.navigation a.next,
.navigation a.prev {
  position: relative;
  width: 38px;
  height: 45px;
  color: #acabab;
  border: 1px solid #d6d5d5;
  border-radius: 0;
  padding: 5px 20px;
}

.navigation a.next {
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .navigation a.next {
    margin-left: 15px;
  }
}
.navigation a.next:hover {
  background-color: #463390;
}
.navigation a.next:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navigation a.next:before {
  position: absolute;
  top: 12px;
  right: 17px;
  width: 8px;
  height: 8px;
  content: "";
  z-index: 0;
  border-top: 2px solid #d6d5d5;
  border-right: 2px solid #d6d5d5;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation a.prev {
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .navigation a.prev {
    margin-right: 15px;
  }
}
.navigation a.prev:hover {
  background-color: #463390;
}
.navigation a.prev:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.navigation a.prev:before {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 8px;
  height: 8px;
  content: "";
  z-index: 0;
  border-top: 2px solid #d6d5d5;
  border-right: 2px solid #d6d5d5;
  display: inline-block;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#service02 {
  max-width: 1080px;
  padding: 60px 1.5em 25px;
  margin: 0 auto;
}
#service02 .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 220px;
  margin-right: 2.5%;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #service02 .col-area .col {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
  }
}
#service02 .col-area .col:hover {
  opacity: 0.6;
}
#service02 .col-area .col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #service02 .col-area .col:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#service02 .col-area .col:nth-child(1) .img-area {
  background: url("../img/top-service02_img01.jpg") no-repeat center center;
  background-size: cover;
}
#service02 .col-area .col:nth-child(1) .stc-area {
  background-color: #463390;
}
#service02 .col-area .col:nth-child(1) .stc-area h4,
#service02 .col-area .col:nth-child(1) .stc-area .stc {
  color: #fff;
}
#service02 .col-area .col:nth-child(1) .stc-area .view {
  color: #fff;
}
#service02 .col-area .col:nth-child(1) .stc-area .view:before {
  background: url("../img/arrow_ic_wht.svg") no-repeat;
}
#service02 .col-area .col:nth-child(2) .img-area {
  background: url("../img/top-service02_img02.jpg") no-repeat center center;
  background-size: cover;
}
#service02 .col-area .col:nth-child(2) .stc-area {
  background-color: #e6e8e9;
}
#service02 .col-area .col .img-area {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  z-index: 0;
}
#service02 .col-area .col .stc-area {
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  padding: 36px 1.5em;
}
@media screen and (max-width: 640px) {
  #service02 .col-area .col .stc-area {
    padding: 36px 1em;
  }
}
#service02 .col-area .col .stc-area h4 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #service02 .col-area .col .stc-area h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #service02 .col-area .col .stc-area h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #service02 .col-area .col .stc-area h4 {
    font-size: 24px;
  }
}
#service02 .col-area .col .stc-area .stc {
  height: 45px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #service02 .col-area .col .stc-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #service02 .col-area .col .stc-area .stc {
    font-size: 14px;
  }
}
#service02 .col-area .col .stc-area .view {
  position: relative;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
}
#service02 .col-area .col .stc-area .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}

#contact {
  position: relative;
  width: 100%;
  background: url("../img/contact_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 60px 1.5em;
  margin: 0 auto 100px;
  box-sizing: border-box;
  z-index: 0;
}
#contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 57, 74, 0.8);
  z-index: 1;
}
#contact .stc {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contact .stc {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #contact .stc {
    font-size: 20px;
  }
}
@media screen and (max-width: 365px) {
  #contact .stc {
    font-size: 18px;
  }
}
#contact .col-area {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  text-align: center;
  margin: 0 auto;
}
#contact .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  text-align: left;
  background-color: #fff;
  padding: 55px 1.5em 65px;
}
@media screen and (max-width: 640px) {
  #contact .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 365px) {
  #contact .col-area .col {
    padding: 45px 1em 55px;
  }
}
#contact .col-area .col:nth-child(1) h5 img {
  top: 8px;
}
@media screen and (max-width: 365px) {
  #contact .col-area .col:nth-child(1) h5 img {
    top: 7px;
    width: 23px;
  }
}
#contact .col-area .col:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #contact .col-area .col:nth-child(2) {
    margin-bottom: 0px;
  }
}
#contact .col-area .col:nth-child(2) h5 {
  font-size: 24px;
  line-height: 1.5;
  padding: 0 25px 18px 50px;
}
@media screen and (max-width: 640px) {
  #contact .col-area .col:nth-child(2) h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 365px) {
  #contact .col-area .col:nth-child(2) h5 {
    font-size: 21px;
    line-height: 1.5;
    padding: 0 25px 20px 36px;
  }
}
@media screen and (max-width: 365px) {
  #contact .col-area .col:nth-child(2) h5 img {
    width: 23px;
  }
}
#contact .col-area .col:hover {
  opacity: 0.6;
}
#contact .col-area .col h5 {
  position: relative;
  display: block;
  max-width: 440px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 20px 50px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #contact .col-area .col h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 365px) {
  #contact .col-area .col h5 {
    font-size: 17px;
    padding: 0 25px 20px 30px;
  }
}
#contact .col-area .col h5 img {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 5px;
}
#contact .col-area .col h5:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#contact .col-area .col h5:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#contact .col-area .col p {
  max-width: 440px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #595757;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #contact .col-area .col p {
    font-size: 15px;
  }
}

#post-area {
  padding: 0px 0 60px;
}
#post-area .col {
  float: left;
  width: 50%;
  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;
    width: 100%;
  }
}
#post-area .col#news {
  background-color: #6fa8c7;
}
#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: #595757;
  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: #595757;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px;
  margin: 0 auto 18px;
}
#post-area .col .d-btn {
  width: 114px;
  font-weight: 400;
  margin: 35px 0 0 auto;
}
#post-area .clear {
  clear: both;
}

.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: #463390;
  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: #6fa8c7;
  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: 27.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;
}
@media screen and (max-width: 640px) {
  .info-box .col .blue-area table th {
    font-size: 13px;
  }
}
.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;
  padding: 0 1.5em 40px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 0 1.5em 40px;
  }
}
footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
}
footer .logo-area {
  position: relative;
  margin: 0 auto 70px;
}
footer .logo-area .logo {
  display: block;
  width: 207px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  footer .logo-area .logo {
    width: 210px;
  }
}
footer .logo-area .top-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  border-top: 2px solid #463390;
  padding-top: 10px;
}
footer .logo-area .top-link:hover {
  opacity: 0.6;
}
footer .logo-area .top-link img {
  display: block;
  margin: 6px auto 0;
  transform: rotateZ(-90deg);
}
footer .footer-nav {
  position: relative;
  margin-bottom: 40px;
}
footer .footer-nav ul {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 3.5%;
}
@media screen and (max-width: 768px) {
  footer .footer-nav ul {
    width: 100%;
    margin-right: 0%;
  }
}
footer .footer-nav ul:nth-child(4) {
  margin-right: 0;
}
footer .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #595757;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  footer .footer-nav ul li a {
    font-size: 15px;
  }
}
footer .footer-nav ul li a:hover {
  color: #463390;
}
footer .footer-nav ul li a:hover:before {
  width: 100%;
}
footer .footer-nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
footer .copyright {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #cccece;
  text-align: left;
  padding: 20px 0 0;
  margin: 20px auto 20px;
}
@media screen and (max-width: 640px) {
  footer .copyright {
    font-size: 12px;
  }
}
footer .copyright a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #acacac;
}

.container {
  padding: 130px 0 0;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 94px 0 0;
  }
}
.container.w-single {
  padding: 0px 0 0;
}
.container.single {
  padding: 0px 0 0;
}

section {
  padding: 0px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  section {
    padding: 0px 0 40px;
  }
}
section .section-inner {
  padding: 0 1.5em;
}
.breadcrumbs {
  max-width: 1180px;
  line-height: 1.4;
  padding: 35px 0em 5px 0px;
  margin: 0px auto 60px;
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    margin: 0px auto 60px;
  }
}
.breadcrumbs.single {
  position: relative;
  max-width: 10000px;
  margin: 10px auto 5px;
}
.breadcrumbs a span {
  color: #595757;
}
.breadcrumbs span {
  color: #463390;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}
.breadcrumbs img {
  margin: 0 10px;
}

#usp-page {
  max-width: 1180px;
  padding-bottom: 0;
  margin: 0 auto;
}
#usp-page h2 {
  max-width: 1140px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  padding: 0 1em 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #usp-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #usp-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #usp-page h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 480px) {
  #usp-page h2 {
    font-size: 28px;
    padding: 0 0.5em 0;
  }
}
@media screen and (max-width: 365px) {
  #usp-page h2 {
    font-size: 26px;
  }
}
#usp-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #usp-page h2 .sp {
    display: block;
  }
}
#usp-page h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: #463390;
  padding-left: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #usp-page h3 {
    font-size: 23px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  #usp-page h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #usp-page h3 {
    font-size: 21px;
    line-height: 1.5;
    padding-left: 52px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 365px) {
  #usp-page h3 {
    font-size: 20px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  #usp-page h3 .pc {
    display: none;
  }
}
#usp-page h3 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #usp-page h3 .sp {
    display: block;
  }
}
#usp-page h3 span {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  font-size: 50px;
  line-height: 1;
  color: #463390;
  height: 54px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #usp-page h3 span {
    font-size: 48px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #usp-page h3 span {
    height: 46px;
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #usp-page h3 span {
    height: 42px;
    font-size: 41px;
  }
}
@media screen and (max-width: 365px) {
  #usp-page h3 span {
    font-size: 40px;
  }
}
#usp-page .stc {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin: 0 auto 95px;
}
@media screen and (max-width: 960px) {
  #usp-page .stc {
    font-size: 15px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 640px) {
  #usp-page .stc {
    font-size: 14px;
  }
}
#usp-page .usp-img01 {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #usp-page .usp-img01.pc {
    display: none;
  }
}
#usp-page .usp-img01.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #usp-page .usp-img01.sp {
    display: block;
  }
}
#usp-page .usp-img02,
#usp-page .usp-img03 {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #usp-page .usp-img02.pc,
#usp-page .usp-img03.pc {
    display: none;
  }
}
#usp-page .usp-img02.sp,
#usp-page .usp-img03.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #usp-page .usp-img02.sp,
#usp-page .usp-img03.sp {
    display: block;
  }
}

#g-link {
  padding: 60px 1.5em 35px;
}
#g-link h4 {
  font-size: 24px;
  line-height: 1.7;
  color: #463390;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #g-link h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #g-link h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #g-link h4 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 365px) {
  #g-link h4 {
    font-size: 20px;
  }
}
#g-link .col-area {
  max-width: 1080px;
  margin: 0 auto;
}
#g-link .col-area.pt02 .col:nth-child(2) {
  background: url("../img/top-glink_bg03.jpg") no-repeat center center;
  background-size: cover;
}
#g-link .col-area .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 320px;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #g-link .col-area .col {
    display: block;
    width: 100%;
    max-width: 535px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  #g-link .col-area .col {
    height: 280px;
  }
}
#g-link .col-area .col:hover {
  opacity: 0.6;
}
#g-link .col-area .col:nth-child(1) {
  background: url("../img/top-glink_bg01.jpg") no-repeat center center;
  background-size: cover;
}
#g-link .col-area .col:nth-child(2) {
  background: url("../img/top-glink_bg02.jpg") no-repeat center center;
  background-size: cover;
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  #g-link .col-area .col:nth-child(2) {
    margin: 0 auto 30px;
  }
}
#g-link .col-area .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.75);
  z-index: 1;
}
#g-link .col-area h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #g-link .col-area h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #g-link .col-area h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #g-link .col-area h4 {
    font-size: 24px;
  }
}
#g-link .col-area h5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #g-link .col-area h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #g-link .col-area h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #g-link .col-area h5 {
    font-size: 24px;
  }
}
#g-link .col-area .view {
  position: absolute;
  bottom: 20px;
  right: 1em;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
  z-index: 1;
}
#g-link .col-area .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic_wht.svg") no-repeat;
  margin: auto;
}

#g-link-one01 {
  padding: 0px 1.5em 60px;
}
#g-link-one01 .row {
  max-width: 1080px;
  margin: 0 auto;
}
#g-link-one01 .row .col {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #g-link-one01 .row .col {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 480px) {
  #g-link-one01 .row .col {
    height: 280px;
  }
}
#g-link-one01 .row .col:hover {
  opacity: 0.6;
}
#g-link-one01 .row .col:nth-child(1) {
  background: url("../img/top-glink_bg01_lg.jpg") no-repeat center center;
  background-size: cover;
}
#g-link-one01 .row .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.75);
  z-index: 1;
}
#g-link-one01 .row h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #g-link-one01 .row h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #g-link-one01 .row h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #g-link-one01 .row h4 {
    font-size: 24px;
  }
}
#g-link-one01 .row h5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #g-link-one01 .row h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  #g-link-one01 .row h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #g-link-one01 .row h5 {
    font-size: 24px;
  }
}
#g-link-one01 .row .view {
  position: absolute;
  bottom: 20px;
  right: 1em;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
  z-index: 1;
}
#g-link-one01 .row .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic_wht.svg") no-repeat;
  margin: auto;
}

#service {
  background-color: #e6e8e9;
  padding: 60px 1.5em;
  margin: 0 auto;
}
#service .section-inner {
  max-width: 1180px;
  padding: 0;
  margin: 0 auto;
}
#service h3 {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  padding-left: 1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  #service h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #service h3 {
    font-size: 33px;
    padding-left: 0em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 365px) {
  #service h3 {
    font-size: 28px;
  }
}
#service .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 240px;
  border: 2px solid #e6e8e9;
  margin-right: 2.5%;
  margin-bottom: 35px;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  #service .col-area .col {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
  }
}
#service .col-area .col:hover {
  opacity: 0.6;
  border: 2px solid #463390;
}
#service .col-area .col:hover .img-area:before {
  background: rgba(70, 51, 144, 0);
}
#service .col-area .col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #service .col-area .col:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#service .col-area .col .img-area {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  z-index: 0;
  transition: all 1s;
}
#service .col-area .col .img-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.3);
  z-index: 1;
  transition: all 1s;
}
#service .col-area .col .stc-area {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #fff;
  padding: 36px 1.5em;
}
@media screen and (max-width: 640px) {
  #service .col-area .col .stc-area {
    padding: 34px 1em;
  }
}
@media screen and (max-width: 480px) {
  #service .col-area .col .stc-area {
    padding: 32px 0.8em;
  }
}
#service .col-area .col .stc-area .stc {
  height: 135px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #service .col-area .col .stc-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #service .col-area .col .stc-area .stc {
    height: 140px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #service .col-area .col .stc-area .stc {
    height: 146px;
    line-height: 1.4;
  }
}
#service .col-area .col .stc-area .view {
  position: relative;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
}
#service .col-area .col .stc-area .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}

#about-page h2 {
  max-width: 1140px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  padding: 0 1em 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #about-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #about-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #about-page h2 {
    font-size: 28px;
    padding: 0 0.5em 0;
  }
}
@media screen and (max-width: 365px) {
  #about-page h2 {
    font-size: 26px;
  }
}
#about-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #about-page h2 .sp {
    display: block;
  }
}

.about-link {
  max-width: 1080px;
  margin: 0 auto;
}
.about-link .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48% !important;
  height: 320px;
  margin-right: 3% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about-link .col {
    display: block;
    width: 100% !important;
    max-width: 535px;
    margin: 0 auto 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .about-link .col {
    height: 280px;
  }
}
.about-link .col:hover {
  opacity: 0.6;
}
.about-link .col:nth-child(2n) {
  margin-right: 0% !important;
}
@media screen and (max-width: 768px) {
  .about-link .col:nth-child(2n) {
    margin: 0 auto 30px !important;
  }
}
.about-link .col.col01 {
  background: url("../img/about_bg01.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col02 {
  background: url("../img/about_bg02.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col03 {
  background: url("../img/about_bg03.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col04 {
  background: url("../img/about_bg04.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col05 {
  background: url("../img/about_bg05.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col06 {
  background: url("../img/about_bg06.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col.col07 {
  background: url("../img/about_bg07.jpg") no-repeat center center;
  background-size: cover;
}
.about-link .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.75);
  z-index: 1;
}
.about-link h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .about-link h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .about-link h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .about-link h3 {
    font-size: 24px;
  }
}
.about-link .view {
  position: absolute;
  bottom: 20px;
  right: 1em;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
  z-index: 1;
}
.about-link .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic_wht.svg") no-repeat;
  margin: auto;
}

#philosophy-page {
  margin: 0 auto;
}
#philosophy-page h2 {
  max-width: 1080px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  padding: 0 1em 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #philosophy-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #philosophy-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #philosophy-page h2 {
    font-size: 34px;
    padding: 0 0.4em 0;
  }
}
@media screen and (max-width: 365px) {
  #philosophy-page h2 {
    font-size: 30px;
  }
}
#philosophy-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #philosophy-page h2 .sp {
    display: block;
  }
}
#philosophy-page .cnt-area {
  position: relative;
  max-width: 1140px;
  display: flex;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #philosophy-page .cnt-area {
    display: block;
  }
}
#philosophy-page .cnt-area .philosophy-link {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  width: 22%;
  max-width: 210px;
  height: 200px;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  #philosophy-page .cnt-area .philosophy-link {
    display: none;
  }
}
#philosophy-page .cnt-area .philosophy-link ul li {
  margin-bottom: 15px;
}
#philosophy-page .cnt-area .philosophy-link ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding: 8px 30px 6px 0;
  opacity: 0.5;
}
#philosophy-page .cnt-area .philosophy-link ul li a span {
  font-size: 16px;
  line-height: 1.5;
  color: #463390;
  margin-right: 10px;
}
#philosophy-page .cnt-area .philosophy-link ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}
#philosophy-page .cnt-area .philosophy-link ul li a.active {
  opacity: 1;
}
#philosophy-page .cnt-area .philosophy-link ul li a:hover {
  opacity: 1;
}
#philosophy-page .cnt-area .stc-area {
  position: relative;
  display: block;
  width: 68%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #philosophy-page .cnt-area .stc-area {
    width: 100%;
  }
}
#philosophy-page .row {
  padding: 40px 2.5em;
}
#philosophy-page .row.f {
  padding: 0 2.5em 130px;
}
@media screen and (max-width: 640px) {
  #philosophy-page .row.f {
    padding: 0 2.5em 100px;
  }
}
#philosophy-page .row.gry {
  background-color: #eaeced;
}
#philosophy-page .row h3 {
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #philosophy-page .row h3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 960px) {
  #philosophy-page .row h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #philosophy-page .row h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #philosophy-page .row h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 365px) {
  #philosophy-page .row h3 {
    font-size: 22px;
  }
}
#philosophy-page .row .stc {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #philosophy-page .row .stc {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  #philosophy-page .row .stc {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  #philosophy-page .row .stc {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #philosophy-page .row .stc {
    font-size: 16px;
    line-height: 1.8;
  }
}
#philosophy-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #philosophy-page .row .stc .sp {
    display: block;
  }
}
#philosophy-page .row ul li {
  position: relative;
  max-width: 665px;
  margin-bottom: 35px;
}
#philosophy-page .row ul li h4 {
  font-size: 24px;
  line-height: 1.7;
  color: #463390;
  padding-left: 55px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #philosophy-page .row ul li h4 {
    font-size: 23px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  #philosophy-page .row ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #philosophy-page .row ul li h4 {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  #philosophy-page .row ul li h4 {
    font-size: 20px;
  }
}
#philosophy-page .row ul li h4 span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #463390;
  border-right: 1px solid #463390;
  padding: 0 10px 0 0;
}
#philosophy-page .row ul li p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding-left: 55px;
}
@media screen and (max-width: 960px) {
  #philosophy-page .row ul li p {
    font-size: 15px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  #philosophy-page .row ul li p {
    line-height: 1.8;
  }
}
#philosophy-page .row#row03 ul li a {
  color: #595757;
}

#overview-page {
  margin: 0 auto;
}
#overview-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #overview-page .section-inner .section-inner {
    padding: 0 0.5em;
  }
}
#overview-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #overview-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #overview-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #overview-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #overview-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #overview-page h2 {
    font-size: 30px;
  }
}
#overview-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #overview-page h2 .sp {
    display: block;
  }
}
#overview-page h3.sub {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #overview-page h3.sub {
    font-size: 31px;
  }
}
@media screen and (max-width: 960px) {
  #overview-page h3.sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #overview-page h3.sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #overview-page h3.sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 365px) {
  #overview-page h3.sub {
    font-size: 20px;
  }
}
#overview-page h3.sub .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #overview-page h3.sub .sp {
    display: block;
  }
}
#overview-page .stc {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #overview-page .stc {
    font-size: 15px;
  }
}
#overview-page .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #overview-page .stc .sp {
    display: block;
  }
}
#overview-page table {
  max-width: 1000px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 640px) {
  #overview-page table {
    margin: 0 auto 140px;
  }
}
#overview-page table tr {
  position: relative;
}
#overview-page table tr:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
@media screen and (max-width: 480px) {
  #overview-page table tr:first-child:after {
    top: 0;
  }
}
#overview-page table tr:first-child th {
  border-top: 2px solid #acabab;
}
#overview-page table tr:first-child td {
  border-top: 2px solid #acabab;
}
@media screen and (max-width: 480px) {
  #overview-page table tr:first-child td {
    border-top: none;
  }
}
#overview-page table tr:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
@media screen and (max-width: 480px) {
  #overview-page table tr:before {
    bottom: 0;
  }
}
#overview-page table tr th {
  vertical-align: top;
  width: 20%;
  font-size: 16px;
  line-height: 1.5;
  color: #463390;
  border-bottom: 2px solid #acabab;
  padding: 26px 0.5em 24px;
}
@media screen and (max-width: 480px) {
  #overview-page table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 14px;
    letter-spacing: 0em;
    padding: 23px 0em 0px;
  }
}
#overview-page table tr td {
  font-size: 16px;
  line-height: 1.9;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 26px 1em 24px;
}
@media screen and (max-width: 480px) {
  #overview-page table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 20px 0em 24px;
  }
}

#organization-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 640px) {
  #organization-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 0px;
  }
}
#organization-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #organization-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #organization-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #organization-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #organization-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #organization-page h2 {
    font-size: 30px;
  }
}
#organization-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #organization-page h2 .sp {
    display: block;
  }
}
#organization-page img {
  display: block;
  margin: 0 auto 180px;
}
@media screen and (max-width: 640px) {
  #organization-page img {
    margin: 0 auto 160px;
  }
}
@media screen and (max-width: 768px) {
  #organization-page img.pc {
    display: none;
  }
}
#organization-page img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #organization-page img.sp {
    display: block;
  }
}

#businesses-page .section-inner.gry {
  margin-bottom: 120px;
}
#businesses-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 640px) {
  #businesses-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 80px;
  }
}
#businesses-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #businesses-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #businesses-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #businesses-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #businesses-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #businesses-page h2 {
    font-size: 30px;
  }
}
#businesses-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #businesses-page h2 .sp {
    display: block;
  }
}
#businesses-page h3.sub {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #businesses-page h3.sub {
    font-size: 31px;
  }
}
@media screen and (max-width: 960px) {
  #businesses-page h3.sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #businesses-page h3.sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #businesses-page h3.sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 365px) {
  #businesses-page h3.sub {
    font-size: 20px;
  }
}
#businesses-page h3.sub .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #businesses-page h3.sub .sp {
    display: block;
  }
}
#businesses-page .title-stc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #businesses-page .title-stc {
    font-size: 15px;
    line-height: 1.8;
  }
}
#businesses-page .title-stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #businesses-page .title-stc .sp {
    display: block;
  }
}
#businesses-page .business-cnt {
  position: relative;
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #businesses-page .business-cnt {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #businesses-page .business-cnt {
    margin-bottom: 80px;
  }
}
#businesses-page .business-cnt.about-link {
  margin-bottom: 0;
}
#businesses-page .business-cnt .col {
  display: inline-block;
  vertical-align: top;
  width: 51%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #businesses-page .business-cnt .col {
    display: block;
    width: 100%;
    max-width: 475px;
    margin: 0 auto 100px;
  }
}
#businesses-page .business-cnt .col:nth-child(1) {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  height: 522px;
}
@media screen and (max-width: 768px) {
  #businesses-page .business-cnt .col:nth-child(1) {
    position: relative;
    top: 0;
    height: auto;
  }
}
#businesses-page .business-cnt .col:nth-child(2n) {
  width: 43%;
  margin-right: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #businesses-page .business-cnt .col:nth-child(2n) {
    width: 100%;
    margin: 0 auto 0px;
  }
}
#businesses-page .business-cnt .col svg {
  max-width: 475px;
}
#businesses-page .business-cnt .col .sol01,
#businesses-page .business-cnt .col .sol02,
#businesses-page .business-cnt .col .sol03 {
  fill: none !important;
}
#businesses-page .business-cnt .col .sol01.active,
#businesses-page .business-cnt .col .sol02.active,
#businesses-page .business-cnt .col .sol03.active {
  fill: #423187 !important;
}
#businesses-page .business-cnt .col .st6.active,
#businesses-page .business-cnt .col .st7.active,
#businesses-page .business-cnt .col .st8.active {
  fill: #fff !important;
}
#businesses-page .business-cnt .col .row {
  margin-bottom: 70px;
}
#businesses-page .business-cnt .col h4 {
  position: relative;
  font-size: 24px;
  line-height: 1.7;
  color: #463390;
  padding-left: 55px;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #businesses-page .business-cnt .col h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #businesses-page .business-cnt .col h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #businesses-page .business-cnt .col h4 {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 365px) {
  #businesses-page .business-cnt .col h4 {
    font-size: 20px;
  }
}
#businesses-page .business-cnt .col h4 span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #463390;
  border-right: 2px solid #463390;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 640px) {
  #businesses-page .business-cnt .col h4 span {
    top: 2px;
  }
}
@media screen and (max-width: 480px) {
  #businesses-page .business-cnt .col h4 span {
    top: 0px;
  }
}
@media screen and (max-width: 365px) {
  #businesses-page .business-cnt .col h4 span {
    top: -1px;
  }
}
#businesses-page .business-cnt .col .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #businesses-page .business-cnt .col .stc {
    font-size: 15px;
  }
}
#businesses-page .business-cnt .col .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #businesses-page .business-cnt .col .stc .sp {
    display: block;
  }
}
#businesses-page #g-link {
  padding: 0px 0.5em 35px;
}
#businesses-page #g-link .col-area {
  margin-bottom: 0;
}

#greeting-page .section-inner {
  max-width: 1080px;
  margin: 0 auto 0px;
}
#greeting-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #greeting-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #greeting-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #greeting-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #greeting-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #greeting-page h2 {
    font-size: 30px;
  }
}
#greeting-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #greeting-page h2 .sp {
    display: block;
  }
}
#greeting-page .row {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #greeting-page .row {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 640px) {
  #greeting-page .row {
    margin-bottom: 120px;
  }
}
#greeting-page .row .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .col-area .col {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
#greeting-page .row .col-area .col:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .col-area .col:nth-child(1) img {
    width: 180px;
  }
}
#greeting-page .row .col-area .col:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .col-area .col:nth-child(2n) {
    width: 100%;
    margin: 0 auto 0px;
  }
}
#greeting-page .row h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.7;
  color: #463390;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #greeting-page .row h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #greeting-page .row h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #greeting-page .row h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 365px) {
  #greeting-page .row h3 {
    font-size: 20px;
  }
}
#greeting-page .row .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .stc {
    font-size: 15px;
  }
}
#greeting-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #greeting-page .row .stc .sp {
    display: block;
  }
}
#greeting-page .row .right {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: right;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .right {
    font-size: 15px;
  }
}
#greeting-page .row .right span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .right span {
    font-size: 20px;
  }
}
#greeting-page .row .sign {
  display: block;
  margin: 10px 0 0 auto;
}
@media screen and (max-width: 768px) {
  #greeting-page .row .sign {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  #greeting-page .row .sign {
    width: 200px;
  }
}

#access-page .section-inner .section-inner {
  max-width: 1080px;
  padding: 0;
  margin: 0 auto 120px;
}
@media screen and (max-width: 640px) {
  #access-page .section-inner .section-inner {
    margin: 0 auto 80px;
  }
}
#access-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #access-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #access-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #access-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #access-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #access-page h2 {
    font-size: 30px;
  }
}
#access-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #access-page h2 .sp {
    display: block;
  }
}
#access-page .row {
  border: 2px solid #463390;
  padding: 50px 2.5em 80px;
  margin-bottom: 95px;
}
@media screen and (max-width: 640px) {
  #access-page .row {
    padding: 50px 1.5em 80px;
  }
}
#access-page .row h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #access-page .row h3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 960px) {
  #access-page .row h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #access-page .row h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #access-page .row h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 365px) {
  #access-page .row h3 {
    font-size: 20px;
  }
}
#access-page .row .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #access-page .row .col-area .col {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
#access-page .row .col-area .col:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #access-page .row .col-area .col:nth-child(2n) {
    width: 100%;
    margin: 0 auto 0px;
  }
}
#access-page .row .col-area .col h4 {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #463390;
  padding-left: 20px;
  margin-bottom: 10px;
}
#access-page .row .col-area .col h4:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #463390;
  border-radius: 50%;
}
#access-page .row .col-area .col .stc {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #access-page .row .col-area .col .stc {
    font-size: 15px;
  }
}
#access-page .row .col-area .col .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #access-page .row .col-area .col .stc .sp {
    display: block;
  }
}
#access-page .row .col-area .col a {
  position: relative;
  width: 100%;
  max-width: 315px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #463390;
  text-align: center;
  border: 2px solid #463390;
  padding: 15px 3.5em 15px 1.5em;
}
@media screen and (max-width: 480px) {
  #access-page .row .col-area .col a {
    font-size: 15px;
    padding: 15px 3em 15px 1em;
  }
}
#access-page .row .col-area .col a:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0px;
  right: 20px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #access-page .row .col-area .col a:before {
    right: 16px;
  }
}
#access-page .row .col-area .col a:hover {
  color: #fff;
  background-color: #463390;
}
#access-page .row .col-area .col a:hover:before {
  background: url("../img/arrow_ic_wht.svg") no-repeat;
}
#access-page iframe {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #access-page iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  #access-page iframe {
    height: 300px;
  }
}

#histoy-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #histoy-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#histoy-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  #histoy-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #histoy-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #histoy-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #histoy-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #histoy-page h2 {
    font-size: 30px;
  }
}
#histoy-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #histoy-page h2 .sp {
    display: block;
  }
}
#histoy-page .border-box {
  max-width: 1000px;
  margin: 0 auto;
}
#histoy-page .border-box span {
  display: block;
  width: 2px;
  height: 25px;
  background-color: #463390;
}
#histoy-page .row {
  position: relative;
  max-width: 1000px;
  border-top: 2px solid #463390;
  border-left: 2px solid #463390;
  padding: 60px 70px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #histoy-page .row {
    padding: 60px 20px 70px 50px;
  }
}
@media screen and (max-width: 640px) {
  #histoy-page .row {
    padding: 40px 20px 50px 33px;
  }
}
#histoy-page .row .rd {
  position: absolute;
  top: -11px;
  left: -12px;
  width: 22px;
  height: 22px;
  background-color: #fff;
}
#histoy-page .row .rd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #463390;
  border-radius: 50%;
  margin: auto;
}
#histoy-page .row .year {
  position: absolute;
  top: -25px;
  left: 40px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  background-color: #fff;
  padding: 5px 1em;
}
@media screen and (max-width: 960px) {
  #histoy-page .row .year {
    top: -24px;
    left: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #histoy-page .row .year {
    top: -23px;
    font-size: 20px;
    padding: 5px 0.5em;
  }
}
#histoy-page .row .stc {
  max-width: 690px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #histoy-page .row .stc {
    font-size: 15px;
  }
}
#histoy-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #histoy-page .row .stc .sp {
    display: block;
  }
}

#utilization-page h2 {
  max-width: 1140px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  padding: 0 1em 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  #utilization-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #utilization-page h2 {
    font-size: 38px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  #utilization-page h2 {
    font-size: 28px;
    padding: 0 0.5em 0;
  }
}
@media screen and (max-width: 365px) {
  #utilization-page h2 {
    font-size: 26px;
  }
}
#utilization-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #utilization-page h2 .sp {
    display: block;
  }
}
#utilization-page .row {
  position: relative;
  max-width: 1080px;
  border-bottom: 1px solid #d6d5d5;
  padding: 75px 1em 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #utilization-page .row {
    padding: 70px 1em 60px;
  }
}
#utilization-page .row.last:before {
  display: none;
}
#utilization-page .row:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 26px;
  height: 14px;
  background-color: #463390;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto;
}
#utilization-page .row .col {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #utilization-page .row .col {
    display: block;
    width: 100%;
    margin: 0 auto 45px;
  }
}
#utilization-page .row .col:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #utilization-page .row .col:nth-child(2) {
    margin: 0 auto;
  }
}
#utilization-page .row h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: #463390;
  padding-left: 80px;
}
@media screen and (max-width: 960px) {
  #utilization-page .row h3 {
    font-size: 23px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  #utilization-page .row h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #utilization-page .row h3 {
    font-size: 21px;
    line-height: 1.5;
    padding-left: 52px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 365px) {
  #utilization-page .row h3 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  #utilization-page .row h3 .pc {
    display: none;
  }
}
#utilization-page .row h3 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #utilization-page .row h3 .sp {
    display: block;
  }
}
#utilization-page .row h3 span {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  font-size: 50px;
  line-height: 1;
  color: #463390;
  height: 54px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #utilization-page .row h3 span {
    font-size: 48px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #utilization-page .row h3 span {
    height: 46px;
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #utilization-page .row h3 span {
    height: 42px;
    font-size: 41px;
  }
}
@media screen and (max-width: 365px) {
  #utilization-page .row h3 span {
    font-size: 40px;
  }
}
#utilization-page .row .stc {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 960px) {
  #utilization-page .row .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #utilization-page .row .stc {
    font-size: 14px;
  }
}
#utilization-page .row a {
  display: block;
  max-width: 130px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #463390;
  border: 2px solid #463390;
  border-radius: 20px;
  padding: 5px 0.5em;
  margin: 16px 0 10px;
}
#utilization-page .row a:hover {
  color: #fff;
  background-color: #463390;
}

#privacy-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #privacy-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#privacy-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #privacy-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #privacy-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #privacy-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #privacy-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #privacy-page h2 {
    font-size: 30px;
  }
}
#privacy-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #privacy-page h2 .sp {
    display: block;
  }
}
#privacy-page .row {
  margin-bottom: 65px;
}
#privacy-page .row h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #privacy-page .row h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #privacy-page .row h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #privacy-page .row h3 {
    line-height: 1.5;
  }
}
#privacy-page .row .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #privacy-page .row .stc {
    font-size: 15px;
  }
}
#privacy-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #privacy-page .row .stc .sp {
    display: block;
  }
}
#privacy-page .row ul {
  margin-top: 20px;
}
#privacy-page .row ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #463390;
  padding-left: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #privacy-page .row ul li {
    font-size: 15px;
  }
}
#privacy-page .row ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #463390;
  border-right: 2px solid #463390;
  padding: 0 10px 0 0;
}

#report-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #report-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#report-page h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #report-page h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #report-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #report-page h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #report-page h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 365px) {
  #report-page h2 {
    font-size: 26px;
  }
}
#report-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #report-page h2 .sp {
    display: block;
  }
}
#report-page .row {
  margin-bottom: 65px;
}
#report-page .row h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #report-page .row h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #report-page .row h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #report-page .row h3 {
    line-height: 1.5;
  }
}
#report-page .row .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #report-page .row .stc {
    font-size: 15px;
  }
}
#report-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #report-page .row .stc .sp {
    display: block;
  }
}
#report-page .row ul {
  margin-top: 20px;
  margin-bottom: 50px;
}
#report-page .row ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #595757;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #report-page .row ul li {
    font-size: 15px;
  }
}
#report-page .row ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #463390;
  border-right: 2px solid #463390;
  padding: 0 10px 0 0;
}

#iso-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #iso-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#iso-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #iso-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #iso-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #iso-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #iso-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #iso-page h2 {
    font-size: 30px;
  }
}
#iso-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #iso-page h2 .sp {
    display: block;
  }
}
#iso-page h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 45px;
}
@media screen and (max-width: 960px) {
  #iso-page h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  #iso-page h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  #iso-page h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 365px) {
  #iso-page h3 {
    font-size: 28px;
  }
}
#iso-page h3 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #iso-page h3 .sp {
    display: block;
  }
}
#iso-page .row {
  margin-bottom: 65px;
}
#iso-page .row h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.7;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #iso-page .row h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #iso-page .row h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #iso-page .row h4 {
    line-height: 1.5;
  }
}
#iso-page .row .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #iso-page .row .stc {
    font-size: 15px;
  }
}
#iso-page .row .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #iso-page .row .stc .sp {
    display: block;
  }
}
#iso-page .row ul {
  margin-top: 20px;
  margin-bottom: 50px;
}
#iso-page .row ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #595757;
  padding-left: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #iso-page .row ul li {
    font-size: 15px;
  }
}
#iso-page .row ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #463390;
  border-right: 2px solid #463390;
  padding: 0 10px 0 0;
}
#iso-page .row .list {
  border-bottom: 1px solid #eaeced;
  padding: 30px 0;
}
#iso-page .row .list:last-of-type {
  border-bottom: none;
}
#iso-page .row .list .title {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  font-size: 16px;
  line-height: 1.5;
  color: #463390;
  padding: 0 2em 0 0;
}
@media screen and (max-width: 640px) {
  #iso-page .row .list .title {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 18px 0em;
  }
}
#iso-page .row .list .list-stc {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
  color: #595757;
  padding: 0 2em;
}
@media screen and (max-width: 640px) {
  #iso-page .row .list .list-stc {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 18px 0em 0;
  }
}
#iso-page .row table {
  max-width: 1000px;
  margin: 60px 0 140px;
}
@media screen and (max-width: 640px) {
  #iso-page .row table {
    margin: 0 0 120px;
  }
}
#iso-page .row table tr {
  position: relative;
}
#iso-page .row table tr th {
  vertical-align: top;
  width: 30%;
  font-size: 16px;
  line-height: 1.5;
  color: #595757;
  background-color: #eaeced;
  border: 1px solid #eaeced;
  border-bottom: 2px solid #fff;
  padding: 30px 2em 28px;
}
@media screen and (max-width: 640px) {
  #iso-page .row table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 15px;
    letter-spacing: 0em;
    padding: 24px 1.5em;
  }
}
#iso-page .row table tr td {
  font-size: 16px;
  line-height: 1.9;
  color: #595757;
  border: 1px solid #eaeced;
  padding: 30px 2em 28px;
}
@media screen and (max-width: 640px) {
  #iso-page .row table tr td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 24px 1.5em;
  }
}
#iso-page .row table tr td img {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  #iso-page .row table tr td img {
    width: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #iso-page .row table tr td img {
    width: 100px;
  }
}
#iso-page .row table tr td img:last-child {
  margin-right: 0;
}

#sitemap-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #sitemap-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#sitemap-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #sitemap-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sitemap-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #sitemap-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #sitemap-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #sitemap-page h2 {
    font-size: 30px;
  }
}
#sitemap-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #sitemap-page h2 .sp {
    display: block;
  }
}
#sitemap-page h3 a {
  position: relative;
  display: block;
  display: block;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding: 0 25px 20px 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  #sitemap-page h3 a {
    font-size: 18px;
  }
}
#sitemap-page h3 a:hover {
  opacity: 0.6;
}
#sitemap-page h3 a:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#sitemap-page .col-area {
  margin-bottom: 35px;
}
#sitemap-page .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3.2%;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #sitemap-page .col-area .col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#sitemap-page .col-area .col:nth-child(2) {
  margin-right: 0;
}
#sitemap-page h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #sitemap-page h4 {
    font-size: 18px;
  }
}
#sitemap-page h4:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#sitemap-page h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#sitemap-page h4 a {
  display: block;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 10px 0;
}
#sitemap-page h4 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  #sitemap-page ul {
    margin-bottom: 60px;
  }
}
#sitemap-page ul.col2 {
  margin-bottom: 35px;
}
#sitemap-page ul.col2 li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3.2%;
}
@media screen and (max-width: 640px) {
  #sitemap-page ul.col2 li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#sitemap-page ul.col2 li:nth-child(2n) {
  margin-right: 0;
}
#sitemap-page ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #sitemap-page ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#sitemap-page ul li a:hover {
  color: #463390;
}
#sitemap-page ul li a:hover:after {
  width: 100%;
}
#sitemap-page ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #sitemap-page ul li a:before {
    top: 11px;
  }
}
#sitemap-page ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}

#topics-single .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #topics-single .section-inner {
    margin: 0 auto 120px;
  }
}
#topics-single h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  #topics-single h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #topics-single h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #topics-single h2 {
    font-size: 22px;
  }
}
#topics-single h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #topics-single h2 .sp {
    display: block;
  }
}
#topics-single .main-area {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #topics-single .main-area {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
}
#topics-single .main-area h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding: 10px 0px 10px 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #topics-single .main-area h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #topics-single .main-area h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #topics-single .main-area h3 {
    font-size: 17px;
    padding: 8px 0px 8px 0;
  }
}
#topics-single .main-area h4,
#topics-single .main-area h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #topics-single .main-area h4,
#topics-single .main-area h5 {
    font-size: 17px;
  }
}
#topics-single .main-area .thumb,
#topics-single .main-area .img-row {
  display: block;
  margin: 0 auto 40px;
}
#topics-single .main-area .col-area {
  overflow: hidden;
}
#topics-single .main-area .col-area .col {
  float: left;
  width: 48%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  #topics-single .main-area .col-area .col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#topics-single .main-area .col-area .col:nth-child(2) {
  width: 48%;
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  #topics-single .main-area .col-area .col:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
#topics-single .main-area .col-area .col img {
  display: block;
  margin: 0 auto;
}
#topics-single .main-area .col-area .col .stc {
  margin-bottom: 0;
}
#topics-single .main-area .row {
  margin-bottom: 80px;
}
#topics-single .main-area iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 60px;
}
#topics-single .main-area .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #topics-single .main-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #topics-single .main-area .stc {
    font-size: 14px;
  }
}
#topics-single .side-area {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
@media screen and (max-width: 768px) {
  #topics-single .side-area {
    display: block;
    width: 100%;
  }
}
#topics-single .side-area .other-area .row {
  margin-bottom: 70px;
}
#topics-single .side-area .other-area h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #topics-single .side-area .other-area h4 {
    font-size: 18px;
  }
}
#topics-single .side-area .other-area h4:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#topics-single .side-area .other-area h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#topics-single .side-area .other-area h4 a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 20px 0;
}
#topics-single .side-area .other-area h4 a:hover {
  opacity: 0.6;
}
#topics-single .side-area .other-area ul li {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #topics-single .side-area .other-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#topics-single .side-area .other-area ul li:nth-child(2n) {
  margin-right: 0;
}
#topics-single .side-area .other-area ul li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 34px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #topics-single .side-area .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#topics-single .side-area .other-area ul li a:hover {
  color: #463390;
}
#topics-single .side-area .other-area ul li a:hover:after {
  width: 100%;
}
#topics-single .side-area .other-area ul li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #topics-single .side-area .other-area ul li a:before {
    top: 11px;
  }
}
#topics-single .side-area .other-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#topics-single .side-area .other-area ul.news-list li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
}
#topics-single .side-area .other-area ul.news-list li:nth-child(3n) {
  margin-right: 0;
}
#topics-single .side-area .other-area ul.news-list li a {
  padding: 0px 0 5px 30px;
}

#services-single .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #services-single .section-inner {
    margin: 0 auto 120px;
  }
}
#services-single h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  #services-single h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #services-single h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #services-single h2 {
    font-size: 22px;
  }
}
#services-single h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #services-single h2 .sp {
    display: block;
  }
}
#services-single .search-area {
  background-color: #e6e8e9;
  padding: 35px 2.5em 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #services-single .search-area {
    padding: 35px 1.5em 40px;
  }
}
#services-single .search-area .col:nth-child(1) {
  position: relative;
  margin-bottom: 40px;
}
#services-single .search-area .col:nth-child(1) p {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  #services-single .search-area .col:nth-child(1) p {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #services-single .search-area .col:nth-child(1) p {
    font-size: 18px;
  }
}
#services-single .search-area .col:nth-child(1) .input-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #services-single .search-area .col:nth-child(1) .input-area {
    display: block;
    width: 100%;
  }
}
#services-single .search-area .col:nth-child(1) .input-area input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #595757;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  padding: 20px 10px 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #services-single .search-area .col:nth-child(1) .input-area input[type=text] {
    padding: 16px 10px 16px 48px;
  }
}
#services-single .search-area .col:nth-child(1) .input-area button {
  position: absolute;
  top: 20px;
  left: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#services-single .search-area .col:nth-child(2n) {
  position: relative;
}
#services-single .search-area .col:nth-child(2n) .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border: 2px solid #463390;
  padding: 4px 1.5em;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #services-single .search-area .col:nth-child(2n) .tag-area a {
    padding: 6px 1em;
  }
}
#services-single .search-area .col:nth-child(2n) .tag-area a:hover {
  color: #fff;
  background-color: #463390;
}
#services-single .other-area .row {
  margin-bottom: 70px;
}
#services-single .other-area h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #services-single .other-area h4 {
    font-size: 18px;
  }
}
#services-single .other-area h4:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#services-single .other-area h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#services-single .other-area h4 a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 10px 0;
}
#services-single .other-area h4 a:hover {
  opacity: 0.6;
}
#services-single .other-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #services-single .other-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#services-single .other-area ul li:nth-child(2n) {
  margin-right: 0;
}
#services-single .other-area ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #services-single .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#services-single .other-area ul li a:hover {
  color: #463390;
}
#services-single .other-area ul li a:hover:after {
  width: 100%;
}
#services-single .other-area ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #services-single .other-area ul li a:before {
    top: 11px;
  }
}
#services-single .other-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#services-single .main-area {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #services-single .main-area {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
}
#services-single .main-area h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border-bottom: 2px solid #463390;
  padding: 10px 0px 10px 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #services-single .main-area h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 640px) {
  #services-single .main-area h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #services-single .main-area h3 {
    font-size: 17px;
    padding: 8px 0px 8px 0;
  }
}
#services-single .main-area h4,
#services-single .main-area h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #services-single .main-area h4,
#services-single .main-area h5 {
    font-size: 17px;
  }
}
#services-single .main-area .thumb,
#services-single .main-area .img-row {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
#services-single .main-area .col-area {
  overflow: hidden;
}
#services-single .main-area .col-area .col {
  float: left;
  width: 48%;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  #services-single .main-area .col-area .col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#services-single .main-area .col-area .col:nth-child(2) {
  width: 48%;
  margin-right: 0%;
}
@media screen and (max-width: 768px) {
  #services-single .main-area .col-area .col:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
#services-single .main-area .col-area .col .img-btn {
  display: block;
}
@media screen and (max-width: 768px) {
  #services-single .main-area .col-area .col img {
    display: block;
    margin: 0 auto;
  }
}
#services-single .main-area .col-area .col .stc {
  margin-bottom: 0;
}
#services-single .main-area .row {
  margin-bottom: 80px;
}
#services-single .main-area .stc {
  word-break: break-all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #services-single .main-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #services-single .main-area .stc {
    font-size: 14px;
  }
}
#services-single .main-area .stc img.inline-img {
  display: inline-block;
}
#services-single .main-area .stc img {
  display: block;
  margin: 0 auto;
}
#services-single .main-area .stc a {
  color: #463390;
  text-decoration: underline;
}
#services-single .main-area .stc a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#services-single .main-area .stc table {
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  #services-single .main-area .stc table {
    margin: 0 auto 60px;
  }
}
#services-single .main-area .stc table tr {
  position: relative;
}
#services-single .main-area .stc table tr th {
  font-size: 15px;
  line-height: 1.5;
  color: #595757;
  border: 1px solid #acabab;
  padding: 10px 0.5em 8px;
}
#services-single .main-area .stc table tr td {
  font-size: 15px;
  line-height: 1.6;
  color: #595757;
  border: 1px solid #acabab;
  padding: 10px 0.5em 8px;
}
#services-single .main-area .stc em {
  font-style: italic;
  word-break: break-all;
}
#services-single .main-area .single-tag {
  position: relative;
  border-top: 2px solid #acabab;
  padding: 20px 0px 0px 0;
  margin-bottom: 35px;
}
#services-single .main-area .single-tag:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#services-single .main-area .single-tag a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border: 2px solid #463390;
  padding: 4px 1.5em;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #services-single .main-area .single-tag a {
    padding: 6px 1em;
  }
}
#services-single .main-area .single-tag a:hover {
  color: #fff;
  background-color: #463390;
}
#services-single .main-area .pdf-area {
  background-color: #e6e8e9;
  padding: 35px 2.5em 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #services-single .main-area .pdf-area {
    padding: 35px 1.5em 40px;
  }
}
#services-single .main-area .pdf-area h5 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #services-single .main-area .pdf-area h5 {
    font-size: 15px;
  }
}
#services-single .main-area .pdf-area .col-area .col {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin-right: 2%;
}
#services-single .main-area .pdf-area .col-area .col:nth-child(1) {
  max-width: 41px;
}
#services-single .main-area .pdf-area .col-area .col:nth-child(1) a:hover {
  opacity: 0.7;
}
#services-single .main-area .pdf-area .col-area .col:nth-child(2) {
  width: 77%;
  margin-right: 0;
}
#services-single .main-area .pdf-area .col-area .col:nth-child(2) p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
}
@media screen and (max-width: 960px) {
  #services-single .main-area .pdf-area .col-area .col:nth-child(2) p {
    font-size: 13px;
  }
}
#services-single .main-area .pdf-area .col-area .col:nth-child(2) p.main-color {
  color: #463390;
}
#services-single .side-area {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
@media screen and (max-width: 768px) {
  #services-single .side-area {
    display: block;
    width: 100%;
  }
}
#services-single .side-area .other-area ul li {
  display: block;
  width: 100%;
  margin: 0;
}
#services-single .side-area .other-area ul li a {
  font-size: 13px;
  padding: 0px 0 5px 34px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #services-single .side-area .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#services-single .side-area .other-area ul li a:before {
  top: 10px;
  width: 18px;
}
#services-single .side-area .search-area {
  padding: 25px 1.5em 30px;
}
@media screen and (max-width: 640px) {
  #services-single .side-area .search-area {
    padding: 35px 1.5em 40px;
  }
}
#services-single .side-area .search-area .col:nth-child(1) {
  margin-bottom: 20px;
}
#services-single .side-area .search-area .col:nth-child(1) .input-area {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #services-single .side-area .search-area .col:nth-child(1) .input-area {
    width: 100%;
  }
}
#services-single .side-area .search-area .col:nth-child(1) .input-area input[type=text] {
  padding: 8px 10px 8px 36px;
}
@media screen and (max-width: 768px) {
  #services-single .side-area .search-area .col:nth-child(1) .input-area input[type=text] {
    padding: 16px 10px 16px 48px;
  }
}
#services-single .side-area .search-area .col:nth-child(1) .input-area button {
  top: 10px;
  left: 10px;
  width: 18px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #services-single .side-area .search-area .col:nth-child(1) .input-area button {
    top: 20px;
    left: 20px;
    width: auto;
  }
}
#services-single .side-area .search-area .col:nth-child(2) .tag-area a {
  font-size: 12px;
  padding: 4px 0.5em;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #services-single .side-area .search-area .col:nth-child(2) .tag-area a {
    font-size: 12px;
    padding: 6px 1em;
    padding: 4px 1.5em;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

#search-page {
  padding: 0;
}
#search-page .section-inner .section-inner {
  max-width: 1000px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #search-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#search-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  #search-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #search-page h2 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 640px) {
  #search-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #search-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #search-page h2 {
    font-size: 30px;
  }
}
#search-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #search-page h2 .sp {
    display: block;
  }
}
#search-page .cate-area {
  margin-bottom: 90px;
}
#search-page .cate-area ul {
  border-top: 2px solid #463390;
  padding-top: 25px;
}
#search-page .cate-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #search-page .cate-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#search-page .cate-area ul li:nth-child(2n) {
  margin-right: 0;
}
#search-page .cate-area ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #search-page .cate-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#search-page .cate-area ul li a:hover {
  color: #463390;
}
#search-page .cate-area ul li a:hover:after {
  width: 100%;
}
#search-page .cate-area ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #search-page .cate-area ul li a:before {
    top: 11px;
  }
}
#search-page .cate-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#search-page .item-area {
  margin-bottom: 100px;
}
#search-page .item-area .item {
  overflow: hidden;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e6e8e9;
  padding: 30px 0 26px;
  transition: all 1s;
}
#search-page .item-area .item:hover {
  opacity: 0.6;
}
#search-page .item-area .item:hover .img-area:before {
  background: rgba(70, 51, 144, 0);
}
#search-page .item-area .item:nth-child(1) {
  border-top: 2px solid #e6e8e9;
}
#search-page .item-area .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #search-page .item-area .item:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#search-page .item-area .item .img-area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  max-width: 200px;
  height: 200px;
  margin-right: 2%;
  z-index: 0;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #search-page .item-area .item .img-area {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  #search-page .item-area .item .img-area {
    width: 37%;
  }
}
@media screen and (max-width: 480px) {
  #search-page .item-area .item .img-area {
    width: 42%;
    max-width: 160px;
    height: 160px;
  }
}
#search-page .item-area .item .img-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.3);
  z-index: 1;
  transition: all 1s;
}
#search-page .item-area .item .stc-area {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  height: 100%;
  background-color: #fff;
  padding: 36px 1em;
}
@media screen and (max-width: 960px) {
  #search-page .item-area .item .stc-area {
    width: 67%;
  }
}
@media screen and (max-width: 640px) {
  #search-page .item-area .item .stc-area {
    width: 60%;
    padding: 36px 1em;
  }
}
@media screen and (max-width: 480px) {
  #search-page .item-area .item .stc-area {
    width: 54.5%;
    padding: 8px 1em 25px;
  }
}
#search-page .item-area .item .stc-area .stc {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #search-page .item-area .item .stc-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #search-page .item-area .item .stc-area .stc {
    font-size: 14px;
  }
}
#search-page .item-area .item .stc-area .view {
  position: relative;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
}
#search-page .item-area .item .stc-area .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}
#search-page .search-area {
  background-color: #e6e8e9;
  padding: 35px 2.5em 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #search-page .search-area {
    padding: 35px 1.5em 40px;
  }
}
#search-page .search-area .col:nth-child(1) {
  position: relative;
  margin-bottom: 40px;
}
#search-page .search-area .col:nth-child(1) p {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  #search-page .search-area .col:nth-child(1) p {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #search-page .search-area .col:nth-child(1) p {
    font-size: 18px;
  }
}
#search-page .search-area .col:nth-child(1) .input-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #search-page .search-area .col:nth-child(1) .input-area {
    display: block;
    width: 100%;
  }
}
#search-page .search-area .col:nth-child(1) .input-area input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #595757;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  padding: 20px 10px 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #search-page .search-area .col:nth-child(1) .input-area input[type=text] {
    padding: 16px 10px 16px 48px;
  }
}
#search-page .search-area .col:nth-child(1) .input-area button {
  position: absolute;
  top: 24px;
  left: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#search-page .search-area .col:nth-child(2n) {
  position: relative;
}
#search-page .search-area .col:nth-child(2n) .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border: 2px solid #463390;
  padding: 4px 1.5em;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #search-page .search-area .col:nth-child(2n) .tag-area a {
    padding: 6px 1em;
  }
}
#search-page .search-area .col:nth-child(2n) .tag-area a:hover {
  color: #fff;
  background-color: #463390;
}
#search-page .other-area .row {
  margin-bottom: 70px;
}
#search-page .other-area h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #search-page .other-area h4 {
    font-size: 18px;
  }
}
#search-page .other-area h4:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#search-page .other-area h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#search-page .other-area h4 a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 10px 0;
}
#search-page .other-area h4 a:hover {
  opacity: 0.6;
}
#search-page .other-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #search-page .other-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#search-page .other-area ul li:nth-child(2n) {
  margin-right: 0;
}
#search-page .other-area ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #search-page .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#search-page .other-area ul li a:hover {
  color: #463390;
}
#search-page .other-area ul li a:hover:after {
  width: 100%;
}
#search-page .other-area ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #search-page .other-area ul li a:before {
    top: 11px;
  }
}
#search-page .other-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#search-page .main-area .item-area .item .img-area {
  height: 160px;
}
@media screen and (max-width: 960px) {
  #search-page .main-area .item-area .item .img-area {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  #search-page .main-area .item-area .item .img-area {
    max-width: 160px;
    height: 160px;
  }
}
#search-page .main-area .item-area .item .stc-area .stc {
  font-size: 15px;
}

#services-tax {
  padding: 0;
}
#services-tax .section-inner .section-inner {
  max-width: 1000px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #services-tax .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#services-tax h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  #services-tax h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #services-tax h2 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 640px) {
  #services-tax h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #services-tax h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #services-tax h2 {
    font-size: 30px;
  }
}
#services-tax h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #services-tax h2 .sp {
    display: block;
  }
}
#services-tax .cate-area {
  margin-bottom: 90px;
}
#services-tax .cate-area ul {
  border-top: 2px solid #463390;
  padding-top: 25px;
}
#services-tax .cate-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #services-tax .cate-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#services-tax .cate-area ul li:nth-child(2n) {
  margin-right: 0;
}
#services-tax .cate-area ul li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #services-tax .cate-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#services-tax .cate-area ul li a:hover {
  color: #463390;
}
#services-tax .cate-area ul li a:hover:after {
  width: 100%;
}
#services-tax .cate-area ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #services-tax .cate-area ul li a:before {
    top: 11px;
  }
}
#services-tax .cate-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#services-tax .item-area {
  margin-bottom: 100px;
}
#services-tax .item-area .item {
  overflow: hidden;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e6e8e9;
  padding: 30px 0 26px;
  transition: all 1s;
}
#services-tax .item-area .item:hover {
  opacity: 0.6;
}
#services-tax .item-area .item:hover .img-area:before {
  background: rgba(70, 51, 144, 0);
}
#services-tax .item-area .item:nth-child(1) {
  border-top: 2px solid #e6e8e9;
}
#services-tax .item-area .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #services-tax .item-area .item:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#services-tax .item-area .item .img-area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  max-width: 200px;
  height: 200px;
  margin-right: 2%;
  z-index: 0;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #services-tax .item-area .item .img-area {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  #services-tax .item-area .item .img-area {
    width: 37%;
  }
}
@media screen and (max-width: 480px) {
  #services-tax .item-area .item .img-area {
    width: 42%;
    max-width: 160px;
    height: 160px;
  }
}
#services-tax .item-area .item .img-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 51, 144, 0.3);
  z-index: 1;
  transition: all 1s;
}
#services-tax .item-area .item .stc-area {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  height: 100%;
  background-color: #fff;
  padding: 36px 1em;
}
@media screen and (max-width: 960px) {
  #services-tax .item-area .item .stc-area {
    width: 67%;
  }
}
@media screen and (max-width: 640px) {
  #services-tax .item-area .item .stc-area {
    width: 60%;
    padding: 36px 1em;
  }
}
@media screen and (max-width: 480px) {
  #services-tax .item-area .item .stc-area {
    width: 54.5%;
    padding: 8px 1em 25px;
  }
}
#services-tax .item-area .item .stc-area .stc {
  max-width: 580px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #services-tax .item-area .item .stc-area .stc {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #services-tax .item-area .item .stc-area .stc {
    font-size: 14px;
  }
}
#services-tax .item-area .item .stc-area .view {
  position: relative;
  display: block;
  width: 109px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  text-align: right;
  padding-right: 30px;
  margin: 0 0 0 auto;
}
#services-tax .item-area .item .stc-area .view:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
  margin: auto;
}
#services-tax .search-area {
  background-color: #e6e8e9;
  padding: 35px 2.5em 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #services-tax .search-area {
    padding: 35px 1.5em 40px;
  }
}
#services-tax .search-area .col:nth-child(1) {
  position: relative;
  margin-bottom: 40px;
}
#services-tax .search-area .col:nth-child(1) p {
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  #services-tax .search-area .col:nth-child(1) p {
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #services-tax .search-area .col:nth-child(1) p {
    font-size: 18px;
  }
}
#services-tax .search-area .col:nth-child(1) .input-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #services-tax .search-area .col:nth-child(1) .input-area {
    display: block;
    width: 100%;
  }
}
#services-tax .search-area .col:nth-child(1) .input-area input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #595757;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  padding: 20px 10px 20px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #services-tax .search-area .col:nth-child(1) .input-area input[type=text] {
    padding: 16px 10px 16px 48px;
  }
}
#services-tax .search-area .col:nth-child(1) .input-area button {
  position: absolute;
  top: 24px;
  left: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#services-tax .search-area .col:nth-child(2n) {
  position: relative;
}
#services-tax .search-area .col:nth-child(2n) .tag-area a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border: 2px solid #463390;
  padding: 4px 1.5em;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #services-tax .search-area .col:nth-child(2n) .tag-area a {
    padding: 6px 1em;
  }
}
#services-tax .search-area .col:nth-child(2n) .tag-area a:hover {
  color: #fff;
  background-color: #463390;
}
#services-tax .other-area .row {
  margin-bottom: 70px;
}
#services-tax .other-area h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #services-tax .other-area h4 {
    font-size: 18px;
  }
}
#services-tax .other-area h4:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#services-tax .other-area h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#services-tax .other-area h4 a {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  border-bottom: 2px solid #acabab;
  padding: 0 25px 10px 0;
}
#services-tax .other-area h4 a:hover {
  opacity: 0.6;
}
#services-tax .other-area ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #services-tax .other-area ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#services-tax .other-area ul li:nth-child(2n) {
  margin-right: 0;
}
#services-tax .other-area ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 0px 0 5px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #services-tax .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 15px;
  }
}
#services-tax .other-area ul li a:hover {
  color: #463390;
}
#services-tax .other-area ul li a:hover:after {
  width: 100%;
}
#services-tax .other-area ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
@media screen and (max-width: 640px) {
  #services-tax .other-area ul li a:before {
    top: 11px;
  }
}
#services-tax .other-area ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#services-tax .main-area {
  display: inline-block;
  vertical-align: top;
  width: 66%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #services-tax .main-area {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
}
#services-tax .main-area .item-area .item .img-area {
  height: 160px;
}
@media screen and (max-width: 960px) {
  #services-tax .main-area .item-area .item .img-area {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  #services-tax .main-area .item-area .item .img-area {
    max-width: 160px;
    height: 160px;
  }
}
#services-tax .main-area .item-area .item .stc-area .stc {
  font-size: 15px;
}
#services-tax .side-area {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
@media screen and (max-width: 768px) {
  #services-tax .side-area {
    display: block;
    width: 100%;
  }
}
#services-tax .side-area .other-area ul li {
  display: block;
  width: 100%;
  margin: 0;
}
#services-tax .side-area .other-area ul li a {
  font-size: 13px;
  padding: 0px 0 5px 34px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #services-tax .side-area .other-area ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#services-tax .side-area .other-area ul li a:before {
  top: 10px;
  width: 18px;
}
#services-tax .side-area .search-area {
  padding: 25px 1.5em 30px;
}
@media screen and (max-width: 640px) {
  #services-tax .side-area .search-area {
    padding: 35px 1.5em 40px;
  }
}
#services-tax .side-area .search-area .col:nth-child(1) {
  margin-bottom: 20px;
}
#services-tax .side-area .search-area .col:nth-child(1) .input-area {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #services-tax .side-area .search-area .col:nth-child(1) .input-area {
    width: 100%;
  }
}
#services-tax .side-area .search-area .col:nth-child(1) .input-area input[type=text] {
  padding: 8px 10px 8px 36px;
}
@media screen and (max-width: 768px) {
  #services-tax .side-area .search-area .col:nth-child(1) .input-area input[type=text] {
    padding: 16px 10px 16px 48px;
  }
}
#services-tax .side-area .search-area .col:nth-child(1) .input-area button {
  top: 12px;
  left: 10px;
  width: 18px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #services-tax .side-area .search-area .col:nth-child(1) .input-area button {
    top: 20px;
    left: 20px;
    width: auto;
  }
}
#services-tax .side-area .search-area .col:nth-child(2) .tag-area a {
  font-size: 12px;
  padding: 4px 0.5em;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #services-tax .side-area .search-area .col:nth-child(2) .tag-area a {
    font-size: 12px;
    padding: 6px 1em;
    padding: 4px 1.5em;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

#topics-tax .section-inner .section-inner {
  max-width: 1000px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #topics-tax .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#topics-tax h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  #topics-tax h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #topics-tax h2 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 640px) {
  #topics-tax h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #topics-tax h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #topics-tax h2 {
    font-size: 30px;
  }
}
#topics-tax h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #topics-tax h2 .sp {
    display: block;
  }
}
#topics-tax .tab-area {
  overflow: hidden;
  padding-bottom: 50px;
}
#topics-tax .tab-area li {
  float: left;
  width: 33.33%;
  border-bottom: 1px solid #d6d5d5;
}
#topics-tax .tab-area li a {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.7;
  color: #463390;
  text-align: center;
  padding: 15px 0.5em;
}
@media screen and (max-width: 960px) {
  #topics-tax .tab-area li a {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #topics-tax .tab-area li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #topics-tax .tab-area li a {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 365px) {
  #topics-tax .tab-area li a {
    font-size: 15px;
  }
}
#topics-tax .tab-area li a.active, #topics-tax .tab-area li a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #463390;
}
#topics-tax .tab-area li a.active:before, #topics-tax .tab-area li a:hover:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 26px;
  height: 14px;
  background-color: #463390;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto;
  transition: all 0.5s;
}
#topics-tax .small-tab-area {
  overflow: hidden;
  margin-bottom: 55px;
}
#topics-tax .small-tab-area li {
  float: left;
  width: 14.285%;
}
@media screen and (max-width: 640px) {
  #topics-tax .small-tab-area li {
    width: 25%;
    margin-bottom: 25px;
  }
}
#topics-tax .small-tab-area li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #acabab;
  text-align: center;
  border-bottom: 1px solid #d6d5d5;
  padding: 13px 0.5em;
}
@media screen and (max-width: 960px) {
  #topics-tax .small-tab-area li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #topics-tax .small-tab-area li a {
    font-size: 12px;
    padding: 13px 0.2em;
  }
}
#topics-tax .small-tab-area li a.active, #topics-tax .small-tab-area li a:hover {
  font-weight: bold;
  color: #463390;
  border-bottom: 1px solid #463390;
}
#topics-tax .search-area {
  max-width: 270px;
  border-bottom: 1px solid #d6d5d5;
  margin: 40px 0 55px;
}
@media screen and (max-width: 640px) {
  #topics-tax .search-area {
    max-width: 260px;
  }
}
#topics-tax .search-area p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #463390;
}
@media screen and (max-width: 640px) {
  #topics-tax .search-area p {
    font-size: 15px;
  }
}
#topics-tax .search-area .select-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
#topics-tax .search-area .select-group:after {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 10px;
  height: 10px;
  content: "";
  z-index: 2;
  border-top: 2px solid #463390;
  border-right: 2px solid #463390;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: -1;
}
#topics-tax .search-area .select-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 16px;
  color: #acabab;
  background: none;
  border: none;
  border-radius: 0;
  padding: 16px 20px 13px 30px;
  border-radius: 5px;
}
#topics-tax .item-area {
  text-align: left;
}
#topics-tax .item-area a {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #595757;
  border-bottom: 1px solid #d6d5d5;
  padding: 30px 1em 30px 245px;
}
@media screen and (max-width: 768px) {
  #topics-tax .item-area a {
    padding-left: 0px;
  }
}
#topics-tax .item-area a:hover:before {
  width: 100%;
}
#topics-tax .item-area a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}
#topics-tax .item-area a .date {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #acabab;
}
@media screen and (max-width: 768px) {
  #topics-tax .item-area a .date {
    position: relative;
    top: 2px;
  }
}
#topics-tax .item-area a .cate {
  position: absolute;
  top: 30px;
  left: 100px;
  min-width: 130px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #463390;
  border: 1px solid #463390;
  padding: 2px 1em;
}
@media screen and (max-width: 365px) {
  #topics-tax .item-area a .cate {
    letter-spacing: 0;
    padding: 2px 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #topics-tax .item-area a .title {
    margin-top: 10px;
  }
}

#work-single .img-area {
  position: relative;
  width: 55%;
  transform: translateX(-100%);
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  #work-single .img-area {
    width: 100%;
  }
}
#work-single .img-area .thumb {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #work-single .img-area .thumb {
    height: 340px;
  }
}
@media screen and (max-width: 640px) {
  #work-single .img-area .thumb {
    height: 280px;
  }
}
#work-single .img-area .thumb.vertical {
  height: 600px;
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  #work-single .img-area .thumb.vertical {
    height: 560px;
  }
}
@media screen and (max-width: 640px) {
  #work-single .img-area .thumb.vertical {
    height: 520px;
  }
}
@media screen and (max-width: 640px) {
  #work-single .img-area .thumb.pc {
    display: none;
  }
}
#work-single .img-area.on {
  transform: translateX(0%);
}
#work-single .sp-thumb {
  display: none;
  width: 100%;
  height: 320px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  #work-single .sp-thumb {
    display: block;
  }
}
#work-single .sp-thumb.vertical {
  height: 520px;
}
#work-single .stc-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  background-color: #fff;
  border-left: 1px solid #ededed;
  text-align: center;
  padding: 0 1.5em;
  justify-content: center;
  transform: translateX(100%);
  transition: all 1s;
}
#work-single .stc-box.on {
  transform: translateX(0%);
}
@media screen and (max-width: 640px) {
  #work-single .stc-box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0px 1em 10px;
  }
}
#work-single .stc-box::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#work-single .stc-box .title-area {
  position: absolute;
  top: 110px;
  left: 1em;
}
@media screen and (max-width: 640px) {
  #work-single .stc-box .title-area {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
  }
}
#work-single .stc-box .stc-inner {
  display: inline-block;
  vertical-align: middle;
  width: 97%;
  max-width: 600px;
  text-align: left;
  padding-top: 190px;
}
@media screen and (max-width: 640px) {
  #work-single .stc-box .stc-inner {
    padding-top: 0px;
  }
}
#work-single .stc-box .stc-inner h3 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #work-single .stc-box .stc-inner h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  #work-single .stc-box .stc-inner h3 {
    font-size: 22px;
  }
}
#work-single .stc-box .stc-inner .stc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #work-single .stc-box .stc-inner .stc {
    font-size: 15px;
  }
}
#work-single .stc-box .stc-inner .sns-area {
  text-align: right;
  margin: 0 auto 45px;
}
#work-single .stc-box .stc-inner .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#work-single .stc-box .stc-inner .sns-area a:nth-child(2) {
  margin-right: 0;
}
#work-single h2 {
  font-size: 36px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #work-single h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #work-single h2 {
    font-size: 32px;
  }
}
#work-single .title-p {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: left;
  padding-left: 0.5em;
}
#work-single #other-works {
  position: relative;
  display: none;
  width: 100% !important;
  max-width: 1290px !important;
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  #work-single #other-works {
    display: block;
    margin: 40px auto;
  }
}
#work-single #other-works .title-area {
  margin: 0 auto 20px;
}
#work-single #other-works .title-area h2 {
  text-align: center;
}
#work-single #other-works .title-area .title-p {
  text-align: center;
}
#work-single #other-works .item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
#work-single #other-works .item.fadein-up {
  bottom: auto !important;
}
#work-single #other-works .item.fadein-up.active {
  bottom: auto !important;
}
#work-single #other-works .item .img-area {
  height: 335px;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  #work-single #other-works .item .img-area {
    height: 260px;
  }
}
#work-single #other-works .item.vertical .img-area {
  height: 660px;
}
@media screen and (max-width: 640px) {
  #work-single #other-works .item.vertical .img-area {
    height: 520px;
  }
}
#work-single #other-works .item .stc-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 1em;
  transform: translateY(100%);
  transition: all 1s;
}
#work-single #other-works .item .stc-area h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
}
@media screen and (max-width: 640px) {
  #work-single #other-works .item .stc-area h3 {
    font-size: 15px;
  }
}
#work-single #other-works .item:hover .img-area {
  opacity: 0.6;
  transform: scale(1.1, 1.1);
}
#work-single #other-works .item:hover .stc-area {
  display: block;
  transform: translateY(0%);
}

#work .section-inner {
  padding: 60px 1em;
}
@media screen and (max-width: 640px) {
  #work .section-inner {
    padding: 60px 0.5em;
  }
}
#work h2 {
  font-size: 44px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: center;
}
#work .title-p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: center;
  margin-bottom: 20px;
}
#work .item-area {
  position: relative;
  width: 100% !important;
  max-width: 1290px !important;
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  #work .item-area {
    margin: 40px auto;
  }
}
#work .item-area .item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 430px;
}
#work .item-area .item.fadein-up {
  bottom: auto !important;
}
#work .item-area .item.fadein-up.active {
  bottom: auto !important;
}
#work .item-area .item .img-area {
  height: 335px;
  transition: all 1s;
}
@media screen and (max-width: 640px) {
  #work .item-area .item .img-area {
    height: 300px;
  }
}
#work .item-area .item.vertical .img-area {
  height: 660px;
}
@media screen and (max-width: 640px) {
  #work .item-area .item.vertical .img-area {
    height: 580px;
  }
}
#work .item-area .item .stc-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 1em;
  transform: translateY(100%);
  transition: all 1s;
}
#work .item-area .item .stc-area h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #595757;
}
@media screen and (max-width: 640px) {
  #work .item-area .item .stc-area h3 {
    font-size: 15px;
  }
}
#work .item-area .item:hover .img-area {
  opacity: 0.6;
  transform: scale(1.1, 1.1);
}
#work .item-area .item:hover .stc-area {
  display: block;
  transform: translateY(0%);
}

#concept {
  clear: both;
}
#concept .img-area .img-col {
  float: left;
  width: 33.333%;
  height: 600px;
}
@media screen and (max-width: 1250px) {
  #concept .img-area .img-col {
    height: 540px;
  }
}
@media screen and (max-width: 960px) {
  #concept .img-area .img-col {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  #concept .img-area .img-col {
    width: 50%;
    height: 443px;
  }
}
@media screen and (max-width: 480px) {
  #concept .img-area .img-col {
    height: 400px;
  }
}
#concept .img-area .img-col:nth-child(1) {
  background: url("../img/concept-img01.jpg") no-repeat center center;
  background-size: cover;
}
#concept .img-area .img-col:nth-child(2) {
  background: url("../img/concept-img02.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 50px;
}
#concept .img-area .img-col:nth-child(2).fadein-up {
  bottom: -150px !important;
}
#concept .img-area .img-col:nth-child(2).fadein-up.active {
  bottom: 0px !important;
}
#concept .img-area .img-col:nth-child(3) {
  background: url("../img/concept-img03.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #concept .img-area .img-col:nth-child(3) {
    display: none;
  }
}
#concept .img-area .img-col:nth-child(3).fadein-up {
  bottom: -180px !important;
}
#concept .img-area .img-col:nth-child(3).fadein-up.active {
  bottom: 0px !important;
}
#concept .section-inner {
  clear: both;
}
#concept h3 {
  font-size: 34px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #595757;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #concept h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  #concept h3 {
    font-size: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #concept h3 {
    font-size: 28px;
  }
}
#concept .stc {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #595757;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #concept .stc {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  #concept .stc {
    font-size: 16px;
  }
}
#concept .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #concept .stc .sp {
    display: block;
  }
}

#news .section-inner {
  padding: 60px 1.5em;
}
@media screen and (max-width: 640px) {
  #news .section-inner {
    padding: 60px 1em;
  }
}
#news h2 {
  font-size: 44px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: center;
}
#news .title-p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: center;
  margin-bottom: 20px;
}
#news .item-area {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
#news .item-area .item {
  position: relative;
  float: left;
  height: 300px;
  width: calc((100% - 4px) / 3);
  margin: 30px 2px 20px 0;
}
@media screen and (max-width: 960px) {
  #news .item-area .item {
    width: calc((100% - 2px) / 2);
  }
}
#news .item-area .item:hover .img-area {
  transform: scale(1.1, 1.1);
}
#news .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #news .item-area .item:nth-child(3n) {
    margin-right: 2px;
  }
}
@media screen and (max-width: 960px) {
  #news .item-area .item:nth-child(2n) {
    margin-right: 0;
  }
}
#news .item-area .item .img-area {
  height: 215px;
  margin-bottom: 2px;
  transition: all 1s;
}
#news .item-area .item .stc-area .date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #898989;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 1em 2px;
}
#news .item-area .item .stc-area h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595757;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 0.8em 6px;
}

.single-thumb {
  opacity: 0;
  height: 600px;
  transition: all 2s;
}
@media screen and (max-width: 1250px) {
  .single-thumb {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  .single-thumb {
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb {
    height: 280px;
  }
}
.single-thumb.on {
  opacity: 1;
}
.single-thumb.vertical {
  max-width: 600px;
  height: 700px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .single-thumb.vertical {
    height: 680px;
  }
}
@media screen and (max-width: 640px) {
  .single-thumb.vertical {
    height: 670px;
  }
}
@media screen and (max-width: 480px) {
  .single-thumb.vertical {
    height: 580px;
  }
}

.single-inner {
  overflow: hidden;
  position: relative;
  max-width: 1080px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#news-single {
  opacity: 0;
  width: 96%;
  max-width: 1000px;
  border: 1px solid #dcdddd;
  padding: 40px 0 0px;
  margin: 30px auto 50px;
  transition: all 2s;
}
@media screen and (max-width: 640px) {
  #news-single {
    padding: 40px 0 30px;
  }
}
#news-single.on {
  opacity: 1;
}
#news-single .detail-area {
  padding: 0 0.5em;
  margin: 0px auto 80px;
}
@media screen and (max-width: 640px) {
  #news-single .detail-area {
    margin: 0px auto 60px;
  }
}
#news-single .detail-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 68.4%;
}
#news-single .detail-area .col:nth-child(1) {
  border-right: 1px solid #dcdddd;
  margin-right: 3%;
}
#news-single .detail-area .col:nth-child(2) {
  width: 27%;
}
#news-single .section-inner {
  padding: 0 1.5em;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner {
    padding: 0 1em;
  }
}
#news-single h2 {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  padding: 5px 1em 5px 0;
}
@media screen and (max-width: 960px) {
  #news-single h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #news-single h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #news-single h2 {
    font-size: 20px;
    letter-spacing: 0em;
    padding: 5px 0.5em 5px 0;
  }
}
#news-single h2 .sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #news-single h2 .sp {
    display: block;
  }
}
#news-single .date {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9fa0a0;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #news-single .date {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  #news-single .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner {
    padding: 0 0em;
  }
}
#news-single .section-inner .row {
  padding: 0 1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .row {
    margin-bottom: 60px;
  }
}
#news-single .section-inner .row.row01 {
  max-width: 820px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .row.row01 {
    margin: 0 auto 60px;
  }
}
#news-single .section-inner .pdf {
  margin: 0 auto 50px;
  display: block;
  width: 200px;
  position: relative;
}
#news-single .section-inner .pdf .search {
  position: absolute;
  right: 0;
  top: 0;
}
#news-single .section-inner h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: center;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h3 {
    font-size: 22px;
  }
}
#news-single .section-inner h4 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #595757;
  text-align: left;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h4 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h4 {
    font-size: 19px;
  }
}
#news-single .section-inner h5 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #595757;
  text-align: left;
  margin: 0px auto 20px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner h5 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner h5 {
    font-size: 22px;
  }
}
#news-single .section-inner .stc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: left;
  padding: 0 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .pc {
    display: none;
  }
}
#news-single .section-inner .stc .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc .sp {
    display: block;
  }
}
#news-single .section-inner .stc b {
  font-weight: 600;
}
#news-single .section-inner .stc .red {
  font-weight: 600;
  color: #d92519;
}
#news-single .section-inner .stc label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #463390;
  padding: 5px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner .stc label {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .stc label {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .stc label {
    font-size: 16px;
  }
}
#news-single .section-inner .btn {
  max-width: 300px;
  color: #463390;
  border-bottom: 4px solid #463390;
  padding: 16px 50px 10px 1em;
  margin: 0 0 0 auto;
}
#news-single .section-inner .btn:before {
  border-left: 30px solid #463390;
}
#news-single .section-inner .item-area {
  max-width: 800px;
  padding: 0 37px;
  margin: 60px auto;
}
#news-single .section-inner .share h5 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
  margin: 0px auto 15px;
}
@media screen and (max-width: 960px) {
  #news-single .section-inner .share h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #news-single .section-inner .share h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #news-single .section-inner .share h5 {
    font-size: 22px;
  }
}
#news-single .section-inner .share ul {
  overflow: hidden;
}
#news-single .section-inner .share ul li {
  float: left;
  width: 15%;
  margin-right: 1.999%;
}
#news-single .section-inner .share ul li a {
  display: block;
  height: 40px;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}
#news-single .section-inner .share ul li:last-child {
  margin-right: 0;
}
#news-single .section-inner .share ul li:last-child a {
  border-right: 0;
}
#news-single .sns-area {
  text-align: center;
}
#news-single .sns-area a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#news-single .sns-area a:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #news-single .sns-area a img {
    width: 22px;
  }
}
#news-single .tag-area {
  text-align: center;
}
#news-single .tag-area div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
#news-single .tag-area div a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #463390;
  border: 1px solid #463390;
  border-radius: 8px;
  padding: 5px 1.5em;
}
@media screen and (max-width: 640px) {
  #news-single .tag-area div a {
    font-size: 16px;
  }
}
#news-single .tag-area div a:hover {
  color: #fff;
}
#news-single .tag-area div a:hover:before {
  left: -20%;
}
#news-single .tag-area div a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -170%;
  width: 160%;
  height: 200%;
  background-color: #463390;
  transform: rotateZ(10deg);
  transition: all 1s;
  z-index: -1;
}
#news-single .col-area {
  text-align: center;
  padding: 0 1em;
  margin: 0px auto 90px;
}
#news-single .col-area .col {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
  }
}
#news-single .col-area .col:nth-child(2) {
  width: 47%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #news-single .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#news-single .col-area .col .stc {
  max-width: none;
  margin-bottom: 30px;
}
#news-single .col-area .col img {
  margin: 0 auto;
}

#other-news {
  margin: 100px auto 100px;
  max-width: 1480px;
}
#other-news .title-area {
  margin: 0 auto 30px;
}
#other-news .title-area h2 {
  font-size: 36px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #595757;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #other-news .title-area h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 640px) {
  #other-news .title-area h2 {
    font-size: 32px;
  }
}
#other-news .title-area .title-p {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #898989;
  text-align: center;
  margin-bottom: 20px;
}
#other-news .item-area {
  position: relative;
}
#other-news .item-area .item {
  position: relative;
  overflow: hidden;
  display: block;
}
#other-news .item-area .item:hover .img-area {
  transform: scale(1.1, 1.1);
}
#other-news .item-area .item .img-area {
  height: 215px;
  transition: all 1s;
}
#other-news .item-area .item .stc-area {
  position: absolute;
  bottom: 0;
  left: 0;
}
#other-news .item-area .item .stc-area .date {
  display: inline-block;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #898989;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 1em 1px;
}
#other-news .item-area .item .stc-area h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595757;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 0.8em;
}

.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: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #fff;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  box-shadow: none;
  transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 35px;
  color: #fff;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

#contact-page .section-inner .section-inner {
  max-width: 1080px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 640px) {
  #contact-page .section-inner .section-inner {
    padding: 0 0.5em;
    margin: 0 auto 120px;
  }
}
#contact-page h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  #contact-page h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact-page h2 {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 640px) {
  #contact-page h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #contact-page h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 365px) {
  #contact-page h2 {
    font-size: 30px;
  }
}
#contact-page h2 .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #contact-page h2 .sp {
    display: block;
  }
}
#contact-page .stc {
  font-size: 24px;
  line-height: 1.5;
  color: #595757;
  margin-bottom: 35px;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #contact-page .stc {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #contact-page .stc {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #contact-page .stc {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 365px) {
  #contact-page .stc {
    font-size: 20px;
  }
}
#contact-page .stc a {
  font-weight: bold;
  font-size: 24px;
  color: #463390;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #contact-page .stc a {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #contact-page .stc a {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #contact-page .stc a {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  #contact-page .stc a {
    font-size: 20px;
  }
}
#contact-page .large {
  font-size: 26px;
  line-height: 1.5;
  color: #595757;
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  #contact-page .large {
    font-size: 22px;
  }
}
#contact-page .large span {
  display: block;
  font-size: 26px;
  color: #463390;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #contact-page .large span {
    font-size: 22px;
  }
}
#contact-page .large a {
  font-size: 16px;
  color: #463390;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #contact-page .large a {
    font-size: 15px;
  }
}
#contact-page .small {
  font-size: 16px;
  line-height: 1.5;
  color: #595757;
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  #contact-page .small {
    font-size: 15px;
  }
}
#contact-page .small.sb {
  margin-bottom: 25px;
}
#contact-page .small span {
  display: block;
  font-size: 16px;
  color: #463390;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #contact-page .small span {
    font-size: 15px;
  }
}
#contact-page .small span.l {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #contact-page .small span.l {
    font-size: 19px;
  }
}
#contact-page .small a {
  font-size: 16px;
  color: #463390;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #contact-page .small a {
    font-size: 15px;
  }
}
#contact-page .small img {
  display: block;
}
/*# sourceMappingURL=page.css.map */