@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=);

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://example.com/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("https://example.com/MaterialIcons-Regular.woff2") format("woff2"), url("https://example.com/MaterialIcons-Regular.woff") format("woff"), url("https://example.com/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

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

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/AvenirLTStd-Black.otf.woff") format("woff"), url("../fonts/AvenirLTStd-Black.otf.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: 900;
  src: url("../fonts/AvenirLTStd-BlackOblique.woff") format("woff"), url("../fonts/AvenirLTStd-BlackOblique.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: 300;
  src: url("../fonts/AvenirLTStd-BookOblique.woff") format("woff"), url("../fonts/AvenirLTStd-BookOblique.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/AvenirLTStd-Heavy.woff") format("woff"), url("../fonts/AvenirLTStd-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: 800;
  src: url("../fonts/AvenirLTStd-HeavyOblique.woff") format("woff"), url("../fonts/AvenirLTStd-HeavyOblique.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: 200;
  src: url("../fonts/AvenirLTStd-LightOblique.woff") format("woff"), url("../fonts/AvenirLTStd-LightOblique.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AvenirLTStd-Medium.woff") format("woff"), url("../fonts/AvenirLTStd-Medium.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: 500;
  src: url("../fonts/AvenirLTStd-MediumOblique.woff") format("woff"), url("../fonts/AvenirLTStd-MediumOblique.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: normal;
  font-weight: nomal;
  src: url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: "AvenirLTStd";
  font-style: oblique;
  font-weight: nomal;
  src: url("../fonts/AvenirLTStd-Oblique.woff") format("woff"), url("../fonts/AvenirLTStd-Oblique.otf") format("opentype");
}

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

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

html {
  font-size: 62.5%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  padding: 144px 80px 0;
}

@media only screen and (max-width: 767px) {
  main {
    padding: 120px 0 0;
  }
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.maincontent {
  width: calc(100% - 438px);
}

@media screen and (max-width: 1280px) {
  .maincontent {
    width: calc(100% - 358px);
  }
}

@media only screen and (max-width: 767px) {
  .maincontent {
    width: 100%;
  }
}

.footer .top {
  border-top: 1px solid #eaedef;
  border-bottom: 1px solid #eaedef;
  padding: 10px 25px;
}

@media only screen and (max-width: 767px) {
  .footer .top {
    padding: 10px 0;
  }
}

.footer .top .inner {
  background-color: #eaedef;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer .top .inner .adress {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 17px 0;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .top .inner .adress {
    min-width: 600px;
  }
}

.footer .top .inner .adress .bold {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 320px) {
  .footer .top .inner .adress .bold {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer .top .inner .adress:before,
.footer .top .inner .adress:after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 1px;
}

@media only screen and (max-width: 767px) {

  .footer .top .inner .adress:before,
  .footer .top .inner .adress:after {
    display: none;
  }
}

.footer .top .inner .adress:after {
  display: none;
}

.footer .top .inner .adress .small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: -4px auto -12px;
}

.footer .top .inner .adress:last-child:after {
  display: block;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .footer .top .inner .adress:last-child:after {
    margin: 0 auto;
    left: 0;
    top: 0;
    transform: translateY(0);
    height: 1px;
    width: 225px;
  }
}

.footer .middle {
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .middle {
    padding: 30px 0;
  }
}

.footer .middle {
  text-align: center;
}

.footer .middle img {
  margin: 0 20px;
  margin-bottom: 36px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .footer .middle img {
    margin: 0 auto 20px;
    width: 175px;
    display: block;
  }
}

.footer .middle .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .footer .middle .detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer .down {
  background-color: #05579f;
  color: white;
  padding: 88px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .down {
    padding: 45px 0;
  }
}

.footer .down .down-text {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .footer .down .down-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.footer .down .down-text span {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer .down .down-text span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .footer .down .copy-right {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: fixed;
    top: 50%;
    left: -72px;
    transform: rotate(90deg) translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .footer .down .copy-right {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 36px;
  }
}

.header {
  background-color: white;
  border-bottom: 1px solid #eaedef;
  padding: 0 82px;
  position: fixed;
  top: 0;
  left: 0;
  height: 124px;
  width: 100%;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
    text-align: center;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .header a {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header a:hover {
    opacity: .7;
  }
}

.header .logo {
  display: block;
  position: absolute;
  left: 80px;
  top: 26px;
  width: 250px;
}

@media only screen and (max-width: 767px) {
  .header .logo {
    padding: 25px 0;
    margin: 0 auto;
    position: static;
    width: 125px;
  }
}

.header .logo span.sub-text {
  color: #05579f;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.header .logo span.sub-text .bold {
  font-weight: bold;
  font-style: italic;
}

.header .right-nav {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header .right-nav {
    border-top: 1px solid #eaedef;
    padding: 10px 10px 0;
    position: static;
    margin: 0 0 10px;
    transform: translateY(0%);
    width: 100%;
  }
}

.header .right-nav a {
  border-left: 1px solid #eaedef;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 11px;
  text-align: center;
  height: 40px;
  width: 200px;
}

.header .right-nav a:last-child {
  border-right: 1px solid #eaedef;
}

@media only screen and (max-width: 1010px) {
  .header .right-nav a {
    width: 150px;
  }
}

@media only screen and (max-width: 900px) {
  .header .right-nav a {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .header .right-nav a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 5px;
    height: 20px;
    width: 50%;
    margin-bottom: 4px;
  }

  .header .right-nav a:nth-child(2n) {
    border-right: 1px solid #eaedef;
  }
}

@media only screen and (min-width: 768px) {
  .header .right-nav {
    /* IE11  */
  }

  .header .right-nav _:lang(x)::-ms-backdrop,
  .header .right-nav a {
    padding-top: 15px;
  }
}

.btt01 {
  background-color: #ef4271;
  border-radius: 40px;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .btt01 {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .btt01:hover {
    opacity: .7;
  }
}

.clampMe {
  position: relative;
  overflow: hidden;
}

.clampMe:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 80%);
}

.clampMe:after {
  height: 1.3em;
}

@media only screen and (max-width: 767px) {
  .clampMe:after {
    height: 1.3em;
  }
}

.clampMe {
  height: 1.3em;
}

@media only screen and (max-width: 767px) {
  .clampMe {
    height: 1.3em;
  }
}

@supports (-webkit-line-clamp: 1) {
  .clampMe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .clampMe:after {
    display: none;
  }
}

.favoritecontent {
  margin-top: 30px;
  background-color: #ddf1f9;
  width: 100vw;
  padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .favoritecontent {
    margin-top: 10px;
    margin-bottom: 44px;
    padding: 30px 0 20px;
  }
}

.favoritecontent .content-ttl {
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .favoritecontent .content-ttl {
    margin-bottom: 24px;
  }
}

.favoritecontent .cont {
  overflow: scroll;
  width: 100%;
  max-width: 1750px;
  margin: auto;
}

.favoritecontent .cont .no-favo {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 100px 0;
}

.favoritecontent .cont ul {
  display: flex;
}

.favoritecontent .cont ul .favo-item {
  width: 280px;
  margin: 0 10px 0 0;
  flex: none;
  position: relative;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .favoritecontent .cont ul .favo-item {
    width: 225px;
    margin: 0 15px 0 0;
  }
}

.favoritecontent .cont ul .favo-item:first-child {
  margin-left: 10px;
}

.favoritecontent .cont ul .favo-item:last-child {
  border-right: 10px solid #ddf1f9;
}

@media only screen and (max-width: 767px) {
  .favoritecontent .cont ul .favo-item {
    padding: 38px 15px 54px;
  }
}

@media only screen and (max-width: 767px) {
  .favoritecontent .cont ul .favo-item .text:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .favoritecontent .cont ul .favo-item .more {
    margin-top: 40px;
  }
}

.favoritecontent .remove-favorite {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}

.favoritecontent .remove-favorite span {
  display: inline-block;
  padding: 5px 15px;
  margin-top: 15px;
  background: #ef4371;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
}

.for-company .caution {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #ef4271;
  margin: 70px auto 0;
  text-align: left;
  max-width: 756px;
}

.for-company__boxes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #f5f5f5;
}

.for-company__boxes>div {
  width: 50%;
  padding-bottom: 68px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .for-company__boxes>div {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .for-company__boxes>div:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80%;
    background: #f5f5f5;
    width: 1px;
  }
}

.for-company__boxes>div>span {
  position: absolute;
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 40px;
  background: #044177;
  left: 20px;
  top: -20px;
}

@media only screen and (max-width: 767px) {
  .for-company__boxes>div>span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.for-company__boxes>div>span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0;
}

.for-company__boxes>div>div {
  margin-top: 50px;
}

.for-company__boxes>div>div>ul {
  font-size: 0;
}

.for-company__boxes>div>div>ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #044177;
  width: 33.3333%;
}

.for-company__boxes>div>div>ul li:last-child {
  border-right: none;
}

.for-company__boxes>div>div>ul li span,
.for-company__boxes>div>div>ul li small {
  display: inline-block;
  vertical-align: bottom;
  color: #044177;
  letter-spacing: 0.1em;
}

.for-company__boxes>div>div>ul li span {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 900;
  font-style: italic;
  font-family: "AvenirLTStd", sans-serif;
}

@media only screen and (max-width: 767px) {
  .for-company__boxes>div>div>ul li span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.for-company__boxes>div>div>ul li small {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 767px) {
  .for-company__boxes>div>div>ul li small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.for-company__boxes>div>div>small {
  display: block;
  text-align: center;
  color: #044177;
  font-weight: bold;
  margin-top: 28px;
}

.for-company>a {
  display: block;
  width: 270px;
  margin: auto;
  /* margin-top: 20px; */
  margin-bottom: 70px;
  background: #ef4271;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px;
}

.for-company>a.disabled {
  background: #999;
  pointer-events: none;
}

.for-company__boxes>div>div>a {
  display: block;
  width: 270px;
  margin: auto;
  margin-top: 48px;
  background: #ef4271;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px;
}

.for-company__boxes>div>div>a.disabled {
  background: #999;
  pointer-events: none;
}

.itembox {
  max-width: 280px;
  border: 1px solid #e9edef;
  background-color: white;
  display: block;
  padding: 36px 22px 30px;
}

.itembox .block {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: white;
  text-align: center;
  margin: 0 auto 36px;
}

.itembox .block span {
  padding: 8px 10px;
  background-color: #57b7e2;
  border-radius: 40px;
  font-weight: bold;
  display: block;
  line-height: 1.6;
}

.itembox .com-name {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 5px;
}

.itembox .com-name:nth-child(3) {
  font-weight: bold;
}

.itembox .job-type {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  margin-bottom: 3px;
}

.itembox .text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-align: center;
}

.itembox .text:after {
  background-image: url(../images/common/glay-dotts.png);
  background-size: 10px 2.5px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 20px;
}

.itembox .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background-color: white;
  color: #044177;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  margin: 18px auto 0;
  border: 2px solid #044177;
}

.mv-side-page {
  /* background-size: cover;
  background-image: url("../images/top/header_mv.jpg");
  background-position: center;
  position: relative;
  height: 210px;
  width: 100%; */
  /* IE11  */
}

@media only screen and (max-width: 767px) {
  .mv-side-page {
    /* background-image: url("../images/top/header_mv.jpg");
    padding: 15px 20px 20px;
    background-position: center left;
    height: 140px; */
  }
}

.mv-side-page:before {
  content: "";
  display: block;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #6ADFFF;
  background: linear-gradient(-45deg, #6ADFFF 0%, #152AFF 100%);
}

.mv-side-page:after {
  background-image: url("../images/common/mv_dots.png");
  background-size: 1200px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .mv-side-page:after {
    background-image: url("../images/common/mv_dots_sp.png");
    background-size: 375px;
  }
}

.mv-side-page img {
  margin: 0 auto;
  position: absolute;
  left: 57px;
  top: 20px;
  max-width: 388px;
  z-index: 4;
}

@media screen and (max-width: 940px) {
  .mv-side-page img {
    width: 80%;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-side-page img {
    position: relative;
    transform: translateY(0);
    left: auto;
    right: auto;
    top: auto;
    width: 246px;
  }
}

.mv-side-page _:lang(x)::-ms-backdrop,
.mv-side-page img {
  width: 388px;
}

.pagenation {
  padding: 38px 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    padding: 30px 0;
  }
}

.pagenation .box {
  display: flex;
  border: 1px solid #e9edef;
  border-radius: 5px;
}

.pagenation .box a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #044177;
  background-color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.pagenation .box a:hover {
  background-color: #57b7e2;
  color: white;
}

.pagenation .box a.prev {
  border-radius: 5px 0 0 5px;
}

.pagenation .box a.list {
  width: 100px;
  border-left: 1px solid #e9edef;
  border-right: 1px solid #e9edef;
}

.pagenation .box a.next {
  border-radius: 0 5px 5px 0;
}

.pagenation .box a.non-active {
  color: #DDD;
  pointer-events: none;
}

.pagenation .now-current-page {
  line-height: 34px;
  padding: 0px 20px;
}

.sidebar .cont {
  background-color: #eaedef;
  padding: 40px 50px;
  text-align: center;
  width: 400px;
}

@media screen and (max-width: 1280px) {
  .sidebar .cont {
    width: 320px;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar .cont {
    padding: 18px 20px;
    margin: 0 auto;
    width: calc(100% - 30px);
    margin-top: 20px;
  }
}

.sidebar .cont .upper {
  padding: 0 20px 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .upper {
    padding: 0 0 20px;
  }
}

.sidebar .cont .upper:after {
  background-image: url("../images/common/dotts.png");
  background-size: 15px 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.sidebar .cont .upper .upper-ttl {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 900;
  color: #05579f;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .upper .upper-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 17px;
  }
}

.sidebar .cont .upper .upper-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  max-width: 250px;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .upper .upper-text {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: justify;
    max-width: 100%;
  }
}

.sidebar .cont .down {
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .down {
    padding-bottom: 30px;
  }
}

.sidebar .cont .down:after {
  background-image: url("../images/common/dotts.png");
  background-size: 15px 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.sidebar .cont .down ul {
  padding: 0 0px;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .down ul {
    padding: 0 10px;
  }
}

.sidebar .cont .down ul li {
  margin-top: 40px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .down ul li {
    margin-top: 18px;
  }
}

.sidebar .cont .down ul li h3 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 900;
  color: #57b7e2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.sidebar .cont .down ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .down ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sidebar .cont .down ul li .input-text input {
  background-color: white;
  border: 2px solid black;
  border-radius: 10px;
  position: relative;
  width: 100%;
  outline: none;
  padding: 10px 20px;
  font-weight: bold;
}

.sidebar .cont .down ul li .input-text .caption {
  color: red;
  line-height: 1.7;
  margin-top: 20px;
}

.sidebar .cont .down ul li .select-box {
  background-color: white;
  border: 2px solid black;
  border-radius: 10px;
  position: relative;
}

.sidebar .cont .down ul li .select-box:after {
  background-image: url("../images/common/arrow_down.svg");
  background-size: 20px 20px;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 20px;
  width: 20px;
  z-index: 3;
}

.sidebar .cont .down ul li .select-box:before {
  background-color: white;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  height: 30px;
  width: 20px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {

  .sidebar .cont .down ul li .select-box _:lang(x)::-ms-backdrop,
  .sidebar .cont .down ul li .select-box:before {
    height: 40px;
    right: 9px;
  }
}

.sidebar .cont .down ul li .select-box select {
  background-color: transparent;
  border: none;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  outline: none;
  position: relative;
  top: 1px;
  text-indent: 20px;
  height: 40px;
  width: 100%;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
}

@media only screen and (min-width: 768px) {

  .sidebar .cont .down ul li .select-box _:lang(x)::-ms-backdrop,
  .sidebar .cont .down ul li .select-box select {
    padding: 1px 10px 0 20px;
    top: 0;
  }
}

.sidebar .cont .down .btt01 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px auto 0;
  padding: 11px 0;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .sidebar .cont .down .btt01 {
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 768px) {

  .sidebar .cont .down _:lang(x)::-ms-backdrop,
  .sidebar .cont .down .btt01 {
    padding-top: 16px;
  }
}

.content-ttl {
  color: #57b7e2;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .content-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.notfound main section {
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .notfound main section {
    padding: 40px 20px;
  }
}

.notfound main section h1 {
  margin-bottom: 40px;
}

.notfound main section h1 .ja {
  font-size: 46px;
  font-size: 4.6rem;
}

.notfound main section h1 .en {
  font-size: 30px;
  font-size: 3rem;
}

.notfound main section p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .notfound main section p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.notfound main section a.btt01 {
  padding: 11px 0;
  margin: 30px auto 0;
  width: 180px;
}

body.company-detail .content .inner {
  max-width: 880px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner {
    padding: 0 18px;
  }
}

body.company-detail .content .inner .content-ttl {
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner .content-ttl {
    margin-top: 40px;
    text-align: left;
    padding: 0 20px;
  }
}

body.company-detail .content .inner dl {
  margin-top: 86px;
  padding: 38px 65px;
  border-top: 1px solid #eaedef;
  border-bottom: 1px solid #eaedef;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner dl {
    padding: 40px 20px;
    margin-top: 42px;
  }
}

body.company-detail .content .inner dl dt {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #57b7e2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 14px;
}

body.company-detail .content .inner dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner dl dd {
    margin-bottom: 15px;
  }
}

body.company-detail .content .inner dl dd:last-child {
  margin-bottom: 0;
}

body.company-detail .content .inner .favorite {
  padding: 40px 0;
  border-bottom: 1px solid #eaedef;
}

body.company-detail .content .inner .favorite .favorite-btn {
  width: 350px;
  height: 50px;
  background-color: #ef4371;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  body.company-detail .content .inner .favorite .favorite-btn {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  body.company-detail .content .inner .favorite .favorite-btn:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner .favorite .favorite-btn {
    width: 275px;
  }
}

body.company-detail .content .inner .favorite .favorite-btn:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner .favorite .favorite-btn:before {
    margin-right: 20px;
  }
}

body.company-detail .content .inner .pdf_links {
  padding: 40px 0;
  border-bottom: 1px solid #eaedef;
}

body.company-detail .content .inner .pdf_links a {
  width: 350px;
  height: 50px;
  background-color: #57b7e2;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  body.company-detail .content .inner .pdf_links a {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  body.company-detail .content .inner .pdf_links a:hover {
    opacity: .7;
  }
}

body.company-detail .content .inner .pdf_links a.disabled {
  pointer-events: none;
  cursor: default;
  background: #ddd;
}

body.company-detail .content .inner .pdf_links a:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner .pdf_links a {
    width: 275px;
  }
}

