@charset "UTF-8";
/* =======================================

	Base CSS

 -----------------------------------------
 	Reset CSS
	Structure CSS
	Basis Decorations CSS
	Parts CSS

	[768px Above Layout]

	Structure CSS Wide_Tablet
	Text Decorations CSS Wide_Tablet
	Basis Decorations_Tablet
	Parts CSS Wide_Tablet

	[1200px Above Layout]
 -----------------------------------------

========================================== */
/* =======================================

	Browser Reset CSS

========================================== */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-B";
  font-weight: bold;
  src: local("YuGothic"), local("Yu Gothic");
}
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.5vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
* html body {
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

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

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
  vertical-align: text-top;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

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

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* =======================================

	Structure CSS

========================================== */
body {
  _display: inline;
  _zoom: 1;
}

.inBase {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.fullView {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.hidden-all {
  display: none !important;
}

.hidden-sp {
  display: none !important;
}

.is-smallScreen .hidden-sp {
  display: none;
}

.contents__sub {
  padding: 0 7%;
}

.contents__sub.is-m-wide {
  padding: 0;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wide {
  width: 100%;
}

.wide-sp {
  width: 100%;
}

.wide-max {
  max-width: 100%;
}

.h100 {
  height: 100%;
}

/* =======================================

	Basis Decorations CSS

========================================== */
/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
  font-size: 100%;
}

p, address, th, td {
  line-height: 1.7;
}

li, dt, dd, figcaption {
  line-height: 1.7;
}

#contents strong {
  font-weight: bold;
}

#contents em {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-sp {
  clear: both;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.pL-all {
  float: left;
}

.pR-all {
  float: right;
}

#contents .sS {
  font-size: 0.85em;
}

#contents .sB {
  font-size: 1.24em;
}

.sP-xl {
  padding-bottom: 5.6rem;
}

.sP-l {
  padding-bottom: 2.8rem;
}

.sP {
  padding-bottom: 1.4rem;
}

.sP-s {
  padding-bottom: 0.7rem;
}

.sP-xs {
  padding-bottom: 0.35rem;
}

.sP-xl-r {
  padding-right: 5.6rem;
}

.sP-l-r {
  padding-right: 2.8rem;
}

.sP-m-r {
  padding-right: 1.4rem;
}

.sP-s-r {
  padding-right: 0.7rem;
}

.sP-xs-r {
  padding-right: 0.35rem;
}

.sP-xl-l {
  padding-left: 5.6rem;
}

.sP-l-l {
  padding-left: 2.8rem;
}

.sP-m-l {
  padding-left: 1.4rem;
}

.sP-s-l {
  padding-left: 0.7rem;
}

.sP-xs-l {
  padding-left: 0.35rem;
}

.sP-xl-t {
  padding-top: 5.6rem;
}

.sP-l-t {
  padding-top: 2.8rem;
}

.sP-m-t {
  padding-top: 1.4rem;
}

.sP-s-t {
  padding-top: 0.7rem;
}

.sP-xs-t {
  padding-top: 0.35rem;
}

.sP-xl-a {
  padding: 5.6rem;
}

.sP-l-a {
  padding: 2.8rem;
}

.sP-m-a {
  padding: 1.4rem;
}

.sP-s-a {
  padding: 0.7rem;
}

.sP-xs-a {
  padding: 0.35rem;
}

.sM-xl {
  margin-bottom: 5.6rem;
}

.sM-l {
  margin-bottom: 2.8rem;
}

.sM {
  margin-bottom: 1.4rem;
}

.sM-s {
  margin-bottom: 0.7rem;
}

.sM-xs {
  margin-bottom: 0.35rem;
}

.sM-xl-r {
  margin-right: 5.6rem;
}

.sM-l-r {
  margin-right: 2.8rem;
}

.sM-m-r {
  margin-right: 1.4rem;
}

.sM-s-r {
  margin-right: 0.7rem;
}

.sM-xs-r {
  margin-right: 0.35rem;
}

.sM-xl-l {
  margin-left: 5.6rem;
}

.sM-l-l {
  margin-left: 2.8rem;
}

.sM-m-l {
  margin-left: 1.4rem;
}

.sM-s-l {
  margin-left: 0.7rem;
}

.sM-xs-l {
  margin-left: 0.35rem;
}

.sM-xl-t {
  margin-top: 5.6rem;
}

.sM-l-t {
  margin-top: 2.8rem;
}

.sM-m-t {
  margin-top: 1.4rem;
}

.sM-s-t {
  margin-top: 0.7rem;
}

.sM-xs-t {
  margin-top: 0.35rem;
}

.sM-xl-a {
  margin: 5.6rem;
}

.sM-l-a {
  margin: 2.8rem;
}

.sM-m-a {
  margin: 1.4rem;
}

.sM-s-a {
  margin: 0.7rem;
}

.sM-xs-a {
  margin: 0.35rem;
}

