@charset "UTF-8";

/* 1-setting */


/*
#Variables color

@color-default #333
@color-base #f7f7f7
@color-border #ccc

@color-main #825794
@color-sub #ffbb4d
@color-caution #e74c3c

@color-facebook #305097
@color-twitter #00aced
@color-line #00c300
@color-instagram #325C86
*/


/* Variables except color */


/* Variables font */

@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/sourcesanspro-regular-webfont.eot);
  src: url(/assets/fonts/sourcesanspro-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/sourcesanspro-regular-webfont.woff) format("woff"), url(/assets/fonts/sourcesanspro-regular-webfont.ttf) format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  font-style: normal;
  src: url(/assets/fonts/sourcesanspro-bold-webfont.eot);
  src: url(/assets/fonts/sourcesanspro-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/sourcesanspro-bold-webfont.woff) format("woff"), url(/assets/fonts/sourcesanspro-bold-webfont.ttf) format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: italic;
  src: url(/assets/fonts/sourcesanspro-it-webfont.eot);
  src: url(/assets/fonts/sourcesanspro-it-webfont.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/sourcesanspro-it-webfont.woff) format("woff"), url(/assets/fonts/sourcesanspro-it-webfont.ttf) format("truetype");
}


/* 2-mixin */


/* @mixin query($size) { @media all and (max-width: $size) { @content; } } */


/* 3-base */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	width: auto;
}

img {
	vertical-align: bottom;
	max-width: none;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img, embed, object, video {
	max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: #825794;
  color: #fff;
}

::selection {
  background: #825794;
  color: #fff;
}

input::-moz-selection, textarea::-moz-selection {
  color: #333;
}

input::selection, textarea::selection {
  color: #333;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  /* width: 100%; */
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  color: #333;
  width: 100%;
  letter-spacing: 0.02em;
}

@media all and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

@media all and (min-width: 1025px) {
  body {
    min-width: 1280px;
  }
}

input, button, select, textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input:focus, button:focus, select:focus, textarea:focus, a:focus, div:focus, aside:focus {
  outline: none;
}

a {
    color: rgba(244,244,244,1.00);
}

a:hover {

}

.for-no-js, .for-old {
  text-align: center;
  width: 100%;
  background: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  z-index: 11;
}

.for-old {
  display: none;
}

.lt-ie9 .for-old {
  display: block;
}


/* 4-layout */

.l-container {
	width: 1145px;
	padding: 0 34px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width: 750px) {
  .l-container {
    width: 100%;
    padding: 0 28px;
    z-index: 1;
  }
}

.l-container-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 23px;
}

@media all and (max-width: 750px) {
  .l-container-inner {
    width: 100%;
    padding: 0;
  }
}

.l-main {
  width: 100%;
}

.l-grid {
  text-align: left;
  /* Break point large */
  /* Break point medium */
  /* Break point small */
}

.l-grid .l-grid-inner {
  font-size: 0;
  letter-spacing: 0;
}

.l-grid .l-grid-item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.l-grid.l-grid-col2 .l-grid-item {
  width: 50%;
}

.android .l-grid.l-grid-col2 .l-grid-item {
  width: 49.99999%;
}

.l-grid.l-grid-col3 .l-grid-item {
  width: 33.3333%;
}

.l-grid.l-grid-col4 .l-grid-item {
  width: 25%;
}

.android .l-grid.l-grid-col4 .l-grid-item {
  width: 24.99999%;
}

.l-grid.l-grid-col5 .l-grid-item {
  width: 20%;
}

.android .l-grid.l-grid-col5 .l-grid-item {
  width: 19.99999%;
}

.l-grid.l-grid-col6 .l-grid-item {
  width: 16.6666%;
}

@media all and (max-width: 750px) {
  .l-grid.l-grid-lg-col1 .l-grid-item {
    width: 100%;
  }
  .l-grid.l-grid-lg-col2 .l-grid-item {
    width: 50%;
  }
  .android .l-grid.l-grid-lg-col2 .l-grid-item {
    width: 49.99999%;
  }
  .l-grid.l-grid-lg-col3 .l-grid-item {
    width: 33.3333%;
  }
  .l-grid.l-grid-lg-col4 .l-grid-item {
    width: 25%;
  }
  .android .l-grid.l-grid-lg-col4 .l-grid-item {
    width: 24.99999%;
  }
  .l-grid.l-grid-lg-col5 .l-grid-item {
    width: 20%;
  }
  .android .l-grid.l-grid-lg-col5 .l-grid-item {
    width: 19.99999%;
  }
  .l-grid.l-grid-lg-col6 .l-grid-item {
    width: 16.6666%;
  }
}

@media all and (max-width: 780px) {
  .l-grid.l-grid-md-col1 .l-grid-item {
    width: 100%;
  }
  .l-grid.l-grid-md-col2 .l-grid-item {
    width: 50%;
  }
  .android .l-grid.l-grid-md-col2 .l-grid-item {
    width: 49.99999%;
  }
  .l-grid.l-grid-md-col3 .l-grid-item {
    width: 33.3333%;
  }
  .l-grid.l-grid-md-col4 .l-grid-item {
    width: 25%;
  }
  .android .l-grid.l-grid-md-col4 .l-grid-item {
    width: 24.99999%;
  }
  .l-grid.l-grid-md-col5 .l-grid-item {
    width: 20%;
  }
  .android .l-grid.l-grid-md-col5 .l-grid-item {
    width: 19.99999%;
  }
  .l-grid.l-grid-md-col6 .l-grid-item {
    width: 16.6666%;
  }
}

@media all and (max-width: 480px) {
  .l-grid.l-grid-sm-col1 .l-grid-item {
    width: 100%;
  }
  .l-grid.l-grid-sm-col2 .l-grid-item {
    width: 50%;
  }
  .android .l-grid.l-grid-sm-col2 .l-grid-item {
    width: 49.99999%;
  }
  .l-grid.l-grid-sm-col3 .l-grid-item {
    width: 33.3333%;
  }
  .l-grid.l-grid-sm-col4 .l-grid-item {
    width: 25%;
  }
  .android .l-grid.l-grid-sm-col4 .l-grid-item {
    width: 24.99999%;
  }
  .l-grid.l-grid-sm-col5 .l-grid-item {
    width: 20%;
  }
  .android .l-grid.l-grid-sm-col5 .l-grid-item {
    width: 19.99999%;
  }
  .l-grid.l-grid-sm-col6 .l-grid-item {
    width: 16.6666%;
  }
}

.l-section {
  position: relative;
}

.l-section-principle {
  background: #ddf1fa;
}

.l-section-map {
  padding: 85px 0;
  background: #e5e5e5;
}

@media all and (max-width: 750px) {
  .l-section-map {
    padding: 56px 0;
  }
}

.l-section-bg-light-blue {
  background: #ddf1fa;
}

.l-section-bg-gray {
  background: #e5e5e5;
}

.l-section-card {
  padding: 86px 0 93px;
}

.l-section-card .l-section-card-more {
  margin-top: 48px;
}

.l-card {
  position: relative;
}

.l-card-list {
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .l-card-item:not(:last-child) {
    margin-right: 24px;
  }
}

.l-card-mb-sm {
  margin-bottom: 35px;
}

@media all and (max-width: 750px) {
  .l-card-mb-sm-item {
    margin-bottom: 0;
  }
}