body.company-detail .content .inner .pdf_links a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/common/check.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  body.company-detail .content .inner .pdf_links a:before {
    margin-right: 20px;
  }
}

body.company .maincontent .content .inner {
  max-width: 880px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.company .maincontent .content .inner {
    padding: 0 18px;
  }
}

body.company .maincontent .content .inner .content-ttl {
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  body.company .maincontent .content .inner .content-ttl {
    margin-top: 40px;
    text-align: left;
    padding: 0 20px;
  }
}

body.company .maincontent .content .inner .not-found {
  margin-top: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.company .maincontent .content .inner .not-found {
    margin-top: 20px;
  }
}

body.company .maincontent .content .inner ul {
  max-width: 880px;
  width: 100%;
  margin: 83px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  body.company .maincontent .content .inner ul {
    margin-top: 40px;
  }
}

body.company .maincontent .content .inner ul:after {
  width: 31.8%;
  content: "";
  display: block;
}

body.company .maincontent .content .inner ul .search-item {
  width: 31.8%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1310px) {
  body.company .maincontent .content .inner ul .search-item {
    width: 48%;
    max-width: none;
  }
}

@media screen and (max-width: 1000px) {
  body.company .maincontent .content .inner ul .search-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.company .maincontent .content .inner ul .search-item {
    margin-bottom: 40px;
  }

  body.company .maincontent .content .inner ul .search-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.guide .sidebar {
    margin-bottom: 40px;
  }
}

