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

:-ms-input-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;
}

.clear-both {
  clear: both;
}

.gry-area {
  background-color: #e6e8e9;
  padding-bottom: 65px;
}

.main-visual {
  position: relative;
  height: 580px;
  filter: grayscale(30%);
}
.main-visual h2 {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  width: 75%;
  max-width: 980px;
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 3px 2px 3px #000;
  text-align: left;
  margin: 40px auto;
}
@media screen and (max-width: 1250px) {
  .main-visual h2 {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .main-visual h2 {
    height: 100px;
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .main-visual h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 365px) {
  .main-visual h2 {
    font-size: 23px;
  }
}
.main-visual h2 .sp {
  display: none;
}
@media screen and (max-width: 1250px) {
  .main-visual h2 .sp {
    display: block;
  }
}

.container {
  position: relative;
}

#topics {
  position: relative;
  width: 80%;
  max-width: 1080px;
  background-color: #fff;
  padding: 0px 0 35px;
  margin: -100px auto 75px;
}
@media screen and (max-width: 640px) {
  #topics {
    width: auto;
    margin: -90px 1.5em 75px;
  }
}
#topics .title-area {
  overflow: hidden;
  border-bottom: 1px solid #d6d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 15px 1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #topics .title-area {
    height: 90px;
  }
}
#topics .title-area h2 {
  float: left;
  width: 83%;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  border-right: 1px solid #d6d5d5;
  padding: 14px 1em 14px 1.5em;
}
@media screen and (max-width: 768px) {
  #topics .title-area h2 {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  #topics .title-area h2 {
    font-size: 20px;
    width: 65%;
    padding: 14px 1em 14px 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #topics .title-area h2 {
    width: 62%;
  }
}
@media screen and (max-width: 365px) {
  #topics .title-area h2 {
    width: 52%;
    padding: 14px 0em 14px 0em;
  }
}
#topics .title-area .link-area {
  float: left;
  width: 17%;
}
@media screen and (max-width: 768px) {
  #topics .title-area .link-area {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  #topics .title-area .link-area {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  #topics .title-area .link-area {
    width: 38%;
  }
}
@media screen and (max-width: 365px) {
  #topics .title-area .link-area {
    width: 48%;
  }
}
#topics .title-area .link-area a {
  position: relative;
  display: block;
  max-width: 120px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #595757;
  padding: 10px 23px 10px 1em;
  margin: 0 auto;
}
#topics .title-area .link-area 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;
}
#topics .title-area .link-area a:hover {
  opacity: 0.6;
}
#topics .item-area {
  text-align: left;
  padding: 0 3em;
}
@media screen and (max-width: 768px) {
  #topics .item-area {
    padding: 0 2em;
  }
}
@media screen and (max-width: 365px) {
  #topics .item-area {
    padding: 0 1em;
  }
}
#topics .item-area a {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #595757;
  padding-left: 245px;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #topics .item-area a {
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
#topics .item-area a:hover:before {
  width: 100%;
}
#topics .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 .item-area a .date {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #topics .item-area a .date {
    position: relative;
  }
}
#topics .item-area a .cate {
  position: absolute;
  top: 0;
  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 .item-area a .cate {
    letter-spacing: 0;
    padding: 2px 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #topics .item-area a .title {
    margin-top: 10px;
  }
}

#service {
  max-width: 1080px;
  padding: 0 1.5em;
  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;
}

