@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,
h2,
h3, 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 */
/* Scss Document */
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 80px;
  max-width: 100%;
  background: #000;
  color: #fff;
  top: 0; }
  header .header_wrap {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 20px; }
    header .header_wrap .logo {
      flex: 0 1 auto;
      width: auto;
      padding: 25px 0; }
      header .header_wrap .logo img {
        width: auto;
        height: 30px; }
    header .header_wrap .menu_wrap {
      text-align: center;
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%;
      max-width: 500px; }
      header .header_wrap .menu_wrap ul {
        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-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -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; }
        header .header_wrap .menu_wrap ul li {
          flex: 0 1 auto;
          width: auto;
          max-width: auto; }
          header .header_wrap .menu_wrap ul li a {
            display: block;
            padding-bottom: 10px;
            position: relative; }
            header .header_wrap .menu_wrap ul li a:after {
              content: '';
              background: #80afea;
              height: 3px;
              width: 100%;
              display: block;
              position: absolute;
              bottom: 0px;
              transform-origin: center top;
              transform: scale(0, 1);
              transition: transform .3s;
              left: 0;
              right: 0; }
            header .header_wrap .menu_wrap ul li a:hover, header .header_wrap .menu_wrap ul li a.active {
              color: #80afea;
              opacity: 1; }
              header .header_wrap .menu_wrap ul li a:hover:after, header .header_wrap .menu_wrap ul li a.active:after {
                transform: scale(1, 1); }
            header .header_wrap .menu_wrap ul li a.login {
              color: #F28C00; }
              header .header_wrap .menu_wrap ul li a.login:after {
                background: #F28C00; }
              header .header_wrap .menu_wrap ul li a.login:hover, header .header_wrap .menu_wrap ul li a.login.active {
                color: #F28C00; }

/*------------------------------
		1200px以下
------------------------------*/
@media screen and (max-width: 1280px) {
  header {
    height: 120px; }
    header .header_wrap .logo {
      margin: auto;
      padding: 20px 0 30px; }
      header .header_wrap .logo img {
        width: 100%;
        height: auto; }
    header .header_wrap .menu_wrap {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      max-width: 100%; } }
/*------------------------------
		1024px以下
------------------------------*/
/*------------------------------
		768px以下
------------------------------*/
@media screen and (max-width: 768px) {
  header {
    height: 70px; }
    header .header_wrap {
      padding: 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .header_wrap .logo {
        flex: 0 1 calc(100% - 70px);
        width: calc(100% - 70px);
        max-width: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
        padding: 20px 10px;
        margin: inherit;
        box-sizing: border-box; }
        header .header_wrap .logo img {
          height: 20px;
          width: auto; }
      header .header_wrap .menu_btn_wrap {
        background: #80afea;
        height: 70px;
        width: 70px; }
        header .header_wrap .menu_btn_wrap .menu_btn {
          flex: 0 1 32px;
          width: 32px;
          max-width: 32px;
          height: 22px;
          transition: 0.3s;
          position: relative;
          margin: auto;
          cursor: pointer; }
          header .header_wrap .menu_btn_wrap .menu_btn span {
            display: block;
            position: absolute;
            height: 1px;
            width: 100%;
            background: #fff;
            transition: all .4s; }
            header .header_wrap .menu_btn_wrap .menu_btn span:nth-child(1) {
              top: 0; }
            header .header_wrap .menu_btn_wrap .menu_btn span:nth-child(2) {
              top: 10px; }
            header .header_wrap .menu_btn_wrap .menu_btn span:nth-child(3) {
              bottom: 0; }
      header .header_wrap .menu_wrap {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        position: absolute;
        background: #000;
        height: calc(100vh - 50px);
        right: -200px;
        width: 200px;
        top: 70px; }
        header .header_wrap .menu_wrap ul li {
          flex: 0 1 100%;
          width: 100%;
          max-width: 100%;
          text-align: left;
          font-size: 1.4rem; }
          header .header_wrap .menu_wrap ul li a {
            padding: 15px 20px; }
            header .header_wrap .menu_wrap ul li a:after {
              display: none; }

  body.open header .menu_btn span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
    top: -5px; }
  body.open header .menu_btn span:nth-child(2) {
    opacity: 0; }
  body.open header .menu_btn span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
    bottom: -5px; } }
/* Scss Document */
footer {
  background: url("/img/common/back_footer.jpg") center/cover no-repeat;
  padding: 60px 0 0;
  color: #fff;
  text-align: center; }
  footer #gotop {
    position: fixed;
    z-index: 999;
    right: -40px;
    bottom: 60px;
    background: #000;
    cursor: pointer;
    transform: rotate(-90deg);
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 15px;
    margin: auto;
    max-width: 120px;
    width: 30%;
    text-align: left; }
    footer #gotop:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      right: 20px; }
    footer #gotop:before {
      content: '';
      position: absolute;
      width: 30px;
      border-top: 2px solid;
      top: 50%;
      transform: rtranslate(0%, -50%);
      right: 16px; }
    footer #gotop:hover {
      color: #000;
      background: #fff;
      opacity: 1; }
  footer .foot_logo {
    max-width: 280px;
    width: 80%;
    margin: 0 auto 60px; }
  footer .foot_info {
    margin-bottom: 60px; }
    footer .foot_info .to {
      font-size: 1.6rem;
      margin-bottom: 20px; }
    footer .foot_info .telnum {
      font-size: 6rem;
      font-weight: bold; }
      footer .foot_info .telnum i {
        font-size: 4rem; }
  footer .foot_menu {
    margin-bottom: 100px; }
    footer .foot_menu ul {
      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-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -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; }
      footer .foot_menu ul li {
        flex: 0 1 auto;
        width: auto;
        max-width: auto; }
        footer .foot_menu ul li a {
          padding: 5px 20px;
          border-right: 1px solid; }
        footer .foot_menu ul li:first-child a {
          border-left: 1px solid; }
  footer .copyright {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0; }