body.guide section.content .inner {
  margin: 0 auto;
  max-width: 800px;
  padding: 70px 0 80px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .inner {
    padding: 40px 0 40px;
  }
}

body.guide section.content .sub-section p:last-of-type {
  margin-bottom: 0;
}

body.guide section.content .sub-section p b {
  font-weight: bold;
}

body.guide section.content .text-2 {
  padding-top: 32px;
}

body.guide section.content .text-2 p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-2 p {
    margin-bottom: 15px;
  }
}

body.guide section.content .text-3 {
  padding-top: 32px;
}

body.guide section.content .text-4 {
  padding-top: 32px;
}

body.guide section.content .text-4 .content-ttl01 {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-4 .image {
    width: 700px;
  }
}

body.guide section.content .text-5 {
  padding-top: 32px;
}

body.guide section.content .text-5 .content-ttl01 {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-5 .image {
    width: 700px;
  }
}

body.guide section.content .text-6 {
  padding-top: 32px;
}

body.guide section.content .text-6 .content-ttl01 {
  margin-bottom: 36px;
}

body.guide section.content .text-6 p {
  margin-bottom: 29px;
}

body.guide section.content .text-6 p:last-of-type {
  margin-bottom: 29px;
}

body.guide section.content .text-6 .text-box p {
  margin-bottom: 0;
}