.sC {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.iB {
  display: inline-block;
}

.fC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

figcaption {
  padding-top: 0.8rem;
  clear: both;
  text-align: center;
}

i {
  font-family: FontAwesome;
  font-style: normal;
}

.fC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.is-noLink {
  pointer-events: none;
}

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

.is-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.is-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.breadthScrollBox {
  white-space: nowrap;
  overflow-x: scroll;
}

/* ===================================================================================================================================================================================================

	768px以上で適用される　レイアウトの指定(タブレット用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 768px) {
  /* =======================================

  	Structure CSS Wide_Tablet

  ========================================== */
  body {
    min-width: 768px;
    font-size: 1.176vw;
  }
  　 .inBase {
    width: 768px;
  }
  　 .hidden-sp {
    display: block !important;
  }
  br.hidden-sp {
    display: inline !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .contents__main {
    width: 70%;
    display: block;
  }
  .contents__sub {
    width: 25%;
    display: block;
    padding: 0;
  }
  #pageTopFix.is-scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #pageTopFix {
    overflow: visible !important;
  }
  .wide-sp {
    width: auto;
  }
  .w10-pc {
    width: 10%;
  }
  .w15-pc {
    width: 15%;
  }
  .w20-pc {
    width: 20%;
  }
  .w25-pc {
    width: 25%;
  }
  .w30-pc {
    width: 30%;
  }
  .w35-pc {
    width: 35%;
  }
  .w40-pc {
    width: 40%;
  }
  .w45-pc {
    width: 45%;
  }
  .w50-pc {
    width: 50%;
  }
  .w55-pc {
    width: 55%;
  }
  .w60-pc {
    width: 60%;
  }
  .w65-pc {
    width: 65%;
  }
  .w70-pc {
    width: 70%;
  }
  .w75-pc {
    width: 75%;
  }
  .w80-pc {
    width: 80%;
  }
  .w85-pc {
    width: 85%;
  }
  .w90-pc {
    width: 90%;
  }
  .w95-pc {
    width: 95%;
  }
  .w100-pc {
    width: 100%;
  }
  /* =======================================

  	Basis Decorations CSS Wide_Tablet

  ========================================== */
  .wide.cancell {
    width: auto;
  }
  .pL {
    float: left;
  }
  .pR {
    float: right;
  }
  .tC-pc {
    text-align: center;
  }
  .tR-pc {
    text-align: right;
  }
  .tL-pc {
    text-align: left;
  }
  .sP-xl {
    padding-bottom: 10rem;
  }
  .sP-l {
    padding-bottom: 5rem;
  }
  .sP {
    padding-bottom: 2.5rem;
  }
  .sP-s {
    padding-bottom: 1.25rem;
  }
  .sP-xs {
    padding-bottom: 0.625rem;
  }
  .sP-xl-r {
    padding-right: 10rem;
  }
  .sP-l-r {
    padding-right: 5rem;
  }
  .sP-m-r {
    padding-right: 2.5rem;
  }
  .sP-s-r {
    padding-right: 1.25rem;
  }
  .sP-xs-r {
    padding-right: 0.625rem;
  }
  .sP-xl-l {
    padding-left: 10rem;
  }
  .sP-l-l {
    padding-left: 5rem;
  }
  .sP-m-l {
    padding-left: 2.5rem;
  }
  .sP-s-l {
    padding-left: 1.25rem;
  }
  .sP-xs-l {
    padding-left: 0.625rem;
  }
  .sP-xl-t {
    padding-top: 10rem;
  }
  .sP-l-t {
    padding-top: 5rem;
  }
  .sP-m-t {
    padding-top: 2.5rem;
  }
  .sP-s-t {
    padding-top: 1.25rem;
  }
  .sP-xs-t {
    padding-top: 0.625rem;
  }
  .sP-xl-a {
    padding: 10rem;
  }
  .sP-l-a {
    padding: 5rem;
  }
  .sP-m-a {
    padding: 2.5rem;
  }
  .sP-s-a {
    padding: 1.25rem;
  }
  .sP-xs-a {
    padding: 0.625rem;
  }
  .sM-xl {
    margin-bottom: 10rem;
  }
  .sM-l {
    margin-bottom: 5rem;
  }
  .sM {
    margin-bottom: 2.5rem;
  }
  .sM-s {
    margin-bottom: 1.25rem;
  }
  .sM-xs {
    margin-bottom: 0.625rem;
  }
  .sM-xl-r {
    margin-right: 10rem;
  }
  .sM-l-r {
    margin-right: 5rem;
  }
  .sM-m-r {
    margin-right: 2.5rem;
  }
  .sM-s-r {
    margin-right: 1.25rem;
  }
  .sM-xs-r {
    margin-right: 0.625rem;
  }
  .sM-xl-l {
    margin-left: 10rem;
  }
  .sM-l-l {
    margin-left: 5rem;
  }
  .sM-m-l {
    margin-left: 2.5rem;
  }
  .sM-s-l {
    margin-left: 1.25rem;
  }
  .sM-xs-l {
    margin-left: 0.625rem;
  }
  .sM-xl-t {
    margin-top: 10rem;
  }
  .sM-l-t {
    margin-top: 5rem;
  }
  .sM-m-t {
    margin-top: 2.5rem;
  }
  .sM-s-t {
    margin-top: 1.25rem;
  }
  .sM-xs-t {
    margin-top: 0.625rem;
  }
  .sM-xl-a {
    margin: 10rem;
  }
  .sM-l-a {
    margin: 5rem;
  }
  .sM-m-a {
    margin: 2.5rem;
  }
  .sM-s-a {
    margin: 1.25rem;
  }
  .sM-xs-a {
    margin: 0.625rem;
  }
  .sP-pc-xl {
    padding-bottom: 10rem;
  }
  .sP-pc-l {
    padding-bottom: 5rem;
  }
  .sP-pc {
    padding-bottom: 2.5rem;
  }
  .sP-pc-s {
    padding-bottom: 1.25rem;
  }
  .sP-pc-xs {
    padding-bottom: 0.625rem;
  }
  .sP-pc-xl-r {
    padding-right: 10rem;
  }
  .sP-pc-l-r {
    padding-right: 5rem;
  }
  .sP-pc-m-r {
    padding-right: 2.5rem;
  }
  .sP-pc-s-r {
    padding-right: 1.25rem;
  }
  .sP-pc-xs-r {
    padding-right: 0.625rem;
  }
  .sP-pc-xl-l {
    padding-left: 10rem;
  }
  .sP-pc-l-l {
    padding-left: 5rem;
  }
  .sP-pc-m-l {
    padding-left: 2.5rem;
  }
  .sP-pc-s-l {
    padding-left: 1.25rem;
  }
  .sP-pc-xs-l {
    padding-left: 0.625rem;
  }
  .sP-pc-xl-t {
    padding-top: 10rem;
  }
  .sP-pc-l-t {
    padding-top: 5rem;
  }
  .sP-pc-m-t {
    padding-top: 2.5rem;
  }
  .sP-pc-s-t {
    padding-top: 1.25rem;
  }
  .sP-pc-xs- t {
    padding-top: 0.625rem;
  }
  .sP-pc-xl-a {
    padding: 10rem;
  }
  .sP-pc-l-a {
    padding: 5rem;
  }
  .sP-pc-m-a {
    padding: 2.5rem;
  }
  .sP-pc-s-a {
    padding: 1.25rem;
  }
  .sP-pc-xs-a {
    padding: 0.625rem;
  }
  .sM-pc-xl {
    margin-bottom: 10rem;
  }
  .sM-pc-l {
    margin-bottom: 5rem;
  }
  .sM-pc {
    margin-bottom: 2.5rem;
  }
  .sM-pc-s {
    margin-bottom: 1.25rem;
  }
  .sM-pc-xs {
    margin-bottom: 0.625rem;
  }
  .sM-pc-xl-r {
    margin-right: 10rem;
  }
  .sM-pc-l-r {
    margin-right: 5rem;
  }
  .sM-pc-m-r {
    margin-right: 2.5rem;
  }
  .sM-pc-s-r {
    margin-right: 1.25rem;
  }
  .sM-pc-xs-r {
    margin-right: 0.625rem;
  }
  .sM-pc-xl-l {
    margin-left: 10rem;
  }
  .sM-pc-l-l {
    margin-left: 5rem;
  }
  .sM-pc-m-l {
    margin-left: 2.5rem;
  }
  .sM-pc-s-l {
    margin-left: 1.25rem;
  }
  .sM-pc-xs-l {
    margin-left: 0.625rem;
  }
  .sM-pc-xl-t {
    margin-top: 10rem;
  }
  .sM-pc-l-t {
    margin-top: 5rem;
  }
  .sM-pc-m-t {
    margin-top: 2.5rem;
  }
  .sM-pc-s-t {
    margin-top: 1.25rem;
  }
  .sM-pc-xs-t {
    margin-top: 0.625rem;
  }
  .sM-pc-xl-a {
    margin: 10rem;
  }
  .sM-pc-l-a {
    margin: 5rem;
  }
  .sM-pc-m-a {
    margin: 2.5rem;
  }
  .sM-pc-s-a {
    margin: 1.25rem;
  }
  .sM-pc-xs-a {
    margin: 0.625rem;
  }
  .clear-sp {
    clear: none;
  }
  .clear-pc {
    clear: both;
  }
  .breadthScrollBox {
    overflow: visible;
    width: auto;
  }
  /* =======================================

  	Parts CSS Wide_Tablet

  ========================================== */
  /* Img
  ------------------------------------------ */
  #wrapper img.rightBox {
    width: auto;
  }
  #wrapper img.leftBox {
    width: auto;
  }
} /* 768px以上で適用される　レイアウトの指定　ここまで */
@media print, screen and (min-width: 785px) {
  body {
    font-size: 1.174vw;
  }
}
@media print, screen and (min-width: 830px) {
  body {
    font-size: 1.175vw;
  }
}
@media print, screen and (min-width: 860px) {
  body {
    font-size: 1.176vw;
  }
}
@media print, screen and (min-width: 900px) {
  body {
    font-size: 1.177vw;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 1.179vw;
  }
}
@media print, screen and (min-width: 1020px) {
  body {
    font-size: 1.18vw;
  }
}
@media print, screen and (min-width: 1060px) {
  body {
    font-size: 1.181vw;
  }
}
@media print, screen and (min-width: 1150px) {
  body {
    font-size: 1.182vw;
  }
}
@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.275vw;
  }
}
@media print, screen and (min-width: 1205px) {
  body {
    font-size: 1.262vw;
  }
}
@media print, screen and (min-width: 1260px) {
  body {
    font-size: 1.263vw;
  }
}
/* ===================================================================================================================================================================================================

	1280px以上で適用される　レイアウトの指定(パソコン用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem; /* 16px */
  }
  body {
    min-width: 1200px;
  }
  .inBase {
    width: 1200px;
  }
} /* 1280px以上で適用される　レイアウトの指定　ここまで */
@media print, screen and (min-width: 1280px) {
  body.type--noLimitWidth .inBase {
    width: 96%;
  }
}
@media print, screen and (min-width: 1420px) {
  body.type--noLimitWidth {
    font-size: 1.265vw;
  }
}
@media print, screen and (min-width: 1600px) {
  body.type--noLimitWidth {
    font-size: 1.266vw;
  }
}
@media print, screen and (min-width: 1700px) {
  body.type--noLimitWidth {
    font-size: 1.267vw;
  }
}
@media print, screen and (min-width: 1800px) {
  body.type--noLimitWidth {
    font-size: 1.268vw;
  }
}
@media print, screen and (min-width: 2160px) {
  body.type--noLimitWidth {
    font-size: 1.27vw;
  }
}
.globalNaviSmall__icon {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
}
.globalNaviSmall__iconButton {
  width: 3em;
  height: 3em;
  cursor: pointer;
  float: right;
  display: block;
  background: #FF5100;
  position: relative;
  margin: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.6em;
  z-index: 999;
}
.globalNaviSmall__icon span {
  width: 1.7em;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29%;
}
.globalNaviSmall .modal {
  z-index: 100;
}

