@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

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

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; }

/* Scss Document */
/* Scss Document */
html {
  min-height: 100vh; }

body {
  min-height: 100vh;
  box-sizing: border-box;
  background: #fff;
  font-family: "Noto Sans JP", A1ゴシック R, A1 Gothic R, YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #404040;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character; }
  @media (min-width: 375px) {
    body {
      font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.1503759398 ); } }
  @media (min-width: 1040px) {
    body {
      font-size: 1.5rem; } }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.sp {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp {
      display: none; } }
  @media screen and (min-width: 861px) {
    .sp {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 861px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 1041px) {
    .tab {
      display: none; } }

.sp-tab {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp-tab {
      display: block; } }
  @media screen and (min-width: 861px) {
    .sp-tab {
      display: block; } }
  @media screen and (min-width: 1041px) {
    .sp-tab {
      display: none; } }

.pc-tab {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc-tab {
      display: block; } }
  @media screen and (min-width: 861px) {
    .pc-tab {
      display: block; } }
  @media screen and (min-width: 1041px) {
    .pc-tab {
      display: block; } }

.pc {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 861px) {
    .pc {
      display: none; } }
  @media screen and (min-width: 1041px) {
    .pc {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "Noto Sans JP", A1ゴシック R, A1 Gothic R, YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-weight: bold;
  color: #fff; }

a[href*="tel:"] {
  display: block; }

.event-none {
  pointer-events: none !important; }

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

.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%; }
  @media screen and (min-width: 376px) {
    .inner {
      padding: 0% 2.11% 0% 2.11%; } }
  @media screen and (min-width: 1091px) {
    .inner {
      padding: 0; } }

.m-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%; }
  @media screen and (min-width: 376px) {
    .m-inner {
      padding: 0% 2.11% 0% 2.11%; } }
  @media screen and (min-width: 1091px) {
    .m-inner {
      padding: 0; } }

.s-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 0% 6.66% 0% 6.66%; }
  @media screen and (min-width: 376px) {
    .s-inner {
      padding: 0% 2.11% 0% 2.11%; } }
  @media screen and (min-width: 1091px) {
    .s-inner {
      padding: 0; } }

.mb-box {
  margin: 0% 0% 8.47% 0%; }

.cotents__bottom {
  margin-bottom: 20%; }

h1, h2, h3, h4 {
  font-weight: normal; }

p {
  font-size: 100%; }

address {
  font-style: normal; }

#contents {
  margin-top: 60px; }

.mb-10 {
  margin-bottom: 10px; }
.mb-15 {
  margin-bottom: 15px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-25 {
  margin-bottom: 25px; }
.mb-30 {
  margin-bottom: 30px; }

.s-txt {
  font-size: 70%; }

.l-txt {
  font-size: 140%; }

.fs-10 {
  font-size: 1.0rem; }
.fs-11 {
  font-size: 1.1rem; }
.fs-12 {
  font-size: 1.2rem; }
.fs-13 {
  font-size: 1.3rem; }
.fs-14 {
  font-size: 1.4rem; }
.fs-15 {
  font-size: 1.5rem; }
.fs-16 {
  font-size: 1.6rem; }
.fs-17 {
  font-size: 1.7rem; }
.fs-18 {
  font-size: 1.8rem; }

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

.en {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em; }

.num {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em; }

.mincho {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.icon {
  margin-right: 5px; }

.attent {
  font-size: 1.1rem;
  letter-spacing: normal; }

.link {
  color: #0F3675;
  text-decoration: underline; }

.fit {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents {
    margin-top: 120px; } }
/*------------------------------
		861px以上
------------------------------*/
@media screen and (min-width: 861px) {
  a {
    transition: all .4s; }
    a:hover {
      opacity: .7; }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  a[href*="fax:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

  /*.mb-box{
  	margin-bottom: 120px;
  }*/ }
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 1071px) {
  #contents {
    margin-top: 100px; } }
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-weight: bold;
  background: #fff;
  transition: .4s; }
  #header .header__wrap {
    position: absolute;
    padding: 0% 6.66% 0% 6.66%;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    transition: 0.3s; }
  #header .header__logo {
    padding: 10px 0;
    width: 45%;
    max-width: 145px;
    height: 40px; }
  #header .header__reservebtn {
    line-height: normal; }
    #header .header__reservebtn a {
      padding: 5px 10px;
      border-radius: 5px; }
    #header .header__reservebtn .btn__jp {
      font-size: 1.4rem; }
    #header .header__reservebtn .btn__en {
      font-size: 1.1rem; }
  #header .header__menubtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    background: #0F3675; }
    #header .header__menubtn .header__menubtn-line {
      position: absolute;
      bottom: 25%;
      left: 50%;
      width: 38px;
      height: 10px;
      transform: translate(-50%, 0); }
      #header .header__menubtn .header__menubtn-line span {
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: .4s; }
        #header .header__menubtn .header__menubtn-line span:first-child {
          top: 0; }
        #header .header__menubtn .header__menubtn-line span:last-child {
          bottom: 0; }
    #header .header__menubtn .header__menubtn-txt {
      position: absolute;
      top: 25%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 1.3rem;
      color: #fff;
      line-height: 1;
      transition: .4s; }
  #header .header__nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 2%;
    background: #0F3675; }
  #header .header__nav-list {
    padding: 0% 5.33% 0% 5.33%; }
    #header .header__nav-list li {
      border-bottom: 1px solid #7A8BB1;
      line-height: 1.5; }
      #header .header__nav-list li a {
        position: relative;
        display: block;
        padding: 20px 0;
        color: #fff; }
        #header .header__nav-list li a i {
          position: absolute;
          top: 50%;
          right: 2%;
          font-size: 2rem;
          transform: translate(0, -50%); }
      #header .header__nav-list li:last-child {
        border-bottom: none; }
  #header .header__nav-reservebtn {
    margin-bottom: 30px; }
    #header .header__nav-reservebtn .header__reservebtn--jp {
      font-size: 2rem; }
      @media (min-width: 375px) {
        #header .header__nav-reservebtn .header__reservebtn--jp {
          font-size: calc( 2rem + ( 1vw - 3.75px ) * -0.7518796992 ); } }
      @media (min-width: 1040px) {
        #header .header__nav-reservebtn .header__reservebtn--jp {
          font-size: 1.5rem; } }
    #header .header__nav-reservebtn .header__reservebtn--en {
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        #header .header__nav-reservebtn .header__reservebtn--en {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * -0.3007518797 ); } }
      @media (min-width: 1040px) {
        #header .header__nav-reservebtn .header__reservebtn--en {
          font-size: 1.2rem; } }
    #header .header__nav-reservebtn .sp {
      display: inline; }
  #header .w_1041 {
    display: none; }