/*------------------------------
		1200px以下
------------------------------*/
@media screen and (max-width: 1280px) {
  footer .foot_menu dl {
    letter-spacing: normal; } }
/*------------------------------
		1024px以下
------------------------------*/
/*------------------------------
		768px以下
------------------------------*/
@media screen and (max-width: 768px) {
  footer .w1280 {
    padding: 0; }
  footer #gotop {
    bottom: 60px !important;
    right: -30px;
    padding: 5px 10px; }
  footer .foot_info .telnum {
    font-size: 3.8rem; } }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    footer .foot_info .telnum {
      font-size: calc( 3.8rem + ( 1vw - 3.2px ) * 7.1428571429 ); } }
  @media screen and (max-width: 768px) and (min-width: 768px) {
    footer .foot_info .telnum {
      font-size: 7rem; } }
@media screen and (max-width: 768px) {
    footer .foot_info .telnum i {
      font-size: 2rem; } }
    @media screen and (max-width: 768px) and (min-width: 320px) {
      footer .foot_info .telnum i {
        font-size: calc( 2rem + ( 1vw - 3.2px ) * 6.6964285714 ); } }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      footer .foot_info .telnum i {
        font-size: 5rem; } }
@media screen and (max-width: 768px) {
  footer .foot_menu {
    padding: 0; }
    footer .foot_menu ul {
      border-top: 1px solid; }
      footer .foot_menu ul li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        box-sizing: border-box; }
        footer .foot_menu ul li a {
          padding: 20px;
          display: block;
          border-bottom: 1px solid;
          border-right: none;
          border-left: none; }
        footer .foot_menu ul li:nth-child(odd) a {
          border-right: 1px solid; }
        footer .foot_menu ul li:first-child a {
          border-left: none; }
        footer .foot_menu ul li:last-child {
          flex: 0 1 100%;
          width: 100%;
          max-width: 100%; }
          footer .foot_menu ul li:last-child a {
            border-right: none; } }
body {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  position: relative;
  line-height: 1.5; }

