@charset "UTF-8";
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, img, ins, q,
small, strong, sub, sup,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td,
article, aside,
footer, header, main, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

article, aside,
footer, header, main, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

audio,
video,
canvas {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: solid 1px #aaa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.businessCarousel .businessCardLink:after, .carouselCardLink:after, .headerNav__ul:after, .headerNav:after, .headerWrap:after, .wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.toggleButton:after, .toggleButton > span, .toggleButton:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fcfcfc;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  transition: width 0.3s, background-color 0.3s, transform 0.3s, opacity 0.3s;
}

.newsMore a {
  color: #333;
}
.newsMore a:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #050709;
  border-bottom: solid 1px #050709;
  transform: skew(45deg);
  position: absolute;
  bottom: 3px;
  left: -3px;
  transition: left 0.3s, border-color 0.3s;
}
.newsMore a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.newsMore a:hover:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.teamManagement .teamManagement__content .siteLink {
  color: #333;
}
.teamManagement .teamManagement__content .siteLink:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #fcfcfc;
  border-bottom: solid 1px #fcfcfc;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: left 0.3s, border-color 0.3s;
}
.teamManagement .teamManagement__content .siteLink:hover {
  color: rgb(0, 151.65625, 253.2);
}
.teamManagement .teamManagement__content .siteLink:hover:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.businessLink, .aboutSection .teamManagement .aboutLink {
  white-space: nowrap;
  position: absolute;
  z-index: 30;
}
.businessLink a, .aboutSection .teamManagement .aboutLink a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
  padding: 5px 15px;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 40px;
}
@media only screen and (min-width: 48em) {
  .businessLink a, .aboutSection .teamManagement .aboutLink a {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.businessLink a span, .aboutSection .teamManagement .aboutLink a span {
  position: relative;
}
.businessLink a span:after, .aboutSection .teamManagement .aboutLink a span:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #050709;
  border-bottom: solid 1px #050709;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: left 0.3s, border-color 0.3s;
}
.businessLink a:hover, .aboutSection .teamManagement .aboutLink a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.businessLink a:hover > span:after, .aboutSection .teamManagement .aboutLink a:hover > span:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.contactWrap h2 {
  white-space: nowrap;
  position: absolute;
  z-index: 30;
}
.contactWrap h2 a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
  padding: 5px 15px;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 60px;
}
@media only screen and (min-width: 48em) {
  .contactWrap h2 a {
    line-height: 70px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.contactWrap h2 a span {
  position: relative;
}
.contactWrap h2 a span:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #050709;
  border-bottom: solid 1px #050709;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: left 0.3s, border-color 0.3s;
}
.contactWrap h2 a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.contactWrap h2 a:hover > span:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.thumbWrap {
  text-align: center;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .thumbWrap {
    margin-bottom: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.thumbWrap:before {
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 48em) {
  .thumbWrap:before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin-left: 15px;
    margin-top: 15px;
  }
}

.carouselCard__meta .carouselCard__category {
  color: #fcfcfc;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-right: 5px;
  padding: 0px 4px;
  background-color: #050709;
}

.carouselCard__meta .carouselCard__date {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.markerSvg {
  margin-bottom: -2px;
  width: 14px;
  height: 14px;
}

.newsHeader,
.aboutHeader,
.businessHeader {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: normal;
  margin: -40px 0 30px;
  padding: 70px 10px 0;
  border-bottom: solid 2px #dfdfdf;
  position: relative;
}
.newsHeader:after,
.aboutHeader:after,
.businessHeader:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
@media only screen and (min-width: 62em) {
  .newsHeader,
  .aboutHeader,
  .businessHeader {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?hxjld2");
  src: url("../fonts/icon.eot?hxjld2#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?hxjld2") format("truetype"), url("../fonts/icon.woff?hxjld2") format("woff"), url("../fonts/icon.svg?hxjld2#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-]:before, [class*=" fa-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-new-tab:before {
  content: "\ea7e";
}

.fa-instagram:before {
  content: "\ea92";
}

.fa-youtube:before {
  content: "\ea9d";
}

.fa-twitch:before {
  content: "\ea9f";
}

.fa-openrec:before {
  content: "\e900";
}

.fa-facebook:before {
  content: "\e901";
  font-size: 20px;
  font-size: 2rem;
}

.fa-line:before {
  content: "\e91e";
}

.fa-mailform:before {
  content: "\e920";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.fa-x:before {
  content: "\e902";
  font-size: 16px;
  font-size: 1.6rem;
}

.svg {
  width: 18px;
  height: 18px;
  fill: #333;
}

.xLink {
  width: 100%;
  height: 50px;
  position: relative;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 62em) {
  .xLink {
    width: 50px;
  }
}
.xLink .xSvg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #333;
  transition: fill 0.3s;
}
.xLink > .xSvg:hover:hover {
  fill: rgb(0, 151.65625, 253.2);
}

@media only screen and (min-width: 62em) {
  .headerNav__ul .xLink .xSvg {
    fill: #fcfcfc;
  }
}

.headerBackground .xLink > .xSvg {
  fill: #333;
}
.headerBackground .xLink > .xSvg:hover {
  fill: rgb(0, 151.65625, 253.2);
}

.postShareX {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.postShareX .xSvg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #fcfcfc;
  transition: fill 0.3s;
}

.footerSnsWrap .footerSnsWrap__ul {
  display: flex;
  justify-content: center;
}
.footerSnsWrap .footerSnsWrap__ul > li {
  margin-right: 20px;
}
.footerSnsWrap .footerSnsWrap__ul > li:last-child {
  margin-right: 0;
}
.footerSnsWrap .footerSnsWrap__ul .xLink {
  display: inline-block;
  width: 40px;
  height: 50px;
}
.footerSnsWrap .footerSnsWrap__ul .xSvg {
  width: 20px;
  height: 50px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  color: #333;
  font-family: "Nunito Sans", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #f8f8f8;
}

#js_body {
  position: relative;
  visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*
h1,h2,h3,h4,h5,h6,p,pre,dl,ul,ol,address,blockquote,table,form,fieldset {
	margin-bottom: 30px; //ほぼ再定義するため削除
}
*/
q, blockquote {
  color: rgb(107.1, 107.1, 107.1);
  background-color: rgb(241.1, 241.1, 241.1);
}

pre,
code {
  font-family: monospace, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

em {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, rgb(37.5149253731, 172.7388059701, 245.9850746269)), to(rgb(37.5149253731, 172.7388059701, 245.9850746269)));
  background: -moz-linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
  background: linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
}

mark {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, #0073c0), to(#0073c0));
  background: -moz-linear-gradient(to bottom, transparent 60%, #0073c0 60%);
  background: linear-gradient(to bottom, transparent 60%, #0073c0 60%);
}

hr {
  height: 0;
  overflow: visible;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

sub,
sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #dfdfdf;
}

tr, th, td {
  border: solid 1px #dfdfdf;
}

th {
  text-align: left;
  background-color: #f8f8f8;
}

form {
  padding: 20px;
}

img {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Verdana, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

fieldset {
  border: 1px solid #68f;
  padding: 6px 10px 12px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

a {
  color: #0073c0;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: rgb(0, 151.65625, 253.2);
}

.post__content a[target=_blank]:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.external:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wrap {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 61.9375em) {
  .wrap {
    max-width: 740px;
    width: 100%;
  }
}
@media only screen and (min-width: 62em) {
  .wrap {
    max-width: 1000px;
  }
}

.contents {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  overflow: hidden;
}

.overlayBase {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background-color 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 62em) {
  .overlayBase {
    transition: none;
  }
}

.overlay {
  visibility: visible;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 62em) {
  .overlay {
    visibility: hidden;
  }
}

/*==============================
headerのレイアウト
===============================*/
header {
  line-height: 54px;
  width: 100%;
  height: 54px;
  min-width: 320px;
  position: fixed;
  z-index: 700;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, fill 0.3s;
}

.headerWrap {
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 48em) {
  .headerWrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 62em) {
  .headerWrap {
    width: 938px;
  }
}
@media only screen and (min-width: 75em) {
  .headerWrap {
    width: 1080px;
  }
}

.logo {
  width: 168px;
  height: 54px;
  float: left;
  position: relative;
  z-index: 1;
}

.logoLink {
  line-height: 54px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  left: -10px;
  overflow: hidden;
  transform: scale(0.8);
}
.logoLink > .logoImg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.logoLink img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.headerBackground .logoLink > .logoImg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -2px;
}
.headerBackground .logoLink img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -2px;
}

/*==============================
headerのtoggle設定
===============================*/
.toggleButton {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  z-index: 100;
  transition: margin 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .toggleButton {
    display: none;
  }
}
.toggleButton:before {
  top: 11px;
}
.toggleButton > span {
  top: 24px;
  width: 30px;
}
.toggleButton:after {
  bottom: 11px;
  width: 20px;
}
.toggleButton:focus {
  outline: none;
}

.menu-opened + .toggleButton {
  margin-right: -16px;
}
.menu-opened + .toggleButton:before {
  transform: translateY(13px) rotate(135deg);
  background-color: #333;
  width: 30px;
}
.menu-opened + .toggleButton > span {
  opacity: 0;
  background-color: #333;
}
.menu-opened + .toggleButton:after {
  transform: translateY(-13px) rotate(-135deg);
  background-color: #333;
  width: 30px;
}

.headerNav {
  text-align: center;
  width: 270px;
  height: 100%;
  margin-top: 54px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -270px;
  transform: translateX(0);
  z-index: -1;
}
@media only screen and (max-width: 61.9375em) {
  .headerNav {
    background-color: #fcfcfc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  }
}
@media only screen and (min-width: 62em) {
  .headerNav {
    width: 100%;
    height: 54px;
    margin-top: 0;
    overflow: visible;
    position: static;
  }
}

.menu-opened {
  transform: translateX(-270px);
}
@media only screen and (min-width: 62em) {
  .menu-opened {
    transform: translateX(0);
  }
}

.headerNav__ul {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul {
    padding-top: 0;
    float: right;
    position: static;
  }
}
.headerNav__ul > li {
  text-align: left;
  letter-spacing: 2px;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 40px;
    float: left;
  }
}
.headerNav__ul > li > a {
  color: #333;
  display: block;
}
.headerNav__ul > li > a:hover {
  color: rgb(0, 151.65625, 253.2);
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li > a {
    color: #fcfcfc;
  }
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li:last-child {
    text-align: center;
    margin-right: 0;
  }
}

.headerBackground {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}
.headerBackground .toggleButton:before,
.headerBackground .toggleButton > span, .headerBackground .toggleButton:after {
  background-color: #333;
}
@media only screen and (min-width: 62em) {
  .headerBackground .headerNav__ul > li a {
    color: #333;
  }
  .headerBackground .headerNav__ul > li a:hover {
    color: rgb(0, 151.65625, 253.2);
  }
}

.frontPage {
  color: #333;
  letter-spacing: 0.02em;
  width: 100%;
}
.frontPage section {
  margin-bottom: 120px;
}
@media only screen and (min-width: 48em) {
  .frontPage .contactSection {
    margin-bottom: 180px;
  }
}
.frontPage section:last-child {
  margin-bottom: 0;
}

/*＝＝＝＝＝＝＝mainVisual＝＝＝＝＝＝＝*/
.mainVisualWrap {
  margin-bottom: 0px;
  position: relative;
}
.mainVisualWrap .mainVisual {
  position: relative;
  overflow: hidden;
}
.mainVisualWrap .mainVisual:before {
  content: "";
  display: block;
  padding-top: 150%;
}
@media only screen and (min-width: 62em) {
  .mainVisualWrap .mainVisual:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.mainVisualWrap .mainVisual .mainVisual__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*＝＝＝＝＝＝＝クラサポバナー＝＝＝＝＝＝＝*/
.kurasapoWrap {
  text-align: center;
  padding: 30px 10px;
}
.kurasapoWrap .kurasapoLogoLink {
  color: #f7810f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kurasapoWrap .kurasapoLogoLink:hover {
  color: rgb(248.3161290323, 149.7290322581, 54.4838709677);
}
.kurasapoWrap .kurasapoLogoLink .kurasapoLogoWrap {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
@media only screen and (min-width: 48em) {
  .kurasapoWrap .kurasapoLogoLink .kurasapoLogoWrap {
    width: 90px;
    height: 90px;
  }
}
.kurasapoWrap .kurasapoLogoLink .kurasapoDes > span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

/*＝＝＝＝＝＝＝NEWS&TOPICS＋Slick.js＝＝＝＝＝＝＝*/
.carouselCard {
  text-align: left;
  width: 100%;
  padding: 0 10px;
}

.carouselCardLink {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.carouselCardLink:hover {
  color: rgb(0, 151.65625, 253.2);
}
.carouselCardLink img {
  transition: opacity 0.6s;
}
.carouselCardLink:hover img {
  opacity: 0.8;
}
.carouselCard__imgWrap {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.carouselCard__imgWrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.carouselCard__imgWrap .carouselCard__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.carouselCard__meta {
  white-space: nowrap;
  margin-bottom: 10px;
}
.carouselCard__title {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 48em) {
  .carouselCard__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.newsCarousel {
  display: none;
}
.newsCarousel .slick-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: right !important;
  width: 50% !important;
  height: 30px !important;
  line-height: 30px !important;
  position: relative !important;
}
.newsCarousel .slick-dots li button:before {
  font-size: 10px !important;
  color: #050709 !important;
}
.newsCarousel .slick-dots > li:first-child:last-child {
  display: none;
}
.newsCarousel .slick-dots > li:first-child:last-child {
  display: none;
}

.newsMore {
  width: 100px;
  margin-top: -36px;
  margin-left: 20px;
  line-height: 30px;
  position: relative;
  left: 50%;
}
/*＝＝＝＝＝＝＝＝ABOUT US＝＝＝＝＝＝＝＝*/
.aboutSection .teamManagement {
  position: relative;
}
.aboutSection .teamManagement .aboutLink {
  width: 180px;
  margin-top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.teamManagement {
  color: #fcfcfc;
  padding: 60px 0 150px;
}
.teamManagement .wrap {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 48em) {
  .teamManagement .wrap {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 62em) {
  .teamManagement {
    padding: 100px 0 180px;
  }
}
.teamManagement a {
  color: #fcfcfc;
}
.teamManagement a:hover {
  color: rgb(0, 151.65625, 253.2);
}

.teamManagement {
  position: relative;
  top: -1px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .teamManagement .wrap {
    flex-direction: row-reverse;
  }
  .teamManagement .wrap .thambWrap {
    margin-left: 15px;
  }
}
.teamManagement .teamManagementBgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.teamManagement .teamManagementBgWrap .teamManagementBg {
  width: 100%;
  height: 140%;
  object-fit: cover;
}
@media only screen and (min-width: 48em) {
  .teamManagement .teamManagement__content {
    margin-right: 15px;
  }
}
.teamManagement .teamManagement__content .teamManagement__p {
  margin-bottom: 10px;
}
.teamManagement .teamManagement__content .siteLink {
  color: #fcfcfc;
  letter-spacing: 1px;
  position: relative;
}

.thumbWrap > img {
  width: 100%;
  max-width: 485px;
  max-height: 300px;
  height: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 48em) {
  .thumbWrap > img {
    min-width: 280px;
  }
}
@media only screen and (min-width: 62em) {
  .thumbWrap > img {
    min-width: 400px;
  }
}
.thumbWrap:before {
  max-width: 485px;
  max-height: 300px;
}

/*＝＝＝＝＝＝＝＝OUR BUSINESS＝＝＝＝＝＝＝＝*/
.businessLink {
  width: 200px;
  margin: 50px auto 0;
  position: static;
}

.businessCarousel .businessCard {
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
.businessCarousel .businessCardLink {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.businessCarousel .businessCardLink:hover {
  color: rgb(0, 151.65625, 253.2);
}
.businessCarousel .businessCardLink img {
  transition: opacity 0.6s;
}
.businessCarousel .businessCardLink:hover img {
  opacity: 0.8;
}
.businessCarousel .businessCard__imgWrap {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.businessCarousel .businessCard__imgWrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.businessCarousel .businessCard__imgWrap .businessCard__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.businessCarousel h3 {
  text-align: center;
  font-weight: normal;
}
.businessCarousel h3 .supTitle {
  font-size: 12px;
}
.businessCarousel h3 .businessCard__title {
  white-space: nowrap;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .businessCarousel h3 .businessCard__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.businessCarousel .slick-dots {
  width: 300px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0 auto !important;
  position: relative !important;
  padding-right: 0 !important;
}
.businessCarousel .slick-dots li button:before {
  font-size: 10px !important;
  color: #050709 !important;
}
.businessCarousel .slick-dots > li:first-child:last-child {
  display: none;
}

.overview__lists {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  column-gap: 50px;
  justify-content: center;
  margin: 10px auto 0;
}
@media only screen and (min-width: 48em) {
  .overview__lists {
    -ms-grid-rows: 60px 160px 60px 160px 60px;
    grid-template-rows: 60px 160px 60px 160px 60px;
    grid-auto-flow: column;
  }
}
.overview__lists .overview__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.overview__lists .overview__listTitle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
  height: 50px;
  padding-right: 18px;
  text-align: right;
}
@media only screen and (min-width: 48em) {
  .overview__lists .overview__listTitle {
    width: 120px;
  }
}
.overview__lists .overview__listItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 180px;
  height: 50px;
  padding-left: 18px;
  border-left: solid 1px #dfdfdf;
  text-align: left;
}
@media only screen and (min-width: 35em) {
  .overview__lists .overview__listItem {
    width: 220px;
  }
}
@media only screen and (min-width: 48em) {
  .overview__lists .overview__listItem {
    width: 230px;
    height: 160px;
  }
}
@media only screen and (min-width: 62em) {
  .overview__lists .overview__listItem {
    width: 280px;
  }
}
.overview__lists .overview__listItem.location {
  height: 160px;
}
.overview__lists .overview__listItem.officer {
  white-space: nowrap;
  height: 160px;
}

/*＝＝＝＝＝＝＝＝CONTACT＝＝＝＝＝＝＝＝*/
.contactWrap {
  color: #fcfcfc;
  text-align: center;
  padding: 60px 0;
  position: relative;
  height: 270px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .contactWrap {
    height: 320px;
  }
}
.contactWrap h2 {
  width: 260px;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 48em) {
  .contactWrap h2 {
    width: 300px;
  }
}
.contactWrap .contactMessage {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media only screen and (min-width: 48em) {
  .contactWrap .contactMessage {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contactWrap .contactBg {
  width: 100%;
  height: 160%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

/*＝＝＝＝＝＝＝＝SPONSORS＝＝＝＝＝＝＝＝*/
footer {
  margin-top: auto;
  background-color: #fcfcfc;
}

.footerWrap {
  letter-spacing: 2px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 35em) {
  .footerWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.footerWrap .footerLogoWrap {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .footerWrap .footerLogoWrap {
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  .footerWrap .footerLogoWrap {
    top: 12px;
  }
}
.footerWrap .footerLogoWrap a {
  color: #333;
}
.footerWrap .footerLogoWrap a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.footerWrap .footerLogoWrap a > .footer__logo {
  width: 100%;
  height: auto;
}
.footerWrap .footerNav__ul {
  font-size: 16px;
  font-size: 1.6rem;
}
.footerWrap .footerNav__ul > li {
  text-align: left;
  margin-bottom: 10px;
}
.footerWrap .footerNav__ul > li a {
  color: #333;
}
.footerWrap .footerNav__ul > li a:hover {
  color: rgb(0, 151.65625, 253.2);
}
@media only screen and (min-width: 48em) {
  .footerWrap .footerNav__ul > li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .footerWrap .footerNav__ul > li {
    display: inline-block;
    margin-right: 20px;
  }
}

.footerSnsWrap {
  height: 50px;
}

.footerBottom {
  line-height: 40px;
  height: 40px;
}
.footerBottom > p {
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}

.IE8 header:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acdcee", endColorstr="#ffcfdf", GradientType=1);
}
.IE8 strong,
.IE8 ins {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#ffcfdf", GradientType=0);
}
.IE8 mark {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#acdcee", GradientType=0);
}

/*# sourceMappingURL=front.css.map */