.open {
  overflow: hidden; }
  .open #header {
    background: #0F3675; }
    .open #header .header__logo a svg g path {
      fill: #fff !important; }
    .open #header .header__logo a svg g .st1 {
      fill: #fff !important; }
    .open #header .header__menubtn .header__menubtn-line span:first-child {
      top: 4px;
      transform: rotate(340deg); }
    .open #header .header__menubtn .header__menubtn-line span:last-child {
      bottom: 5px;
      transform: rotate(-340deg); }

/*------------------------------
		376px以上
------------------------------*/
@media screen and (min-width: 376px) {
  #header .header__wrap {
    padding: 0% 2.11% 0% 2.11%; } }
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #header .header__logo a:hover {
    opacity: 0.7; }
  #header .header__nav {
    display: block !important;
    padding: 0;
    background: #fff;
    overflow: inherit; }
  #header .header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: 60px; }
    #header .header__nav-list li {
      flex: 0 1 auto;
      width: auto;
      border-bottom: none;
      /*&.active{
      	a{
      		color: #74A3EF;
      	}
      }*/ }
      #header .header__nav-list li a {
        position: relative;
        display: block;
        padding: 20px 12px;
        color: #0F3675;
        box-sizing: border-box; }
        #header .header__nav-list li a:hover {
          color: #74A3EF; }
        #header .header__nav-list li a i {
          display: none; }
      #header .header__nav-list li.header__nav-contact {
        position: absolute;
        top: -60px;
        right: 0;
        z-index: 999; }
        #header .header__nav-list li.header__nav-contact a {
          padding: 15px 30px;
          color: #fff;
          background: #0F3675;
          border: solid 1px #0F3675; }
          #header .header__nav-list li.header__nav-contact a:hover {
            color: #0F3675;
            background: #fff;
            opacity: 1; } }
/*------------------------------
		861px以上
------------------------------*/
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1071px) {
  #header {
    height: 100px; }
    #header .header__wrap {
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }
    #header .header__logo {
      padding: 0; }
    #header .header__nav {
      top: 30px;
      left: auto;
      right: 130px;
      width: auto;
      background: transparent;
      z-index: 2; }
    #header .header__nav-list {
      height: auto; }
      #header .header__nav-list li a {
        padding: 10px 12px; }
        #header .header__nav-list li a:hover {
          opacity: 0.7; }
      #header .header__nav-list li.header__nav-contact {
        display: none; }
    #header .w_1041 {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      z-index: 999; }
      #header .w_1041 a {
        display: block;
        width: 120px;
        height: 100%;
        font-size: 1.5rem;
        line-height: 98px;
        text-align: center;
        color: #fff;
        background: #0F3675;
        border: solid 1px #0F3675;
        box-sizing: border-box; }
        #header .w_1041 a:hover {
          color: #0F3675;
          background: #fff;
          opacity: 1; } }
@media screen and (min-width: 1261px) {
  #header .header__logo {
    width: 20%;
    max-width: 210px;
    height: 60px; }
  #header .header__nav {
    right: 170px; }
  #header .header__nav-list li a {
    padding: 10px 20px; }
  #header .w_1041 a {
    width: 160px; } }
/*//////////////////////////////////////////////////

	header設定

//////////////////////////////////////////////////*/
#pageTop {
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;
  border-bottom: solid 1px #fff; }
  #pageTop a {
    position: relative;
    display: block;
    line-height: 4; }
    #pageTop a i {
      position: absolute;
      top: 50%;
      right: 6.66%;
      font-size: 2rem;
      transform: translate(0, -50%); }