.of {
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.t_center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.sp_only {
  display: none; }
  @media screen and (max-width: 980px) {
    .sp_only {
      display: none; } }
  @media screen and (max-width: 768px) {
    .sp_only {
      display: inherit; } }

.tab_only {
  display: none; }
  @media screen and (max-width: 980px) {
    .tab_only {
      display: inherit; } }
  @media screen and (max-width: 768px) {
    .tab_only {
      display: none; } }

.sp_tab_only {
  display: none; }
  @media screen and (max-width: 980px) {
    .sp_tab_only {
      display: inherit; } }
  @media screen and (max-width: 768px) {
    .sp_tab_only {
      display: inherit; } }

.pc_tab_only {
  display: inherit; }
  @media screen and (max-width: 980px) {
    .pc_tab_only {
      display: inherit; } }
  @media screen and (max-width: 768px) {
    .pc_tab_only {
      display: none; } }

.pc_only {
  display: inherit; }
  @media screen and (max-width: 980px) {
    .pc_only {
      display: none; } }
  @media screen and (max-width: 768px) {
    .pc_only {
      display: none; } }

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

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

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1280px) {
    .w1280 {
      padding: 0 2%; } }
  @media screen and (max-width: 768px) {
    .w1280 {
      padding: 0 4%; } }

.w980 {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: auto; }
  @media screen and (max-width: 1280px) {
    .w980 {
      padding: 0 2%; } }
  @media screen and (max-width: 768px) {
    .w980 {
      padding: 0 4%; } }

h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 0 5px; }

h2 {
  font-size: 2.8rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 4.6875 ); } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 4rem; } }

h3 {
  font-size: 2.4rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 2.34375 ); } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 3rem; } }

i {
  margin-right: 5px; }

a:hover {
  opacity: 0.8; }

.flex_wrap {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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; }

.is-empty {
  margin: 0 !important;
  padding: 0 !important; }

.box {
  margin-bottom: 120px; }

#contents {
  margin-top: 80px; }

.copy_title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal; }

.copy {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .copy {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 2.34375 ); } }
  @media (min-width: 1024px) {
    .copy {
      font-size: 2.4rem; } }

.attention {
  font-size: 1.2rem;
  letter-spacing: normal; }

#breadcrumb {
  text-align: right;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: normal; }
  #breadcrumb a {
    padding-right: 15px;
    position: relative; }
    #breadcrumb a:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      border-top: 1px solid;
      border-right: 1px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      right: 8px; }

.title {
  color: #2e69bb;
  margin-bottom: 30px; }
  .title h3 {
    color: #999;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      .title h3 {
        font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.78125 ); } }
    @media (min-width: 1024px) {
      .title h3 {
        font-size: 1.4rem; } }
  .title p {
    font-family: "gill-sans-nova", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 2.8rem;
    margin-bottom: 5px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .title p {
        font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 4.6875 ); } }
    @media (min-width: 1024px) {
      .title p {
        font-size: 4rem; } }

.titleimg {
  background: url("/img/common/titleimg.jpg") center/cover no-repeat;
  height: 30vh;
  position: relative; }
  .titleimg .title_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-align: center;
    color: #fff; }
    .titleimg .title_wrap .en {
      font-size: 2.8rem;
      margin-bottom: 5px;
      font-weight: bold; }
      @media (min-width: 768px) {
        .titleimg .title_wrap .en {
          font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 4.6875 ); } }
      @media (min-width: 1024px) {
        .titleimg .title_wrap .en {
          font-size: 4rem; } }
    .titleimg .title_wrap h2 {
      font-size: 1.2rem; }
      @media (min-width: 768px) {
        .titleimg .title_wrap h2 {
          font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.78125 ); } }
      @media (min-width: 1024px) {
        .titleimg .title_wrap h2 {
          font-size: 1.4rem; } }

.btn, .back, .form_btn {
  margin: 60px auto; }
  .btn a, .back a, .form_btn a, .btn button, .back button, .form_btn button {
    box-sizing: border-box;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    display: block;
    padding: 20px;
    margin: auto;
    max-width: 320px;
    width: 80%;
    text-align: center;
    position: relative; }
    .btn a:after, .back a:after, .form_btn a:after, .btn button:after, .back button:after, .form_btn button:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid;
      top: 50%;
      transform: rotate(45deg) translate(0%, -50%);
      right: 20px; }
    .btn a:before, .back a:before, .form_btn a:before, .btn button:before, .back button:before, .form_btn button:before {
      content: '';
      position: absolute;
      width: 30px;
      border-top: 2px solid;
      top: 50%;
      transform: rtranslate(0%, -50%);
      right: 16px; }
    .btn a:hover, .back a:hover, .form_btn a:hover, .btn button:hover, .back button:hover, .form_btn button:hover {
      color: #000;
      background: #fff;
      opacity: 1; }
    @media screen and (max-width: 768px) {
      .btn a, .back a, .form_btn a, .btn button, .back button, .form_btn button {
        margin: 30px auto; } }