body.guide section.content .text-6 img {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-6 .image {
    width: 640px;
  }
}

body.guide section.content .text-7 {
  padding-top: 32px;
}

body.guide section.content .text-7 img {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-7 .image {
    width: 650px;
  }
}

body.guide section.content .content-ttl01 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 900;
  color: #57b7e2;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 25px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .content-ttl01 {
    margin-bottom: 23px;
    padding: 0 35px;
  }
}

body.guide section.content .content-ttl01 .sml {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  left: -8px;
}

body.guide section.content .content-ttl02 {
  color: #044177;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 25px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .content-ttl02 {
    padding: 0 35px;
  }
}

body.guide section.content .content-ttl02.mr1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .content-ttl02.mr1 {
    margin-bottom: 22px;
  }
}

body.guide section.content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 25px;
  margin-bottom: 14px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  body.guide section.content p {
    padding: 0 35px;
  }
}

body.guide section.content .red {
  color: #ef4271;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.guide section.content .text-box {
  border: 2px solid #666666;
  margin-top: 60px;
  padding: 24px 48px;
  position: relative;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  body.guide section.content .text-box {
    padding: 65px 24px 39px;
    margin-left: 9px;
    width: calc(100% - 18px);
  }
}

body.guide section.content .text-box:before {
  background-color: white;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 30px;
  width: 500px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  body.guide section.content .text-box:before {
    width: 262px;
  }
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-box:before {
    width: 232px;
  }
}

