@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

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

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 561px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #000;
}

._ja {
  font-family: iroha-26tubaki-stdn,sans-serif;
  font-weight: 400;
  font-style:normal;
}
._en{
  font-family: orator-std, monospace;
  font-weight: 400;
  font-style: normal;
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, box-shadow .3s ease-out;
}

a .alpha {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
}

a img {
  transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
}

@media (hover: hover) {
  a:hover .alpha {
    opacity: 0.7;
  }
}

.link-text a {
  color: #006ec8;
}

@media (hover: hover) {
  .link-text a:hover {
    text-decoration: underline;
  }
}

a.link-text {
  color: #006ec8;
}

@media (hover: hover) {
  a.link-text:hover {
    text-decoration: underline;
  }
}

@media (hover: hover) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}

:target:before {
  content: '';
  display: block;
  position: relative;
  pointer-events: none;
  top: -80px;
}

@media screen and (max-width: 560px) {
  :target:before {
    top: -60px;
  }
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1180px;
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 560px) {
  .container {
    max-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container--l {
  max-width: 1420px;
}

.container--s {
  max-width: 938px;
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
html{
  overflow-x: hidden;
}
  
  /*----------------------------------------------------
      breadcrumb
  ----------------------------------------------------*/
  .breadcrumb {
    margin: 16px 0;
  }
  
  .breadcrumb ul {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  
  .breadcrumb li:not(:first-child):before {
    display: inline-block;
    content: '>';
    margin: 0 0.5em;
  }
  
  @media screen and (min-width: 961px) {
    .breadcrumb ul {
      flex-wrap: wrap;
    }
  }
  
  @media screen and (max-width: 960px) {
    .breadcrumb {
      white-space: nowrap;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  
  
  /*----------------------------------------------------
      汎用クラス
  ----------------------------------------------------*/
  .fadeIn {
    display: none;
  }
  
  .fadeIn.show {
    -webkit-animation: fadeIn 0.6s linear;
            animation: fadeIn 0.6s linear;
  }
  
  .bold,
  .strong {
    font-weight: bold;
  }
  
  .center {
    text-align: center;
  }
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .indent--2 {
    padding-left: 2em;
    text-indent: -2em;
  }
  
  .mb5 {
    margin-bottom: 5px !important;
  }
  
  .mb10 {
    margin-bottom: 10px !important;
  }
  
  .mb15 {
    margin-bottom: 15px !important;
  }
  
  .mb20 {
    margin-bottom: 20px !important;
  }
  
  .mb25 {
    margin-bottom: 25px !important;
  }
  
  .mb30 {
    margin-bottom: 30px !important;
  }
  
  .mb35 {
    margin-bottom: 35px !important;
  }
  
  .mb40 {
    margin-bottom: 40px !important;
  }
  
  .mb45 {
    margin-bottom: 45px !important;
  }
  
  .mb50 {
    margin-bottom: 50px !important;
  }
  
  .mb55 {
    margin-bottom: 55px !important;
  }
  
  .mb60 {
    margin-bottom: 60px !important;
  }
  
  .mb65 {
    margin-bottom: 65px !important;
  }
  
  .mb70 {
    margin-bottom: 70px !important;
  }
  
  .mb75 {
    margin-bottom: 75px !important;
  }
  
  .mb80 {
    margin-bottom: 80px !important;
  }
  
  .mb100 {
    margin-bottom: 100px !important;
  }
  
  @media screen and (max-width: 520px) {
    .mb5 {
      margin-bottom: 0.78125vw !important;
    }
    .mb10 {
      margin-bottom: 1.5625vw !important;
    }
    .mb15 {
      margin-bottom: 2.34375vw !important;
    }
    .mb20 {
      margin-bottom: 3.125vw !important;
    }
    .mb25 {
      margin-bottom: 3.90625vw !important;
    }
    .mb30 {
      margin-bottom: 4.6875vw !important;
    }
    .mb35 {
      margin-bottom: 5.46875vw !important;
    }
    .mb40 {
      margin-bottom: 6.25vw !important;
    }
    .mb45 {
      margin-bottom: 7.03125vw !important;
    }
    .mb50 {
      margin-bottom: 7.8125vw !important;
    }
    .mb55 {
      margin-bottom: 8.59375vw !important;
    }
    .mb60 {
      margin-bottom: 9.375vw !important;
    }
    .mb65 {
      margin-bottom: 10.15625vw !important;
    }
    .mb70 {
      margin-bottom: 10.9375vw !important;
    }
    .mb75 {
      margin-bottom: 11.71875vw !important;
    }
    .mb80 {
      margin-bottom: 12.5vw !important;
    }
    .mb100 {
      margin-bottom: 15.625vw !important;
    }
  }
  
  .fz10 {
    font-size: 0.625em;
  }
  
  .fz12 {
    font-size: 0.75em;
  }
  
  .fz13 {
    font-size: 0.8125em;
  }
  
  .fz14 {
    font-size: 0.875em;
  }
  
  .fz15 {
    font-size: 0.9375em;
  }
  
  .fz16 {
    font-size: 1em;
  }
  
  .fz17 {
    font-size: 1.0625em;
  }
  
  .fz18 {
    font-size: 1.125em;
  }
  
  .fz20 {
    font-size: 1.25em;
  }
  
  .fz22 {
    font-size: 1.375em;
  }
  
  .fz24 {
    font-size: 1.5em;
  }
  
  .fz26 {
    font-size: 1.625em;
  }
  
  .fz28 {
    font-size: 1.75em;
  }
  
  .fz30 {
    font-size: 1.875em;
  }
  
  .fz32 {
    font-size: 2em;
  }
  
  @media screen and (max-width: 960px) {
    .fz10--sp {
      font-size: 0.625em;
    }
    .fz12--sp {
      font-size: 0.75em;
    }
    .fz13--sp {
      font-size: 0.8125em;
    }
    .fz14--sp {
      font-size: 0.875em;
    }
    .fz15--sp {
      font-size: 0.9375em;
    }
    .fz16--sp {
      font-size: 1em;
    }
    .fz17--sp {
      font-size: 1.0625em;
    }
    .fz18--sp {
      font-size: 1.125em;
    }
    .fz20--sp {
      font-size: 1.25em;
    }
    .fz22--sp {
      font-size: 1.375em;
    }
    .fz24--sp {
      font-size: 1.5em;
    }
    .fz26--sp {
      font-size: 1.625em;
    }
    .fz28--sp {
      font-size: 1.75em;
    }
    .fz30--sp {
      font-size: 1.875em;
    }
    .fz32--sp {
      font-size: 2em;
    }
  }
  
  .hide {
    display: none;
  }
  
  .break_line {
    display: inline-block;
  }

/*----------------------------------------------------
	フレックス
----------------------------------------------------*/

.fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.fl-1{
	webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.row-middle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.ju-center {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.ju-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}
.ju-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.ju-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}
.v-center {
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.v-end {
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.r-rev {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.c-navy{
  color: #12224a;
}
@media screen and (max-width: 520px) {
.sm-1{
  flex-direction: column;
}
}