@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* media query */
body:after {
  content: url(../img/plugin/lightbox/close.png) url(../img/plugin/lightbox/loading.gif) url(../img/plugin/lightbox/prev.png) url(../img/plugin/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugin/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

html,
body {
  min-width: 1140px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit;
    min-width: auto;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222222;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  pointer-events: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

.table-pcfix {
  overflow-x: scroll;
}
.table-pcfix table {
  width: 1100px;
}

table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.tb-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  table.tb-vertical tr {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 768px) {
  table.tb-vertical tr th, table.tb-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical tr {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical tr th, table.sp-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
table.small tr th, table.small tr td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  table.small tr th, table.small tr td {
    padding: 7px;
  }
}
table tr th, table tr td {
  border: 1px solid #d6d6d6;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table tr th, table tr td {
    padding: 10px;
  }
}
table tr th {
  background-color: #ebeff6;
  font-weight: bold;
}

.fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs12 {
    font-size: 1rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s12 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s12 {
    font-size: 1rem !important;
  }
}

.font-s13 {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s13 {
    font-size: 1.1rem !important;
  }
}

.font-s14 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s14 {
    font-size: 1.2rem !important;
  }
}

.font-s15 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s15 {
    font-size: 1.3rem !important;
  }
}

.font-s16 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s16 {
    font-size: 1.4rem !important;
  }
}

.font-s17 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s17 {
    font-size: 1.5rem !important;
  }
}

.font-s18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s18 {
    font-size: 1.6rem !important;
  }
}

.font-s19 {
  font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s19 {
    font-size: 1.7rem !important;
  }
}

.font-s20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s20 {
    font-size: 1.8rem !important;
  }
}

.font-s21 {
  font-size: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s21 {
    font-size: 1.9rem !important;
  }
}

.font-s22 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s22 {
    font-size: 2rem !important;
  }
}

.font-s23 {
  font-size: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s23 {
    font-size: 2.1rem !important;
  }
}

.font-s24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s24 {
    font-size: 2.2rem !important;
  }
}

.font-s25 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s25 {
    font-size: 2.3rem !important;
  }
}

.font-s26 {
  font-size: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s26 {
    font-size: 2.4rem !important;
  }
}

.font-s27 {
  font-size: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s27 {
    font-size: 2.5rem !important;
  }
}

.font-s28 {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s28 {
    font-size: 2.6rem !important;
  }
}

.font-s29 {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s29 {
    font-size: 2.7rem !important;
  }
}

.font-s30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s30 {
    font-size: 2.8rem !important;
  }
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

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

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

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

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.m-auto {
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 414px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 414px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 414px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 414px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 414px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 414px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 414px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 414px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 414px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 414px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 414px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 414px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 414px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 414px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 414px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 414px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 414px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 414px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 414px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 414px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 414px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 414px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 414px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 414px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 414px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 414px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 414px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 414px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 414px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 414px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 414px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 414px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 414px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 414px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 414px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 414px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 414px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 414px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 414px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 414px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

@media screen and (min-width: 769px) {
  .telephone,
  .telephone a {
    cursor: text;
  }
  .telephone:hover,
  .telephone a:hover {
    opacity: 1;
  }
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    white-space: nowrap;
  }
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.breadcrumb::-webkit-scrollbar-track {
  background: transparent;
}
.breadcrumb::-webkit-scrollbar-thumb {
  background: transparent;
}
.breadcrumb .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 18px 0 19px;
  line-height: 0;
}
@media screen and (max-width: 414px) {
  .breadcrumb .inner {
    padding: 14px 0 15px;
    display: inline-block;
    padding-right: 10px;
  }
}
.breadcrumb .inner > span {
  vertical-align: middle;
  display: inline;
  margin-left: 1px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 375px) {
  .breadcrumb .inner > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumb .inner > span {
    font-size: 1rem;
  }
}
.breadcrumb .inner > span:before {
  content: ">";
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span:before {
    margin-right: 3px;
    font-size: 1rem;
  }
}
.breadcrumb .inner > span:first-child {
  margin: 0;
}
.breadcrumb .inner > span:first-child:before {
  display: none;
}
.breadcrumb .inner > span > span,
.breadcrumb .inner > span a {
  vertical-align: middle;
  display: inline;
  color: #a3a3a3;
}
.breadcrumb .inner > span a {
  color: #1a3c83;
  text-decoration: underline;
}

.lato {
  font-family: "Lato", sans-serif;
}

.searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebeff6;
  border-radius: 100px;
}
.searchform div input {
  display: inline-block;
  border: 0;
  padding: 2px 20px;
  overflow: visible;
}
@media screen and (max-width: 414px) {
  .searchform div input {
    padding: 10px 15px;
    line-height: 1;
  }
}
.searchform div input[type=text] {
  color: #9a9a9a;
  font-size: 1.2rem;
}
.searchform div input[type=submit] {
  font-family: Fontawesome;
  color: #5d75ab;
  padding-right: 0;
}

.bg-gray {
  background-color: #999;
}

.fw-bold {
  font-weight: bold;
}

.fc-red {
  color: #ee3e36;
}

.box-colomn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-colomn-01.pc-col02 .colomn-inner {
  width: 50%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner {
  width: 32%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner:nth-of-type(3n + 2) {
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner {
    width: 48%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(even) {
    margin-left: 2%;
    margin-right: 0;
  }
}
.box-colomn-01.tb-col02 .colomn-inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:first-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner {
    width: 100%;
    margin-top: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(odd) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(even) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01 .colomn-inner figure img {
    width: 100%;
  }
}

.box-pagenation-01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 {
    font-size: 1.2rem;
  }
}
.box-pagenation-01 > span {
  display: inline-block;
  margin: 0 6px;
}
.box-pagenation-01 a {
  padding: 12px 26px 11px;
  border: 1px solid #222222;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 a {
    padding: 10px 22px 10px;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 a {
    padding: 8px 10px 7px;
  }
}
.box-pagenation-01 a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #222222;
}
.box-pagenation-01 .prev a:before {
  content: "<";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .prev a:before {
    margin-right: 5px;
  }
}
.box-pagenation-01 .next a:after {
  content: ">";
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .next a:after {
    margin-left: 5px;
  }
}

.box-404 {
  text-align: center;
}
.box-404 .title-wrap .title {
  display: block;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-404 .title-wrap .title {
    font-size: 2.5rem;
  }
}
.box-404 .title-wrap .catch {
  display: block;
  margin-top: 5px;
}
.box-404 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404 p {
    margin-top: 15px;
  }
}
.box-404 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404 .unit-link-01 {
    margin-top: 15px;
  }
}

.box-undertitle-01 .inner-title {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #1a3c83;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .inner-title {
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .inner-title {
    height: 200px;
  }
}
.box-undertitle-01 .inner-title.color-white {
  color: #ffffff;
}
.box-undertitle-01 .inner-title.color-white .title {
  border-color: #ffffff;
}
.box-undertitle-01 .inner-title .title {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 25px 47px;
  border: 1px solid #333333;
  font-size: 3rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .inner-title .title {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 15px 25px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .inner-title .title {
    padding: 10px;
    font-size: 2rem;
  }
}

.box-form-01 > .inner {
  padding-top: 19px;
  margin-bottom: 40px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.box-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 18px;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-form-01 dl:first-child {
  border-top: none;
  padding-top: 0;
}
.box-form-01 dl dt {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dt {
    width: 100%;
    padding-top: 0;
  }
}
.box-form-01 dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
.box-form-01 .required:after {
  display: inline-block;
  content: "【必須】";
  margin-left: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #ee3e36;
}
.box-form-01 .telephone-wrap input[type=text],
.box-form-01 .telephone-wrap input[type=tel] {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .telephone-wrap input[type=text],
  .box-form-01 .telephone-wrap input[type=tel] {
    width: 65px;
  }
}
.box-form-01 .telephone-wrap > span:after {
  content: "-";
  display: inline-block;
  margin: 0 7px;
}
.box-form-01 .telephone-wrap > span:last-child:after {
  display: none;
}
.box-form-01 .small-wrap input[type=text] {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .small-wrap input[type=text] {
    width: 100%;
  }
}
.box-form-01 textarea {
  height: 180px;
}
.box-form-01 .unit-btn-01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .unit-btn-01 {
    margin-top: 20px;
  }
}

.box-thanks-01 {
  text-align: center;
}
.box-thanks-01 .title-wrap {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .title-wrap {
    font-size: 2.5rem;
  }
}
.box-thanks-01 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 p {
    margin-top: 15px;
  }
}
.box-thanks-01 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .unit-link-01 {
    margin-top: 15px;
  }
}