body.guide section.content .text-box .text-box-ttl {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  color: #57b7e2;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .text-box .text-box-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    top: -40px;
  }
}

body.guide section.content .text-box .resp-br {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.guide section.content .text-box .resp-br {
    display: block;
  }
}

body.guide section.content .text-box p {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  body.guide section.content .img-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
}

body.guide section.content img {
  width: 100%;
}

body.index main section.mv {
  background-size: cover;
  background-image: url("../images/top/pc_mv.jpg");
  background-position: center;
  position: relative;
  max-height: 460px;
  height: 50vw;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.index main section.mv {
    padding: 50px 20px 60px;
    height: 230px;
  }
}

/* body.index main section.mv:before {
  content: "";
  display: block;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #6ADFFF;
  background: linear-gradient(-45deg, #6ADFFF 0%, #152AFF 100%);
}

body.index main section.mv:after {
  background-image: url("../images/common/mv_dots.png");
  background-size: 1200px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
} */

@media only screen and (max-width: 767px) {
  body.index main section.mv:after {
    background-image: url("../images/common/mv_dots_sp.png");
    background-size: 375px;
  }
}

body.index main section.mv h1 {
  text-align: center;
}

body.index main section.mv img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  max-width: 650px;
  z-index: 4;
}

@media only screen and (max-width: 767px) {
  body.index main section.mv img {
    position: relative;
    transform: translateY(0);
    left: auto;
    right: auto;
    top: auto;
  }
}