.globalNaviSmall__icon--type01 span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.globalNaviSmall__icon--type01 .iconButton--top {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.globalNaviSmall__icon--type01 .iconButton--bottom {
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}
.globalNaviSmall__icon--type01:hover .iconButton--top {
  -webkit-transform: translateY(-0.6em);
  transform: translateY(-0.6em);
}
.globalNaviSmall__icon--type01:hover .iconButton--bottom {
  -webkit-transform: translateY(0.6em);
  transform: translateY(0.6em);
}
.globalNaviSmall__icon--type01.is-open .iconButton--middle {
  background: rgba(255, 255, 255, 0);
}
.globalNaviSmall__icon--type01.is-open .iconButton--top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.globalNaviSmall__icon--type01.is-open .iconButton--bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

/* .globalNaviSmall　スマホグローバルナビ
------------------------------------------ */
#wrapper .globalNaviSmall {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNaviSmall {
    display: none;
  }
}
#wrapper .globalNaviSmall__menu {
  width: 100%;
  max-height: 100vh;
  display: block;
}
#wrapper .globalNaviSmall__menu__inner {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2em;
  padding-top: 8em;
  display: block;
}
#wrapper .globalNaviSmall__menu__main dt {
  font-size: 1.1em;
  background: #0078E0;
  padding: 0.3em 1em;
  border-radius: 1.7em;
  color: #FFF;
  display: inline-block;
  margin: 1.5em 0 0.3em;
}
#wrapper .globalNaviSmall__menu__main li, #wrapper .globalNaviSmall__menu__main dd {
  border-bottom: #9CC8EF solid 1px;
  display: block;
}
#wrapper .globalNaviSmall__menu__main li a, #wrapper .globalNaviSmall__menu__main li span, #wrapper .globalNaviSmall__menu__main dd a, #wrapper .globalNaviSmall__menu__main dd span {
  padding: 0.4em 2em 0.4em 0;
  display: block;
  font-size: 1.3em;
  position: relative;
}
#wrapper .globalNaviSmall__menu__main li a:hover, #wrapper .globalNaviSmall__menu__main li span:hover, #wrapper .globalNaviSmall__menu__main dd a:hover, #wrapper .globalNaviSmall__menu__main dd span:hover {
  color: #999;
}
#wrapper .globalNaviSmall__menu__main li a::after, #wrapper .globalNaviSmall__menu__main li span::after, #wrapper .globalNaviSmall__menu__main dd a::after, #wrapper .globalNaviSmall__menu__main dd span::after {
  width: 1em;
  height: 0.6em;
  content: "";
  position: absolute;
  background: url(../img/common/iconArrow.svg) no-repeat center top;
  -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(4482%) hue-rotate(191deg) brightness(92%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(4482%) hue-rotate(191deg) brightness(92%) contrast(101%);
  background-size: 100% auto;
  bottom: 0.6em;
  right: 1em;
  margin-top: -0.3em;
}
#wrapper .globalNaviSmall__menu__main li span, #wrapper .globalNaviSmall__menu__main dd span {
  padding: 0.6em 2em 0 0;
}
#wrapper .globalNaviSmall__menu__main li span::after, #wrapper .globalNaviSmall__menu__main dd span::after {
  content: none;
}
#wrapper .globalNaviSmall__menu__main li ul, #wrapper .globalNaviSmall__menu__main li dl, #wrapper .globalNaviSmall__menu__main dd ul, #wrapper .globalNaviSmall__menu__main dd dl {
  padding-left: 1em;
}
#wrapper .globalNaviSmall__menu__main > li:last-child {
  margin-bottom: 5em;
}
#wrapper .globalNaviSmall__menu__main > li > a, #wrapper .globalNaviSmall__menu__main > li > span {
  padding-left: 0.5em;
}
#wrapper .globalNaviSmall__menu__main > li li:last-child, #wrapper .globalNaviSmall__menu__main > li dd:last-child {
  border-bottom: none;
}
#wrapper .globalNaviSmall__menu__sub li, #wrapper .globalNaviSmall__menu dd {
  padding: 0 0 0 1.5em;
  position: relative;
}
#wrapper .globalNaviSmall__menu__sub li a, #wrapper .globalNaviSmall__menu dd a {
  color: #0078E0;
  position: relative;
}
#wrapper .globalNaviSmall__menu__sub li a::before, #wrapper .globalNaviSmall__menu dd a::before {
  content: "";
  width: 0.5em;
  height: 2px;
  background: #0078E0;
  background-size: 100% auto;
  position: absolute;
  top: 1.2em;
  left: -0.9em;
  z-index: -1;
}
#wrapper .globalNaviSmall .modal__overlay {
  background: none;
}
#wrapper .globalNaviSmall .modal__container {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  min-height: 100vh;
}
#wrapper .globalNaviSmall .header__siteTitle {
  margin: 0 auto 1em;
}
#wrapper .globalNaviSmall__tel {
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #68b0b5;
}
#wrapper .globalNaviSmall__sentence {
  display: block;
  text-align: center;
  margin-bottom: 3em;
}