.box-flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.unit-fb-01 {
  font-size: 0;
}
.unit-fb-01 .inner {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.unit-fb-01 .inner::before {
  content: "\f082";
  font-family: Fontawesome;
  font-size: 2.1rem;
}

.unit-logo-01 {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 150px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .unit-logo-01 {
    width: 120px;
    height: 40px;
  }
}
.unit-logo-01 > span,
.unit-logo-01 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo.svg) no-repeat center center transparent;
  background-size: contain;
}
.unit-logo-01 img {
  width: 225px;
  height: 35.5px;
}
@media screen and (max-width: 768px) {
  .unit-logo-01 img {
    width: 200px;
    height: 31px;
  }
}
@media screen and (max-width: 375px) {
  .unit-logo-01 img {
    width: 190px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  .unit-logo-01 img {
    width: 170px;
    height: 27px;
  }
}

.unit-pagenation-01 {
  text-align: center;
}
.unit-pagenation-01 a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 10px 10px;
  border: 1px solid #5d75ab;
  background-color: #5d75ab;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 a {
    margin: 0 5px;
    font-size: 1.4rem;
  }
}
.unit-pagenation-01 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #5d75ab;
}
.unit-pagenation-01 .prev a,
.unit-pagenation-01 .next a {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .prev a,
  .unit-pagenation-01 .next a {
    min-width: 70px;
    padding: 10px 0 10px 5px;
  }
}
.unit-pagenation-01 .prev a:before,
.unit-pagenation-01 .next a:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
}
.unit-pagenation-01 .prev a:before {
  content: "\f104";
  left: 10px;
}
.unit-pagenation-01 .return a {
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .return a {
    min-width: 100px;
  }
}
.unit-pagenation-01 .next a:before {
  content: "\f105";
  right: 10px;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071bc;
  text-decoration: underline;
}
.unit-list-01.arrow li {
  padding-left: 1.3em;
}
.unit-list-01.arrow li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "\f105";
  margin-left: 0;
  font-family: FontAwesome;
  font-size: 1.6rem;
}

.unit-note-01 {
  position: relative;
  padding-left: 1em;
}
.unit-note-01:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.unit-note-01 + .unit-note {
  margin-top: 5px;
}

.unit-tab-01 {
  position: relative;
  border-bottom: 4px solid #5d75ab;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}
.unit-tab-01 li {
  display: inline-block;
  margin: 0 9px -1px 7px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li {
    display: block;
    width: 50%;
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-tab-01 li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(1), .unit-tab-01 li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(odd) {
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(even) {
    padding-left: 7px;
  }
}
.unit-tab-01 li a {
  min-width: 200px;
  padding: 11px 0 7px;
  border: 1px solid #5d75ab;
  background-color: #5d75ab;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li a {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 8px 0 5px;
  }
}
.unit-tab-01 li a.is-active, .unit-tab-01 li a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #5d75ab;
}

.unit-btn-01 span:before,
.unit-btn-01 a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
}
.unit-btn-01 span:hover,
.unit-btn-01 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #5d75ab;
}
.unit-btn-01 span:hover input[type=submit],
.unit-btn-01 a:hover input[type=submit] {
  color: #5d75ab;
}
.unit-btn-01 span input[type=submit],
.unit-btn-01 a input[type=submit] {
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.unit-btn-01 > span,
.unit-btn-01 a {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 7px 5px;
  border: 1px solid #5d75ab;
  background-color: #5d75ab;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > span,
  .unit-btn-01 a {
    min-width: inherit;
    min-width: auto;
    min-width: 164px;
  }
}
.unit-btn-01 input[type=submit],
.unit-btn-01 a {
  padding: 10px 21px 9px 5px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 input[type=submit],
  .unit-btn-01 a {
    padding: 5px 31px 4px 3px;
  }
}
.unit-btn-01 > span input[type=submit] {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border: none;
  cursor: pointer;
}

.unit-btn-02 a {
  position: relative;
  min-width: 260px;
  padding: 10px 10px;
  border: 2px solid #ffffff;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
}
.unit-btn-02 a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
}
.unit-btn-02 a:hover {
  opacity: 1;
  background-color: #00437c;
}

.unit-btn-03 a {
  position: relative;
  width: 100%;
  padding: 29px 0 26px;
  border: 1px solid #5d75ab;
  background-color: #5d75ab;
  color: #ffffff;
  text-align: center;
}
.unit-btn-03 a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.unit-btn-03 a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 2rem;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.unit-btn-03 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #5d75ab;
}
.unit-btn-03 a:hover:before {
  border-color: #5d75ab;
}
.unit-btn-03 a:hover:after {
  color: #5d75ab;
}

.unit-link-01 a {
  color: #ce1d00;
}
.unit-link-01 a:after {
  content: "\f105";
  margin-left: 10px;
  font-family: FontAwesome;
}

.unit-tel-01 {
  text-align: center;
}
.unit-tel-01 p:not(.icon-tel) {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.unit-tel-01 p.icon-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  font-family: "Didact Gothic", sans-serif;
}
.unit-tel-01 p.icon-tel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background: url(../img/common/tel_icon_01.svg) center center/contain no-repeat;
}