#reason {
  max-width: 1280px;
  padding: 0 0 0;
  margin: 0 auto 80px;
}
#reason .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  margin-right: 4.5%;
}
@media screen and (max-width: 768px) {
  #reason .col-area .col {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
  }
}
#reason .col-area .col:nth-child(1) {
  height: 620px;
  background: url("../img/top-reason_img01.jpg") no-repeat center right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #reason .col-area .col:nth-child(1) {
    max-width: 620px;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  #reason .col-area .col:nth-child(1) {
    height: 420px;
  }
}
@media screen and (max-width: 480px) {
  #reason .col-area .col:nth-child(1) {
    height: 380px;
  }
}
#reason .col-area .col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #reason .col-area .col:nth-child(2n) {
    margin: 0 auto 30px;
  }
}
#reason .col-area .col .col-inner {
  max-width: 430px;
  padding: 0 1.5em;
  margin: 0 auto;
}
#reason .col-area .col h3 {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  #reason .col-area .col h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #reason .col-area .col h3 {
    font-size: 33px;
  }
}
#reason .col-area .col .stc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #595757;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #reason .col-area .col .stc {
    font-size: 15px;
  }
}
#analysis {
  max-width: 1080px;
  padding: 0 1.5em 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #analysis {
    padding: 0 0em 0;
  }
}
#analysis h3 {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #463390;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #analysis h3 {
    padding: 0 1.5em 0;
  }
}
@media screen and (max-width: 640px) {
  #analysis h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  #analysis h3 {
    font-size: 31px;
    padding: 0 1em 0;
  }
}
@media screen and (max-width: 365px) {
  #analysis h3 {
    font-size: 25px;
  }
}
#analysis .row01 {
  margin-bottom: 80px;
}
#analysis .row01 .col-area {
  background-color: #e6e8e9;
  padding: 35px 2.5em 40px;
}
@media screen and (max-width: 640px) {
  #analysis .row01 .col-area {
    padding: 35px 1.5em 40px;
  }
}
#analysis .row01 .col-area .col:nth-child(1) {
  position: relative;
  margin-bottom: 40px;
}
#analysis .row01 .col-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) {
  #analysis .row01 .col-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) {
  #analysis .row01 .col-area .col:nth-child(1) p {
    font-size: 18px;
  }
}
#analysis .row01 .col-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) {
  #analysis .row01 .col-area .col:nth-child(1) .input-area {
    display: block;
    width: 100%;
  }
}
#analysis .row01 .col-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;
}
#analysis .row01 .col-area .col:nth-child(1) .input-area button {
  position: absolute;
  top: 24px;
  left: 20px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#analysis .row01 .col-area .col:nth-child(2n) {
  position: relative;
}
#analysis .row01 .col-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) {
  #analysis .row01 .col-area .col:nth-child(2n) .tag-area a {
    padding: 6px 1em;
  }
}
#analysis .row01 .col-area .col:nth-child(2n) .tag-area a:hover {
  color: #fff;
  background-color: #463390;
}
#analysis .row02 .col-area .col {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #analysis .row02 .col-area .col {
    padding: 0 1.5em 0;
    margin: 0 auto 40px;
  }
}
#analysis .row02 .col-area .col:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #analysis .row02 .col-area .col:nth-child(2) {
    margin: 0 auto 30px;
  }
}
#analysis .row02 .col-area .col:nth-child(2) ul {
  margin-bottom: 45px;
}
#analysis .row02 .col-area .col:nth-child(2) h4:nth-of-type(2) {
  margin-bottom: 0;
}
#analysis .row02 h4 {
  position: relative;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  #analysis .row02 h4 {
    font-size: 18px;
  }
}
#analysis .row02 h4:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 3px;
  width: 22px;
  height: 7px;
  background: url("../img/arrow_ic.svg") no-repeat;
}
#analysis .row02 h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background-color: #463390;
}
#analysis .row02 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;
}
#analysis .row02 h4 a:hover {
  opacity: 0.6;
}
#analysis .row02 ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #analysis .row02 ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#analysis .row02 ul li:nth-child(2n) {
  margin-right: 0;
}
#analysis .row02 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) {
  #analysis .row02 ul li a {
    font-size: 15px;
    padding: 0px 0 5px 36px;
    margin-bottom: 19px;
  }
}
#analysis .row02 ul li a:hover {
  color: #463390;
}
#analysis .row02 ul li a:hover:after {
  width: 100%;
}
#analysis .row02 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) {
  #analysis .row02 ul li a:before {
    top: 11px;
  }
}
#analysis .row02 ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #463390;
  transition: all 0.5s;
}

#g-link {
  background-color: #e6e8e9;
  padding: 60px 1.5em 35px;
}
#g-link .col-area {
  max-width: 1080px;
  margin: 0 auto;
}
#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 .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;
}
/*# sourceMappingURL=top.css.map */