/* Safari */
_:lang(x) + _:-webkit-full-screen-document, .globalNaviSmall__menu {
  min-height: -webkit-fill-available;
}

_:lang(x) + _:-webkit-full-screen-document, .globalNaviSmall__menu__inner {
  min-height: -webkit-fill-available;
}

/* .globalNavi　グローバルナビ
------------------------------------------ */
#wrapper .globalNavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNavi {
    display: block;
    width: 37em;
  }
}
@media print, screen and (min-width: 1440px) {
  #wrapper .globalNavi {
    width: 51em;
  }
}
#wrapper .globalNavi__menu__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .globalNavi__menu__main > li {
  padding: 1em 0.5em;
  text-align: center;
  display: block;
  z-index: 2; /*ドロップダウンしたメニューが隠れないように*/
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub::before {
    margin-left: -21.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  #wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub::before {
    margin-left: -21em;
  }
}
@media print, screen and (min-width: 1440px) {
  #wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub::before {
    margin-left: -28em;
  }
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub .inBase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub dl {
  width: 33.3%;
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub dl + dl {
  padding-left: 2em;
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
  color: #FF5100;
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub dl dt figure {
  width: 5em;
}
#wrapper .globalNavi__menu__main > li:nth-child(1) .globalNavi__menu__sub dl dt figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNavi__menu__main > li:nth-child(2) .globalNavi__menu__sub::before {
    margin-left: -16.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  #wrapper .globalNavi__menu__main > li:nth-child(2) .globalNavi__menu__sub::before {
    margin-left: -16em;
  }
}
@media print, screen and (min-width: 1440px) {
  #wrapper .globalNavi__menu__main > li:nth-child(2) .globalNavi__menu__sub::before {
    margin-left: -20em;
  }
}
#wrapper .globalNavi__menu__main > li:nth-child(2) .globalNavi__menu__sub ul {
  margin-left: 12em;
}
@media print, screen and (min-width: 1280px) {
  #wrapper .globalNavi__menu__main > li:nth-child(2) .globalNavi__menu__sub ul {
    margin-left: 8em;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNavi__menu__main > li:nth-child(5) .globalNavi__menu__sub::before {
    margin-left: -1.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  #wrapper .globalNavi__menu__main > li:nth-child(5) .globalNavi__menu__sub::before {
    margin-left: -0.5em;
  }
}
@media print, screen and (min-width: 1440px) {
  #wrapper .globalNavi__menu__main > li:nth-child(5) .globalNavi__menu__sub::before {
    margin-left: 5.5em;
  }
}
#wrapper .globalNavi__menu__main > li:nth-child(5) .globalNavi__menu__sub ul {
  margin-left: 20em;
}
@media print, screen and (min-width: 1280px) {
  #wrapper .globalNavi__menu__main > li:nth-child(5) .globalNavi__menu__sub ul {
    margin-left: 25em;
  }
}
#wrapper .globalNavi__menu__main li a {
  text-decoration: none;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  font-size: 1em;
  line-height: 1.4;
}
#wrapper .globalNavi__menu__main li a:hover {
  text-decoration: none;
  color: #0078E0;
}
#wrapper .globalNavi__menu__main li span {
  line-height: 1.2;
  display: inline-block;
}
@media print, screen and (min-width: 1440px) {
  #wrapper .globalNavi__menu__main > li > a br, #wrapper .globalNavi__menu__main > li > span br {
    display: none;
  }
}