body.index main section.news {
  border-top: 1px solid #eaedef;
  border-bottom: 1px solid #eaedef;
  padding: 10px 0;
  margin-top: 40px;
}

@media only screen and (max-width: 1280px) {
  body.index main section.news {
    border-bottom: none;
    padding: 0 0px 40px;
    margin-top: 20px;
  }
}

body.index main section.news .inner {
  border-left: 1px solid #eaedef;
  border-right: 1px solid #eaedef;
}

@media only screen and (max-width: 1280px) {
  body.index main section.news .inner {
    border-left: none;
    border-right: none;
    display: block;
    height: auto;
  }
}

body.index main section.news .left {
  width: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media only screen and (max-width: 1280px) {
  body.index main section.news .left {
    width: 100%;
  }
}

body.index main section.news .left .news-ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #57b7e2;
  border-radius: 15px;
  color: white;
  display: block;
  width: 120px;
  line-height: 30px;
  text-align: center;
  margin: auto 10px;
}

body.index main section.news .slider00 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.index main section.news .slider00 {
    width: 100%;
  }
}

body.index main section.news .slider00 .article {
  height: 100%;
  width: 100%;
}

body.index main section.news .slider00 .article .article-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  body.index main section.news .slider00 .article {
    padding: 10px 5px;
  }
}

body.index main section.news .slider00 .article .article-img {
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  body.index main section.news .slider00 .article .article-img {
    width: 80px;
    height: 80px;
  }
}