#footer {
  padding-bottom: 20px;
  color: #fff;
  background: #03204D; }
  #footer .footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px; }
    #footer .footer__nav-list li {
      font-size: 1.2rem;
      flex: 0 1 33.3333%;
      width: 33.3333%;
      max-width: 33.3333%;
      margin-bottom: 20px; }
      @media (min-width: 375px) {
        #footer .footer__nav-list li {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.2209944751 ); } }
      @media (min-width: 1280px) {
        #footer .footer__nav-list li {
          font-size: 1.4rem; } }
      #footer .footer__nav-list li:nth-child(n+7) {
        margin-bottom: 0; }
  #footer .footer__logo {
    margin: 0 auto 25px;
    width: 60%;
    max-width: 195px; }
    #footer .footer__logo a:hover {
      opacity: 0.7; }

.copyright {
  font-size: 1.2rem;
  color: #fff;
  text-align: center; }
  @media (min-width: 375px) {
    .copyright {
      font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.1503759398 ); } }
  @media (min-width: 1040px) {
    .copyright {
      font-size: 1.3rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #pageTop {
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    bottom: 2%;
    right: 2%;
    border: none; }
    #pageTop a {
      width: 60px;
      height: 60px;
      background: #03204D;
      border: solid 1px #03204D; }
      #pageTop a p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 1.2rem;
        line-height: normal;
        transform: translate(0, -50%); }
      #pageTop a i {
        display: none; }
      #pageTop a:hover {
        opacity: 1;
        color: #03204D;
        background: #fff; }

  #footer {
    padding: 30px 0; }
    #footer .footer__nav-list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #footer .footer__nav-list li {
        flex: 0 1 auto;
        width: auto;
        margin-bottom: 0; }
        #footer .footer__nav-list li a {
          padding: 0 10px; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  #footer .footer__nav-list {
    margin-bottom: 75px; }
    #footer .footer__nav-list li a {
      padding: 0 20px; } }
@media screen and (max-width: 350px) {
  #footer .footer__nav-list li {
    font-size: 1rem; } }
/* Scss Document */
/*------------------------------
		ボタン
------------------------------*/
.btn a {
  box-sizing: border-box;
  display: block;
  margin: auto;
  padding: 25px 0;
  width: 90%;
  max-width: 260px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #0F3675;
  border: 1px solid #0F3675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.btn__jp {
  font-size: 1.5rem; }
  @media (min-width: 375px) {
    .btn__jp {
      font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.1503759398 ); } }
  @media (min-width: 1040px) {
    .btn__jp {
      font-size: 1.6rem; } }
.btn__en {
  font-size: 1.2rem; }
  @media (min-width: 375px) {
    .btn__en {
      font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.1503759398 ); } }
  @media (min-width: 1040px) {
    .btn__en {
      font-size: 1.3rem; } }

/*------------------------------
　　トップ&お問い合わせ_各タイトル
------------------------------*/
.ttl__wp {
  margin-bottom: 30px;
  text-align: center; }
  .ttl__wp .ttl__en {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: normal; }
    @media (min-width: 769px) {
      .ttl__wp .ttl__en {
        font-size: calc( 2.8rem + ( 1vw - 7.69px ) * 1.9464720195 ); } }
    @media (min-width: 1180px) {
      .ttl__wp .ttl__en {
        font-size: 3.6rem; } }
  .ttl__wp .ttl__jp {
    font-size: 1.5rem; }

/*------------------------------
　　移動時のtopの隙間
------------------------------*/
.move-top {
  padding-top: 90px;
  margin-top: -90px; }

/*------------------------------
　　  下層タイトルイメージ
------------------------------*/
.titleimg {
  position: relative;
  height: 19vh;
  max-height: 240px;
  overflow: hidden; }
  .titleimg .titleimg__wp {
    position: absolute;
    top: 50%;
    left: 6.66%;
    width: 80%;
    color: #fff;
    transform: translate(0, -50%);
    z-index: 2; }
    .titleimg .titleimg__wp .titleimg__jp {
      font-size: 2.4rem;
      line-height: normal; }
      @media (min-width: 769px) {
        .titleimg .titleimg__wp .titleimg__jp {
          font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 3.8929440389 ); } }
      @media (min-width: 1180px) {
        .titleimg .titleimg__wp .titleimg__jp {
          font-size: 4rem; } }
    .titleimg .titleimg__wp .titleimg__en {
      font-size: 1.7rem; }
      @media (min-width: 769px) {
        .titleimg .titleimg__wp .titleimg__en {
          font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.703163017 ); } }
      @media (min-width: 1180px) {
        .titleimg .titleimg__wp .titleimg__en {
          font-size: 2.4rem; } }
  .titleimg::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