/* .globalNavi__menu__sub　グローバルナビサブメニュー
------------------------------------------ */
.globalNavi__menu__sub {
  width: 100vw;
  opacity: 0; /*サブメニューは最初は非表示にしておく*/
  visibility: hidden; /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  top: 4.5em;
  left: 50%;
  margin-left: -50vw;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #E0ECFC), to(#FFF));
  background-image: -webkit-linear-gradient(bottom, #E0ECFC 5%, #FFF);
  background-image: linear-gradient(0deg, #E0ECFC 5%, #FFF);
  border-radius: 0 0 5em 5em;
  border-bottom: #0078E0 solid 0.3em;
  padding: 3em 0 2.5em;
}
.globalNavi__menu__sub::before {
  content: "";
  width: 3em;
  height: 0.3em;
  background: #0078E0;
  border-radius: 0.3em;
  position: absolute;
  top: 0.7em;
  left: 50%;
}
.globalNavi__menu__sub .inBase ul {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.globalNavi__menu__sub .inBase li {
  margin-bottom: 1em;
}
.globalNavi__menu__sub .inBase li a, .globalNavi__menu__sub .inBase dd a {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.5;
  padding-bottom: 0.3em;
  font-size: 1.1em;
}
@media print, screen and (min-width: 768px) {
  .globalNavi__menu__sub .inBase li a, .globalNavi__menu__sub .inBase dd a {
    font-size: 1.25em;
  }
}
.globalNavi__menu__sub .inBase li a::before, .globalNavi__menu__sub .inBase dd a::before {
  content: "";
  width: 0.5em;
  height: 2px;
  background: #0078E0;
  background-size: 100% auto;
  position: absolute;
  top: 0.7em;
  left: 1em;
}
.globalNavi__menu__sub .inBase dd {
  background: #FFF;
}
.globalNavi__menu__sub .inBase dd:first-of-type {
  border-radius: 1em 1em 0 0;
  padding-top: 1em;
}
.globalNavi__menu__sub .inBase dd:last-of-type {
  border-radius: 0 0 1em 1em;
  padding-bottom: 1em;
}

.globalNavi ul li:hover .globalNavi__menu__sub {
  top: 4em;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

#header {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
#header #pageTopFix {
  width: 100%;
  padding: 1em 0;
  background: #FFF;
}
@media print, screen and (min-width: 768px) {
  #header #pageTopFix {
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.5em 0;
  }
}
@media print, screen and (min-width: 1440px) {
  #header #pageTopFix {
    padding: 1em 0;
  }
}
#header #pageTopFix.is-scroll {
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  #header #pageTopFix > .inBase {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  #header #pageTopFix > .inBase {
    width: 1200px;
  }
}
@media print, screen and (min-width: 1440px) {
  #header #pageTopFix > .inBase {
    width: 1440px;
  }
}
#header #pageTopFix > .inBase::after {
  content: none;
}