.wp-pagenavi {
  margin-top: 56px;
  font-size: 1.6rem;
  text-align: center;
  /*
  .first,
  .last,
  .pages{
      display: none;
  }
  */
  /*
  .previouspostslink,
  .nextpostslink{
      border: none;
      background-color: transparent;
      font-size: 1.4rem;
      @media screen and (max-width: 768px) {
          font-size: 1.2rem;
      }
      &:before,
      &:after{
          display: block;
          color: $base_c;
          font-family: FontAwesome;
          line-height: 1;
      }
      &:before{
          line-height: 0.7;
          font-size: 2.0rem;
          @media screen and (max-width: 768px) {
              font-size: 1.6rem;
          }
      }
      &:after{
          margin-top: 5px;
          @media screen and (max-width: 768px) {
              margin-top: 3px;
          }
      }
  }
  .previouspostslink{
      margin-right: 31px;
      @media screen and (max-width: 768px) {
          margin-right: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-right: 5px;
      }
      &:before{
          content: "\f104";
      }
      &:after{
          content: "前へ";
      }
  }
  .nextpostslink{
      margin-left: 31px;
      @media screen and (max-width: 768px) {
          margin-left: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-left: 5px;
      }
      &:before{
          content: "\f105";
      }
      &:after{
          content: "次へ";
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 28px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .extend,
.wp-pagenavi .current {
  background-color: #ffffff;
  border-color: #5d75ab;
  color: #222222;
}
.wp-pagenavi .extend {
  min-width: auto;
  min-width: inherit;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  vertical-align: middle;
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  margin: 0 2px 4px 3px;
  padding: 0 5px;
  border: 1px solid #5d75ab;
  background-color: #5d75ab;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    min-width: 26px;
    min-height: 26px;
    padding: 0;
    line-height: 26px;
  }
}
.wp-pagenavi > a:visited,
.wp-pagenavi > span:visited {
  color: #fff;
}
.wp-pagenavi > a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #5d75ab;
}

.box-blogdetail-01 > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 > * {
    margin-top: 10px;
  }
}
.box-blogdetail-01 > *:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h2, .box-blogdetail-01 h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 30px;
  }
}
.box-blogdetail-01 h2:first-child, .box-blogdetail-01 h3:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 10px;
  }
}
.box-blogdetail-01 h2 + table,
.box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
.box-blogdetail-01 h3 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 20px;
  }
}
.box-blogdetail-01 h4:first-child, .box-blogdetail-01 h5:first-child, .box-blogdetail-01 h6:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h4 + table,
.box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
.box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
.box-blogdetail-01 h6 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h2 {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.box-blogdetail-01 h2:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h3 {
    font-size: 1.6rem;
  }
}
.box-blogdetail-01 h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h5 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h6 {
    font-size: 1.4rem;
  }
}
.box-blogdetail-01 ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.box-blogdetail-01 ul li:before {
  content: "・";
  margin-left: -1em;
}
.box-blogdetail-01 ul li:first-child {
  margin-top: 0;
}
.box-blogdetail-01 ul li a {
  color: #0071BC;
  text-decoration: underline;
}
.box-blogdetail-01 p:after {
  content: "";
  display: block;
  clear: both;
}
.box-blogdetail-01 a {
  color: #0071bc;
  text-decoration: underline;
}
.box-blogdetail-01 strong {
  font-weight: bold;
}
.box-blogdetail-01 img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.box-blogdetail-01 img.alignright {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignright {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignright {
    margin: 10px auto;
  }
}
.box-blogdetail-01 img.alignleft {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignleft {
    margin-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignleft {
    margin: 10px auto;
  }
}
.box-blogdetail-01 hr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #E7E7EB;
}
.box-blogdetail-01 iframe {
  width: 100% !important;
}
.box-blogdetail-01 table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 table {
    margin-top: 25px;
  }
}
.box-blogdetail-01 table:first-child {
  margin-top: 0;
}
.box-blogdetail-01 figure figcaption {
  padding: 5px 10px;
}
.box-blogdetail-01 .box-colomn .colomn-inner figure img {
  width: 100%;
}
.box-blogdetail-01 .alignright {
  float: right;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignright {
    float: none;
  }
}
.box-blogdetail-01 .alignleft {
  float: left;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignleft {
    float: none;
  }
}
.box-blogdetail-01 .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  #header {
    position: relative;
    width: 100%;
    height: 128px;
    border-bottom: 1px solid #dcdcdc;
  }
  #header .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1100px;
    margin: auto;
  }
  #header .header-info .info-catch {
    font-size: 1.2rem;
    color: #222;
  }
  #header .header-info .info-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header-info .info-nav .info-search {
    margin: 10px 15px 0 0;
    margin-right: 15px;
  }
  #header .header-wrapper {
    position: absolute;
    z-index: 10;
    top: 42px;
    left: 0;
    width: 100%;
    height: 86px;
    background: #fff;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  #header .header-wrapper.is-fix .nav-address {
    margin-bottom: 7.5px;
  }
  #header .header-wrapper .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1100px;
    height: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-wrapper .header-inner .func-wrap .btn-func {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #header .header-wrapper .header-inner .globalNav {
    height: 100%;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 550px;
    height: 100%;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    height: 0;
    width: 100%;
    background: #5d75ab;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li > a span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li > a span.title {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li > a span.ruby {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #5d75ab;
    letter-spacing: 0.1em;
    font-family: "Didact Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li > a:hover {
    opacity: 1;
    color: #5d75ab;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    pointer-events: none;
    position: absolute;
    bottom: -50px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 50px;
    background: #5d75ab;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1140px) {
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list {
    width: 1100px;
  }
}
@media screen and (min-width: 769px) {
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list > li::before {
    content: "\f105";
    font-family: Fontawesome;
    margin: 0 10px 0 20px;
    color: #fff;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list > li:first-child::before {
    margin-left: 0;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list > li a {
    color: #fff;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li:hover::before {
    height: 5px;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li:hover .sp-list {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    pointer-events: auto;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-address {
    width: 225px;
    margin-left: 45px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #header .header-wrapper .header-inner .globalNav .nav-inner .sp-contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .overlay {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .header-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  #header .header-wrapper .header-inner .func-wrap .unit-logo-01 {
    width: calc(100% - 55px);
    height: 55px;
  }
  #header .header-wrapper .header-inner .func-wrap .unit-logo-01 a {
    background: url(../img/common/logo.svg) no-repeat 15px center/auto 25px transparent;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    width: 55px;
    height: 55px;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .menu-bar {
    position: relative;
    width: 100%;
    margin-top: 7px;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 3px;
    width: 25px;
    background: #5d75ab;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar1 {
    top: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar2 {
    top: 7px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar3 {
    top: 14px;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .inner-btn {
    width: 100%;
    color: #5d75ab;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 0;
    margin-top: 5px;
  }
  #header .header-wrapper .header-inner .func-wrap .btn-func .inner-btn::before {
    font-size: 1.1rem;
    content: "menu";
  }
  #header .header-wrapper .header-inner .globalNav {
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #header .header-wrapper .header-inner .globalNav .sp-search {
    padding: 10px 0 20px;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li:last-child a {
    border-bottom: 1px solid #dcdcdc;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 7.5px;
    height: 7.5px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li a span.title {
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li a span.ruby {
    color: #5d75ab;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20px;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list {
    background: #5d75ab;
    width: 100vw;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list > li a {
    color: #fff;
    padding: 10px 17.5px;
  }
  #header .header-wrapper .header-inner .globalNav .nav-inner .nav-menu > li .sp-list > li a::after {
    right: 25px;
    border-color: #fff;
  }
  #header .header-wrapper .header-inner .globalNav .nav-address {
    text-align: center;
    padding: 20px 0 40px;
  }
  #header .header-wrapper .header-inner .globalNav .nav-address .sp-contact {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  #header .header-wrapper .header-inner .globalNav .nav-address .sp-contact .unit-btn-01-portal01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header .header-wrapper .header-inner .globalNav .nav-address .icon-tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #header.is-open .header-wrapper .header-inner .func-wrap .btn-func .menu-bar {
    margin-left: 7px;
  }
  #header.is-open .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar1 {
    top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #header.is-open .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar2 {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  #header.is-open .header-wrapper .header-inner .func-wrap .btn-func .menu-bar span.bar3 {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #header.is-open .header-wrapper .header-inner .func-wrap .btn-func .inner-btn::before {
    content: "open";
  }
  #header:not(.is-open) .header-wrapper .header-inner .globalNav {
    opacity: 0;
    max-height: 0;
    pointer-events: none;
  }
  #header:not(.is-open) .overlay {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .box-undertitle {
    margin-top: 55px;
  }
}
.box-undertitle .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  text-transform: capitalize;
}
@media screen and (max-width: 425px) {
  .box-undertitle .title-wrap {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle .title-wrap {
    height: 25.375vw;
  }
}
.box-undertitle .title-wrap .title-inner {
  width: 1100px;
  margin: auto;
  text-align: center;
}
.box-undertitle .title-wrap.service {
  background: #222222 url(../img/title/title_service.jpg) center center/cover no-repeat;
}
.box-undertitle .title-wrap.about {
  background: #222222 url(../img/title/title_about.jpg) center center/cover no-repeat;
}
.box-undertitle .title-wrap.company {
  background: #222222 url(../img/title/title_company.jpg) center center/cover no-repeat;
}
.box-undertitle .title-wrap.news {
  background: #222222 url(../img/title/title_news.jpg) center center/cover no-repeat;
}
.box-undertitle .title-wrap.privacy {
  background: #222222 url(../img/title/title_privacy.jpg) center center/cover no-repeat;
}

#footer .section-contact {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #footer .section-contact .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner {
    padding-top: 30px;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-05-portal01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-05-portal01::after {
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-05-portal01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-05-portal01 .title,
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-05-portal01 .sub {
    width: 100%;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-title-06-portal01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner .unit-btn-01-portal01 {
    width: 100%;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-contact {
  padding-top: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-contact {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-tel > p:not(.unit-text-01-portal01) {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-tel > p:not(.unit-text-01-portal01) {
    margin-top: 5px;
  }
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-mail .unit-btn-01-portal01 {
  width: 288px;
  height: 50px;
}
#footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-mail .unit-btn-01-portal01 a {
  font-size: 1.8rem;
}
@media screen and (max-width: 425px) {
  #footer .section-contact .wrapper .box-detail-03-portal01 .box-inner.box-mail .unit-btn-01-portal01 a {
    font-size: 1.6rem;
  }
}
#footer .section-footnav {
  padding: 60px 0 30px;
  background: #10244f;
}
@media screen and (max-width: 425px) {
  #footer .section-footnav {
    padding: 30px 0;
  }
}
#footer .section-footnav .wrapper .unit-logo-01 {
  width: 150px;
  height: 45px;
}
#footer .section-footnav .wrapper .unit-logo-01 a {
  background: url(../img/common/logo_foot.svg) center center/contain no-repeat;
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper .unit-logo-01 a {
    width: 70%;
    margin: 0 auto;
  }
}
#footer .section-footnav .wrapper > .box-flex-01 {
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper > .box-flex-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .section-footnav .wrapper > .box-flex-01 .detail {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper > .box-flex-01 .detail {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#footer .section-footnav .wrapper > .box-flex-01 .detail .box-flex-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper > .box-flex-01 .detail .box-flex-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper > .box-flex-01 .detail .box-flex-01 .unit-logo-01 {
    margin: 20px 0 5px;
  }
}
#footer .section-footnav .wrapper > .box-flex-01 .detail .box-flex-01 p {
  margin-left: 20px;
}
#footer .section-footnav .wrapper > .box-flex-01 .detail > p {
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 414px) {
  #footer .section-footnav .wrapper > .box-flex-01 .detail > p {
    font-size: 3vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 425px) {
  #footer .section-footnav .wrapper > .box-flex-01 .unit-link-01-portal01 {
    margin: auto;
  }
}
#footer .section-footnav .wrapper .footnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 768px) {
  #footer .section-footnav .wrapper .footnavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #footer .section-footnav .wrapper .footnavi .box-list-01-portal01 {
    width: 100%;
  }
}
#footer .section-footnav .wrapper .footnavi .unit-fb-01 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  #footer .section-footnav .wrapper .footnavi .unit-fb-01 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  #footer .section-footnav .wrapper .footnavi .unit-fb-01 {
    width: 100%;
    text-align: center;
  }
}
#footer .section-footnav .wrapper .copyright {
  font-size: 1.2rem;
  color: #fff;
}

body.page .underwrapper,
body.error404 .underwrapper {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  body.page .underwrapper,
  body.error404 .underwrapper {
    margin: 50px 0;
  }
}
body.page .under-service,
body.error404 .under-service {
  margin: 80px auto;
}
@media screen and (max-width: 414px) {
  body.page .under-service,
  body.error404 .under-service {
    margin-bottom: 40px;
  }
}
body.page .under-service .box-article-02-portal01 .inner-article,
body.error404 .under-service .box-article-02-portal01 .inner-article {
  background: url(../img/common/texture_bg_01.png);
}

body.archive .underwrapper,
body.single .underwrapper {
  margin: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  body.archive .underwrapper,
  body.single .underwrapper {
    margin: 25px 0 50px;
  }
}
body.archive .underwrapper .unit-title-11-portal01,
body.single .underwrapper .unit-title-11-portal01 {
  margin-bottom: 30px;
}

#contents .box-undertitle .title-wrap {
  background-color: #1a3c83;
}
@media screen and (max-width: 414px) {
  #contents .box-undertitle .title-wrap {
    padding: 15px;
  }
}

.box-text-01 p {
  margin-bottom: 1em;
}
.box-text-01 p:last-child {
  margin-bottom: 0;
}

.box-sentence-01-portal01 p {
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.box-flow-01 {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .box-flow-01 {
    margin-top: 50px;
    gap: 60px;
  }
}
@media screen and (max-width: 425px) {
  .box-flow-01 {
    gap: 40px;
    margin-top: 35px;
  }
}

.box-article-01-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .box-article-01-smp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.box-article-01-smp .box-inner {
  width: 31.8%;
  margin-right: 2.3%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-article-01-smp .box-inner {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-article-01-smp .box-inner {
    width: 100%;
  }
}
.box-article-01-smp .box-inner:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 414px) {
  .box-article-01-smp .box-inner:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .box-article-01-smp .box-inner:nth-of-type(3) {
    margin-top: 30px;
  }
}
.box-article-01-smp .box-inner:nth-of-type(3n + 3) {
  margin-right: 0;
}
.box-article-01-smp .box-inner figure img {
  width: 100%;
}
.box-article-01-smp .box-inner p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-article-01-smp .box-inner p {
    margin-top: 10px;
  }
}

.box-article-02-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-article-02-smp .box-inner {
  width: calc(50% - 20px);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .box-article-02-smp .box-inner {
    width: calc(50% - 5px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .box-article-02-smp .box-inner {
    width: 100%;
    margin-top: 30px;
  }
}
.box-article-02-smp .box-inner:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 414px) {
  .box-article-02-smp .box-inner:nth-of-type(2) {
    margin-top: 30px;
  }
}
.box-article-02-smp .box-inner figure {
  margin-top: 0px;
}
.box-article-02-smp .box-inner figure img {
  width: 100%;
}
.box-article-02-smp .box-inner p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-article-02-smp .box-inner p {
    margin-top: 15px;
  }
}
.box-article-02-smp .box-inner .unit-title-02-smp {
  font-weight: normal;
}
.box-article-02-smp .box-inner .unit-title-02-smp:before {
  content: none;
}

.box-detail-01-smp .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .box-detail-01-smp .box-inner {
    margin-top: 30px;
  }
}
.box-detail-01-smp .box-inner:first-child {
  margin-top: 0;
}
.box-detail-01-smp .box-inner .detail-wrap {
  width: calc(100% - 350px - 70px);
}
@media screen and (max-width: 768px) {
  .box-detail-01-smp .box-inner .detail-wrap {
    width: 100%;
  }
}
.box-detail-01-smp .box-inner .figure-wrap {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .box-detail-01-smp .box-inner .figure-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-detail-01-smp .box-inner .figure-wrap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-detail-01-smp .box-inner .figure-wrap img {
    margin: 0 auto;
  }
}
.box-detail-01-smp .box-inner .unit-title-02-smp {
  font-weight: normal;
  margin-bottom: 0;
}
.box-detail-01-smp .box-inner .unit-title-02-smp:before {
  content: none;
}

.box-detail-02-smp .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .box-detail-02-smp .box-inner {
    margin-top: 30px;
  }
}
.box-detail-02-smp .box-inner:first-child {
  margin-top: 0;
}
.box-detail-02-smp .box-inner .figure-wrap {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .box-detail-02-smp .box-inner .figure-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .box-detail-02-smp .box-inner .figure-wrap img {
    margin: 0 auto;
  }
}
.box-detail-02-smp .box-inner .detail-wrap {
  width: calc(100% - 520px - 60px);
}
@media screen and (max-width: 768px) {
  .box-detail-02-smp .box-inner .detail-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.box-detail-02-smp .box-inner .detail-wrap .unit-title-02-smp {
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #ebeff6;
}
.box-detail-02-smp .box-inner .detail-wrap .unit-title-02-smp:before {
  content: none;
}
.box-detail-02-smp .box-inner .detail-wrap .unit-title-02-smp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: 2px;
  background: #5d75ab;
}

.box-detail-03-smp .box-inner {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .box-detail-03-smp .box-inner {
    margin-top: 30px;
  }
}
.box-detail-03-smp .box-inner:first-child {
  margin-top: 0;
}
.box-detail-03-smp .box-inner .detail-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .box-detail-03-smp .box-inner .detail-wrap {
    margin-top: 20px;
  }
}

.box-detail-04-smp {
  padding: 20px;
  background-color: #f4f6f7;
}
.box-detail-04-smp .small {
  margin-top: 25px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .box-detail-04-smp .small {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.box-faq-01-standard01 + .box-faq-01-standard01 {
  margin-top: 45px;
}
@media screen and (max-width: 414px) {
  .box-faq-01-standard01 + .box-faq-01-standard01 {
    margin-top: 30px;
  }
}
.box-faq-01-standard01 .title {
  position: relative;
  padding-left: 3.5rem;
  color: #1a3c83;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .box-faq-01-standard01 .title {
    font-size: 5vw;
  }
}
.box-faq-01-standard01 .title:before {
  content: "Q. ";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a3c83;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
}
.box-faq-01-standard01 .title + .detail {
  margin-top: 30px;
}
.box-faq-01-standard01 .detail {
  position: relative;
  padding: 40px;
  background: #fafafa;
}
@media screen and (max-width: 414px) {
  .box-faq-01-standard01 .detail {
    padding: 20px;
  }
}
.box-faq-01-standard01 .detail:before {
  content: "";
  position: absolute;
  top: -19px;
  left: 65px;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(255, 255, 255, 0);
  border-right: 20px solid rgba(255, 255, 255, 0);
  border-bottom: 20px solid #fafafa;
}
@media screen and (max-width: 414px) {
  .box-faq-01-standard01 .detail:before {
    top: -14px;
    left: 25px;
    border-left: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid rgba(255, 255, 255, 0);
    border-bottom: 15px solid #fafafa;
  }
}
.box-faq-01-standard01 .detail .inner-detail {
  line-height: 1.7;
}
.box-faq-01-standard01 .detail .inner-detail .a {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-right: 1rem;
}

.box-detail-01-portal01 .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box-detail-01-portal01 .box-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-detail-01-portal01 .box-inner .detail {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .box-detail-01-portal01 .box-inner .detail {
    width: 100%;
  }
}
.box-detail-01-portal01 .box-inner .detail:nth-child(2n) {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .box-detail-01-portal01 .box-inner .detail:nth-child(2n) {
    width: 100%;
  }
}

.box-detail-02-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .box-detail-02-portal01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-detail-02-portal01 .box-inner {
  width: 50%;
  height: 300px;
  background: #5d75ab;
}
@media screen and (max-width: 414px) {
  .box-detail-02-portal01 .box-inner {
    width: 100%;
    height: inherit;
  }
}
.box-detail-02-portal01 .box-inner .bg-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  .box-detail-02-portal01 .box-inner .bg-inner {
    padding: 20px 0;
  }
}
.box-detail-02-portal01 .box-inner .bg-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-detail-02-portal01 .box-inner .bg-inner:hover {
  opacity: 1;
}
.box-detail-02-portal01 .box-inner .bg-inner:hover::before {
  opacity: 0.3;
}
.box-detail-02-portal01 .box-inner .bg-inner .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 375px;
  height: 180px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .box-detail-02-portal01 .box-inner .bg-inner .inner {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .box-detail-02-portal01 .box-inner .bg-inner .inner {
    height: inherit;
    padding: 20px 0;
  }
}
.box-detail-02-portal01 .box-inner .bg-inner .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border: 13px solid #1a3c83;
  border-color: transparent #1a3c83 #1a3c83 transparent;
}
.box-detail-02-portal01 .box-inner .bg-inner .inner .detail {
  text-align: center;
}
.box-detail-02-portal01 .box-inner .bg-inner .inner .detail > p {
  font-size: 1.4rem;
  margin-top: 15px;
}

.box-detail-03-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 70px;
  background: url(../img/common/contact_bg_01.png) center center/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .box-detail-03-portal01 {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .box-detail-03-portal01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 6px solid #5d75ab;
    border-bottom: 6px solid #5d75ab;
    background: url(../img/common/contact_bg_01.jpg) center center/cover no-repeat;
    padding: 40px 15px;
  }
  .box-detail-03-portal01 .box-inner {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  .box-detail-03-portal01 .box-inner {
    width: 100%;
  }
}

.box-detail-04-portal01 {
  padding: 40px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .box-detail-04-portal01 {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .box-article-01-portal01 {
    padding: 18px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
}
.box-article-01-portal01 .inner-article:last-child .inner {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.box-article-01-portal01 .inner-article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.box-article-01-portal01 .inner-article .inner::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 1px solid #777777;
  border-top: 1px solid #777777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 425px) {
  .box-article-01-portal01 .inner-article .inner::after {
    width: 12px;
    height: 12px;
  }
}
.box-article-01-portal01 .inner-article .inner .detail-wrap {
  width: calc(100% - 180px);
}
@media screen and (max-width: 414px) {
  .box-article-01-portal01 .inner-article .inner .detail-wrap {
    width: 55vw;
  }
  .box-article-01-portal01 .inner-article .inner .detail-wrap .unit-title-02-portal01 .title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 414px) {
  .box-article-01-portal01 .inner-article .inner figure {
    width: calc(100% - 55vw - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .box-article-01-portal01 .inner-article .inner figure img {
    max-width: none;
  }
}
.box-article-01-portal01 .inner-article .inner:hover {
  opacity: 1;
  color: #1a3c83;
}
.box-article-01-portal01 .inner-article .inner:hover::after {
  border-right: 1px solid #5d75ab;
  border-top: 1px solid #5d75ab;
}

.box-article-02-portal01,
.box-article-03-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-article-02-portal01::before, .box-article-02-portal01::after,
.box-article-02-portal01 .blank,
.box-article-03-portal01::before,
.box-article-03-portal01::after,
.box-article-03-portal01 .blank {
  content: "";
  width: 350px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media screen and (max-width: 768px) {
  .box-article-02-portal01::before, .box-article-02-portal01::after,
  .box-article-02-portal01 .blank,
  .box-article-03-portal01::before,
  .box-article-03-portal01::after,
  .box-article-03-portal01 .blank {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 414px) {
  .box-article-02-portal01::before, .box-article-02-portal01::after,
  .box-article-02-portal01 .blank,
  .box-article-03-portal01::before,
  .box-article-03-portal01::after,
  .box-article-03-portal01 .blank {
    width: 100%;
  }
}
.box-article-02-portal01 .inner-article,
.box-article-03-portal01 .inner-article {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .box-article-02-portal01 .inner-article,
  .box-article-03-portal01 .inner-article {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 414px) {
  .box-article-02-portal01 .inner-article,
  .box-article-03-portal01 .inner-article {
    width: 100%;
  }
}
.box-article-02-portal01 .inner-article .inner,
.box-article-03-portal01 .inner-article .inner {
  display: block;
}
.box-article-02-portal01 .inner-article .inner figure,
.box-article-03-portal01 .inner-article .inner figure {
  position: relative;
  border-bottom: 4px solid #5d75ab;
  background: #5d75ab;
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 414px) {
  .box-article-02-portal01 .inner-article .inner figure,
  .box-article-03-portal01 .inner-article .inner figure {
    height: 57.188vw;
  }
}
.box-article-02-portal01 .inner-article .inner figure img,
.box-article-03-portal01 .inner-article .inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
.box-article-02-portal01 .inner-article .inner .detail-wrap,
.box-article-03-portal01 .inner-article .inner .detail-wrap {
  margin-bottom: 20px;
}
.box-article-02-portal01 .inner-article .inner .detail-wrap .unit-cat-02-portal01,
.box-article-03-portal01 .inner-article .inner .detail-wrap .unit-cat-02-portal01 {
  margin: 15px 0;
}
.box-article-02-portal01 .inner-article .inner .detail-wrap .title,
.box-article-03-portal01 .inner-article .inner .detail-wrap .title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.box-article-02-portal01 .inner-article .inner .detail-wrap .time,
.box-article-03-portal01 .inner-article .inner .detail-wrap .time {
  display: block;
  font-size: 1.2rem;
  color: #aaa;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.02em;
  margin: 15px 0 25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-article-02-portal01 .inner-article .inner:hover,
.box-article-03-portal01 .inner-article .inner:hover {
  opacity: 1;
}
.box-article-02-portal01 .inner-article .inner:hover figure img,
.box-article-03-portal01 .inner-article .inner:hover figure img {
  opacity: 0.4;
}
.box-article-02-portal01 .inner-article .inner:hover .detail-wrap .title,
.box-article-02-portal01 .inner-article .inner:hover .detail-wrap .time,
.box-article-03-portal01 .inner-article .inner:hover .detail-wrap .title,
.box-article-03-portal01 .inner-article .inner:hover .detail-wrap .time {
  color: #5d75ab;
}
.box-article-02-portal01 .inner-article .inner:hover .unit-btn-03-portal01 > *,
.box-article-02-portal01 .inner-article .inner:hover .unit-btn-04-portal01 > *,
.box-article-03-portal01 .inner-article .inner:hover .unit-btn-03-portal01 > *,
.box-article-03-portal01 .inner-article .inner:hover .unit-btn-04-portal01 > * {
  background: #1a3c83;
  color: #fff;
}
.box-article-02-portal01 .inner-article .inner:hover .unit-btn-03-portal01 > *::after,
.box-article-02-portal01 .inner-article .inner:hover .unit-btn-04-portal01 > *::after,
.box-article-03-portal01 .inner-article .inner:hover .unit-btn-03-portal01 > *::after,
.box-article-03-portal01 .inner-article .inner:hover .unit-btn-04-portal01 > *::after {
  border-color: #fff;
}

@media screen and (min-width: 415px) {
  .box-article-02-portal01 .inner-article:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .box-article-02-portal01 .inner-article:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-article-02-portal01 .inner-article:nth-child(n+2) {
    margin-top: 30px;
  }
}

.box-article-03-portal01::before, .box-article-03-portal01::after,
.box-article-03-portal01 .blank {
  content: "";
  width: 262px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media screen and (max-width: 768px) {
  .box-article-03-portal01::before, .box-article-03-portal01::after,
  .box-article-03-portal01 .blank {
    width: calc(33% - 7.5px);
  }
}
@media screen and (max-width: 414px) {
  .box-article-03-portal01::before, .box-article-03-portal01::after,
  .box-article-03-portal01 .blank {
    width: 100%;
  }
}
.box-article-03-portal01 .inner-article {
  width: 262px;
}
@media screen and (min-width: 769px) {
  .box-article-03-portal01 .inner-article:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .box-article-03-portal01 .inner-article {
    width: calc(33% - 7.5px);
  }
  .box-article-03-portal01 .inner-article:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-article-03-portal01 .inner-article {
    width: calc(50% - 7.5px);
  }
  .box-article-03-portal01 .inner-article:nth-child(n+3) {
    margin-top: 30px;
  }
}
.box-article-03-portal01 .inner-article .inner figure {
  height: 166px;
}
@media screen and (max-width: 414px) {
  .box-article-03-portal01 .inner-article .inner figure {
    height: 28.125vw;
  }
}

.box-list-01-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .box-list-01-portal01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 414px) {
  .box-list-01-portal01 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .box-list-01-portal01 .inner-list:nth-child(n+2) {
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-list-01-portal01 .inner-list {
    width: 33%;
    text-align: center;
    border-left: 1px solid #fff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  .box-list-01-portal01 .inner-list:nth-child(3n), .box-list-01-portal01 .inner-list:last-child {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 425px) {
  .box-list-01-portal01 .inner-list {
    width: 50%;
  }
  .box-list-01-portal01 .inner-list:nth-child(2n), .box-list-01-portal01 .inner-list:last-child {
    border-right: 1px solid #fff;
  }
}
.box-list-01-portal01 .inner-list > * {
  color: #fff;
}

.box-faq-01-portal01 .question {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box-faq-01-portal01 .question::before {
  content: "Q.";
  font-family: "Lato", sans-serif;
  color: #5d75ab;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 5px;
}
.box-faq-01-portal01 .question + .answer {
  margin-top: 27px;
}
.box-faq-01-portal01 .answer {
  position: relative;
  padding: 30px;
  background: #f1f1f1;
}
.box-faq-01-portal01 .answer::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 100px;
  width: 36px;
  height: 36px;
  background: #f1f1f1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 414px) {
  .box-faq-01-portal01 .answer::before {
    left: 50px;
  }
}

@media screen and (min-width: 415px) {
  .box-nav-01-portal01 {
    width: 100vw;
    background: #f1f1f1;
    padding: 15px 0;
  }
  .box-nav-01-portal01 .btn {
    display: none;
  }
  .box-nav-01-portal01 > .box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-nav-01-portal01 > .box-inner > .inner {
    padding: 0 45px;
    border-left: 1px solid #dcdcdc;
    color: #5d75ab;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .box-nav-01-portal01 > .box-inner > .inner:last-child {
    border-right: 1px solid #dcdcdc;
  }
  .box-nav-01-portal01 > .box-inner > .inner.current {
    color: #222222;
  }
  .box-nav-01-portal01 > .box-inner.topics .inner.cat3, .box-nav-01-portal01 > .box-inner.topics .inner.cat4 {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .box-nav-01-portal01 {
    position: relative;
    width: 100vw;
    background: #f1f1f1;
    padding: 15px;
  }
  .box-nav-01-portal01 .btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    width: 75%;
    color: #fff;
    background: #5d75ab;
    margin: auto;
    font-size: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .box-nav-01-portal01 .btn::after {
    content: "";
    display: inline-block;
    border: 2vw solid transparent;
    border-top: 2vw solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 5px;
  }
  .box-nav-01-portal01 > .box-inner {
    position: absolute;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    display: block;
    width: calc(75% - 22px);
    background: #fff;
    margin: auto;
    font-size: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    max-height: 100vh;
  }
  .box-nav-01-portal01 > .box-inner > .inner a {
    display: block;
    padding: 10px 15px;
    color: #222;
    border-top: 1px solid #fff;
  }
  .post-type-archive-column .box-nav-01-portal01 > .box-inner > .inner:nth-of-type(n + 4) {
    display: none;
  }
  .box-nav-01-portal01:not(.is-open) > .box-inner {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
  .box-nav-01-portal01.is-open .btn::after {
    border-bottom: 2vw solid #fff;
    border-top: 0;
  }
}

.box-case-01-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-case-01-portal01 figure {
  width: 47.2727273%;
}
@media screen and (max-width: 768px) {
  .box-case-01-portal01 figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-case-01-portal01 > .box-inner {
  width: 47.2727273%;
}
@media screen and (max-width: 768px) {
  .box-case-01-portal01 > .box-inner {
    width: 100%;
  }
}
.box-case-01-portal01 > .box-inner .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.box-case-01-portal01 > .box-inner .status .time {
  color: #aaa;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .box-case-01-portal01 > .box-inner .status .time {
    font-size: 1.2rem;
  }
}
.box-case-01-portal01 > .box-inner .detail .text {
  margin-top: 15px;
  font-size: 1.5rem;
}
.box-case-01-portal01 > .box-inner .detail .text p:not(:first-child) {
  margin-top: 1em;
}

.box-single-01-portal01 p {
  margin-bottom: 10px;
}
.box-single-01-portal01 p:has(img) {
  display: inline-block;
}
.box-single-01-portal01 p > img {
  display: inline;
}
.box-single-01-portal01 img {
  margin: 30px 0;
}
@media screen and (max-width: 414px) {
  .box-single-01-portal01 img {
    margin: 10px 0;
  }
}
.box-single-01-portal01 a {
  color: #5d75ab;
}
@media screen and (max-width: 768px) {
  .box-single-01-portal01 .box-flex-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.unit-title-01-smp {
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .unit-title-01-smp {
    margin-bottom: 15px;
  }
}
.unit-title-01-smp > span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .unit-title-01-smp > span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01-smp > span {
    font-size: 2rem;
  }
}
.unit-title-01-smp > span:before {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 10px);
  height: 10px;
  background-color: #506799;
}

.unit-title-02-smp {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-title-02-smp {
    padding-bottom: 11px;
    font-size: 1.8rem;
  }
}
.unit-title-02-smp.translucent {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .unit-title-02-smp.translucent {
    font-size: 1.8rem;
  }
}
.unit-title-02-smp.no-border {
  font-weight: normal;
  padding-bottom: 0px;
}
.unit-title-02-smp.no-border:before {
  content: none;
}

.unit-detail-01-smp .detail {
  margin-top: 40px;
  line-height: 1.88;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .unit-detail-01-smp .detail {
    margin-top: 20px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-01-smp .detail {
    margin-top: 15px;
    line-height: 1.6;
  }
}
.unit-detail-01-smp .detail > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .unit-detail-01-smp .detail > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-01-smp .detail > * {
    margin-top: 10px;
  }
}
.unit-detail-01-smp .detail > *:first-child {
  margin-top: 0;
}

.unit-detail-02-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}
.unit-detail-02-smp:first-child {
  margin-top: 0;
}
@media screen and (max-width: 414px) {
  .unit-detail-02-smp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.unit-detail-02-smp .title {
  width: 140px;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-detail-02-smp .title {
    width: 100px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-02-smp .title {
    width: 60%;
    padding-right: 0;
  }
}
.unit-detail-02-smp .detail {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .unit-detail-02-smp .detail {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-02-smp .detail {
    width: 100%;
  }
}
.unit-detail-02-smp.long .title {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .unit-detail-02-smp.long .title {
    width: 150px;
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-02-smp.long .title {
    width: 100%;
    padding-right: 0;
  }
}
.unit-detail-02-smp.long .detail {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .unit-detail-02-smp.long .detail {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-02-smp.long .detail {
    width: 100%;
    margin-top: 10px;
  }
}

.unit-detail-03-smp {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.unit-detail-03-smp:first-child {
  margin-top: 0;
}
.unit-detail-03-smp .title {
  display: block;
  font-weight: bold;
}
.unit-detail-03-smp .detail {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .unit-detail-03-smp .detail {
    margin-top: 10px;
  }
}

*[class*=icon-]::before {
  content: "";
  display: block;
}

.icon-case::before {
  background: url("../img/common/case_icon_01.svg") center center/contain no-repeat;
}

.icon-column::before {
  background: url("../img/common/column_icon_01.svg") center center/contain no-repeat;
}

.icon-guide::before {
  background: url("../img/common/guide_icon_01.svg") center center/contain no-repeat;
}

.icon-faq::before {
  background: url("../img/common/faq_icon_01.svg") center center/contain no-repeat;
}

.icon-mail::before {
  background: url("../img/common/mail_icon_01.svg") center center/contain no-repeat;
}

.icon-letter::before {
  background: url("../img/common/letter_icon_01.svg") center center/contain no-repeat;
}

.icon-tel::before {
  background: url("../img/common/tel_icon_01.svg") center center/contain no-repeat;
}

.unit-title-01-portal01 .sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5d75ab;
  margin-bottom: 10px;
}
.unit-title-01-portal01 .sub.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .unit-title-01-portal01 .sub.fs30 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01-portal01 .sub.fs30 {
    font-size: 2rem;
  }
}
.unit-title-01-portal01 .title {
  display: block;
  font-size: 3.9rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.unit-title-02-portal01 .sub {
  color: #1a3c83;
  font-family: "Didact Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
.unit-title-02-portal01 .sub.icon-feautures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.unit-title-02-portal01 .sub.icon-feautures::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/common/features_icon_01.svg) center center/contain no-repeat;
}
@media screen and (max-width: 425px) {
  .unit-title-02-portal01 .sub.icon-feautures::before {
    width: 13px;
    height: 13px;
  }
}
.unit-title-02-portal01 .title {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.unit-title-03-portal01 {
  text-align: center;
}
.unit-title-03-portal01 *[class*=icon-]::before {
  margin: 0 auto 10px;
  width: 20px;
  height: 26px;
}
.unit-title-03-portal01 .title {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: #5d75ab;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  .unit-title-03-portal01 .title {
    font-size: 2.8rem;
  }
}
.unit-title-03-portal01 .sub {
  display: block;
  color: #000022;
  letter-spacing: 0.02em;
  font-family: "Didact Gothic", sans-serif;
  margin-top: 5px;
}

.unit-title-04-portal01 {
  text-align: center;
}
.unit-title-04-portal01 *[class*=icon-]::before {
  margin: 0 auto 10px;
  width: 29px;
  height: 25px;
}
.unit-title-04-portal01 .title {
  display: block;
  font-size: 2.4rem;
  color: #5d75ab;
}
.unit-title-04-portal01 .sub {
  display: block;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-top: 5px;
}

.unit-title-05-portal01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 17px;
}
.unit-title-05-portal01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #dcdcdc;
}
.unit-title-05-portal01 .title {
  font-size: 2.8rem;
  color: #0f2349;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.unit-title-05-portal01 .sub {
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
@media screen and (max-width: 414px) {
  .unit-title-05-portal01 .sub {
    margin-left: 0;
  }
}

.unit-title-06-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.unit-title-06-portal01::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  .unit-title-06-portal01::before {
    width: 17px;
    height: 17px;
  }
}

.unit-title-07-portal01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  line-height: 1.25;
  border-left: 6px solid #5d75ab;
  padding-left: 14px;
}

.unit-title-08-portal01 {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 22px;
  border-bottom: 2px solid #ebeff6;
}
.unit-title-08-portal01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: 2px;
  background: #5d75ab;
}

.unit-title-09-portal01 {
  color: #5d75ab;
  font-size: 1.8rem;
  font-weight: bold;
}

.unit-title-10-portal01 {
  color: #fff;
}
.unit-title-10-portal01 .title {
  display: block;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.8rem;
}
@media screen and (max-width: 414px) {
  .unit-title-10-portal01 .title {
    font-size: 7vw;
  }
}
.unit-title-10-portal01 .ruby {
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 414px) {
  .unit-title-10-portal01 .ruby {
    font-size: 3.5vw;
  }
}
.unit-title-10-portal01 .ruby::before {
  content: "- ";
}
.unit-title-10-portal01 .ruby::after {
  content: " -";
}

.unit-time-01-portal01 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.unit-time-01-portal01 .time {
  display: block;
  font-size: 1.4rem;
  color: #aaa;
  font-family: "Lato", sans-serif;
  line-height: 1;
}

.unit-title-11-portal01 {
  position: relative;
  border-bottom: 2px solid #ebeff6;
}
.unit-title-11-portal01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: 2px;
  background: #5d75ab;
}
.unit-title-11-portal01 .time {
  display: block;
  font-size: 1.4rem;
  color: #aaa;
  font-family: "Lato", sans-serif;
  line-height: 1;
  padding-bottom: 18px;
}
.unit-title-11-portal01 .title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 22px;
}

.unit-text-01-portal01 {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #0f2349;
}
.unit-text-01-portal01 .fs33 {
  font-size: 3.3rem;
  line-height: 1;
}

.unit-btn-01-portal01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 42px;
  background: #1a3c83;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.unit-btn-01-portal01.icon-mail {
  background-color: #1a3c83;
}
.unit-btn-01-portal01.icon-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 22px;
  height: 14px;
  background: url(../img/common/mail_icon_01.svg) center center/contain no-repeat;
}
.unit-btn-01-portal01.icon-mail a {
  padding-left: 10px;
}
.unit-btn-01-portal01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border: 7.5px solid #10244f;
  border-color: transparent #10244f #10244f transparent;
}
.unit-btn-01-portal01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.unit-btn-01-portal01 a:hover {
  opacity: 1;
  background: #10244f;
}

.unit-btn-02-portal01,
.unit-btn-05-portal01 {
  text-align: center;
}
.unit-btn-02-portal01 a,
.unit-btn-05-portal01 a {
  color: #fff;
}
.unit-btn-02-portal01 > *,
.unit-btn-05-portal01 > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 50px;
  background: #5d75ab;
  color: #fff;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 45px;
}
@media screen and (max-width: 414px) {
  .unit-btn-02-portal01 > *,
  .unit-btn-05-portal01 > * {
    width: 100%;
  }
}
.unit-btn-02-portal01 > *::after,
.unit-btn-05-portal01 > *::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.unit-btn-02-portal01 > *:hover,
.unit-btn-05-portal01 > *:hover {
  opacity: 1;
  background: #1a3c83;
  color: #fff;
}
.unit-btn-02-portal01 input,
.unit-btn-05-portal01 input {
  color: #fff;
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.unit-btn-02-portal01 .inner {
  display: block;
  width: 100%;
  height: 100%;
}
.unit-btn-02-portal01 .wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}

.unit-btn-03-portal01 a:hover,
.unit-btn-04-portal01 a:hover {
  opacity: 1;
}
.unit-btn-03-portal01 > *,
.unit-btn-04-portal01 > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  background: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 6px 21px;
}
.unit-btn-03-portal01 > *::after,
.unit-btn-04-portal01 > *::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.unit-btn-03-portal01 > *:hover,
.unit-btn-04-portal01 > *:hover {
  background: #e1e2ee;
  color: #fff;
}
.unit-btn-03-portal01 > *:hover::after,
.unit-btn-04-portal01 > *:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.unit-btn-04-portal01 > * {
  background: #e1e2ee;
}

.unit-btn-05-portal01 > *::after {
  right: inherit;
  left: 20px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.unit-cat-01-portal01,
.unit-cat-02-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7ea2e9;
}
@media screen and (max-width: 414px) {
  .unit-cat-01-portal01,
  .unit-cat-02-portal01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.unit-cat-01-portal01 dt,
.unit-cat-01-portal01 .cat,
.unit-cat-02-portal01 dt,
.unit-cat-02-portal01 .cat {
  font-size: 1.2rem;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.02em;
  padding-right: 17px;
  margin-right: 17px;
  border-right: 1px solid #7ea2e9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 14px;
}
@media screen and (max-width: 414px) {
  .unit-cat-01-portal01 dt,
  .unit-cat-01-portal01 .cat,
  .unit-cat-02-portal01 dt,
  .unit-cat-02-portal01 .cat {
    margin-bottom: 6px;
  }
}
.unit-cat-01-portal01 dd,
.unit-cat-01-portal01 .slug,
.unit-cat-02-portal01 dd,
.unit-cat-02-portal01 .slug {
  font-size: 1.3rem;
  margin-bottom: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 414px) {
  .unit-cat-01-portal01 dd,
  .unit-cat-01-portal01 .slug,
  .unit-cat-02-portal01 dd,
  .unit-cat-02-portal01 .slug {
    margin-bottom: 6px;
  }
}
.unit-cat-01-portal01 dd span,
.unit-cat-01-portal01 .slug span,
.unit-cat-02-portal01 dd span,
.unit-cat-02-portal01 .slug span {
  display: inline-block;
}

.unit-cat-02-portal01 {
  border-bottom: 1px solid #dcdcdc;
}
.unit-cat-02-portal01 dt,
.unit-cat-02-portal01 .cat {
  border-right: 1px solid #dcdcdc;
}
.unit-cat-02-portal01 dd,
.unit-cat-02-portal01 .slug {
  color: #5d75ab;
}

.unit-cat-03-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.unit-cat-03-portal01 .cat {
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  border-right: 1px solid #dcdcdc;
  padding-right: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 414px) {
  .unit-cat-03-portal01 .cat {
    font-size: 1.1rem;
  }
}
.unit-cat-03-portal01 .slug {
  color: #5d75ab;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .unit-cat-03-portal01 .slug {
    font-size: 1.2rem;
  }
}
.unit-cat-03-portal01 .slug span {
  display: inline-block;
}

.unit-link-01-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  line-height: 1;
  gap: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Didact Gothic", sans-serif;
}
.unit-link-01-portal01:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.unit-link-01-portal01:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.unit-link-01-portal01 > *::after {
  content: "\f106";
  font-family: Fontawesome;
  margin-left: 5px;
}

.unit-link-02-portal01 {
  color: #5d75ab;
}
.unit-link-02-portal01 a span {
  display: inline;
  line-height: 1.25;
  border-bottom: 1px solid #5d75ab;
}
.unit-link-02-portal01 a span::after {
  content: "\f105";
  font-family: Fontawesome;
  margin-left: 5px;
}

.unit-detail-01-portal01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}
.unit-detail-01-portal01:first-child {
  margin-top: 0;
}
.unit-detail-01-portal01 .title {
  color: #5d75ab;
  width: 140px;
  padding-right: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-detail-01-portal01 .title {
    width: 100px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-01-portal01 .title {
    width: 100%;
    padding-right: 0;
  }
}
.unit-detail-01-portal01 .detail {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .unit-detail-01-portal01 .detail {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 414px) {
  .unit-detail-01-portal01 .detail {
    width: 100%;
    margin-top: 10px;
  }
}

.unit-detail-01-smp .detail {
  margin-top: 0;
}
.unit-detail-01-smp h1,
.unit-detail-01-smp h2,
.unit-detail-01-smp h3,
.unit-detail-01-smp h4,
.unit-detail-01-smp h5 {
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

body.single strong {
  font-weight: bold;
}
body.single em {
  font-style: italic;
}
body.single sup {
  vertical-align: super;
  font-size: smaller;
}
body.single sub {
  vertical-align: sub;
  font-size: smaller;
}
body.single .alignleft {
  float: left;
  margin-right: 20px;
}
body.single .alignright {
  float: right;
  margin-left: 20px;
}
body.single .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
body.single .unit-btn-02-standard02 {
  clear: both;
}

#mainvisual {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  height: 39.18vw;
}
@media screen and (max-width: 768px) {
  #mainvisual {
    width: 100%;
    height: 53.125vw;
    margin-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual {
    height: 84.25vw;
  }
}
#mainvisual.slider-portal01-01 ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#mainvisual.slider-portal01-01 ul li {
  position: relative;
  height: 39.18vw;
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 ul li {
    width: 100%;
    height: 53.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
  #mainvisual.slider-portal01-01 ul li {
    overflow: hidden;
  }
}
#mainvisual.slider-portal01-01 ul li figure {
  position: relative;
  width: calc(100% - 330px);
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  #mainvisual.slider-portal01-01 ul li figure {
    height: 39.18vw;
  }
  #mainvisual.slider-portal01-01 ul li figure.sp-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 ul li figure {
    width: 100%;
  }
}
#mainvisual.slider-portal01-01 ul li figure > img {
  position: relative;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 414px) {
  #mainvisual.slider-portal01-01 ul li figure > img {
    min-width: auto;
    min-height: auto;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
  }
}
#mainvisual.slider-portal01-01 .slick-list {
  overflow: visible;
}
#mainvisual.slider-portal01-01 .slick-dots {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 26px;
  right: -100px;
  width: 415px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-dots {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 414px) {
  #mainvisual.slider-portal01-01 .slick-dots {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -30vw;
    right: -25vw;
  }
}
#mainvisual.slider-portal01-01 .slick-dots li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-dots li {
    width: auto;
  }
}
#mainvisual.slider-portal01-01 .slick-dots li.slick-active button, #mainvisual.slider-portal01-01 .slick-dots li:hover button {
  opacity: 1;
  background-color: #002662;
}
#mainvisual.slider-portal01-01 .slick-dots li button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 5.5px;
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual.slider-portal01-01 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual.slider-portal01-01 .slick-arrow {
    display: block;
    background: #fff;
    border: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
    height: 104px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #mainvisual.slider-portal01-01 .slick-arrow:before {
    content: "\f104";
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Fontawesome;
    color: #5d75ab;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #mainvisual.slider-portal01-01 .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual.slider-portal01-01 .slick-arrow.slick-prev:before {
    content: "\f053";
  }
  #mainvisual.slider-portal01-01 .slick-arrow.slick-next {
    right: 345px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #mainvisual.slider-portal01-01 .slick-arrow.slick-next {
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual.slider-portal01-01 .slick-arrow.slick-next:before {
    content: "\f054";
  }
  #mainvisual.slider-portal01-01 .slick-arrow:hover {
    background: #5d75ab;
  }
  #mainvisual.slider-portal01-01 .slick-arrow:hover:before {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  #mainvisual a:not(.link) {
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual a:not(.link) {
    top: 53.125vw;
    width: 100%;
    height: 46.125vw;
  }
}
#mainvisual .maincatch {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  max-width: 100%;
  height: 100%;
  background: #1a3c83;
  color: #fff;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch {
    width: 50%;
    height: 53.125vw;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual .maincatch {
    top: 49.125vw;
    width: 100%;
    height: 34.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}
#mainvisual .maincatch .inner {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 425px) {
  #mainvisual .maincatch .inner {
    margin-top: 0;
  }
}
#mainvisual .maincatch .inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner h2 {
    margin-bottom: 5px;
  }
}
#mainvisual .maincatch .inner h2 .fs30 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner h2 .fs30 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual .maincatch .inner h2 .fs30 {
    font-size: 5vw;
  }
}
#mainvisual .maincatch .inner h2 .fwb {
  font-weight: bold;
}
#mainvisual .maincatch .inner h2 .lato {
  margin-left: 20px;
}
#mainvisual .maincatch .inner h2 .small-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 425px) {
  #mainvisual .maincatch .inner h2 .small-txt {
    font-size: 1.4rem;
  }
}
#mainvisual .maincatch .inner .unit-cat-01-portal01 {
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner .unit-cat-01-portal01 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual .maincatch .inner .unit-cat-01-portal01 {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner .unit-cat-01-portal01 dt,
  #mainvisual .maincatch .inner .unit-cat-01-portal01 dd {
    margin-bottom: 2vw;
  }
}
#mainvisual .maincatch .inner p {
  display: block;
  line-height: 1.7;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .inner p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 414px) {
  #mainvisual .maincatch .inner p {
    font-size: 3vw;
  }
  #mainvisual .maincatch .inner p.mb30 {
    margin-bottom: 5px !important;
  }
}
#mainvisual .maincatch .inner object {
  width: 100%;
  height: 100%;
}
#mainvisual .maincatch .inner a.link span {
  text-decoration: underline;
}
#mainvisual .maincatch .inner a.link:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}

.section-home {
  padding: 60px 0;
}
@media screen and (max-width: 414px) {
  .section-home {
    padding: 30px 0;
  }
}
.section-home:last-child {
  padding: 0;
}
.section-home.section-company {
  padding-bottom: 80px;
}
@media screen and (max-width: 414px) {
  .section-home.section-company {
    padding-bottom: 60px;
  }
}
.section-home.section-company .box-detail-01-portal01 .box-inner {
  margin-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .section-home.section-company .box-detail-01-portal01 .box-inner {
    margin-bottom: 25px;
  }
}
.section-home.section-company .box-detail-01-portal01 .box-inner .unit-title-01-portal01 {
  margin-bottom: 20px;
}
.section-home.section-company .box-detail-01-portal01 .box-inner .unit-title-01-portal01 .title {
  font-size: 3rem;
}
@media screen and (max-width: 414px) {
  .section-home.section-company .box-detail-01-portal01 .box-inner .unit-title-01-portal01 .title {
    font-size: 7vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section-home.section-company .box-detail-01-portal01 .box-inner .box-article-01-portal01 {
    margin-top: 30px;
  }
}
.section-home.section-case {
  background-color: #ebecf2;
}
.section-home.section-case .unit-title-03-portal01 {
  margin-top: -75px;
}
@media screen and (max-width: 414px) {
  .section-home.section-case .unit-title-03-portal01 {
    margin-top: -45px;
  }
}
.section-home.section-case .box-article-02-portal01 {
  margin: 30px 0 50px;
}
@media screen and (max-width: 414px) {
  .section-home.section-case .box-article-02-portal01 .inner-article:nth-of-type(n + 4) {
    display: none;
  }
}
.section-home.section-news {
  padding-bottom: 80px;
}
.section-home.section-news .box-article-03-portal01 {
  margin: 30px 0 50px;
}
@media screen and (max-width: 414px) {
  .section-home.section-news .box-article-03-portal01 .inner-article:nth-of-type(n + 5) {
    display: none;
  }
}
.section-home.section-foot .section-about .bg-inner::before {
  background: #1a3c83 url(../img/top/guide_bg_01.jpg) center center/cover repeat;
}
.section-home.section-foot .section-faq .bg-inner::before {
  background: #1a3c83 url(../img/top/faq_bg_01.jpg) center center/cover repeat;
}

.section-faq .unit-title-02-grid01 {
  margin-top: 86px;
  margin-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .section-faq .unit-title-02-grid01 {
    margin-top: 43px;
    margin-bottom: 24px;
  }
}
.section-faq .unit-title-02-grid01:first-child {
  margin-top: 0;
}
.section-faq .unit-title-02-grid01 + .unit-faq-01-grid01 {
  margin-top: 0;
}
.section-faq .unit-faq-01-grid01 {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .section-faq .unit-faq-01-grid01 {
    margin-top: 25px;
  }
}

.section-privacy {
  line-height: 1.6;
}
.section-privacy > p, .section-privacy > ul {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .section-privacy > p, .section-privacy > ul {
    margin-top: 14px;
  }
}
.section-privacy > p:first-child, .section-privacy > ul:first-child {
  margin-top: 0;
}
.section-privacy .unit-title-03-grid01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .section-privacy .unit-title-03-grid01 {
    margin-top: 35px;
  }
}
.section-privacy .unit-title-03-grid01:first-child {
  margin-top: 0;
}

.underwrapper .section-margin {
  margin-bottom: 70px;
}
.underwrapper .section-break {
  margin-bottom: 60px;
}
.underwrapper .unit-title-08-portal01 {
  margin-bottom: 40px;
}
.underwrapper .unit-title-05-standard01 {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .underwrapper .unit-title-05-standard01 {
    margin-bottom: 20px;
    font-size: 6vw;
  }
}
.underwrapper .syntaxhighlighter {
  padding: 10px 0;
}
.underwrapper .sample-hr {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #5d75ab;
}
.underwrapper.guide .box-detail-03-smp .unit-title-02-smp {
  color: #1a3c83;
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .underwrapper.guide .box-detail-03-smp .unit-title-02-smp {
    padding-bottom: 30px;
    font-size: 2.5rem;
  }
}
.underwrapper.guide .box-detail-03-smp .unit-title-02-smp:before {
  content: none;
}

@media screen and (max-width: 414px) {
  .box-map-01 iframe {
    height: 55.172vw;
  }
}

.section-simpleplan.privacy-policy h2 {
  margin-top: 60px;
}
.section-simpleplan.privacy-policy h2:first-child {
  margin-top: 0;
}
.section-simpleplan.privacy-policy *:first-child {
  margin-top: 0;
}
.section-simpleplan.privacy-policy * {
  margin-top: 30px;
}
.section-simpleplan.privacy-policy p {
  font-size: 1.6rem;
}
.section-simpleplan.privacy-policy li {
  font-size: 1.6rem;
}
.section-simpleplan.privacy-policy .tel {
  color: #5d75ab;
}
/*# sourceMappingURL=common.css.map */