.back a {
  background: #dadada;
  color: #333;
  border-color: #dadada; }
  .back a:after {
    content: '';
    position: absolute;
    left: 20px;
    right: auto;
    transform: rotate(-135deg) translate(0, 6px); }
  .back a:hover {
    color: #dadada; }

.form_btn {
  margin: 30px auto; }
  .form_btn a,
  .form_btn button {
    font-size: 100%;
    background: #2FAF7E;
    border-color: #2FAF7E; }
    .form_btn a:hover,
    .form_btn button:hover {
      color: #2FAF7E; }
    .form_btn a:after,
    .form_btn button:after {
      display: none; }

.radio-input {
  display: none;
  cursor: pointer; }
  .radio-input:checked + .radio-parts {
    color: #2e69bb; }
    .radio-input:checked + .radio-parts:after {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 4px;
      width: 7px;
      height: 7px;
      background: #2e69bb;
      border-radius: 50%; }

.radio-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  cursor: pointer; }
  .radio-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #999;
    border-radius: 50%; }

.h_wrap {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .h_wrap > .h_box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%; }

/*お問い合わせ*/
.contact {
  text-align: center; }
  .contact h3 {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    background: #2e69bb;
    color: #fff;
    padding: 15px 0; }
  .contact .contact_wrap {
    border: 2px solid #2e69bb;
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 20px; }
    .contact .contact_wrap > div {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      font-weight: bold; }
    .contact .contact_wrap .tel {
      color: #2e69bb;
      font-size: 3.8rem; }
      @media (min-width: 768px) {
        .contact .contact_wrap .tel {
          font-size: calc( 3.8rem + ( 1vw - 7.68px ) * 7.03125 ); } }
      @media (min-width: 1024px) {
        .contact .contact_wrap .tel {
          font-size: 5.6rem; } }
      .contact .contact_wrap .tel i {
        font-size: 2.8rem; }
        @media (min-width: 768px) {
          .contact .contact_wrap .tel i {
            font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 4.6875 ); } }
        @media (min-width: 1024px) {
          .contact .contact_wrap .tel i {
            font-size: 4rem; } }
    .contact .contact_wrap .mail a {
      display: block;
      padding: 20px 0;
      background: #2e69bb;
      border-radius: 6px;
      color: #fff;
      font-size: 2.4rem; }
      @media (min-width: 768px) {
        .contact .contact_wrap .mail a {
          font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 2.34375 ); } }
      @media (min-width: 1024px) {
        .contact .contact_wrap .mail a {
          font-size: 3rem; } }

/*------------------------------
		1200px以下
------------------------------*/
@media screen and (max-width: 1280px) {
  #contents {
    margin-top: 120px; } }
/*------------------------------
		1024px以下
------------------------------*/
/*------------------------------
		768px以下
------------------------------*/
@media screen and (max-width: 768px) {
  #contents {
    margin-top: 50px; }

  body {
    line-height: 1.8em; }

  .box {
    margin-bottom: 80px; }

  .title {
    border: none;
    padding-left: 0;
    text-align: center; }

  .btn a, .back a, .form_btn a {
    width: 100%;
    max-width: 100%; }

  /*==============================
  		  下層共通
  ==============================*/
  .titleimg {
    height: 20vh;
    margin-bottom: 40px; }

  #breadcrumb {
    display: none; }

  /*お問い合わせ*/
  .contact .contact_wrap > div {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; }
  .contact .contact_wrap .tel {
    margin-bottom: 20px;
    font-size: 3rem; } }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .contact .contact_wrap .tel {
      font-size: calc( 3rem + ( 1vw - 3.2px ) * 6.6964285714 ); } }
  @media screen and (max-width: 768px) and (min-width: 768px) {
    .contact .contact_wrap .tel {
      font-size: 6rem; } }
@media screen and (max-width: 768px) {
  .contact .contact_wrap .mail a {
    font-size: 1.8rem; } }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .contact .contact_wrap .mail a {
      font-size: calc( 1.8rem + ( 1vw - 3.2px ) * 4.9107142857 ); } }
  @media screen and (max-width: 768px) and (min-width: 768px) {
    .contact .contact_wrap .mail a {
      font-size: 4rem; } }