.header__siteTitle {
  width: 13.75em;
  position: relative;
  z-index: 3;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .header__siteTitle {
    width: 13.75em;
    padding: 0;
  }
}
.header__siteTitle a {
  display: inline-block;
  position: relative;
}
.header__siteTitle a > span {
  display: inline-block;
}
.header__siteTitle a > span:nth-child(1) {
  margin-bottom: 0.7em;
}
.header__siteTitle a > span:nth-child(2) {
  width: 4.7em;
  position: absolute;
  bottom: -1.4em;
  right: 0;
}
.header__siteTitle a > span img {
  width: 100%;
  height: auto;
}

#wrapper .header__tel {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__tel {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
#wrapper .header__tel span {
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#wrapper .header__tel span::before {
  content: "";
  width: 1px;
  height: 1em;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  z-index: -1;
}
#wrapper .header__tel a {
  font-size: 1.25em;
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#wrapper .header__contact {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__contact {
    display: block;
    margin-left: 1.5em;
    position: relative;
    z-index: 3;
  }
}
#wrapper .header__contact a {
  display: inline-block;
  font-size: 1.125em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  background: #FF5100;
  border-radius: 2.5em;
  color: #FFF;
  padding: 0.4em 1.4em;
}
#wrapper .header__contact a:hover {
  background: #0078E0;
}

.--typeScrollAction,
.--typeScrollFadeIn {
  will-change: transform, opacity;
}

#wrapper #btnRise {
  display: block;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: fixed;
  bottom: 6em;
  right: 1em;
  opacity: 0;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise {
    bottom: 1em;
  }
}
#wrapper #btnRise.is-active {
  opacity: 1;
}
#wrapper #btnRise a {
  text-align: cengter;
  color: #0078E0;
  text-decoration: none;
  position: relative;
  width: 3em;
  overflow: hidden;
  padding: 0;
  display: block;
  _display: none;
  text-align: center;
  padding-top: 0.4em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#wrapper #btnRise a img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#wrapper #btnRise a:hover img {
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