/*------------------------------
　　  	下層各タイトル
------------------------------*/
.under-ttl__wp {
  margin-bottom: 35px; }
  .under-ttl__wp .under__ttl {
    font-size: 2rem;
    position: relative;
    text-align: center;
    color: #0F3675; }
    @media (min-width: 769px) {
      .under-ttl__wp .under__ttl {
        font-size: calc( 2rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
    @media (min-width: 1180px) {
      .under-ttl__wp .under__ttl {
        font-size: 3rem; } }
    .under-ttl__wp .under__ttl::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      display: block;
      bottom: -10px;
      width: 30px;
      height: 1px;
      background: #0F3675; }

/*------------------------------
		お問い合わせ
------------------------------*/
.contact {
  padding: 30px 0 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: url("/img/common/bg_contact.jpg") center/cover no-repeat; }
  .contact .contact__list {
    margin-bottom: 20px;
    line-height: normal; }
    .contact .contact__list .contact__list-ttl {
      font-size: 1.6rem; }
      @media (min-width: 769px) {
        .contact .contact__list .contact__list-ttl {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
      @media (min-width: 1180px) {
        .contact .contact__list .contact__list-ttl {
          font-size: 1.8rem; } }
    .contact .contact__list .contact__list-txt {
      font-size: 1.3rem;
      margin-bottom: 10px; }
      @media (min-width: 769px) {
        .contact .contact__list .contact__list-txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2433090024 ); } }
      @media (min-width: 1180px) {
        .contact .contact__list .contact__list-txt {
          font-size: 1.4rem; } }
    .contact .contact__list .contact__tel-box a {
      font-size: 2.9rem; }
      @media (min-width: 769px) {
        .contact .contact__list .contact__tel-box a {
          font-size: calc( 2.9rem + ( 1vw - 7.69px ) * 1.703163017 ); } }
      @media (min-width: 1180px) {
        .contact .contact__list .contact__tel-box a {
          font-size: 3.6rem; } }
      .contact .contact__list .contact__tel-box a span {
        font-size: 1.6rem; }
        @media (min-width: 769px) {
          .contact .contact__list .contact__tel-box a span {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9732360097 ); } }
        @media (min-width: 1180px) {
          .contact .contact__list .contact__tel-box a span {
            font-size: 2rem; } }
    .contact .contact__list .contact__form-box a {
      width: 100%;
      max-width: none;
      font-size: 1.8rem;
      color: #0F3675;
      background: #fff;
      border: solid 1px #fff;
      box-shadow: none; }
    .contact .contact__list:last-child {
      margin-bottom: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background: #fff;
    color: #0F3675; }

  /*------------------------------
  	各タイトル
  ------------------------------*/
  .ttl__wp {
    margin-bottom: 50px; }

  /*------------------------------
  	下層タイトルイメージ
  ------------------------------*/
  .titleimg {
    height: 30vh; }
    .titleimg::before {
      width: 250px; }
    .titleimg::after {
      position: absolute;
      content: "";
      display: block;
      top: 0;
      left: 250px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 60px 240px 70px;
      border-color: transparent transparent transparent rgba(0, 0, 0, 0.3); }

  /*------------------------------
  		下層各タイトル
  ------------------------------*/
  .under-ttl__wp {
    margin-bottom: 65px; }
    .under-ttl__wp .under__ttl::after {
      width: 70px; }

  /*------------------------------
  	お問い合わせ
  ------------------------------*/
  .contact .ttl__wp {
    margin-bottom: 55px; }
  .contact .contact__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact .contact__list {
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
    /*@include flex_box(33.3333%);*/ }
    .contact .contact__list .contact__form-box a {
      margin: auto;
      max-width: 350px; }
      .contact .contact__list .contact__form-box a:hover {
        color: #fff;
        background: #0F3675; }
    .contact .contact__list:first-child {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%;
      /*@include flex_box(33.3333%);*/
      position: relative;
      margin: 0 auto 20px; }
      .contact .contact__list:first-child::before {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        display: block;
        right: 0;
        width: 1px;
        height: 120%;
        background: #fff; }
    .contact .contact__list:nth-child(n+2) {
      margin-bottom: 0; } }
/*------------------------------
		1041px以上
------------------------------*/
@media screen and (min-width: 861px) {
  /*------------------------------
  	下層タイトルイメージ
  ------------------------------*/
  .titleimg::before {
    width: 450px; }
  .titleimg::after {
    left: 450px; } }
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1041px) {
  /*------------------------------
  	お問い合わせ
  ------------------------------*/
  .contact {
    padding: 60px 0 40px; }
    .contact .contact__list {
      /*@include flex_box(50%);
      position: relative;*/
      /*&::before{
      	@include center(y);
      	content: "";
      	display: block;
      	left: 0;
      	width: 1px;
      	height: 120%;
      	background: #fff;
      	
      }*/ }
      .contact .contact__list .contact__tel-box a {
        /*@include flex_box(100%);*/ }
      .contact .contact__list .contact__form-box {
        margin: auto;
        width: 90%; }
        .contact .contact__list .contact__form-box a {
          padding: 30px 0; }
      .contact .contact__list:first-child {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        margin: 0; } }
@media screen and (min-width: 1071px) {
  /*------------------------------
    移動時のtopの隙間
  ------------------------------*/
  .move-top {
    padding-top: 110px;
    margin-top: -110px; } }
input[type="name"],
input[type="num"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", A1ゴシック R, A1 Gothic R, YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "sans-serif"; }
  input[type="name"].error,
  input[type="num"].error,
  input[type="text"].error,
  input[type="password"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="url"].error,
  input[type="email"].error {
    border-color: #d12610;
    box-shadow: 0 0 3px rgba(209, 38, 16, 0.5); }
  input[type="name"].col-1,
  input[type="num"].col-1,
  input[type="text"].col-1,
  input[type="password"].col-1,
  input[type="number"].col-1,
  input[type="tel"].col-1,
  input[type="url"].col-1,
  input[type="email"].col-1 {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2,
  input[type="num"].col-2,
  input[type="text"].col-2,
  input[type="password"].col-2,
  input[type="number"].col-2,
  input[type="tel"].col-2,
  input[type="url"].col-2,
  input[type="email"].col-2 {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3,
  input[type="num"].col-3,
  input[type="text"].col-3,
  input[type="password"].col-3,
  input[type="number"].col-3,
  input[type="tel"].col-3,
  input[type="url"].col-3,
  input[type="email"].col-3 {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4,
  input[type="num"].col-4,
  input[type="text"].col-4,
  input[type="password"].col-4,
  input[type="number"].col-4,
  input[type="tel"].col-4,
  input[type="url"].col-4,
  input[type="email"].col-4 {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5,
  input[type="num"].col-5,
  input[type="text"].col-5,
  input[type="password"].col-5,
  input[type="number"].col-5,
  input[type="tel"].col-5,
  input[type="url"].col-5,
  input[type="email"].col-5 {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6,
  input[type="num"].col-6,
  input[type="text"].col-6,
  input[type="password"].col-6,
  input[type="number"].col-6,
  input[type="tel"].col-6,
  input[type="url"].col-6,
  input[type="email"].col-6 {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7,
  input[type="num"].col-7,
  input[type="text"].col-7,
  input[type="password"].col-7,
  input[type="number"].col-7,
  input[type="tel"].col-7,
  input[type="url"].col-7,
  input[type="email"].col-7 {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8,
  input[type="num"].col-8,
  input[type="text"].col-8,
  input[type="password"].col-8,
  input[type="number"].col-8,
  input[type="tel"].col-8,
  input[type="url"].col-8,
  input[type="email"].col-8 {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9,
  input[type="num"].col-9,
  input[type="text"].col-9,
  input[type="password"].col-9,
  input[type="number"].col-9,
  input[type="tel"].col-9,
  input[type="url"].col-9,
  input[type="email"].col-9 {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10,
  input[type="num"].col-10,
  input[type="text"].col-10,
  input[type="password"].col-10,
  input[type="number"].col-10,
  input[type="tel"].col-10,
  input[type="url"].col-10,
  input[type="email"].col-10 {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11,
  input[type="num"].col-11,
  input[type="text"].col-11,
  input[type="password"].col-11,
  input[type="number"].col-11,
  input[type="tel"].col-11,
  input[type="url"].col-11,
  input[type="email"].col-11 {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12,
  input[type="num"].col-12,
  input[type="text"].col-12,
  input[type="password"].col-12,
  input[type="number"].col-12,
  input[type="tel"].col-12,
  input[type="url"].col-12,
  input[type="email"].col-12 {
    width: 100%; }

textarea {
  width: 100%;
  height: 30vw;
  max-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #797979;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", A1ゴシック R, A1 Gothic R, YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "sans-serif"; }

select {
  width: 100%;
  padding: 10px;
  background: #fff;
  background-image: none;
  border: 1px solid #797979;
  cursor: pointer;
  font-family: "Noto Sans JP", A1ゴシック R, A1 Gothic R, YuGothic, "Yu Gothic medium", "Hiragino Kaku Gothic ProN", "sans-serif";
  color: #404040; }
  select.selected {
    color: #404040; }
  select.col-1 {
    width: calc(100% / 12 * 1); }
  select.col-2 {
    width: calc(100% / 12 * 2); }
  select.col-3 {
    width: calc(100% / 12 * 3); }
  select.col-4 {
    width: calc(100% / 12 * 4); }
  select.col-5 {
    width: calc(100% / 12 * 5); }
  select.col-6 {
    width: calc(100% / 12 * 6); }
  select.col-7 {
    width: calc(100% / 12 * 7); }
  select.col-8 {
    width: calc(100% / 12 * 8); }
  select.col-9 {
    width: calc(100% / 12 * 9); }
  select.col-10 {
    width: calc(100% / 12 * 10); }
  select.col-11 {
    width: calc(100% / 12 * 11); }
  select.col-12 {
    width: 100%; }

.parts-selectbox {
  position: relative; }
  .parts-selectbox::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: solid 2px #404040;
    border-right: solid 2px #404040;
    transform: rotate(45deg); }
  .parts-selectbox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .parts-selectbox select::-ms-expand {
      display: none; }

.hissu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 2px 6px;
  line-height: 1;
  font-size: 1.0rem;
  font-weight: normal;
  color: #fff;
  background: #d12610;
  border-radius: 2px; }

.state_message {
  margin: 40px auto;
  text-align: center; }
  .state_message .class-ng {
    padding: 10px;
    color: #d12610;
    font-weight: bold;
    border: 2px solid #d12610;
    background: #ffe0e0; }
  .state_message .class-ok {
    padding: 10px;
    color: #5bb75b;
    font-weight: bold;
    border: 2px solid #5bb75b;
    background: #e2ffe2; }
  .state_message .descript {
    margin: 15px auto 30px;
    text-align: left; }

#form {
  margin-bottom: 40px; }

.form__ttl {
  margin-bottom: 5px;
  font-size: 1.6rem; }

.form__txt {
  padding: 10px;
  background: #fdfdfb;
  color: #676767; }

.form__box {
  margin-bottom: 20px; }

.input__item {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle; }

.check {
  display: block;
  height: 30px; }

.checkbox-input, .radio-input {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  appearance: none; }

.checkbox-parts, .radio-parts {
  padding-left: 25px;
  position: relative;
  line-height: 1.3; }

.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer; }

.checkbox-input:checked + .checkbox-parts:before {
  background: #404040; }
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff; }

.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  cursor: pointer; }

.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #404040;
  border-radius: 50%; }

@media screen and (min-width: 769px) {
  input[type="name"].col-1_tab,
  input[type="num"].col-1_tab,
  input[type="text"].col-1_tab,
  input[type="password"].col-1_tab,
  input[type="number"].col-1_tab,
  input[type="tel"].col-1_tab,
  input[type="url"].col-1_tab,
  input[type="email"].col-1_tab,
  select.col-1_tab {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2_tab,
  input[type="num"].col-2_tab,
  input[type="text"].col-2_tab,
  input[type="password"].col-2_tab,
  input[type="number"].col-2_tab,
  input[type="tel"].col-2_tab,
  input[type="url"].col-2_tab,
  input[type="email"].col-2_tab,
  select.col-2_tab {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3_tab,
  input[type="num"].col-3_tab,
  input[type="text"].col-3_tab,
  input[type="password"].col-3_tab,
  input[type="number"].col-3_tab,
  input[type="tel"].col-3_tab,
  input[type="url"].col-3_tab,
  input[type="email"].col-3_tab,
  select.col-3_tab {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4_tab,
  input[type="num"].col-4_tab,
  input[type="text"].col-4_tab,
  input[type="password"].col-4_tab,
  input[type="number"].col-4_tab,
  input[type="tel"].col-4_tab,
  input[type="url"].col-4_tab,
  input[type="email"].col-4_tab,
  select.col-4_tab {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5_tab,
  input[type="num"].col-5_tab,
  input[type="text"].col-5_tab,
  input[type="password"].col-5_tab,
  input[type="number"].col-5_tab,
  input[type="tel"].col-5_tab,
  input[type="url"].col-5_tab,
  input[type="email"].col-5_tab,
  select.col-5_tab {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6_tab,
  input[type="num"].col-6_tab,
  input[type="text"].col-6_tab,
  input[type="password"].col-6_tab,
  input[type="number"].col-6_tab,
  input[type="tel"].col-6_tab,
  input[type="url"].col-6_tab,
  input[type="email"].col-6_tab,
  select.col-6_tab {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7_tab,
  input[type="num"].col-7_tab,
  input[type="text"].col-7_tab,
  input[type="password"].col-7_tab,
  input[type="number"].col-7_tab,
  input[type="tel"].col-7_tab,
  input[type="url"].col-7_tab,
  input[type="email"].col-7_tab,
  select.col-7_tab {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8_tab,
  input[type="num"].col-8_tab,
  input[type="text"].col-8_tab,
  input[type="password"].col-8_tab,
  input[type="number"].col-8_tab,
  input[type="tel"].col-8_tab,
  input[type="url"].col-8_tab,
  input[type="email"].col-8_tab,
  select.col-8_tab {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9_tab,
  input[type="num"].col-9_tab,
  input[type="text"].col-9_tab,
  input[type="password"].col-9_tab,
  input[type="number"].col-9_tab,
  input[type="tel"].col-9_tab,
  input[type="url"].col-9_tab,
  input[type="email"].col-9_tab,
  select.col-9_tab {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10_tab,
  input[type="num"].col-10_tab,
  input[type="text"].col-10_tab,
  input[type="password"].col-10_tab,
  input[type="number"].col-10_tab,
  input[type="tel"].col-10_tab,
  input[type="url"].col-10_tab,
  input[type="email"].col-10_tab,
  select.col-10_tab {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11_tab,
  input[type="num"].col-11_tab,
  input[type="text"].col-11_tab,
  input[type="password"].col-11_tab,
  input[type="number"].col-11_tab,
  input[type="tel"].col-11_tab,
  input[type="url"].col-11_tab,
  input[type="email"].col-11_tab,
  select.col-11_tab {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12_tab,
  input[type="num"].col-12_tab,
  input[type="text"].col-12_tab,
  input[type="password"].col-12_tab,
  input[type="number"].col-12_tab,
  input[type="tel"].col-12_tab,
  input[type="url"].col-12_tab,
  input[type="email"].col-12_tab,
  select.col-12_tab {
    width: 100%; } }
@media screen and (min-width: 861px) {
  input[type="name"].col-1_pc,
  input[type="num"].col-1_pc,
  input[type="text"].col-1_pc,
  input[type="password"].col-1_pc,
  input[type="number"].col-1_pc,
  input[type="tel"].col-1_pc,
  input[type="url"].col-1_pc,
  input[type="email"].col-1_pc,
  select.col-1_pc {
    width: calc(100% / 12 * 1); }
  input[type="name"].col-2_pc,
  input[type="num"].col-2_pc,
  input[type="text"].col-2_pc,
  input[type="password"].col-2_pc,
  input[type="number"].col-2_pc,
  input[type="tel"].col-2_pc,
  input[type="url"].col-2_pc,
  input[type="email"].col-2_pc,
  select.col-2_pc {
    width: calc(100% / 12 * 2); }
  input[type="name"].col-3_pc,
  input[type="num"].col-3_pc,
  input[type="text"].col-3_pc,
  input[type="password"].col-3_pc,
  input[type="number"].col-3_pc,
  input[type="tel"].col-3_pc,
  input[type="url"].col-3_pc,
  input[type="email"].col-3_pc,
  select.col-3_pc {
    width: calc(100% / 12 * 3); }
  input[type="name"].col-4_pc,
  input[type="num"].col-4_pc,
  input[type="text"].col-4_pc,
  input[type="password"].col-4_pc,
  input[type="number"].col-4_pc,
  input[type="tel"].col-4_pc,
  input[type="url"].col-4_pc,
  input[type="email"].col-4_pc,
  select.col-4_pc {
    width: calc(100% / 12 * 4); }
  input[type="name"].col-5_pc,
  input[type="num"].col-5_pc,
  input[type="text"].col-5_pc,
  input[type="password"].col-5_pc,
  input[type="number"].col-5_pc,
  input[type="tel"].col-5_pc,
  input[type="url"].col-5_pc,
  input[type="email"].col-5_pc,
  select.col-5_pc {
    width: calc(100% / 12 * 5); }
  input[type="name"].col-6_pc,
  input[type="num"].col-6_pc,
  input[type="text"].col-6_pc,
  input[type="password"].col-6_pc,
  input[type="number"].col-6_pc,
  input[type="tel"].col-6_pc,
  input[type="url"].col-6_pc,
  input[type="email"].col-6_pc,
  select.col-6_pc {
    width: calc(100% / 12 * 6); }
  input[type="name"].col-7_pc,
  input[type="num"].col-7_pc,
  input[type="text"].col-7_pc,
  input[type="password"].col-7_pc,
  input[type="number"].col-7_pc,
  input[type="tel"].col-7_pc,
  input[type="url"].col-7_pc,
  input[type="email"].col-7_pc,
  select.col-7_pc {
    width: calc(100% / 12 * 7); }
  input[type="name"].col-8_pc,
  input[type="num"].col-8_pc,
  input[type="text"].col-8_pc,
  input[type="password"].col-8_pc,
  input[type="number"].col-8_pc,
  input[type="tel"].col-8_pc,
  input[type="url"].col-8_pc,
  input[type="email"].col-8_pc,
  select.col-8_pc {
    width: calc(100% / 12 * 8); }
  input[type="name"].col-9_pc,
  input[type="num"].col-9_pc,
  input[type="text"].col-9_pc,
  input[type="password"].col-9_pc,
  input[type="number"].col-9_pc,
  input[type="tel"].col-9_pc,
  input[type="url"].col-9_pc,
  input[type="email"].col-9_pc,
  select.col-9_pc {
    width: calc(100% / 12 * 9); }
  input[type="name"].col-10_pc,
  input[type="num"].col-10_pc,
  input[type="text"].col-10_pc,
  input[type="password"].col-10_pc,
  input[type="number"].col-10_pc,
  input[type="tel"].col-10_pc,
  input[type="url"].col-10_pc,
  input[type="email"].col-10_pc,
  select.col-10_pc {
    width: calc(100% / 12 * 10); }
  input[type="name"].col-11_pc,
  input[type="num"].col-11_pc,
  input[type="text"].col-11_pc,
  input[type="password"].col-11_pc,
  input[type="number"].col-11_pc,
  input[type="tel"].col-11_pc,
  input[type="url"].col-11_pc,
  input[type="email"].col-11_pc,
  select.col-11_pc {
    width: calc(100% / 12 * 11); }
  input[type="name"].col-12_pc,
  input[type="num"].col-12_pc,
  input[type="text"].col-12_pc,
  input[type="password"].col-12_pc,
  input[type="number"].col-12_pc,
  input[type="tel"].col-12_pc,
  input[type="url"].col-12_pc,
  input[type="email"].col-12_pc,
  select.col-12_pc {
    width: 100%; }

  select {
    font-size: 1.3rem; } }
/*//////////////////////////////////////////////////////

	flex設定

//////////////////////////////////////////////////////*/
.layout__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .layout__flex.option-justify_end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    ustify-content: flex-end; }
  .layout__flex.option-justify_center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .layout__flex.option-align_center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .layout__flex.option-align_end {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .layout__flex .layout__flex-col {
    box-sizing: border-box;
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }
    .layout__flex .layout__flex-col.col-none {
      display: none; }
    .layout__flex .layout__flex-col.col-1 {
      flex: 0 1 calc((100% / 12) * 1);
      width: calc((100% / 12) * 1);
      max-width: calc((100% / 12) * 1); }
    .layout__flex .layout__flex-col.col-2 {
      flex: 0 1 calc((100% / 12) * 2);
      width: calc((100% / 12) * 2);
      max-width: calc((100% / 12) * 2); }
    .layout__flex .layout__flex-col.col-3 {
      flex: 0 1 calc((100% / 12) * 3);
      width: calc((100% / 12) * 3);
      max-width: calc((100% / 12) * 3); }
    .layout__flex .layout__flex-col.col-4 {
      flex: 0 1 calc((100% / 12) * 4);
      width: calc((100% / 12) * 4);
      max-width: calc((100% / 12) * 4); }
    .layout__flex .layout__flex-col.col-5 {
      flex: 0 1 calc((100% / 12) * 5);
      width: calc((100% / 12) * 5);
      max-width: calc((100% / 12) * 5); }
    .layout__flex .layout__flex-col.col-6 {
      flex: 0 1 calc((100% / 12) * 6);
      width: calc((100% / 12) * 6);
      max-width: calc((100% / 12) * 6); }
    .layout__flex .layout__flex-col.col-7 {
      flex: 0 1 calc((100% / 12) * 7);
      width: calc((100% / 12) * 7);
      max-width: calc((100% / 12) * 7); }
    .layout__flex .layout__flex-col.col-8 {
      flex: 0 1 calc((100% / 12) * 8);
      width: calc((100% / 12) * 8);
      max-width: calc((100% / 12) * 8); }
    .layout__flex .layout__flex-col.col-9 {
      flex: 0 1 calc((100% / 12) * 9);
      width: calc((100% / 12) * 9);
      max-width: calc((100% / 12) * 9); }
    .layout__flex .layout__flex-col.col-10 {
      flex: 0 1 calc((100% / 12) * 10);
      width: calc((100% / 12) * 10);
      max-width: calc((100% / 12) * 10); }
    .layout__flex .layout__flex-col.col-11 {
      flex: 0 1 calc((100% / 12) * 11);
      width: calc((100% / 12) * 11);
      max-width: calc((100% / 12) * 11); }
    .layout__flex .layout__flex-col.col-12 {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    .layout__flex .layout__flex-col.order-1 {
      order: 1; }
    .layout__flex .layout__flex-col.order-2 {
      order: 2; }

@media screen and (min-width: 861px) {
  .layout__flex .layout__flex-col.col-none_pc {
    display: none; }
  .layout__flex .layout__flex-col.col-1_pc {
    flex: 0 1 calc((100% / 12) * 1);
    width: calc((100% / 12) * 1);
    max-width: calc((100% / 12) * 1); }
  .layout__flex .layout__flex-col.col-2_pc {
    flex: 0 1 calc((100% / 12) * 2);
    width: calc((100% / 12) * 2);
    max-width: calc((100% / 12) * 2); }
  .layout__flex .layout__flex-col.col-3_pc {
    flex: 0 1 calc((100% / 12) * 3);
    width: calc((100% / 12) * 3);
    max-width: calc((100% / 12) * 3); }
  .layout__flex .layout__flex-col.col-4_pc {
    flex: 0 1 calc((100% / 12) * 4);
    width: calc((100% / 12) * 4);
    max-width: calc((100% / 12) * 4); }
  .layout__flex .layout__flex-col.col-5_pc {
    flex: 0 1 calc((100% / 12) * 5);
    width: calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5); }
  .layout__flex .layout__flex-col.col-6_pc {
    flex: 0 1 calc((100% / 12) * 6);
    width: calc((100% / 12) * 6);
    max-width: calc((100% / 12) * 6); }
  .layout__flex .layout__flex-col.col-7_pc {
    flex: 0 1 calc((100% / 12) * 7);
    width: calc((100% / 12) * 7);
    max-width: calc((100% / 12) * 7); }
  .layout__flex .layout__flex-col.col-8_pc {
    flex: 0 1 calc((100% / 12) * 8);
    width: calc((100% / 12) * 8);
    max-width: calc((100% / 12) * 8); }
  .layout__flex .layout__flex-col.col-9_pc {
    flex: 0 1 calc((100% / 12) * 9);
    width: calc((100% / 12) * 9);
    max-width: calc((100% / 12) * 9); }
  .layout__flex .layout__flex-col.col-10_pc {
    flex: 0 1 calc((100% / 12) * 10);
    width: calc((100% / 12) * 10);
    max-width: calc((100% / 12) * 10); }
  .layout__flex .layout__flex-col.col-11_pc {
    flex: 0 1 calc((100% / 12) * 11);
    width: calc((100% / 12) * 11);
    max-width: calc((100% / 12) * 11); }
  .layout__flex .layout__flex-col.col-12_pc {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
  .layout__flex .layout__flex-col.order-1 {
    order: 1; }
  .layout__flex .layout__flex-col.order-2 {
    order: 2; } }

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