body.index main section.news .slider00 .article .text {
  width: calc(100% - 260px);
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  body.index main section.news .slider00 .article .text {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  body.index main section.news .slider00 .article .text:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 1500px) {
  body.index main section.news .slider00 .article .text {
    width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.news .slider00 .article .text {
    width: calc(100% - 100px);
  }
}

body.index main section.news .slider00 .article .news-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

body.index main section.news .slider00 .article .date {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-top: 11px;
}

body.index main section.news .right {
  border-left: 1px solid #eaedef;
  width: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1280px) {
  body.index main section.news .right {
    border-top: 1px solid #eaedef;
    border-left: none;
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.news .right {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body.index main section.news .right .navigation {
  width: 156px;
}

@media only screen and (max-width: 1400px) {
  body.index main section.news .right .navigation {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.news .right .navigation {
    margin: 0 auto;
    width: 116px;
  }
}

body.index main section.news .right .navigation #slider-back,
body.index main section.news .right .navigation #slider-next {
  background-size: 20px;
  display: block;
  height: 20px;
  width: 20px;
}

body.index main section.news .right .navigation .slider-index {
  color: #717071;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  body.index main section.news .right .navigation .slider-index {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

body.index main section.news .right .navigation #slider-back {
  background-image: url("../images/top/arrow_left.svg");
}

body.index main section.news .right .navigation #slider-next {
  background-image: url("../images/top/arrow_right.svg");
}

body.index main section.news .right .btt01 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 11px 0;
  width: 200px;
}

@media only screen and (max-width: 1400px) {
  body.index main section.news .right .btt01 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 0;
    margin-right: 10px;
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.news .right .btt01 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-right: 0;
    padding: 8px 0;
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {

  body.index main section.news .right _:lang(x)::-ms-backdrop,
  body.index main section.news .right .btt01 {
    padding-top: 16px;
  }
}

body.index main section.movie {
  padding: 80px 0 110px;
}

@media only screen and (max-width: 767px) {
  body.index main section.movie {
    padding: 80px 15px 80px;
  }
}

body.index main section.movie .news-ttl {
  margin: 0 auto 40px;
}

body.index main section.movie iframe {
  max-width: 750px;
  height: 460px;
  width: 100%;
  margin: 80px auto 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  body.index main section.movie iframe {
    margin: 40px auto 0;
    height: 220px;
  }
}

body.index main section.schedulle {
  padding: 0 0 70px;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle {
    padding: 0 15px 80px;
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle .table-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
}

body.index main section.schedulle table {
  margin-top: 43px;
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body.index main section.schedulle table {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table {
    width: 620px;
  }
}

body.index main section.schedulle table tr {
  border-bottom: 1px solid #eaedef;
}

body.index main section.schedulle table tr.top th {
  color: #044177;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "AvenirLTStd", sans-serif;
  font-weight: bold;
  font-style: oblique;
  letter-spacing: 0.1em;
  padding-bottom: 27px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr.top th {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

body.index main section.schedulle table tr.top th .sml {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr.top th .sml {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

body.index main section.schedulle table tr .period {
  background-color: #ef4271;
  border-radius: 20px;
  color: white;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr .period {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 0;
    width: 112px;
  }
}

@media only screen and (min-width: 768px) {

  body.index main section.schedulle table tr _:lang(x)::-ms-backdrop,
  body.index main section.schedulle table tr .period {
    padding-top: 16px;
  }
}

body.index main section.schedulle table tr td {
  text-align: center;
  width: 25%;
}

body.index main section.schedulle table tr td .s-bnt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 90%;
  margin: 10px auto 0;
  text-emphasis: center;
  color: #eaedef;
  background: #57b7e2;
  border-radius: 40px;
  padding: 15px 0;
  letter-spacing: 0.07em;
  font-style: normal;
  max-width: 280px;
}

body.index main section.schedulle table tr td {
  color: #044177;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "AvenirLTStd", sans-serif;
  font-style: italic;
  padding: 40px 0;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
  /* width: 38%; */
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr td {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 30px 0;
  }
}

body.index main section.schedulle table tr td .sml {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr td .sml {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

body.index main section.schedulle table tr td:before {
  background-color: #eaedef;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle table tr td:before {
    height: 30px;
  }
}

@media only screen and (min-width: 768px) {

  body.index main section.schedulle table tr _:lang(x)::-ms-backdrop,
  body.index main section.schedulle table tr td {
    padding-top: 56px;
  }
}

body.index main section.schedulle .result {
  margin: 50px auto 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle .result {
    margin: 30px auto 0;
  }
}

body.index main section.schedulle .result .big {
  color: #ef4271;
  font-size: 72px;
  font-size: 7.2rem;
  font-family: "AvenirLTStd", sans-serif;
  font-style: oblique;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle .result .big {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

body.index main section.schedulle .result .sml {
  color: #044177;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  body.index main section.schedulle .result .sml {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.index main section.time {
  padding: 0 0 70px;
}

@media only screen and (max-width: 767px) {
  body.index main section.time {
    padding: 0 15px 44px;
  }
}

body.index main section.time p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

body.index main section.time p.info {
  margin: 27px auto 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.index main section.time p.info {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px auto 41px;
  }
}

body.index main section.time p.info2 {
  color: #ef4271;
  margin: 70px auto 0;
  text-align: left;
  max-width: 756px;
}

@media only screen and (max-width: 767px) {
  body.index main section.time p.info2 {
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: justify;
  }
}

body.index main section.time .duo-img {
  margin: 0 auto;
  max-width: 820px;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  body.index main section.time .duo-img {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

body.index main section.time .duo-img img {
  width: calc(50% - 60px);
}

@media only screen and (max-width: 767px) {
  body.index main section.time .duo-img img {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}

body.index main section.time .duo-img .tracer {
  background-image: url("../images/common/dotts2.png");
  background-size: 3px 10px;
  background-repeat: repeat-y;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 3px;
}

@media only screen and (max-width: 767px) {
  body.index main section.time .duo-img .tracer {
    background-image: url("../images/common/dotts.png");
    background-size: 10px 3px;
    background-repeat: repeat-x;
    margin: 40px auto;
    height: 2px;
    width: calc(100% - 20px);
  }
}

@media only screen and (min-width: 768px) {

  body.index main section.time .duo-img .tracer:before,
  body.index main section.time .duo-img .tracer:after {
    background-color: white;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 16px;
    width: 20px;
  }

  body.index main section.time .duo-img .tracer:after {
    bottom: 0;
    top: auto;
    height: 15px;
  }
}

body.index .custom-table .c-btns {
  padding: 0 20px;
  margin-top: 20px;
}

body.index .custom-table .c-btns span {
  background-color: #ef4271;
  border-radius: 20px;
  color: white;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  width: 46%;
}

body.index .custom-table .date {
  margin-top: 45px;
  text-align: center;
  color: #044177;
  font-size: 30px;
  font-size: 3rem;
  font-family: "AvenirLTStd", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}

body.index .custom-table .nums {
  padding: 0px;
  margin-top: 20px;
}

body.index .custom-table .nums>span {
  display: block;
  color: #044177;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  font-family: "AvenirLTStd", sans-serif;
  font-style: italic;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
  width: 50%;
}

body.index .custom-table .nums>span a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 90%;
  margin: 10px auto 0;
  text-emphasis: center;
  color: #eaedef;
  background: #57b7e2;
  border-radius: 40px;
  padding: 15px 0;
  letter-spacing: 0.07em;
  font-style: normal;
}

#calendar-whole {
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  #calendar-whole .fc {
    padding: 0 10px;
  }
}

#calendar-whole .fc-dayGrid-view .fc-body .fc-row {
  min-height: 6em;
}

@media only screen and (max-width: 767px) {
  #calendar-whole .fc-dayGrid-view .fc-body .fc-row {
    min-height: 4em;
  }
}

#calendar-whole .fc-right {
  display: none;
}

body.news-detail .maincontent .content .inner {
  max-width: 880px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner {
    padding: 0 18px;
  }
}

body.news-detail .maincontent .content .inner .title-cont {
  margin-top: 76px;
  border-top: 1px solid #eaedef;
  border-bottom: 1px solid #eaedef;
  padding: 32px 0;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont {
    margin-top: 40px;
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box {
  display: flex;
  align-items: center;
  border-left: 1px solid #eaedef;
  border-right: 1px solid #eaedef;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont .box {
    flex-direction: column;
    border-left: none;
    border-right: none;
    align-items: flex-start;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box .left {
  width: 22.7%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont .box .left {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box .left .category {
  background-color: #57b7e2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont .box .left .category {
    margin: 0 auto 20px 0;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box .right {
  width: 77.3%;
  padding: 18px 38px;
  border-left: 1px solid #eaedef;
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont .box .right {
    width: 100%;
    padding: 0px;
    border-left: none;
    flex-direction: column;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box .right .date {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  color: #044177;
  font-weight: bold;
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .title-cont .box .right .date {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}

body.news-detail .maincontent .content .inner .title-cont .box .right h2 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

body.news-detail .maincontent .content .inner .item {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

body.news-detail .maincontent .content .inner .item .item-mv {
  width: 100%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .item .item-mv {
    margin-bottom: 30px;
  }
}

body.news-detail .maincontent .content .inner .item .item-text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 36px;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  body.news-detail .maincontent .content .inner .item .item-text {
    letter-spacing: 0.05em;
    line-height: 24px;
    padding: 0 1em;
  }
}

body.news-detail .maincontent .content .inner .item .item-text p {
  margin-bottom: 2em;
}

body.news-detail .maincontent .content .inner .item .item-text p:last-child {
  margin-bottom: 0;
}

body.news .content .inner {
  max-width: 880px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body.news .content .inner {
    padding: 0 18px;
  }
}

body.news .content .inner .content-ttl {
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  body.news .content .inner .content-ttl {
    margin-top: 40px;
    text-align: left;
    padding: 0 20px;
  }
}

body.news .content .inner .caption {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  text-align: center;
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  body.news .content .inner .caption {
    text-align: left;
    margin-top: 32px;
    line-height: 1.7em;
  }
}

body.news .content .inner ul {
  margin-top: 88px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  body.news .content .inner ul {
    margin-top: 36px;
  }
}

body.news .content .inner ul:after {
  width: 31.8%;
  content: "";
  display: block;
}

body.news .content .inner ul a {
  width: 31.8%;
  border: 2px solid #e9edef;
  padding: 40px 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  body.news .content .inner ul a {
    width: 48%;
  }
}

@media screen and (max-width: 960px) {
  body.news .content .inner ul a {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.news .content .inner ul a {
    margin-bottom: 40px;
  }
}

body.news .content .inner ul a:hover .more {
  background-color: white;
  color: #044177;
}

body.news .content .inner ul a figure {
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin: 0 auto 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.news .content .inner ul a .category {
  width: 120px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  color: white;
  text-align: center;
  margin: 0 auto 20px;
  background-color: #57b7e2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 2px;
}

body.news .content .inner ul a .date {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #044177;
  font-weight: bold;
  text-align: center;
}

body.news .content .inner ul a .text {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.7em;
}

body.news .content .inner ul a .text:after {
  background-image: url(../images/common/glay-dotts.png);
  background-size: 10px 2.5px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 20px;
}

body.news .content .inner ul a .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background-color: #044177;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  margin-top: 18px;
  margin: 18px auto 0;
  border: 2px solid #044177;
}

@media only screen and (max-width: 767px) {
  body.news .content .inner ul a .more {
    background-color: white;
    color: #044177;
  }
}

body.search .sidebar .cont {
  margin-bottom: 74px;
  text-align: center;
  width: 100%;
  padding-bottom: 28px;
}

@media screen and (max-width: 1280px) {
  body.search .sidebar .cont {
    width: 100%;
  }
}

body.search .sidebar .cont .upper {
  padding-bottom: 50px;
  margin-bottom: 16px;
}

body.search .sidebar .cont .upper:after {
  right: 0;
  margin: auto;
  max-width: 300px;
}

body.search .sidebar .cont .upper .upper-text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  max-width: none;
}

body.search .sidebar .cont .down:after {
  display: none;
}

body.search .sidebar .cont .down ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}

body.search .sidebar .cont .down ul:after {
  background-image: url("../images/common/dotts.png");
  background-size: 15px 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  max-width: 300px;
  right: 0;
  margin: auto;
}

body.search .sidebar .cont .down ul li {
  width: 232px;
}

@media only screen and (max-width: 767px) {
  body.search .sidebar .cont .down ul li {
    width: 100%;
  }
}

body.search .sidebar .cont .down ul li:nth-child(1) {
  order: 1;
}

body.search .sidebar .cont .down ul li:nth-child(2) {
  order: 3;
}

body.search .sidebar .cont .down ul li:nth-child(3) {
  order: 2;
}

body.search .sidebar .cont .down ul li:nth-child(4) {
  order: 4;
}

body.search .sidebar .cont .down .btt01 {
  margin-top: 54px;
}