#wrapper .sideBannerBox {
  display: inline-block;
  position: absolute;
  z-index: 999;
  z-index: 1;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  #wrapper .sideBannerBox {
    position: fixed;
    right: 0;
    z-index: 5;
    -webkit-animation-name: sideBannerAnime;
            animation-name: sideBannerAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
#wrapper .sideBannerBox.is-active {
  top: 22em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .sideBannerBox.is-active {
    top: 14em;
  }
}
#wrapper .sideBannerBox__banner {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  display: none;
  width: 3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .sideBannerBox__banner {
    display: block;
  }
}
#wrapper .sideBannerBox__banner a {
  width: 100%;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  padding: 1.5em 0.2em 2em;
  opacity: 1;
  line-height: 1.7;
  background: #000;
  color: #FFF;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .sideBannerBox__banner a {
    font-size: 1.3em;
  }
}
#wrapper .sideBannerBox__banner a::before {
  width: 0.6em;
  height: 0.6em;
  content: "";
  position: absolute;
  background: url(../img/common/iconArrow.svg) no-repeat center top;
  background-size: 100% auto;
  bottom: 1em;
  left: 50%;
  margin-left: -0.2em;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#wrapper .sideBannerBox__banner a:hover {
  color: #000;
  opacity: 1;
  background: #FFF;
}
@-webkit-keyframes sideBannerAnime {
  from {
    -webkit-transform: translateX(5em);
            transform: translateX(5em);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sideBannerAnime {
  from {
    -webkit-transform: translateX(5em);
            transform: translateX(5em);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.home #wrapper img {
  width: 100%;
  height: auto;
}
body.home #wrapper .mainVisual {
  display: block;
  margin-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual {
    margin-top: 5.8em;
    margin-bottom: 13em;
  }
}
body.home #wrapper .mainVisual .inBase {
  position: relative;
}
@media print, screen and (min-width: 1860px) {
  body.home #wrapper .mainVisual .inBase {
    width: 100%;
  }
}
body.home #wrapper .mainVisual__image {
  display: block;
  width: 112%;
  margin-left: -6%;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__image {
    width: 116.25em;
    margin-left: -20.625em;
  }
}
@media print, screen and (min-width: 1860px) {
  body.home #wrapper .mainVisual__image {
    width: 100%;
    margin-left: 0;
  }
}
body.home #wrapper .mainVisual__copy {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 4em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__copy {
    top: 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
body.home #wrapper .mainVisual__copy h3 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  line-height: 1;
  margin-bottom: 6em;
  margin-left: 2em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__copy h3 {
    margin-left: 4em;
  }
}
body.home #wrapper .mainVisual__copy h3 span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}
body.home #wrapper .mainVisual__copy h3 span b {
  width: 100%;
  height: 1.7em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -0.4em;
  font-size: 1.1em;
}
body.home #wrapper .mainVisual__copy h3 span:nth-of-type(1) {
  background: #0078E0;
  color: #FFF;
  font-size: 1.2em;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 0.5em;
  padding: 1.5em 0.5em 0.3em;
  border: #FFF solid 0.1em;
  margin-top: -1.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__copy h3 span:nth-of-type(1) {
    font-size: 1.5em;
  }
}
body.home #wrapper .mainVisual__copy h3 span:nth-of-type(2) {
  color: #000;
  font-size: 1.56em;
  border-radius: 0.5em;
  background: #FFF;
  padding: 1em 0.5em 0.3em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__copy h3 span:nth-of-type(2) {
    padding: 1em 1em 0.3em;
  }
}
body.home #wrapper .mainVisual__service {
  width: 11em;
  display: block;
  position: absolute;
  top: 19.5em;
  right: -1em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__service {
    width: 22em;
    bottom: -8.85em;
    left: 0;
    top: 55%;
    right: unset;
    left: 50%;
    margin-left: 10em;
  }
}
body.home #wrapper .mainVisual__service__inner {
  display: block;
  background: #FFF;
  padding: 0.2em;
  color: #0078E0;
  text-align: center;
}
body.home #wrapper .mainVisual__service h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 0.5em 0.5em 0;
  font-size: 0.9em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__service h4 {
    line-height: 1;
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__service h4 + h4 {
    letter-spacing: 0.1em;
  }
}
body.home #wrapper .mainVisual__service h5 {
  margin-top: 1em;
  font-size: 0.8em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  background: #0078E0;
  padding: 0.6em 0.25em;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__service h5 {
    font-size: 0.9em;
    padding: 0.6em 0.5em;
  }
}
body.home #wrapper .mainVisual__button {
  display: block;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
    position: absolute;
    bottom: -8.85em;
    left: 0;
  }
}
body.home #wrapper .mainVisual__button > a {
  display: block;
  background: #000;
  color: #FFF;
  border-radius: 1.5em;
  padding: 1.5em 1.5em;
  position: relative;
  -webkit-box-shadow: 0 0 0 0.3em rgba(192, 232, 252, 0.5);
          box-shadow: 0 0 0 0.3em rgba(192, 232, 252, 0.5);
  margin-bottom: 0.6em;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a {
    width: 17.5em;
    height: 17.5em;
    border-radius: 50%;
    text-align: center;
    padding: 3em 1em 1em 1em;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 0.5em rgba(192, 232, 252, 0.5);
            box-shadow: 0 0 0 0.5em rgba(192, 232, 252, 0.5);
  }
}
body.home #wrapper .mainVisual__button > a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
body.home #wrapper .mainVisual__button > a > span:last-child {
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a > span:last-child {
    bottom: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}
