@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

/*sup{vertical-align:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

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

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}
*/
@keyframes load01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    height: 100vh; }
  99% {
    opacity: 0;
    height: 100vh; }
  100% {
    height: 0;
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/**/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 94%;
  height: 100%;
  left: 3%;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 1166px; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

::selection {
  background: #1CB4D7;
  color: #fff; }

::-moz-selection {
  background: #1CB4D7;
  color: #fff; }

html {
  font-size: 100%; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 81.25%; } }

body {
  color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-feature-settings: "palt" 1;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Hiragino Kaku Gothic Pro',"Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }
  body a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  body a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
  body:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100; }

.cont_in {
  width: 94%;
  margin: 0 auto;
  max-width: 1220px; }
  .cont_in .sec_md {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 3.25rem;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-style: italic; }
    .cont_in .sec_md span {
      display: block;
      font-size: 1.315rem;
      font-weight: bold;
      padding-top: .25rem;
      font-family: 'Hiragino Kaku Gothic Pro',"Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }
  .cont_in .sec_txt {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .cont_in .sec_md {
      font-size: 2.25rem;
      margin-bottom: 1.75rem; }
      .cont_in .sec_md span {
        font-size: 1rem; }
    .cont_in .sec_txt {
      font-size: 1rem;
      text-align: left;
      margin-bottom: 2rem; } }

.section {
  padding: 5rem 0 6rem; }
  @media screen and (max-width: 960px) {
    .section {
      padding: 3rem 0; } }

/**/
.site_min {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif !important; }

/**/
select::-ms-expand {
  display: none; }

* {
  outline: none;
  list-style: none; }

/**/
/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

@font-face {
  font-family: number;
  src: local("Helvetica Neue Regular");
  font-weight: 100;
  unicode-range: U30-39; }

/** ---------------- font/_default.scss - */
@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/bebas/bebasneuethin.eot");
  src: url("../fonts/bebas/bebasneuethin.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneuethin.woff") format("woff"), url("../fonts/bebas/bebasneuethin.ttf") format("truetype"); }

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/bebas/bebasneueregular.eot");
  src: url("../fonts/bebas/bebasneueregular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneueregular.woff") format("woff"), url("../fonts/bebas/bebasneueregular.ttf") format("truetype"); }

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/bebas/bebasneuebook.eot");
  src: url("../fonts/bebas/bebasneuebook.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneuebook.woff") format("woff"), url("../fonts/bebas/bebasneuebook.ttf") format("truetype"); }

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/bebas/bebasneuebold.eot");
  src: url("../fonts/bebas/bebasneuebold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneuebold.woff") format("woff"), url("../fonts/bebas/bebasneuebold.ttf") format("truetype"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?g3csci");
  src: url("../fonts/icomoon.eot?g3csci#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g3csci") format("truetype"), url("../fonts/icomoon.woff?g3csci") format("woff"), url("../fonts/icomoon.svg?g3csci#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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; }

.icon-instagram:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-brand:before {
  content: "\e901"; }

.icon-social:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-brand1:before {
  content: "\e902"; }

.icon-tweet:before {
  content: "\e902"; }

.icon-social1:before {
  content: "\e902"; }

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1CB4D7;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-content: stretch;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 100000000; }

/*.breeding-rhombus-spinner {
      height: 65px;
      width: 65px;
      position: relative;
      transform: rotate(45deg);
    }

    .breeding-rhombus-spinner, .breeding-rhombus-spinner * {
      box-sizing: border-box;
    }

    .breeding-rhombus-spinner .rhombus {
      height: calc(65px / 7.5);
      width: calc(65px / 7.5);
      animation-duration: 2000ms;
      top: calc(65px / 2.3077);
      left: calc(65px / 2.3077);
      background-color: $site_col;
      position: absolute;
      animation-iteration-count: infinite;
    }

    .breeding-rhombus-spinner .rhombus:nth-child(2n+0) {
       margin-right: 0;
     }

    .breeding-rhombus-spinner .rhombus.child-1 {
      animation-name: breeding-rhombus-spinner-animation-child-1;
      animation-delay: calc(100ms * 1);
    }

    .breeding-rhombus-spinner .rhombus.child-2 {
      animation-name: breeding-rhombus-spinner-animation-child-2;
      animation-delay: calc(100ms * 2);
    }

    .breeding-rhombus-spinner .rhombus.child-3 {
      animation-name: breeding-rhombus-spinner-animation-child-3;
      animation-delay: calc(100ms * 3);
    }

    .breeding-rhombus-spinner .rhombus.child-4 {
      animation-name: breeding-rhombus-spinner-animation-child-4;
      animation-delay: calc(100ms * 4);
    }

    .breeding-rhombus-spinner .rhombus.child-5 {
      animation-name: breeding-rhombus-spinner-animation-child-5;
      animation-delay: calc(100ms * 5);
    }

    .breeding-rhombus-spinner .rhombus.child-6 {
      animation-name: breeding-rhombus-spinner-animation-child-6;
      animation-delay: calc(100ms * 6);
    }

    .breeding-rhombus-spinner .rhombus.child-7 {
      animation-name: breeding-rhombus-spinner-animation-child-7;
      animation-delay: calc(100ms * 7);
    }

    .breeding-rhombus-spinner .rhombus.child-8 {
      animation-name: breeding-rhombus-spinner-animation-child-8;
      animation-delay: calc(100ms * 8);
    }

    .breeding-rhombus-spinner .rhombus.big {
      height: calc(65px / 3);
      width: calc(65px / 3);
      animation-duration: 2000ms;
      top: calc(65px / 3);
      left: calc(65px / 3);
      background-color: $site_col;
      animation: breeding-rhombus-spinner-animation-child-big 2s infinite;
      animation-delay: 0.5s;
    }


    @keyframes breeding-rhombus-spinner-animation-child-1 {
      50% {
        transform: translate(-325%, -325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-2 {
      50% {
        transform: translate(0, -325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-3 {
      50% {
        transform: translate(325%, -325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-4 {
      50% {
        transform: translate(325%, 0);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-5 {
      50% {
        transform: translate(325%, 325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-6 {
      50% {
        transform: translate(0, 325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-7 {
      50% {
        transform: translate(-325%, 325%);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-8 {
      50% {
        transform: translate(-325%, 0);
      }
    }

    @keyframes breeding-rhombus-spinner-animation-child-big {
      50% {
        transform: scale(0.5);
      }
    }
    */
.hollow-dots-spinner, .hollow-dots-spinner * {
  box-sizing: border-box; }

.hollow-dots-spinner {
  height: 15px;
  width: calc(30px * 3); }

.hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 calc(15px / 2);
  border: calc(15px / 5) solid #fff;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms; }

.hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: calc(300ms * 1); }

.hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: calc(300ms * 2); }

.hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: calc(300ms * 3); }

@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 1.43rem 0; }
  .header .cont_in {
    max-width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .cont_in .site_logo {
      line-height: 0; }
      .header .cont_in .site_logo img {
        width: 100%;
        height: auto;
        max-width: 230px; }
    .header .cont_in .he_btn a {
      display: block;
      padding: 0.5rem 2rem;
      border-radius: 2rem;
      color: #fff;
      background: #1CB4D7;
      line-height: 1; }
      .header .cont_in .he_btn.primary a {
        background: #ED6C3F; }
  .btn_list {
    display: flex; }
    .btn_list p:first-child {
      margin: 0 1rem; }
  @media screen and (max-width: 560px) {
    .header {
      padding: 1rem 0; }
      .header .cont_in .site_logo img {
        max-width: 120px; }
      .header .cont_in .he_btn a {
        padding: 0.75rem 1.5rem; } }

.scroll {
  background: #1CB4D7;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 1.25rem 0; }

.he_nav {
  display: block; }
  .he_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .he_nav ul li {
      margin: 0 1rem; }
      .he_nav ul li a {
        display: block;
        color: #FFF;
        text-shadow: 0px 0px 3px #52B4BF; }

/* //footer */
.footer .f_list {
  display: flex;
  justify-content: center;
  padding: 1rem 4%;
  background: #B0B0B0; }
  .footer .f_list li {
    margin: 0 3rem; }
    .footer .f_list li a {
      display: block;
      font-weight: bold;
      color: #fff; }

.footer .cont_in {
  padding: 1.5rem 2rem;
  text-align: center; }
  .footer .cont_in .copy {
    margin-top: 1rem; }

@media screen and (max-width: 768px) {
  .footer .f_list li {
    margin: 0 0.75rem; }
    .footer .f_list li a {
      font-size: 83%; }
  .footer .cont_in {
    padding: 1.25rem 0;
    text-align: center; }
    .footer .cont_in .f_logo img {
      width: 120px; }
    .footer .cont_in .copy {
      margin-top: .5rem; } }

/**/
/**/
.header {
  background: #fff; }
  .header .cont_in {
    justify-content: center; }

.section {
  padding: 3rem 0; }
  @media screen and (max-width: 560px) {
    .section {
      padding: 2rem 0; } }

.under_main {
  /* padding: 7.5rem 0 2.25rem; */
  background: #1CB4D7; }
  .under_main .under_md {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif; }
    .under_main .under_md span {
      display: block;
      font-size: .83rem;
      color: #fff; }
  @media screen and (max-width: 560px) {
    .under_main {
      padding: 5.25rem 0 2rem; } }

.cont_in {
  max-width: 860px; }
  .cont_in .txt {
    margin-bottom: 2rem; }
  @media screen and (max-width: 560px) {
    .cont_in .txt {
      margin-bottom: 1rem; } }

.company_dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }
  .company_dl dt,
  .company_dl dd {
    margin-bottom: 1rem; }
  .company_dl dt {
    font-weight: bold;
    width: 160px;
    line-height: 2.5rem; }
    .company_dl dt i {
      color: #ED6C3F; }
      .company_dl dt i:before {
        content: " "; }
  .company_dl dd {
    flex: 1; }
    .company_dl dd input,
    .company_dl dd textarea {
      padding: 0 0.75rem;
      line-height: 2.5rem;
      border: solid 1px #ddd;
      box-sizing: border-box;
      box-shadow: none;
      width: 100%;
      max-width: 120px; }
      .company_dl dd input.error,
      .company_dl dd textarea.error {
        border-color: #ED6C3F; }
      /* formrun */
      .company_dl dd input.formrun-has-error,
      .company_dl dd textarea.formrun-has-error {
        border-color: #ED6C3F; }
    .company_dl dd textarea {
      max-width: 100%; }
    .company_dl dd .w_mid {
      max-width: 480px; }
    .company_dl dd .w_long {
      max-width: 100%; }
    .company_dl dd label.error {
      display: block;
      color: #ED6C3F;
      font-size: 83%;
      margin-top: .25rem; }
    /* formrun */
    .company_dl dd div.formrun-system-show {
        display: block;
        color: #ED6C3F;
        font-size: 83%;
        margin-top: .25rem; }
  @media screen and (max-width: 560px) {
    .company_dl {
      display: block; }
      .company_dl dt,
      .company_dl dd {
        width: 100%; }
      .company_dl dt {
        margin-bottom: .25rem; }
      .company_dl dd {
        margin-top: 0px;
        border-top: none; } }

.btn_block {
  text-align: center;
  margin-top: 2rem; }

.btn {
  cursor: pointer;
  color: #fff;
  background: #ED6C3F;
  padding: 1.25rem 0;
  line-height: 1;
  border: none;
  font-size: 1.25rem;
  width: 100%;
  font-weight: bold;
  max-width: 380px; }

.pri_md {
  font-size: 1.33rem;
  font-weight: bold;
  padding-bottom: .13rem;
  border-bottom: solid 2px #ddd; }

.privacy .pri_md,
.privacy .txt,
.privacy .pri_box,
.privacy .pri_list {
  margin-bottom: 1.5rem;
  line-height: 1.7; }
  .privacy .pri_md:last-child,
  .privacy .txt:last-child,
  .privacy .pri_box:last-child,
  .privacy .pri_list:last-child {
    margin-bottom: 0px; }

.privacy .pri_md {
  font-size: 1.33rem;
  font-weight: bold;
  padding-bottom: .13rem;
  border-bottom: solid 2px #ddd; }

.privacy .pri_box {
  margin-bottom: 2.5rem; }

.privacy .pri_list li {
  display: flex;
  margin-bottom: 1rem; }
  .privacy .pri_list li:last-child {
    margin-bottom: 0px; }
  .privacy .pri_list li .list_num {
    margin-right: .5rem; }
  .privacy .pri_list li .list_txt {
    flex: 1; }

.privacy .indent-1em {
  margin-left: 1em; }

@media screen and (max-width: 560px) {
  .btn_block {
    margin-top: 1.5rem; } }

.footer {
  border-top: solid 1px #ddd; }