.l-card-slider {
  width: 1155px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .l-card-slider {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .l-card-slider-item:not(:last-child) {
    margin-right: 24px;
  }
}

.l-card-slider-sm {
  width: 560px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .l-card-slider-sm {
    width: 100%;
    padding: 0;
  }
}

.l-card-archieve-item {
  margin-bottom: 40px;
}

@media all and (max-width: 750px) {
  .l-card-archieve-item {
    margin-bottom: -9px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 15;
}


/* 5-module */

.anchor-download {
  color: #033b6d;
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  position: relative;
  padding: 10px;
}

@media all and (max-width: 750px) {
  .anchor-download {
    padding: 8px;
  }
}

.anchor-download:hover {
  text-decoration: none;
}

.anchor-download-text, .anchor-download-icon {
  display: inline-block;
  vertical-align: top;
}

.anchor-download-icon {
  width: 11px;
  height: 13px;
  margin-left: 3px;
}

.anchor-download-icon svg {
  width: 11px;
  height: 13px;
}

.anchor-more {
  letter-spacing: 0.01em;
  text-align: center;
  display: block;
  margin-top: 21px;
  position: relative;
  color: #033b6d;
}

.anchor-more-text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 750px) {
  .anchor-more-text {
    letter-spacing: 0;
    font-size: 14px;
  }
}

.anchor-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border: 2px solid #033b6d;
  border-left-width: 0;
  border-bottom-width: 0;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article-post {
  background: #e6e6e6;
}

.article-post-link {
  display: block;
}

.article-post-link:hover {
  text-decoration: none;
}

.article-post-content {
  padding: 16px 24px;
}

@media all and (max-width: 750px) {
  .article-post-content {
    padding: 9px 18px;
  }
}

.article-post-time {
  font-size: 12px;
  letter-spacing: 0;
  color: #033b6d;
}

.article-post-heading {
  font-size: 24px;
  color: #033b6d;
  letter-spacing: 0;
  margin-top: 7px;
}

@media all and (max-width: 750px) {
  .article-post-heading {
    font-size: 16px;
  }
}

.article-post-hashtags {
  display: block;
  text-align: right;
  margin-top: 19px;
}

.article-post-hashtags li {
  display: inline-block;
}

.article-post-hashtags li:not(:last-child) {
  margin-right: 7px;
}

.article-post-hashtags li span {
  font-size: 12px;
  letter-spacing: 0;
  color: #033b6d;
}

.back-to-top {
  width: 35px;
  display: block;
  position: absolute;
  top: 2px;
  right: -5px;
}

@media all and (max-width: 750px) {
  .back-to-top {
    right: -7px;
    bottom: 12px;
    top: auto;
    width: 45px;
  }
}

.back-to-top:hover {
  text-decoration: none;
}

.back-to-top-icon {
  display: block;
  width: 35px;
  height: 48.5px;
}

@media all and (max-width: 750px) {
  .back-to-top-icon {
    width: 45px;
    height: 29px;
  }
}

.back-to-top-icon svg {
  width: 35px;
  height: 48.5px;
}

@media all and (max-width: 750px) {
  .back-to-top-icon svg {
    width: 45px;
    height: 29px;
  }
}

.back-to-top-text {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}

@media all and (max-width: 750px) {
  .back-to-top-text {
    font-size: 9px;
    margin-top: 3px;
  }
}

hr {
  border-bottom: 1px solid #ccc;
}

.breadcrumb-item {
  display: inline-block;
}

@media all and (max-width: 750px) {
  .breadcrumb-item {
    display: inline;
    line-height: 1.4em;
  }
}

.breadcrumb-item:not(:last-child):after {
  content: ">";
  font-size: 12px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro";
  font-weight: lighter;
  margin: 0 -2px;
}

@media all and (max-width: 750px) {
  .breadcrumb-item:not(:last-child):after {
    display: inline;
    margin: 0;
  }
}

.breadcrumb-link {
  display: inline-block;
  color: #033b6d;
  font-size: 12px;
  letter-spacing: 0;
}

@media all and (max-width: 750px) {
  .breadcrumb-link {
    display: inline;
    font-size: 14px;
  }
}

.breadcrumb-link:hover {
  text-decoration: none;
}

.breadcrumb-link-current {
  pointer-events: none;
  color: #333;
}

.card {
  padding: 37px 31px 37px 35px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

@media all and (max-width: 750px) {
  .card {
    border-top-left-radius: 113px;
    border-bottom-right-radius: 113px;
    padding: 38px 14px 23px 20px;
  }
}

.card-title, .card-small-title, .card-inverted-content-title, .card-xsmall-title, .card-desc, .card-link {
  font-family: "Source Sans Pro";
  font-style: normal;
  color: #fff;
}

.card-title, .card-small-title, .card-inverted-content-title, .card-xsmall-title {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

@media all and (max-width: 750px) {
  .card-title, .card-small-title, .card-inverted-content-title, .card-xsmall-title {
    font-size: 28px;
    line-height: 1.3;
  }
}

.card-title br, .card-small-title br, .card-inverted-content-title br, .card-xsmall-title br {
  display: none;
}

@media all and (max-width: 750px) {
  .card-title br, .card-small-title br, .card-inverted-content-title br, .card-xsmall-title br {
    display: block;
  }
}

.card-desc {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 0.03em;
  margin-top: 24px;
  line-height: 2;
}

@media all and (max-width: 750px) {
  .card-desc {
    margin-top: 8px;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
}

.card-link {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-align: center;
  display: block;
  margin-top: 21px;
  position: relative;
}

@media all and (max-width: 750px) {
  .card-link {
    margin-top: 16px;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.card-link:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
  position: absolute;
  left: 0;
  right: -106px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-79%) rotate(45deg);
  -ms-transform: translateY(-79%) rotate(45deg);
  transform: translateY(-79%) rotate(45deg);
}

.l-card-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style:none;
}

@media all and (max-width: 750px) {
  .l-card-main ul {
    display: block;
  }
}

.l-card-main ul li {
  margin-right: 20px;
}

.l-card-main ul li:last-child {
  margin-right: 0;
  margin-left: 20px;
}

@media all and (max-width: 750px) {
  .l-card-main ul li {
    margin: 0 0 40px;
  }
  .l-card-main ul li:last-child {
    margin: 0;
  }
}

.l-card-main .card-main {
  width: 544px;
  padding: 50px 30px 30px;
}

@media all and (max-width: 750px) {
  .l-card-main .card-main {
    width: 100%;
    padding: 34px 20px 20px;
    margin-bottom: 20px;
  }
}

.l-card-main .card-main .card-desc {
  margin-top: 42px;
}

@media all and (max-width: 750px) {
  .l-card-main .card-main .card-desc {
    margin-top: 8px;
  }
}

.l-card-main .card-main .card-link {
  margin-top: 33px;
}

@media all and (max-width: 750px) {
  .l-card-main .card-main .card-link {
    margin-top: 20px;
  }
}

.card-small {
  width: 256px;
  height: 256px;
  margin: 0 auto;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 74px;
  position: relative;
  padding: 0;
}

@media all and (max-width: 750px) {
  .card-small {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border-top-left-radius: 82px;
    border-bottom-right-radius: 82px;
  }
}

.card-small-title {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.card-inverted {
  width: 256px;
  height: 256px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 74px;
}

@media all and (max-width: 750px) {
  .card-inverted {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border-top-left-radius: 82px;
    border-bottom-right-radius: 82px;
  }
}

.card-inverted-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  transform: translateY(-46%);
  padding: 0 30px;
}

.card-inverted-content-title {
  font-size: 18px;
  font-weight: bold;
  color: #033b6d;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.card-inverted-content-article-desc {
  color: #333;
  margin-top: 16px;
}

.card-square {
  position: relative;
  width: 256px;
  height: 192px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
}

@media all and (max-width: 750px) {
  .card-square {
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 750px) {
  .card-square:before {
    content: '';
    display: block;
    padding-bottom: 74.91%;
  }
}

.card-square img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-xsmall {
  width: 198px;
  height: 198px;
  margin: 0 auto;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 74px;
  position: relative;
  padding: 0;
}

@media all and (max-width: 750px) {
  .card-xsmall {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    border-top-left-radius: 82px;
    border-bottom-right-radius: 82px;
    margin-bottom: 24px;
  }
}

.card-xsmall-title {
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.card-xsmall-title br {
  display: block;
}

.card-bg-blue {
  background: #033b6d;
}

.card-bg-light-blue {
  background: #008ad8;
}

.card-bg-pink {
  background: #d0006f;
}

.card-bg-yellow {
  background: #f1c400;
}

.card-bg-green {
  background: #008655;
}

.card-bg-purple {
  background: #5c068c;
}

.card-bg-white {
  background: #fff;
}

.card-bg-red {
  background: #d01036;
}

.card-article {
  padding: 0 13px;
}

@media all and (max-width: 750px) {
  .card-article {
    padding: 0;
    margin: 0;
  }
}

.card-article-title {
  font-size: 18px;
  color: #033b6d;
  font-weight: bold;
  text-align: left;
  margin-top: 11px;
}

@media all and (max-width: 750px) {
  .card-article-title {
    margin-top: 18px;
  }
}

.card-article-desc {
  font-size: 14px;
  color: #033b6d;
  margin-top: 7px;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

@media all and (max-width: 750px) {
  .card-article-desc {
    margin-top: 11px;
    letter-spacing: 0.056em;
  }
}

.card-slider-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.5px;
  height: 38.5px;
  z-index: 10;
}

.card-slider-button svg {
  width: 20.5px;
  height: 38.5px;
}

@media all and (max-width: 750px) {
  .card-slider-button svg {
    width: 13px;
    height: 25px;
  }
}

.card-slider-button.swiper-button-next, .card-slider-button.swiper-button-prev {
  background: none;
}

.card-slider-small .card-slider-button-prev {
  left: -20px;
}

@media all and (max-width: 750px) {
  .card-slider-small .card-slider-button-prev {
    left: 10px;
  }
}

.card-slider-small .card-slider-button-next {
  right: -20px;
}

@media all and (max-width: 750px) {
  .card-slider-small .card-slider-button-next {
    left: 10px;
  }
}

.card-slider-button.slick-arrow.slick-hidden {
  display: block;
}

.card-slider-button-prev {
  left: -40px;
}

@media all and (max-width: 750px) {
  .card-slider-button-prev {
    left: 10px;
  }
}

@media all and (max-width: 750px) {
  .card-slider-button-prev.swiper-button-disabled {
    opacity: 0;
  }
}

.card-slider-button-next {
  right: -40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media all and (max-width: 750px) {
  .card-slider-button-next {
    right: 10px;
  }
}

@media all and (max-width: 750px) {
  .card-slider-button-next.swiper-button-disabled {
    opacity: 0;
  }
}

.card-slider-lg .card-slider-button {
  top: 196px;
}

@media all and (max-width: 750px) {
  .card-slider-lg .card-slider-button {
    top: calc(41vw);
  }
}

.card-with-image {
  padding: 0 13px 20px;
  display: block;
}

.card-with-image:hover {
  text-decoration: none;
}

@media all and (max-width: 750px) {
  .card-with-image {
    padding: 0;
    margin: 0 -6px;
    display: initial;
  }
}

.card-with-image-title {
  font-size: 18px;
  color: #033b6d;
  font-weight: bold;
  text-align: left;
  margin-top: 11px;
}

@media all and (max-width: 750px) {
  .card-with-image-title {
    margin-top: 18px;
  }
}

.card-with-image-desc {
  font-size: 14px;
  color: #033b6d;
  margin-top: 7px;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

@media all and (max-width: 750px) {
  .card-with-image-desc {
    margin-top: 11px;
    letter-spacing: 0.056em;
  }
}

.card-with-image-bg {
  padding: 0;
  width: 352px;
  height: 352px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-with-image-bg.card-with-image-bg-4 {
  width: 260px;
  height: 260px;
}
@media all and (max-width: 750px) {
  .card-with-image-bg.card-with-image-bg-4 {
    width: 100%;
    padding-top: 100%;
    height: auto;
  }
}
@media all and (max-width: 750px) {
  .card-with-image-bg {
    width: 100%;
    padding-top: 100%;
    height: auto;
    border-top-left-radius: 85px;
    border-bottom-right-radius: 85px;
  }
}

.card-with-image-small:hover .card-with-image-bg {
  background-size: 110%;
  -webkit-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
  .card-with-image-small:hover .card-with-image-bg {
    background-size: cover;
  }
}

.card-with-image-small:hover .card-with-image-title:after {
  width: 100%;
}

@media all and (max-width: 750px) {
  .card-with-image-small:hover .card-with-image-title:after {
    width: 0;
  }
}

.card-with-image-small:hover .card-with-image-desc {
  opacity: 0.8;
}

.card-with-image-small .card-with-image-bg {
  width: 256px;
  height: 256px;
  background-size: 100%;
  border-top-left-radius: 74px;
  border-bottom-right-radius: 74px;
  -webkit-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
  .card-with-image-small .card-with-image-bg {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    height: auto;
    border-top-left-radius: 85px;
    border-bottom-right-radius: 85px;
  }
}

.card-with-image-small .card-with-image-title {
  position: relative;
  display: inline-block;
}

.card-with-image-small .card-with-image-title:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #033b6d;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.card-with-image-small .card-with-image-desc {
  opacity: 1;
  color: #333;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.custom-select {
  position: relative;
  padding: 8px 0;
}

.custom-select-title {
  color: #033b6d;
  font-weight: bold;
  font-size: 22px;
}

@media all and (max-width: 750px) {
  .custom-select-title {
    font-size: 14px;
  }
}

.custom-select-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 9px;
  height: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.custom-select-icon svg {
  width: 9px;
  height: 16px;
}

.custom-select-link {
  color: #033b6d;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  padding: 3px 0;
  background: #fff;
}

@media all and (max-width: 750px) {
  .custom-select-link {
    font-size: 14px;
  }
}

.custom-select-link:hover {
  text-decoration: none;
}

.custom-select-list {
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
  z-index: 5;
}

@media all and (max-width: 750px) {
  .custom-select-list {
    top: 26px;
  }
}

.custom-select-list.is-open {
  display: block;
}

.faq {
  border-top: 1px solid #033b6d;
  border-bottom: 1px solid #033b6d;
}

.faq-item {
  padding: 40px 21px;
}

@media all and (max-width: 750px) {
  .faq-item {
    padding: 30px 2px;
  }
}

.faq-button {
  display: block;
  position: relative;
}

.faq-button:before, .faq-button:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #033b6d;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

@media all and (max-width: 750px) {
  .faq-button:before, .faq-button:after {
    width: 16px;
    right: 10px;
    top: 43%;
  }
}

.faq-button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.faq-button:hover {
  text-decoration: none;
}

.faq-button.is-active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq-button.is-active:after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.faq-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #033b6d;
}

.faq-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4em;
}

.faq-sub-list {
  display: none;
  margin-top: 20px;
}

@media all and (max-width: 750px) {
  .faq-sub-list {
    padding: 0 10px;
  }
}

.faq-sub-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer {
  background: #008ad8;
  padding: 42px 0 12px;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.footer:before, .footer:after {
  content: "";
  display: block;
  position: absolute;
  top: -143px;
  right: 0;
  width: 128px;
  height: 143px;
}

.edge .footer:before, .edge .footer:after {
  height: 144px;
}

.footer:after {
  background: #e5e5e5;
  border-bottom-right-radius: 100%;
}

.edge .footer:after {
  top: -144px;
}

@media all and (max-width: 750px) {
  .footer:after {
    border-bottom-right-radius: 57%;
  }
}

.footer:before {
  background: #008ad8;
}

.edge .footer:before {
  top: -142px;
}

.footer-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media all and (max-width: 750px) {
  .footer-item {
    display: block;
  }
}

.footer-item:first-child {
  width: 48.8%;
}

@media all and (max-width: 750px) {
  .footer-item:first-child {
    width: 100%;
    padding: 0 10px;
  }
}

.footer-item:last-child {
  width: 51%;
  top: -15px;
}

@media all and (max-width: 750px) {
  .footer-item:last-child {
    width: 100%;
    top: 0;
    margin-top: 13px;
  }
}

.footer-copyright {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 67px;
  position: absolute;
  right: 0;
}

@media all and (max-width: 750px) {
  .footer-copyright {
    position: relative;
    display: block;
    padding: 20px 12px 12px;
  }
}

.footer-link-list {
  display: inline-block;
  width: 158px;
}

.footer-link-list-large {
  display: inline-block;
  width: 200px;
}

@media all and (max-width: 750px) {
  .footer-link-list {
    width: 50%;
  }
  .footer-link-list-large {
    width: 50%;
  }
}

.footer-link-item {
  margin-bottom: 26px;
}

.footer-link-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.03em;
}

.footer-link-text:hover {
  text-decoration: none;
}

.footer-lower-list {
  margin-top: 67px;
  display: inline-block;
  vertical-align: bottom;
}

@media all and (max-width: 750px) {
  .footer-lower-list {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
}

.footer-lower-item {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 750px) {
  .footer-lower-item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 750px) {
  .footer-lower-item:nth-child(even) {
    padding-left: 7px;
  }
}

.footer-lower-item:not(:last-child) {
  border-right: 1px solid #fff;
}

@media all and (max-width: 750px) {
  .footer-lower-item:not(:last-child) {
    border-right: 0;
  }
}

.footer-lower-item:not(:last-child) .footer-lower-link {
  padding-right: 7px;
}

@media all and (max-width: 750px) {
  .footer-lower-item:not(:last-child) .footer-lower-link {
    padding-right: 0;
  }
}

.footer-lower-item:not(:first-child) .footer-lower-link {
  padding-left: 9px;
}

@media all and (max-width: 750px) {
  .footer-lower-item:not(:first-child) .footer-lower-link {
    padding-left: 0;
  }
}

.footer-lower-link {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.03em;
  display: block;
}

.footer-sub-menu {
  display: inline-block;
  vertical-align: top;
  width: 196px;
  position: relative;
}

@media all and (max-width: 750px) {
  .footer-sub-menu {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .footer-sub-menu:nth-child(2) .footer-sub-menu-text {
    border-top-width: 0;
  }
}

.footer-sub-menu:hover {
  cursor: pointer;
}

.footer-sub-menu:hover .footer-sub-menu-text {
  color: #80c5ec;
}

.footer-sub-menu:hover .footer-sub-menu-list {
  max-height: 300%;
}

@media all and (max-width: 750px) {
  .footer-sub-menu:hover .footer-sub-menu-list {
    max-height: unset;
  }
}

.footer-sub-menu:not(:last-child) {
  margin-right: 16px;
}

.footer-sub-menu-list {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

@media all and (max-width: 750px) {
  .footer-sub-menu-list {
    display: none;
    max-height: unset;
    position: relative;
    overflow: visible;
  }
}

.footer-sub-menu-item {
  margin-top: -1px;
}

.footer-sub-menu-link {
  font-size: 14px;
  color: #fff;
  background: #008ad8;
  letter-spacing: 0.03em;
  display: block;
  padding: 14px 35px 10px 23px;
  border: 1px solid #80c5ec;
}

.footer-sub-menu-link:hover {
  text-decoration: none;
}

@media all and (max-width: 750px) {
  .footer-sub-menu-link {
    border-left-width: 0;
    border-right-width: 0;
    padding: 17px 35px 15px 11px;
  }
}

.footer-sub-menu-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: left;
  display: block;
  padding: 14px 35px 10px 23px;
  position: relative;
  border: 1px solid #80c5ec;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media all and (max-width: 750px) {
  .footer-sub-menu-text {
    border-left-width: 0;
    border-right-width: 0;
    padding: 17px 35px 15px 11px;
  }
}

.footer-sub-menu-text:after, .footer-sub-menu-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  right: 15px;
}

@media all and (max-width: 750px) {
  .footer-sub-menu-text:after, .footer-sub-menu-text:before {
    width: 13px;
    height: 2px;
    border: 0;
    background: #fff;
  }
}

@media all and (max-width: 750px) {
  .footer-sub-menu-text:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

@media all and (max-width: 750px) {
  .footer-sub-menu-text.is-active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .footer-sub-menu-text.is-active:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}

.form {
  font-size: 0;
  letter-spacing: 0;
  padding: 100px 0 60px;
}

@media all and (max-width: 750px) {
  .form {
    padding-top: 60px;
  }
}

.form form {
  width: 896px;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .form form {
    width: 100%;
    padding: 0 11px;
  }
}

.form-text {
  font-size: 14px;
  letter-spacing: 0;
}

.form-text span {
  color: #008ad8;
}

.form-left, .form-right {
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 750px) {
  .form-left, .form-right {
    display: block;
  }
}

.form-left {
  width: 25%;
  padding-top: 6px;
}

@media all and (max-width: 750px) {
  .form-left {
    width: 100%;
  }
}

.form-right {
  width: 75%;
}

@media all and (max-width: 750px) {
  .form-right {
    width: 100%;
    margin-top: 7px;
  }
}

@media all and (max-width: 750px) {
  .form-right-one .form-right-item {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .form-right-two .form-right-item {
    width: 50%;
  }
}

@media all and (max-width: 750px) {
  .form-right-two .form-right-item:first-child {
    padding-right: 6px;
  }
}

@media all and (max-width: 750px) {
  .form-right-two .form-right-item:last-child {
    padding-left: 6px;
  }
}

.form-right-item {
  display: inline-block;
}

@media all and (max-width: 750px) {
  .form-right-item {
    width: 50%;
  }
}

.form-right-item:nth-child(2) {
  margin-left: 31px;
}

@media all and (max-width: 750px) {
  .form-right-item:nth-child(2) {
    margin-left: 0;
  }
}

.form-list {
  margin-top: 28px;
}

.form-item:not(:last-child) {
  margin-bottom: 24px;
}

@media all and (max-width: 750px) {
  .form-item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.form-button {
  width: 256px;
  text-align: center;
  border: 1px solid #033b6d;
  position: relative;
  margin: 41px auto 0;
  display: block;
}

@media all and (max-width: 750px) {
  .form-button {
    font-size: 14px;
    width: 211px;
  }
}

.form-button-text {
  position: relative;
  color: #033b6d;
  padding: 20px 33px 20px 20px;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  font-size: 16px;
  z-index: 2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.ie .form-button-text {
  top: 3px;
}

.form-button:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #033b6d;
  border-right-width: 0;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: -64px;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.form-button:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  background: #033b6d;
  z-index: 1;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.form-button:hover .form-button-text {
  color: #ddf1fa;
}

.form-button:hover:before {
  width: 100%;
}

.form-button:hover:after {
  border-color: #ddf1fa;
}

.form-reset {
  font-size: 14px;
  font-weight: bold;
  margin: 30px auto 0;
  display: block;
  position: relative;
  color: #033b6d;
}

.form-reset span {
  position: relative;
  color: #033b6d;
  padding: 10px 20px 6px 0;
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

.form-reset span:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #033b6d;
  border-right-width: 0;
  border-bottom-width: 0;
  position: absolute;
  top: 49%;
  right: -79px;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.form-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  text-align: center;
}

.generic-head {
  text-align: center;
  margin-bottom: 93px;
}

@media all and (max-width: 750px) {
  .generic-head {
    margin-bottom: 50px;
  }
}

.generic-head-title, .generic-head-sub {
  font-family: "Source Sans Pro";
  font-weight: lighter;
  font-style: normal;
  color: #008ad8;
}

.generic-head-title br, .generic-head-sub br {
  display: none;
}

@media all and (max-width: 750px) {
  .generic-head-title br, .generic-head-sub br {
    display: block;
  }
}

.generic-head-title {
  font-size: 40px;
  letter-spacing: 0.04em;
}

@media all and (max-width: 750px) {
  .generic-head-title {
    font-size: 28px;
  }
}

.generic-head-sub {
  font-size: 14px;
  margin-top: 24px;
  letter-spacing: 0.03em;
}

@media all and (max-width: 750px) {
  .generic-head-sub {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.generic-head-mb-sm {
  margin-bottom: 40px;
}

.generic-html-content {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media all and (max-width: 750px) {
  .generic-html-content {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}

.generic-html-content li {
  position: relative;
}

.generic-html-content li p {
  padding-left: 17px;
  margin-bottom: 13px;
}

@media all and (max-width: 750px) {
  .generic-html-content li p {
    padding-left: 15px;
  }
}

.generic-html-content li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
}

@media all and (max-width: 750px) {
  .generic-html-content li:before {
    left: 4px;
    top: 7px;
  }
}

.generic-html-content em, .generic-html-content strong {
  color: #d01036;
  font-weight: bold;
}

.generic-html-content a {
	font-size: 20px;
	color: #033b6d;
	letter-spacing: 0;
}

.generic-html-content p {
  letter-spacing: 0;
  margin-bottom: 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
}

.generic-html-content-title {
	letter-spacing: 0;
	margin-bottom: 19px;
	position: relative;
	font-size: 24px;
	color: #008ad8;
	width: auto;
}

@media all and (max-width: 750px) {
  .generic-html-content-title {
    font-size: 21px;
    line-height: 1.2em;
  }
}

.generic-html-content-inner {
  width: 618px;
  margin: 0 auto;
  padding: 0 28px;
}

@media all and (max-width: 750px) {
  .generic-html-content-inner {
    width: 100%;
    padding: 0 8px;
    margin: 0 auto;
  }
}

.generic-html-content-with-img-catch {
  width: 544px;
  margin: 0 auto 52px;
}

@media all and (max-width: 750px) {
  .generic-html-content-with-img-catch {
    width: 100%;
    padding: 0 4px;
    margin: 0 auto 35px;
  }
}

.generic-html-content-with-img-catch svg {
  width: 544px;
  height: 124.5px;
}

@media all and (max-width: 750px) {
  .generic-html-content-with-img-catch svg {
    width: 100%;
    height: auto;
  }
}

.generic-html-content-img {
  float: left;
  width: 401px;
  height: 436px;
  margin-right: 103px;
}

@media all and (max-width: 750px) {
  .generic-html-content-img {
    width: 100%;
    height: auto;
    padding-right: 0;
    float: none;
  }
}

.generic-html-content-img img {
  width: 100%;
}

.generic-html-content-img-right {
  float: right;
  width: 401px;
  height: 436px;
  margin-right: 103px;
}

@media all and (max-width: 750px) {
  .generic-html-content-img-right {
    width: 100%;
    height: auto;
    padding-right: 0;
    float: none;
  }
}

.generic-html-content-img-right img {
  width: 100%;
}

.generic-html-content-caption {
  padding-top: 175px;
}

@media all and (max-width: 750px) {
  .generic-html-content-caption {
    padding-top: 37px;
  }
}

.generic-html-content-caption p {
  margin-bottom: 10px;
}

@media all and (max-width: 750px) {
  .generic-html-content-caption p {
    margin-bottom: 5px;
  }
}

.generic-html-content-with-border {
  border-top: 1px solid #b1c1c8;
  padding-top: 40px;
  padding-bottom: 60px;
}

@media all and (max-width: 750px) {
  .generic-html-content-with-border {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 750px) {
  .hero {
    width: 100%;
  }
}

.hero-list {
  height: 100%;
}

.hero-list-item {
  height: 100%;
}

.hero-slider {
  height: 575px;
}

@media all and (max-width: 750px) {
  .hero-slider {
    height: 353px;
  }
}

.hero-slider-item>div {
  width: 100%;
}

.hero-slider-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-157%);
  -ms-transform: translateY(-157%);
  transform: translateY(-157%);
  width: 24px;
  height: 45px;
  z-index: 1;
}

@media all and (max-width: 750px) {
  .hero-slider-button {
    width: 13px;
    height: 25px;
  }
}

.hero-slider-button svg {
  width: 24px;
  height: 45px;
}

@media all and (max-width: 750px) {
  .hero-slider-button svg {
    width: 13px;
    height: 25px;
  }
}

.hero-slider-button-prev {
  left: 23px;
}

@media all and (max-width: 750px) {
  .hero-slider-button-prev {
    left: 14px;
  }
}

.hero-slider-button-next {
  right: 23px;
  -webkit-transform: translateY(-162%) rotate(180deg);
  -ms-transform: translateY(-162%) rotate(180deg);
  transform: translateY(-162%) rotate(180deg);
}

@media all and (max-width: 750px) {
  .hero-slider-button-next {
    right: 14px;
    -webkit-transform: translateY(-162%) rotate(180deg);
    -ms-transform: translateY(-162%) rotate(180deg);
    transform: translateY(-162%) rotate(180deg);
  }
}

.hero-slider-dot {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  margin: 8px auto 0;
  text-align: center;
}

@media all and (max-width: 750px) {
  .hero-slider-dot {
    margin-top: 10px;
  }
}

.hero-slider-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  margin: 0 9px;
}

@media all and (max-width: 750px) {
  .hero-slider-dot .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

.hero-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #033b6d;
}

.hero-slider-container {
  border-bottom-right-radius: 130px;
}

.hero-slider-caption {
  color: #008ad8;
  font-size: 14px;
  font-family: "Source Sans Pro";
  letter-spacing: 0.01em;
  padding: 22px 79px 0;
}

@media all and (max-width: 750px) {
  .hero-slider-caption {
    padding: 12px 39px 0;
  }
}

.hero-slider-image {
  width: 100%;
  height: 480px;
  border-bottom-right-radius: 130px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 750px) {
  .hero-slider-image {
    height: 281px;
    border-bottom-right-radius: 80px;
  }
}

.hero-slider-image img {
  width: 100%;
}

.input {
  background: #fff;
  font-size: 14px;
  padding: 5px 16px;
  border: 1px solid #ccc;
}

@media all and (max-width: 750px) {
  .input {
    padding: 5px 11px;
  }
}

@media all and (max-width: 750px) {
  .safari .input {
    font-size: 16px;
  }
}

.input::-webkit-input-placeholder {
  font-size: 14px;
  color: #e6e6e6;
}

.input:-ms-input-placeholder {
  font-size: 14px;
  color: #e6e6e6;
}

.input::placeholder {
  font-size: 14px;
  color: #e6e6e6;
}

@media all and (max-width: 750px) {
  .input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .input:-ms-input-placeholder {
    font-size: 12px;
  }
  .input::placeholder {
    font-size: 12px;
  }
}

@media all and (max-width: 750px) {
  .safari .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .safari .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .safari .input::placeholder {
    font-size: 16px;
  }
}

.input-small {
  width: 295px;
}

@media all and (max-width: 750px) {
  .input-small {
    width: 100%;
  }
}

.input-large {
  width: 621px;
}

@media all and (max-width: 750px) {
  .input-large {
    width: 100%;
  }
}

.header {
  max-width: 1184px;
  padding: 26px 34px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
}

@media all and (max-width: 750px) {
  .header {
    width: 100%;
    padding: 15px 28px;
  }
}

.header-left {
  float: left;
}

@media all and (max-width: 750px) {
  .header-left {
    float: none;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
}

.header-right {
  float: right;
  position: relative;
}

@media all and (max-width: 750px) {
  .header-right {
    float: none;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right;
    padding-top: 5px;
    position: relative;
    right: -11px;
  }
}

.header-logo {
  width: 127px;
  height: 42px;
  margin-left: -9px;
}

@media all and (max-width: 750px) {
  .header-logo {
    width: 110px;
    height: 37px;
    margin-left: -6px;
  }
}

.header-logo svg {
  width: 110px;
  height: 37px;
}

.header-sub {
  width: 134px;
  height: 31px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 17px;
}

@media all and (max-width: 750px) {
  .header-sub {
    display: none;
  }
}

.header-sub svg {
  width: 134px;
  height: 24px;
}

.header-sub-sp {
  display: none;
  position: absolute;
  top: 6px;
  right: 40px;
  margin: 0;
  width: 158px;
  height: 31.2px;
}

@media all and (max-width: 750px) {
  .header-sub-sp {
    display: block;
  }
}

@media all and (max-width: 386px) {
  .header-sub-sp {
    display: none;
  }
}

.header-sub-sp svg {
  width: 158px;
  height: 31.2px;
}

.header-button {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 40px;
  height: 36px;
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.header-button:hover {
  opacity: 0.7;
}

.header-button-icon {
  display: block;
  margin: 0 auto;
}

.header-button-icon-menu {
  width: 30px;
  height: 35.5px;
}

@media all and (max-width: 750px) {
  .header-button-icon-menu {
    width: 34px;
    height: 34px;
  }
}

.header-button-icon-menu svg {
  width: 30px;
  height: 35.5px;
}

@media all and (max-width: 750px) {
  .header-button-icon-menu svg {
    width: 34px;
    height: 34px;
  }
}

.header-button-text {
  display: block;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0;
  color: #033b6d;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 750px) {
  .hero {
    width: 100%;
  }
}

.hero-list {
  height: 100%;
}

.hero-list-item {
  height: 100%;
}

.hero-slider {
  height: 575px;
}

@media all and (max-width: 750px) {
  .hero-slider {
    height: auto;
  }
}

.hero-slider-item>div {
  width: 100%;
}

.hero-slider-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-157%);
  -ms-transform: translateY(-157%);
  transform: translateY(-157%);
  width: 24px;
  height: 45px;
  z-index: 1;
}

@media all and (max-width: 750px) {
  .hero-slider-button {
    width: 13px;
    height: 25px;
  }
}

.hero-slider-button svg {
  width: 24px;
  height: 45px;
}

@media all and (max-width: 750px) {
  .hero-slider-button svg {
    width: 13px;
    height: 25px;
  }
}

.hero-slider-button-prev {
  left: 23px;
}

@media all and (max-width: 750px) {
  .hero-slider-button-prev {
    left: 14px;
  }
}

.hero-slider-button-next {
  right: 23px;
  -webkit-transform: translateY(-162%) rotate(180deg);
  -ms-transform: translateY(-162%) rotate(180deg);
  transform: translateY(-162%) rotate(180deg);
}

@media all and (max-width: 750px) {
  .hero-slider-button-next {
    right: 14px;
    -webkit-transform: translateY(-162%) rotate(180deg);
    -ms-transform: translateY(-162%) rotate(180deg);
    transform: translateY(-162%) rotate(180deg);
  }
}

.hero-slider-dot {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  margin: 8px auto 0;
  text-align: center;
}

@media all and (max-width: 750px) {
  .hero-slider-dot {
    margin-top: 10px;
    bottom: -28px;
  }
}

.hero-slider-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  margin: 0 9px;
}

@media all and (max-width: 750px) {
  .hero-slider-dot .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

.hero-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #033b6d;
}

.hero-slider-container {
  border-bottom-right-radius: 130px;
}

.hero-slider-caption {
  color: #008ad8;
  font-size: 14px;
  font-family: "Source Sans Pro";
  letter-spacing: 0.01em;
  padding: 22px 79px 0;
}

@media all and (max-width: 750px) {
  .hero-slider-caption {
    padding: 12px 39px 0;
  }
}

.hero-slider-image {
  width: 100%;
  height: 480px;
  border-bottom-right-radius: 130px;
  overflow: hidden;
  position: relative;
}

.hero-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

@media all and (max-width: 750px) {
  .hero-slider-image {
    height: auto;
    padding-top: 35%;
    border-bottom-right-radius: 80px;
  }
}

.hero-slider-image img {
  width: 100%;
}

@media (max-width: 750px){
  .hero-slider-image img {
    max-width: 100%;
    height: auto;
  }
}

.map {
  margin: 0 auto;
  width: 1088px;
  height: 544px;
}

@media all and (max-width: 750px) {
  .map {
    width: 100%;
    height: 100%;
  }
}

.map-inner {
  height: 100%;
  margin: 0 -34px;
}

@media all and (max-width: 750px) {
  .map-inner {
    margin: 0;
  }
}

.map-item {
  height: 100%;
  padding: 0 16px;
}

@media all and (max-width: 750px) {
  .map-item {
    padding: 0;
  }
}

@media all and (max-width: 750px) {
  .map-item:last-child {
    margin-top: 60px;
  }
}

.map-container {
  height: 100%;
}

@media all and (max-width: 750px) {
  .map-container {
    padding-top: 100%;
  }
}

.map-list {
  padding: 44px 34px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-y: scroll;
  height: 100%;
}

@media all and (max-width: 750px) {
  .map-list {
    padding: 29px 0;
    height: 295px;
  }
}

.map-list-item:not(:last-child) {
  margin-bottom: 22px;
}

.map-name, .map-address {
  font-size: 14px;
  letter-spacing: 0;
}

.map-name {
  display: inline-block;
  font-weight: bold;
  color: #033b6d;
  margin-bottom: 10px;
}

.news-article {
  padding-top: 95px;
  padding-bottom: 62px;
}

@media all and (max-width: 750px) {
  .news-article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news-article-content {
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
}

.news-article-item:not(:last-child) {
  margin-bottom: 33px;
}

@media all and (max-width: 750px) {
  .news-article-item:not(:last-child) {
    margin-bottom: 21px;
  }
}

.news-article-date, .news-article-title {
  font-family: "Source Sans Pro";
  color: #033b6d;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 750px) {
  .news-article-date, .news-article-title {
    display: block;
  }
}

.news-article-title {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media all and (max-width: 750px) {
  .news-article-title {
    width: 100%;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
  }
}

.news-article-title-text {
  letter-spacing: 0.02em;
  padding-left: 13px;
  display: inline;
}

@media all and (max-width: 750px) {
  .news-article-title-text {
    font-size: 14px;
    padding: 0 21px 0 4px;
    letter-spacing: 0.1em;
    margin-top: 4px;
    display: block;
  }
}

.news-article-date {
  letter-spacing: 0.05em;
  width: 115px;
}

@media all and (max-width: 750px) {
  .news-article-date {
    font-size: 12px;
    width: 100%;
  }
}

.nav {
  padding: 72px 0;
}

.nav .nav-sub-list-item:not(:first-child) {
  margin-top: 9px;
}

.nav-icon {
  display: block;
  width: 21.5px;
  height: 33.5px;
  position: absolute;
  right: 39px;
  top: -45px;
}

.nav-icon svg {
  width: 21.5px;
  height: 33.5px;
}

.nav-icon:hover {
  text-decoration: none;
}

.nav-inner {
  width: 896px;
  padding: 0 32px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 750px) {
  .nav-inner {
    width: 100%;
    padding: 0;
  }
}

.nav-item {
  padding: 0 14px;
}

@media all and (max-width: 750px) {
  .nav-item {
    padding: 0 6px;
    margin-top: 5px;
  }
}

.nav-lower {
  display: block;
  text-align: center;
  margin-top: 27px;
}

@media all and (max-width: 750px) {
  .nav-lower {
    font-size: 0;
    letter-spacing: 0;
  }
}

.nav-lower-link {
  font-size: 12px;
  letter-spacing: 0;
  color: #033b6d;
  padding: 3px 6px;
}

@media all and (max-width: 750px) {
  .nav-lower-link {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
}

.nav-lower-link:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media all and (max-width: 750px) {
  .nav-lower-link:not(:last-child) {
    border-right: 0;
  }
}

.nav-lower-link:hover {
  text-decoration: none;
}

.nav-lower-copyright {
  font-size: 12px;
  letter-spacing: 0;
}

.nav-lower-mb-lg {
  margin-bottom: 58px;
}

.nav-link {
  color: #033b6d;
  display: block;
  letter-spacing: normal;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link-title {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #033b6d;
  padding: 10px 0;
}

@media all and (max-width: 750px) {
  .nav-link-title {
    font-size: 14px;
  }
}

.nav-link-title:nth-child(2) {
  margin-top: 50px;
}

@media all and (max-width: 750px) {
  .nav-link-title:nth-child(2) {
    margin-top: 27px;
  }
}

.nav-link-sub {
  font-size: 14px;
}

.nav-section {
  width: 196px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}

@media all and (max-width: 750px) {
  .nav-section {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .nav-section:nth-child(2) .nav-section-text {
    border-top-width: 0;
  }
}

.nav-section:hover {
  cursor: pointer;
  text-decoration: none;
}

.nav-section:hover .nav-section-list {
  max-height: 400%;
}

@media all and (max-width: 750px) {
  .nav-section:hover .nav-section-list {
    max-height: unset;
  }
}

.nav-section-link, .nav-section-text {
  font-size: 14px;
  color: #033b6d;
  letter-spacing: 0;
  padding: 14px 35px 10px 25px;
  text-align: left;
  display: block;
}

.nav-section-text {
  border: 1px solid #033b6d;
  position: relative;
}

@media all and (max-width: 750px) {
  .nav-section-text {
    border-left-width: 0;
    border-right-width: 0;
  }
}

.nav-section-text:after, .nav-section-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #033b6d;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  right: 15px;
}

@media all and (max-width: 750px) {
  .nav-section-text:after, .nav-section-text:before {
    width: 13px;
    height: 2px;
    border: 0;
    background: #033b6d;
  }
}

@media all and (max-width: 750px) {
  .nav-section-text:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

@media all and (max-width: 750px) {
  .nav-section-text.is-active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-section-text.is-active:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}

.nav-section-link {
  border: 1px solid #033b6d;
  border-top-width: 0;
  background: #fff;
}

@media all and (max-width: 750px) {
  .nav-section-link {
    border-left-width: 0;
    border-right-width: 0;
  }
}

.nav-section-link:hover {
  text-decoration: none;
}

.nav-section-item {
  background: #fff;
}

.nav-section-list {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

@media all and (max-width: 750px) {
  .nav-section-list {
    display: none;
    max-height: unset;
    position: relative;
    overflow: visible;
  }
}

.pagination {
  text-align: center;
}

.pagination-numbers {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 57px;
}

.pagination-numbers li {
  display: inline-block;
}

.pagination-numbers li:not(:last-child) {
  margin-right: 13px;
}

.pagination-numbers li a {
  color: #033b6d;
  font-size: 12px;
}

.pagination-numbers li a:hover {
  text-decoration: none;
}

.pagination-prev, .pagination-next {
  display: inline-block;
  color: #033b6d;
  font-size: 14px;
  vertical-align: bottom;
}

.pagination-prev:hover, .pagination-next:hover {
  text-decoration: none;
}

.post-type-content {
  counter-reset: number;
}

.post-type-content p {
  width: 896px;
  padding: 0 32px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
}

.post-type-content p:not(:last-child) {
  margin-bottom: 25px;
}

@media all and (max-width: 750px) {
  .post-type-content p {
    width: 100%;
    padding: 0;
  }
}

.post-type-content h2 {
  color: #008ad8;
  font-size: 24px;
  letter-spacing: 0;
  width: 896px;
  padding: 0 32px;
  margin: 0 auto;
  display: inline-block;
  line-height: 1.2em;
}

@media all and (max-width: 750px) {
  .post-type-content h2 {
    width: 100%;
    padding: 0;
    font-size: 20px;
  }
}

.post-type-content h2 em {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
}

@media all and (max-width: 750px) {
  .post-type-content h2 em {
    margin-top: -1px;
    display: block;
  }
}

.post-type-content strong {
  font-weight: bold;
  display: block;
}

.post-type-content a {
  color: #033b6d;
}

.post-type-content a:hover {
  text-decoration: none;
}

.post-type-content div {
  font-size: 0;
  letter-spacing: 0;
}

.post-type-content div .wp-caption {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.post-type-content ol {
  width: 896px;
  margin: 0 auto;
  padding: 0 32px;
}

@media all and (max-width: 750px) {
  .post-type-content ol {
    width: 100%;
    padding: 0;
  }
}

.post-type-content ol li {
  counter-increment: number;
  font-size: 14px;
}

.post-type-content ol li:before {
  content: counter(number) ".";
  display: inline-block;
  font-weight: bold;
}

@media all and (max-width: 750px) {
  .post-type-content ol li:before {
    display: inline;
  }
}

.post-type-content ol li:not(:last-child) {
  margin-bottom: 25px;
}

.post-type-content ol P {
  width: 100%;
  padding: 0;
  margin-top: 1px;
  line-height: 1.75;
}

.post-type-content ol strong {
  display: inline-block;
}

@media all and (max-width: 750px) {
  .post-type-content ol strong {
    display: inline;
  }
}

.post-type-content table {
	width: auto;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 14px;
	border: 1px solid #ccc;
}

@media all and (max-width: 750px) {
  .post-type-content table {
    width: 100%;
    paddin: 0;
  }
}

.post-type-content table tr {
  text-align: center;
}

.post-type-content table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.post-type-content table th {
	width: auto;
	text-align: center;
	background: #e6e6e6;
	font-weight: bold;
	padding: 13px 0;
}

.post-type-content table td {
  padding: 13px 38px;
  letter-spacing: 0;
  vertical-align: middle;
}

.post-type-content table td a {
  text-decoration: none;
  color: #033b6d;
}

.post-type-content table td a:hover {
  text-decoration: none;
}

@media all and (max-width: 750px) {
  .post-type-content table td {
    padding: 10px 7px;
  }
}

.post-type-content table td:first-child {
	width: 20%;
	border-right: 1px solid #ccc;
	font-weight: normal;




  @media all and (max-width: 750px) {
    width: 25.5%;
  }
}

.post-type-content table td:last-child {
	width: 20%;
	text-align: left;
}

.post-type-content table td br {
  display: none;
}

@media all and (max-width: 750px) {
  .post-type-content table td br {
    display: block;
  }
}

.post-type-content-date {
  color: #008ad8;
  font-size: 14px;
  text-align: center;
  display: block;
  letter-spacing: 0;
  margin-bottom: 12px;
}

@media all and (max-width: 750px) {
  .post-type-content-date {
    font-size: 16px;
  }
}

.post-type-content-title {
  color: #008ad8;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}

@media all and (max-width: 750px) {
  .post-type-content-title {
    font-size: 28px;
  }
}

.region {
  width: 572px;
  text-align: center;
  margin: -20px auto 0;
}

@media all and (max-width: 750px) {
  .region {
    width: 100%;
    margin-top: -11px;
  }
}

.region-list {
  text-align: left;
}

.region-list li:not(:last-child) {
  margin-bottom: 32px;
}

@media all and (max-width: 750px) {
  .region-list li:not(:last-child) {
    margin-bottom: 22px;
  }
}

.region-list h3 {
  display: inline-block;
  width: 120px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

@media all and (max-width: 750px) {
  .region-list h3 {
    display: block;
    margin-bottom: 5px;
  }
}

.region-list a, .region-list span {
  color: #033b6d;
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
}

@media all and (max-width: 750px) {
  .region-list a:first-of-type {
    margin-left: 0;
  }
}

.region-list a:hover, .region-list span:hover {
  text-decoration: none;
}

.select {
  background: #fff;
  padding: 7px 16px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select::-ms-expand {
  display: none;
}

@media all and (max-width: 750px) {
  .safari .select {
    font-size: 16px;
  }
}

.select-small {
  width: 295px;
  background: #fff url(../images/icon/down.png);
  background-repeat: no-repeat;
  background-position: 5% center;
}

.edge .select-small {
  background-position: 2% center;
}

@media all and (max-width: 750px) {
  .select-small {
    width: 71%;
  }
}

.textarea {
  padding: 5px 10px;
  width: 621px;
  height: 151px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

@media all and (max-width: 750px) {
  .textarea {
    width: 100%;
    height: 80px;
  }
}

@media all and (max-width: 750px) {
  .safari .textarea {
    font-size: 16px;
  }
}


/* 6-utility */


/*
Utility

This means helper class like a snippet.
Utility should always have the prefix "u-".
And you should not feel free to add a new Utility class.
*/

.u-hidden {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

.u-clear {
  zoom: 1;
}

.u-clear:before, .u-clear:after {
  content: "";
  display: block;
}

.u-clear:after {
  clear: both;
}

.u-elps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.u-notap {
  -webkit-tap-highlight-color: transparent;
}


/* 7-themes */


/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}


/* Dots */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 3px;
  background: #f0f0f0;
  margin: 0 5px;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

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

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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


/* Slider */

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

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

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

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

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

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

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

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

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

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

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


/** Swiper 3.4.2 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2017, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: March 10, 2017 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-slide {
  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;
}


/* 8-library */

.wp-pagenavi {
  position: relative;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: inline-block;
  color: #033b6d;
  font-size: 14px;
  vertical-align: bottom;
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  text-decoration: none;
}

@media all and (max-width: 750px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.wp-pagenavi .previouspostslink {
  margin-right: 57px;
}

@media all and (max-width: 750px) {
  .wp-pagenavi .previouspostslink {
    left: 0;
    margin-right: 0;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 57px;
}

@media all and (max-width: 750px) {
  .wp-pagenavi .nextpostslink {
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  vertical-align: bottom;
  color: #033b6d;
  font-size: 12px;
  margin-right: 13px;
}

@media all and (max-width: 750px) {
  .wp-pagenavi span, .wp-pagenavi a {
    vertical-align: middle;
  }
}

.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  text-decoration: none;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 10px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 10px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

@media all and (max-width: 780px) {
  .alignright {
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
}

.alignleft {
  float: left;
  margin-right: 15px;
}

@media all and (max-width: 780px) {
  .alignleft {
    float: none;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
}

.wp-caption {
  background: #fff;
  text-align: center;
  margin-bottom: 66px;
  margin-top: 109px;
  padding: 0 15px;
}

@media all and (max-width: 750px) {
  .wp-caption {
    width: 100% !important;
    margin-top: 7px;
    margin-bottom: 0;
  }
}

.wp-caption.alignnone {
  margin: 0;
}

@media all and (max-width: 750px) {
  .wp-caption.alignnone {
    margin-top: 32px;
  }
}

.wp-caption.aligncenter {
  margin: 0 auto 66px;
  text-align: center;
}

@media all and (max-width: 750px) {
  .wp-caption.aligncenter {
    margin-top: 32px;
  }
}

.wp-caption.alignleft {
  width: 540px;
  margin-right: 38px;
}

@media all and (max-width: 750px) {
  .wp-caption.alignleft {
    width: 100%;
    margin: 0;
  }
}

.wp-caption.alignright {
  width: 540px;
  margin-left: 38px;
}

@media all and (max-width: 750px) {
  .wp-caption.alignright {
    width: 100%;
    margin: 0;
  }
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.wp-caption.aligncenter img {
  width: auto;
  margin: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 10px 20px 20px 0;
  letter-spacing: 0;
  line-height: 2.4;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  padding: 0;
}

@media all and (max-width: 750px) {
  .wp-caption p.wp-caption-text {
    margin-top: 10px;
    line-height: 1.4;
    padding: 0;
    font-size: 12px;
  }
}

body {
  overflow-x: scroll !important;
}

.fn-mobile-visible {
  display: block !important;
}

.fn-sidebar {
  margin-left: -250px;
}

.fn-content {
  padding: 20px;
}

.fn-article {
  width: 1320px;
}

@media all and (max-width: 750px) {
  .fn-article {
    width: 100%;
  }
}

.fn-preview>* {
  border: 1px solid #eee;
}

.form-submit:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border: 2px solid #033b6d;
  border-right-width: 0;
  border-bottom-width: 0;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.form-submit span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #033b6d;
}

@media screen and (max-width:750px) {
  .ntable table, .ntable tbody, .ntable tr, .ntable td {
    table-layout: fixed;
    display: block;
    width: 100% !important;
    padding: 0;
  }
  table.ctype th {
    width: 1% !important;
  }
}

table.ctype th {
  width: 20%;
}

.post-type-content table.ctype th {
  vertical-align: middle;
}

.ntable table tr {
  text-align: left;
}

.post-type-content table.ctype {
  width: 896px;
}

table.ctype {
  table-layout: fixed;
  width: 100%;
}
.error404 {
  text-align: center;
}
.error404-pc {
  width: 700px;
  height: 500px;
  margin: 40px auto;
}
.error404-sp {
  display: none;
  max-width: 350px;
  width: 100%;
  max-width: 830px;
  height: 110.6666667vw;
  margin: 20px auto;
}
@media screen and (max-width:750px) {
  .error404-pc {
    display: none;
  }
  .error404-sp {
    display: block;
  }
}
.error404_btn {
  display: block;
  margin: auto;
}
.error404-pc .error404_btn {
  width: 280px;
  height: 50px;
}
.error404-sp .error404_btn {
  width: 64.285714286%;
}