body.home #wrapper .mainVisual__button > a > span:last-child::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #FFF;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
          clip-path: polygon(100% 50%, 0 100%, 0 0);
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1;
}
body.home #wrapper .mainVisual__button > a:nth-child(1) {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#29BAD0), to(#1D0AAD));
  background-image: -webkit-linear-gradient(bottom, #29BAD0, #1D0AAD);
  background-image: linear-gradient(0deg, #29BAD0, #1D0AAD);
}
body.home #wrapper .mainVisual__button > a:nth-child(1) p:nth-child(1) span {
  display: inline-block;
  color: #0078E0;
  background: #FFF;
  border-radius: 0.3em;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
  line-height: 1.2;
}
body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) {
    width: 110%;
    margin-left: -1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) span {
    font-size: 1.8em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) figure {
  width: 1.94em;
  margin-left: 0.5em;
  margin-top: -2em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(1) div:nth-child(2) figure {
    width: 1.94em;
    margin-top: 0;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(1) p:nth-of-type(2) {
  border-top: #FFF solid 1px;
  padding-top: 0.3em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(1) p:nth-of-type(2) {
    font-size: 0.9em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(2) {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #F19A67), to(#FF2B00));
  background-image: -webkit-linear-gradient(bottom, #F19A67 36%, #FF2B00);
  background-image: linear-gradient(0deg, #F19A67 36%, #FF2B00);
  -webkit-box-shadow: 0 0 0 0.3em rgba(255, 225, 209, 0.5);
          box-shadow: 0 0 0 0.3em rgba(255, 225, 209, 0.5);
  padding-bottom: 2.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(2) {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 225, 209, 0.5);
            box-shadow: 0 0 0 0.5em rgba(255, 225, 209, 0.5);
    padding-bottom: 1em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(2) p:nth-child(1) {
  font-size: 1.3em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(2) p:nth-child(1) {
    font-size: 1.625em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #FFF solid 1px;
  padding-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
    padding-bottom: 0;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) span {
    font-size: 1.8em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) figure {
  width: 3em;
  margin-left: 1em;
  margin-top: -1.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(2) div:nth-child(2) figure {
    width: 5.5em;
    margin-top: 0;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(3) {
  color: #0078E0;
  background: #FFF;
}
body.home #wrapper .mainVisual__button > a:nth-child(3) > span:last-of-type::after {
  background: #0078E0;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(3) {
    padding-top: 4em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.8em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) span {
    font-size: 1.8em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) figure {
  width: 3em;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(3) div:nth-child(1) figure {
    width: 5.56em;
  }
}
body.home #wrapper .mainVisual__button > a:nth-child(3) p:nth-child(2) {
  border-top: #0078E0 solid 1px;
  padding-top: 0.3em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px) {
  body.home #wrapper .mainVisual__button > a:nth-child(3) p:nth-child(2) {
    font-size: 0.9em;
  }
}

@media print, screen and (min-width: 768px) {
  .--typeScrollAction > * {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction > * li {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(9) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > *:nth-child(10) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(7) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(9) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.active > * li:nth-child(10) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction .mainVisual__image {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction .mainVisual__copy {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transform: translateY(-3em);
            transform: translateY(-3em);
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction .mainVisual__service {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction .mainVisual__button {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transform: translateX(-3em);
            transform: translateX(-3em);
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction.active .mainVisual__image {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction.active .mainVisual__copy {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction.active .mainVisual__service {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  .mainVisual.--typeScrollAction.active .mainVisual__button {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__overlay a {
  outline: none;
}

.modal__overlay a:focus {
  outline: none;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/**************************\
  .modal-inlineContent
\**************************/
.micromodal-slide.modal-inlineContent.is-open {
  z-index: 999;
  position: relative;
}
.micromodal-slide.modal-inlineContent .modal__container {
  background: #FFF;
  display: block;
  padding: 0;
  width: 80%;
  max-width: none;
  max-height: 90vh;
  border-radius: 0;
  overflow: hidden;
}
.micromodal-slide.modal-inlineContent .inline__display {
  width: 100%;
  max-height: 90vh;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  background: #FFF;
  color: #000;
}

.clearfix a {
  text-decoration: none;
  color: #000;
}
.clearfix a:hover {
  text-decoration: none;
  color: #DDD;
}
.clearfix p a:hover {
  text-decoration: underline;
}

a.over {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.over:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.color--type01 {
  color: red;
}
.color--type02 {
  color: #FFF;
}

.bg--type01 {
  background: red;
}
.bg--type02 {
  background: #FFF;
}

/* =======================================
このCSSはSassから生成されていますので、
編集する際はSassを使用してください。
========================================== */
/*# sourceMappingURL=maps/hero.css.map */
