@charset "UTF-8";
/*親16px px→em*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem !important;
  line-height: 2.6 !important;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #111;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff !important;
  counter-reset: number 0;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
          animation: fadeIn 3s ease 0s 1 normal;
}

@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem !important;
  }
}

body div {
  font-weight: 500;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #e22323;
  color: #fff;
}

::selection {
  background-color: #e22323;
  color: #fff;
}

.inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

.inner2 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.bg100,
.inner_out {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg100_2,
.inner_out2 {
  margin-left: calc(((1200px - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 0 40px;
}

@media screen and (max-width: 1400px) {
  .bg100_2,
  .inner_out2 {
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg100_2,
  .inner_out2 {
    padding: 0 20px;
  }
}

.bg100_3,
.inner_out3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((1200px - 100%) / 2) * -1) !important;
  padding: 0 40px;
}

@media screen and (max-width: 1400px) {
  .bg100_3,
  .inner_out3 {
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  }
}

@media only screen and (max-width: 1024px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .bg100_3,
  .inner_out3 {
    padding: 0 20px;
  }
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: 900;
}

a {
  text-decoration: none;
}

.pd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer {
  position: relative;
}

#contents_wrap {
  min-width: 100% !important;
  padding: 150px 40px 0;
}

@media screen and (max-width: 1400px) {
  #contents_wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #contents_wrap {
    padding: 130px 30px 0;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 110px 20px 0;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

.en_1 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ja_1 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sml-1 {
  font-size: 0.6em;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sml {
  font-size: 0.66em;
}

.bgcover {
  background-size: cover;
}

.bgcontain {
  background-size: contain;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.center img {
  margin: 0 auto !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #e22323 !important;
}

.acc-color a {
  color: #e22323 !important;
}

.main-color {
  color: #111 !important;
}

.main-color a {
  color: #111 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.box {
  overflow: inherit !important;
}

.box100 .box {
  width: 100%;
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 640px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .tabnone {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.none {
  display: none;
}

.block {
  display: block !important;
}

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

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

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

@media only screen and (max-width: 640px) {
  .pcblk {
    display: none;
  }
}

.float_none img {
  float: none !important;
}

.img_mz img {
  margin: 0 !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
}

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #e22323 !important;
  text-decoration: underline !important;
}

.link_1 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
}

.mincho {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.clearfix:after {
  visibility: inherit !important;
}

#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #e22323 !important;
}

.acc-color a {
  color: #e22323 !important;
}

.main-color {
  color: #111 !important;
}

.main-color a {
  color: #111 !important;
}

.base-color {
  color: #fff !important;
}

.base-color a {
  color: #fff !important;
}

header#global_header {
  max-width: 100%;
}

.header {
  background: #fff !important;
  padding: 0 20px;
}

.header-container {
  height: 80px;
  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;
}

.header-container .col1-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #111 !important;
}

@media only screen and (max-width: 640px) {
  .header-container .col1-logo a {
    font-size: 30px;
  }
}

.header-container .col2-tel {
  margin-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .header-container .col2-tel {
    margin-right: 70px;
  }
}

.header-container .col2-tel a {
  letter-spacing: 0;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  color: #111;
}

@media only screen and (max-width: 640px) {
  .header-container .col2-tel a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-container .col2-tel a .small {
  font-size: 0.75em;
}

.company .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
}

@media only screen and (max-width: 1024px) {
  .company .main {
    height: 60vw;
  }
}

@media only screen and (max-width: 834px) {
  .company .main {
    height: 90vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 640px;
  }
}

@media only screen and (max-width: 640px) {
  .company .main {
    height: 80vh;
  }
}

.company .main .ttl_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .company .main .ttl_1 {
    font-size: 4.25vw;
  }
}

@media only screen and (max-width: 834px) {
  .company .main .ttl_1 {
    font-size: 7.19424vw;
  }
}

@media only screen and (max-width: 640px) {
  .company .main .ttl_1 {
    font-size: 8.125vw;
  }
}

.company .main .ttl_2 {
  position: absolute;
  bottom: 4vw;
  left: 2vw;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .company .main .ttl_2 {
    width: 28vw;
  }
}

@media only screen and (max-width: 834px) {
  .company .main .ttl_2 {
    width: 40vw;
    bottom: 6vw;
  }
}

@media only screen and (max-width: 640px) {
  .company .main .ttl_2 {
    width: 48vw;
  }
}

.company .main picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.company .main > a {
  width: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 2;
}

.company .main > a:hover > div {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 10s;
  transition: 10s;
}

@media only screen and (max-width: 834px) {
  .company .main > a {
    width: 100%;
    background-size: cover;
  }
}

.company .main > a > div {
  -webkit-transition: 10s;
  transition: 10s;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.company .main-1 {
  background: url(../images/home/main_1_pc.jpg) center no-repeat;
}

.company .main-2 {
  background: url(../images/home/main_2_pc.jpg) center no-repeat;
}

.company .circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #999;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.company .circle-bg.circleactive {
  -webkit-transform: scale(50);
      -ms-transform: scale(50);
          transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}

.service .nav ul li ul {
  display: none;
}

.service #nav-container {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .service #nav-container {
    display: block;
  }
}

.service #nav-content a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.service .header {
  padding: 0;
}

.service .header-container {
  height: 120px;
}

@media only screen and (max-width: 640px) {
  .service .header-container {
    height: 80px;
  }
}

.service .header-inner {
  padding: 0 20px;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.service .header .col1-logo a {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-size: 30px;
}

@media only screen and (max-width: 834px) {
  .service .header .col1-logo a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 640px) {
  .service .header .col1-logo a img {
    width: 70px;
  }
}

.service .header .col2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .service .header .col2 i {
    margin-right: 0;
  }
}

.service .header .col2-tel {
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .service .header .col2-tel a {
    width: 220px;
  }
}

@media only screen and (max-width: 640px) {
  .service .header .col2-tel a {
    width: 60px;
    border-radius: 5px;
    color: #fff !important;
  }
}

.service .header .col2-tel .time {
  color: #111;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .service .header .col2-tel .time {
    display: none;
  }
}

.service .header .col2-contact a {
  color: #fff !important;
  border: solid 2px #e22323 !important;
  background: #e22323 !important;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 1024px) {
  .service .header .col2-contact a {
    width: 60px;
  }
  .service .header .col2-contact a i {
    margin-right: 0;
  }
}

.service .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .service .col2 {
    margin-right: 70px;
  }
}

.service .col2 i {
  margin-right: 5px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 640px) {
  .service .col2 i {
    font-size: 24px;
  }
}

.service .col2-tel {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .service .col2-tel {
    margin-right: 12px;
  }
}

.service .col2-tel a {
  letter-spacing: 0;
  font-size: 24px !important;
  background: #1b3d9e;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .service .col2-tel a {
    border-radius: 0;
  }
}

.service .col2-contact a {
  font-size: 1em !important;
  line-height: 55px;
}

.service .col2._common {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .service .col2._common {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service .col2._common a {
    width: 100%;
  }
  .service .col2._common .col2-tel {
    width: 85%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service .col2._common .col2-contact {
    width: 85%;
  }
}

.service .btn_1 {
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .service header .nav,
  .service .clone-nav .nav {
    display: none;
  }
}

.service header .nav,
.service .clone-nav {
  background: #1b3d9e;
}

.service header .nav .nav-list,
.service .clone-nav .nav-list {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service header .nav .nav-list .nav-item,
.service .clone-nav .nav-list .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

.service header .nav .nav-list .nav-item > a,
.service .clone-nav .nav-list .nav-item > a {
  color: #fff;
  display: block;
  padding: 10px 0;
}

.service header .nav .nav-list .nav-item > a::after,
.service .clone-nav .nav-list .nav-item > a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #e22323;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service header .nav .nav-list .nav-item > a:hover,
.service .clone-nav .nav-list .nav-item > a:hover {
  cursor: pointer;
  color: #e22323;
}

.service header .nav .nav-list .nav-item > a:hover::after,
.service .clone-nav .nav-list .nav-item > a:hover::after {
  width: 50px;
}

.service .main .slider img {
  height: 65vh !important;
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 1024px) {
  .service .main .slider img {
    height: 60vh !important;
    min-height: 480px;
  }
}

@media only screen and (max-width: 640px) {
  .service .main .slider img {
    height: auto !important;
    min-height: auto;
  }
}

.cococlean .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .cococlean .col2 {
    margin-right: 70px;
  }
}

.cococlean .col2 i {
  margin-right: 5px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 640px) {
  .cococlean .col2 i {
    font-size: 24px;
  }
}

.cococlean .col2-tel {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .cococlean .col2-tel {
    margin-right: 12px;
  }
}

.cococlean .col2-tel a {
  letter-spacing: 0;
  font-size: 24px !important;
  background: #1b3d9e;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .cococlean .col2-tel a {
    border-radius: 0;
  }
}

.cococlean .col2-contact a {
  font-size: 1em !important;
  line-height: 55px;
}

.cococlean .col2._common {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .cococlean .col2._common {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cococlean .col2._common a {
    width: 100%;
  }
  .cococlean .col2._common .col2-tel {
    width: 85%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cococlean .col2._common .col2-contact {
    width: 85%;
  }
}

.cococlean .btn_1 {
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
}

.cococlean .col2 p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cococlean .col2 i {
  position: relative;
  top: 3px;
}

.cococlean .col2-contact a,
.cococlean .col2-contact span {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .cococlean .col2-contact a,
  .cococlean .col2-contact span {
    font-size: 14px !important;
  }
}

.cococlean .fixed_btn {
  position: fixed;
  top: 0;
  background: #faf7fb;
  width: 100%;
  z-index: 2;
  padding: 10px 10px 5px;
}

@media only screen and (max-width: 1024px) {
  .cococlean .fixed_btn {
    bottom: 0;
    top: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .cococlean .fixed_btn .btn_1 {
    width: 100% !important;
  }
}

.cococlean .fixed_btn .col2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 1024px) {
  .cococlean .fixed_btn .col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 834px) {
  .cococlean .fixed_btn .col2 {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cococlean .fixed_btn .col2 > div {
    width: 49%;
  }
}

* {
  outline: none;
}

#nav-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 9999;
}

#nav-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}

#nav-container.open .bg {
  visibility: visible;
  opacity: 0.6;
}

#nav-container * {
  visibility: visible;
}

#nav-container .button {
  position: fixed;
  top: 5px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 50px;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-bar + .icon-bar {
  margin-top: 10px;
}

#nav-container.open .icon-bar {
  background: #fff;
}

#nav-container.open .icon-bar:nth-of-type(1) {
  -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
          transform: translate3d(0, 11px, 0) rotate(45deg);
}

#nav-container.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

#nav-container.open .icon-bar:nth-of-type(3) {
  -webkit-transform: translate3d(0, -11px, 0) rotate(-45deg);
          transform: translate3d(0, -11px, 0) rotate(-45deg);
}

#nav-content {
  padding: 80px 0;
  width: 90%;
  max-width: 500px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ececec;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  contain: paint;
}

@media only screen and (max-width: 1024px) {
  #nav-content {
    width: 400px;
  }
}

@media only screen and (max-width: 834px) {
  #nav-content {
    max-width: 350px;
  }
}

@media only screen and (max-width: 640px) {
  #nav-content {
    max-width: 50%;
    min-width: 300px;
    padding-bottom: 120px;
  }
}

#nav-container.open #nav-content {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#nav-content > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
}

#nav-content > ul > li:not(.small) > a {
  padding: 5px 30px;
  border-bottom: 1px solid #fff;
}

#nav-content ul li {
  width: 100%;
  text-align: left;
}

#nav-content li a {
  font-size: 24px;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  text-transform: uppercase;
  color: #111 !important;
}

#nav-content li a:hover {
  background: #ccc;
  color: #e22323 !important;
}

@media only screen and (max-width: 640px) {
  #nav-content li a {
    font-size: 22px;
  }
}

#nav-content li a:hover {
  color: #bf7497;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

#nav-content li.small {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}

#nav-content li.small a {
  font-size: 16px;
}

#nav-content li.small a:hover {
  background: none;
}

#nav-content li.small a:first-of-type {
  margin-right: 20px;
}

#nav-container:focus-within #nav-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.service #nav-content .sub_menu {
  left: 0;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  width: 100% !important;
  position: static;
}

.service #nav-content .sub_menu a {
  padding: 15px 30px !important;
  color: #fff !important;
}

.service #nav-content .sub_menu a:hover {
  color: #111 !important;
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  background: #eee;
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1,
.blog_ttl {
  z-index: 1;
  line-height: 1.2;
  position: relative;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1,
  .blog_ttl {
    font-size: 2em;
  }
}

#local-keyvisual h1 span,
.blog_ttl span {
  display: block;
  color: #efbe0c;
  font-size: 0.44em;
  margin-top: 15px;
  font-weight: bold;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service #local-keyvisual-title {
  width: 100%;
}

.service #local-keyvisual {
  padding: 0;
}

.service #local-keyvisual h1,
.service #local-keyvisual .blog_ttl {
  font-size: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64vh;
  min-height: 580px;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.75);
  z-index: 1;
}

.service #local-keyvisual h1::before,
.service #local-keyvisual .blog_ttl::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .service #local-keyvisual h1,
  .service #local-keyvisual .blog_ttl {
    height: auto;
    font-size: 2.4em;
    min-height: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .service #local-keyvisual h1,
  .service #local-keyvisual .blog_ttl {
    min-height: 260px;
    font-size: 1.8em;
  }
}

.service #local-keyvisual h1 span,
.service #local-keyvisual .blog_ttl span {
  font-family: "Josefin Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  color: #111;
  border-top: 3px solid;
  display: inline-block;
  padding-top: 25px;
  margin-top: 25px;
  min-width: 300px;
}

@media only screen and (max-width: 1024px) {
  .service #local-keyvisual h1 span,
  .service #local-keyvisual .blog_ttl span {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.sub_menu {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 60px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}

.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}

.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub_menu a {
  display: block;
  background: rgba(17, 17, 17, 0.8);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}

@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}

.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #111 !important;
}

.sub_menu a::before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.sub_menu a:after {
  display: none;
}

#global_footer {
  background: none !important;
  padding: 0 20px 60px;
}

#global_footer a {
  text-decoration: none !important;
}

.footer {
  background: #fff;
}

.footer-inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}

footer .nav {
  width: 800px;
  max-width: 100%;
  margin: 0 0 60px auto;
  display: block !important;
}

footer .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

@media only screen and (max-width: 834px) {
  footer .nav .nav-item {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    background: #111;
  }
}

@media only screen and (max-width: 640px) {
  footer .nav .nav-item {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  footer .nav .nav-item:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: #fff;
  }
}

footer .nav a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #111;
  position: relative;
}

@media only screen and (max-width: 834px) {
  footer .nav a {
    color: #fff !important;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  footer .nav a {
    font-size: 16px;
  }
}

.copyright {
  font-size: 14px;
  text-align: right;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  opacity: 0.3;
}

@media only screen and (max-width: 834px) {
  .copyright {
    text-align: center;
  }
}

.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(17, 17, 17, 0.8);
  text-align: center;
  line-height: 60px;
  color: #111;
}

.pagetop a i {
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
}

@media only screen and (max-width: 1024px) {
  .cococlean .pagetop {
    right: 20px;
    bottom: 130px;
  }
}

.cococlean .footer a {
  font-weight: 400;
}

.cococlean .footer .nav {
  margin: 0 auto;
}

.cococlean .footer .nav li {
  line-height: 1.6;
}

.cococlean .footer .nav li:not(:last-child) {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}

@media only screen and (max-width: 834px) {
  .cococlean .footer .nav li {
    background: #41406a;
  }
}

@media only screen and (max-width: 834px) {
  .cococlean .footer .nav li a {
    padding: 15px 0;
  }
}

.cococlean .footer .copyright {
  margin-top: 60px;
  font-size: 13px;
  opacity: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.cont_1 {
  background: #eee;
  position: relative;
}

.cont_1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 100vw;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  top: -150px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .cont_1:before {
    border-width: 0 0 100px 100vw;
    top: -100px;
  }
}

.imgtxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgtxtBox > div {
  width: 35%;
  margin-right: 4%;
}

@media only screen and (max-width: 1024px) {
  .imgtxtBox > div {
    width: 100%;
    margin-right: 0;
  }
}

.imgtxtBox > img {
  width: 61% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover!important;";
}

@media only screen and (max-width: 1024px) {
  .imgtxtBox > img {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

.imgtxtBox2 > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgtxtBox2 .inbox {
  width: 61%;
  margin-left: 4%;
}

@media only screen and (max-width: 1024px) {
  .imgtxtBox2 .inbox {
    width: 100%;
    margin-left: 0;
  }
}

.imgtxtBox2 article > img {
  width: 35% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover!important;";
}

@media only screen and (max-width: 1024px) {
  .imgtxtBox2 article > img {
    width: 80% !important;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxtBox2 article > img {
    width: 100% !important;
  }
}

.imgtxtBox2 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.cont_2 {
  background: url(../images/home/news_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
}

@media only screen and (max-width: 1024px) {
  .cont_2 {
    background-attachment: scroll;
  }
}

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

.flex_1 .map_1 {
  width: 50%;
  margin-right: 4%;
}

@media only screen and (max-width: 1024px) {
  .flex_1 .map_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.flex_1 .info_3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 1024px) {
  .flex_1 .info_3 {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.cont_3 {
  background: #eee;
  position: relative;
}

.cont_3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 100vw 0 0;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  bottom: -150px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .cont_3:before {
    border-width: 100px 100vw 0 0;
    bottom: -100px;
  }
}

.company #contents_wrap {
  padding-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .company #contents_wrap {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 640px) {
  .company #contents_wrap {
    padding-bottom: 110px;
  }
}

.company .btn_1 {
  height: 300px;
  display: block;
  background: #111;
  color: #fff !important;
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .company .btn_1 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 640px) {
  .company .btn_1 {
    padding: 0 20px;
  }
}

.company .btn_1 .inner {
  padding-top: 20px;
  height: 100%;
  position: relative;
}

.company .btn_1 .inner:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 135px;
  height: 20px;
  position: absolute;
  bottom: 60px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .company .btn_1 .inner:after {
    width: 80px;
    bottom: 40px;
  }
}

.company .btn_1 .inner:hover:after {
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company .btn_1 h2 {
  font-size: 68px !important;
}

@media only screen and (max-width: 1024px) {
  .company .btn_1 h2 {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 640px) {
  .company .btn_1 h2 {
    font-size: 52px !important;
  }
}

.service .col2._common .btn_1 {
  width: 280px;
}

@media only screen and (max-width: 640px) {
  .service .col2._common .btn_1 {
    width: 100%;
  }
}

.service .col2-tel {
  color: #fff;
  text-align: center;
}

.service .col2-tel .time {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .service .col2-tel .time {
    font-size: 16px;
  }
}

.service #main,
.service .inner {
  width: 1200px;
}

.service .items {
  margin-top: 0 !important;
}

.service .title_1._index h2 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #111 !important;
  font-weight: bold;
  font-size: 36px !important;
  margin-bottom: 30px !important;
}

.service .title_1._index h2::before {
  display: none;
}

.service .newswrap dl {
  padding: 10px 0px !important;
  border-top: 1px solid #eee !important;
}

.service .newswrap dl:last-child {
  border-bottom: 1px solid #eee !important;
}

.service .newswrap dt,
.service .newswrap dd {
  color: #111 !important;
}

.service #contents_wrap {
  padding: 100px 20px 60px;
}

.service #contents_wrap .box .small {
  color: #e22323;
  display: inline-block;
  border: 1px solid;
  padding: 0 20px;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 14px;
}

.service #contents_wrap .box .small i {
  padding-right: 3px;
}

.service .banner_1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .banner_1 .box {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .service .banner_1 .box {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .service .banner_1 .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.service .box_1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .box_1 .box {
  padding: 20px;
  text-align: center;
  width: 23%;
}

@media only screen and (max-width: 1024px) {
  .service .box_1 .box {
    width: 49%;
  }
}

.service .box_1 .box a {
  display: block;
  color: #111 !important;
}

.service .box_1 .box h4 {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}

.service .box_1 .box h4:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #e22323;
}

.service .box_1 .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .service .box_1 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .service .box_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.service .box_2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .box_2 .box {
  text-align: center;
  width: 15%;
  -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 20px rgba(17, 17, 17, 0.1);
  border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
  .service .box_2 .box {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .service .box_2 .box {
    width: 49%;
  }
}

.service .box_2 .box:not(:nth-child(6n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .service .box_2 .box:not(:nth-child(6n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .service .box_2 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .service .box_2 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .service .box_2 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.service .box_2 .box a {
  padding: 10px 20px;
  display: block;
}

.service .box_2.ver2 .box {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.service .box_2.ver2 .box article > div {
  font-weight: bold;
}

.service .box_2.ver2 .box article > div .step {
  font-size: 0.86em;
  display: block;
  color: #fff;
  background: #1b3d9e;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 38px;
  height: 35px;
}

.service .box_2._flow_service .step {
  background: #e26123 !important;
}

.service .btn_col1 .btn_1 {
  background: #1b3d9e;
}

.service .btn_col1.center .btn_1 {
  margin: 0 auto;
}

.service .btnL .btn_1 {
  width: 800px;
  max-width: 100%;
}

.cococlean .txt_1 {
  background: #eee;
  padding: 20px;
}

.cococlean .contact_area h2 {
  color: #111 !important;
}

.cococlean .contact_area .btn_1 {
  width: 350px;
}

.cococlean .contact_area p {
  text-align: center;
}

.cococlean .contact_area .col2 {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .cococlean .contact_area .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cococlean .contact_area .col2 a {
  margin: 0 auto;
}

.cococlean .contact_area .col2-tel a {
  background: #171f46;
}

.cococlean .contact_area .col2-contact a {
  background: #ceb3d4;
}

@media only screen and (max-width: 834px) {
  .cococlean .contact_area .col2._common .col2-tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cococlean .contact_area .col2._common .col2-tel {
    width: 85%;
  }
}

@media only screen and (max-width: 834px) {
  .cococlean .contact_area .col2._common .col2-contact {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .cococlean .contact_area .col2._common .col2-contact {
    width: 85%;
  }
}

.imgtxt_box_1 {
  height: 380px;
  padding: 40px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 30px rgba(17, 17, 17, 0.1);
}

@media only screen and (max-width: 640px) {
  .imgtxt_box_1 {
    background-position: center;
  }
}

.imgtxt_box_1:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.imgtxt_box_1 h2 {
  font-size: 2.2em;
}

@media only screen and (max-width: 640px) {
  .imgtxt_box_1 h2 {
    font-size: 1.8em;
    text-align: center !important;
  }
}

.imgtxt_box_1 h2 .en_1 {
  display: block;
  font-size: 0.66em;
  color: #e22323;
}

.imgtxt_box_1 .btn_1 {
  width: 260px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background: #1b3d9e;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media only screen and (max-width: 640px) {
  .imgtxt_box_1 .btn_1 {
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

div.under ul li a {
  font-weight: 400;
  opacity: 1;
  border: 1px solid #ccc;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #e22323;
  background: #e22323;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search {
  margin: 80px 0 30px !important;
}

@media only screen and (max-width: 834px) {
  div.search {
    margin: 40px 0 30px !important;
  }
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order {
  margin-bottom: 40px;
}

div.order ul li a {
  color: #111;
}

div.crumb {
  display: none;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media only screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

button.addcart {
  background: #e40020 !important;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 5px !important;
}

button.addcart span {
  position: relative;
  padding-left: 30px;
}

button.addcart span::before {
  content: "\f218";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 52%;
  font-weight: bold;
  left: 0;
  font-size: 1.2em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media only screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.photo div.large {
  width: 100%;
}

div.photo {
  margin-left: 0;
}

@media only screen and (max-width: 834px) {
  div.photo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #ffffff !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #cccccc !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #cccccc;
}

.shop_cont a,
.item_info a {
  color: #cccccc;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap div.items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .shopwrap div.items {
    margin-left: -3.22581%;
  }
}

@media only screen and (max-width: 640px) {
  .shopwrap div.items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.shopwrap div.items article {
  text-align: left;
  border-bottom: 0;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-right: 0 !important;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .shopwrap div.items article {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .shopwrap div.items article {
    width: 48%;
    margin-left: 0;
  }
}

.shopwrap div.items article a {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.shopwrap div.items article a img {
  display: block !important;
}

.shopwrap div.items article .summary {
  text-align: left;
  padding-top: 5px;
}

.shopwrap div.items article .price {
  text-align: left;
  display: block;
  padding-top: 0;
  display: block;
  width: 100%;
}

.shopwrap div.items article .photo {
  position: relative;
}

.shopwrap div.items article .photo:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.shopwrap div.items article .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

div.search {
  margin: 0 0 50px;
}

#col_main > section > .search:nth-child(2) {
  position: relative;
}

@media only screen and (max-width: 834px) {
  #col_main > section > .search:nth-child(2) {
    padding: 0px;
  }
}

div.search #keyword .select {
  position: relative;
}

div.search #keyword .select:after {
  top: 15px !important;
  pointer-events: none;
}

div.order > ul {
  display: none;
}

div.attr {
  margin-top: 0;
}

div.attr h3 {
  display: none;
}

div.attr dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7 !important;
}

.item {
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.item .photo {
  width: 100%;
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  .item .photo {
    max-width: 100%;
  }
}

.item .item_view {
  width: 100%;
  margin-left: 0;
  min-width: auto;
  max-width: 45%;
}

@media only screen and (max-width: 1024px) {
  .item .item_view {
    max-width: 100%;
  }
}

.photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.photo .large {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}

.photo .large img {
  width: 100%;
}

.photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.photo .small ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.36842%;
}

.photo .small ul li {
  position: relative;
  text-align: left;
  border-bottom: 0;
  width: 17.63158%;
  height: 17.63158%;
  margin-left: 2.36842% !important;
  margin-bottom: 10px !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.photo .small ul li:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

.photo .small ul li img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.photo .small .owl-dots {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.photo .small .owl-dots .owl-dot {
  border: 6px solid #e22323;
  border-radius: 50%;
  margin: 0 5px;
}

.photo .small .owl-dots .owl-dot.active {
  border-color: #5d5d5d;
}

.item_view h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: 20px !important;
}

@media only screen and (max-width: 640px) {
  .item_view h2 {
    font-size: 18px !important;
  }
}

.item_view h2 span {
  display: none !important;
}

.item_view ul {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.item_view .struct {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: block !important;
  font-size: 13px;
  margin-top: 10px !important;
}

.item_view .struct .sku {
  margin: 10px 0 !important;
}

.item_view .struct p.price {
  font-size: 1.8em !important;
  color: #e31b12;
  font-family: "Josefin Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_view .struct p.price label {
  font-size: 40% !important;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}

.item_view .struct p.price .before_price {
  color: #111 !important;
  font-size: 60%;
  text-decoration: line-through;
}

.item_view .struct p.price .before_price i {
  padding: 0 10px;
}

.item_view .detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0px;
  margin-bottom: 10px;
}

.item_view .item_option {
  margin-top: 20px;
  min-width: 300px;
}

@media only screen and (max-width: 834px) {
  .item_view .item_option {
    width: 100% !important;
  }
}

.item_view .item_option dl {
  width: 100% !important;
}

.item_view .item_option .addcart .count {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.item_view .item_option .addcart .addcart {
  -webkit-transition: 1s;
  transition: 1s;
  height: 100%;
  padding: 15px;
  width: 100% !important;
  background: #5d5d5d;
  color: #fff;
  text-indent: 0;
}

.item_view .item_option .addcart .addcart:hover {
  opacity: 1;
  background: #3e3e3e;
}

.item_view .item_option .addcart a {
  color: #e22323;
  text-decoration: none;
}

.item_view .item_option .addcart a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f06a";
  margin-right: 5px;
}

.item_view .sku {
  width: 100% !important;
}

.item_view .sku1 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.item_view .sku2 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  margin-top: 20px;
}

div.under ul li {
  width: 18%;
}

@media screen and (max-width: 834px) {
  div.under ul li {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  div.under ul li {
    width: 48%;
  }
}

div.select > select {
  line-height: normal !important;
}

div.under ul li a {
  width: auto;
}

div.items {
  margin-left: 0 !important;
}

div.items > article a.photo {
  width: 100% !important;
}

section div.purchase h2 {
  padding-bottom: 10px;
}

div.items > article button {
  display: none;
}

div.search form,
section div.purchase button {
  border-radius: 0 !important;
}

div.item_view > ul li a {
  color: #111 !important;
  border-radius: 0 !important;
  line-height: 1.8;
  padding: 0 5px !important;
  background: #eee !important;
}

div.item_view h2 span {
  display: none;
}

.items {
  margin-bottom: 0 !important;
}

.items > article {
  -webkit-box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
  margin: 0 !important;
  margin-bottom: 0 !important;
  width: 32% !important;
  padding: 20px;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .items > article {
    width: 49% !important;
    margin-bottom: 2% !important;
  }
}

.items > article:not(:nth-child(3n)) {
  margin-right: 2% !important;
}

@media only screen and (max-width: 834px) {
  .items > article:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 834px) {
  .items > article:not(:nth-child(2n)) {
    margin-right: 2% !important;
  }
}

.items > article a {
  color: #111;
  text-decoration: none !important;
}

.items > article .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}

.items > article .name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 18px;
  font-weight: bold;
  color: #171f46;
  padding-top: 0 !important;
  line-height: 1.6;
}

.items > article p.summary {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.items > article p.price {
  padding-top: 5px !important;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Josefin Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.items > article p.price span {
  font-size: 0.5em;
  font-weight: bold;
}

.items > article p.summary {
  text-align: left !important;
  font-size: 14px;
}

.items > article {
  margin-bottom: 2% !important;
}

@media only screen and (max-width: 640px) {
  .items > article {
    margin-bottom: 20px !important;
  }
}

.shop_blog {
  background: #eee;
  padding: 40px;
}

.icon_box .box {
  text-align: center;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .icon_box .box {
    font-size: 14px;
    width: 23.5% !important;
  }
  .icon_box .box:not(:last-child) {
    margin-right: 2% !important;
  }
}

.items_datail #contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
}

@media only screen and (max-width: 834px) {
  .items_datail #contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.items_datail #main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 834px) {
  .items_datail #main {
    width: 100%;
  }
}

.items_datail #side {
  margin-left: 40px;
  width: 300px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .items_datail #side {
    width: 240px;
  }
}

@media only screen and (max-width: 834px) {
  .items_datail #side {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}

.items_datail #col_side2 {
  width: auto !important;
}

@media only screen and (max-width: 834px) {
  .items_datail #col_side2 {
    width: 100% !important;
  }
}

.items .photo {
  height: auto !important;
  position: relative;
  overflow: hidden;
  display: block;
}

.items .photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.items .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.load_calendar_h3 {
  margin-top: 0 !important;
}

.load_calendar h2 {
  font-size: 1.4em;
  padding-left: 0.2em !important;
  border-bottom: 1px solid #ccc !important;
}

.load_calendar h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Josefin Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .load_calendar_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .load_calendar_wrap > div {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .load_calendar .business_holiday {
    font-size: 1.6rem;
  }
}

.load_calendar .business_holiday_color {
  background: #ff9191;
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
  font-weight: normal;
}

.cal_1 {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  font-family: "Josefin Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cal_1 dt,
.cal_1 dd {
  background: none !important;
  border: none !important;
  width: 100%;
  text-align: center;
  padding: 0 !important;
}

.cal_1 dt {
  font-weight: 500;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.cal_1 dd span {
  margin-right: unset;
  line-height: 1.4;
  margin-bottom: 2px;
  font-size: 14px;
  padding: 2px 0;
  display: block;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
}

.cal_1 dl {
  width: calc(100% / 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ccc;
  background: #fff;
}

.cal_1 dl:nth-child(-n + 7) dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cal_1 dl:nth-child(-n + 7) dd {
  display: none;
}

.cal_1 dl:nth-child(n + 8) dd {
  padding: 0 4px !important;
}

.cal_1 dl.blank {
  background: #fff;
}

.cal_1 dl.blank dt,
.cal_1 dl.blank dd {
  background: #fff;
}

.cal_1 dl.holiday {
  background: #ff9191;
}

.cal_1 dl.public {
  background: #ff9191;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #111;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  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;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1400px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1400px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.h_blog .blog_list {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  max-height: 350px;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .h_blog .blog_list {
    max-height: 450px;
  }
}

.h_blog .blog_list > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #111 !important;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.h_blog .blog_list > div:first-child {
  border-top: 1px solid #111 !important;
  padding-top: 20px;
}

.h_blog .blog_photo {
  display: none !important;
  width: 40% !important;
  padding: 0 !important;
  position: relative;
}

.h_blog .blog_photo:before {
  content: "";
  padding-top: 75%;
  display: block;
}

.h_blog .blog_photo a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.h_blog .blog_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.h_blog .blog_text {
  font-size: 1em !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
}

.h_blog .blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 834px) {
  .h_blog .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.h_blog .blog_date {
  width: 14%;
  margin-right: 50px;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #111 !important;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .h_blog .blog_date {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
}

.h_blog h3 {
  width: 84%;
  margin-bottom: 0 !important;
}

.h_blog h3 a {
  color: #111 !important;
  text-decoration: underline;
}

.h_blog h3 a:hover {
  color: #111 !important;
}

.h_blog .detail {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.h_blog2 .blog_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h_blog2 .blog_list > div {
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 32%;
}

@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div {
    width: 100%;
  }
}

.h_blog2 .blog_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .h_blog2 .blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.h_blog2 .blog_list > div .blog_photo {
  position: relative;
  overflow: hidden;
  display: block;
}

.h_blog2 .blog_list > div .blog_photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.h_blog2 .blog_list > div .blog_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.h_blog2 .blog_list > div .blog_photo,
.h_blog2 .blog_list > div .blog_text {
  width: 100% !important;
}

.h_blog2 .blog_list > div .blog_date {
  color: #111;
}

.h_blog2 a {
  color: #111 !important;
  text-decoration: underline;
}

.h_blog2.ver2 .blog_list > div {
  border: 4px solid #ccc !important;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .h_blog2.ver2 .blog_list > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .h_blog2.ver2 .blog_list > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.h_blog2.ver2 .detail,
.h_blog2.ver2 .detail2 {
  margin-top: 0 !important;
}

.blog2 a {
  text-decoration: none !important;
}

.blog2:nth-of-type(1) {
  background: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}

@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}

.blog .wrap {
  background: none;
}

.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.blog aside nav > div {
  background: #111;
  color: #fff;
  font-size: 18px !important;
}

.blog aside ul li:first-child {
  border-top: none !important;
}

.blog .category {
  font-weight: bold;
}

.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}

.blog .category a,
.blog .category span {
  display: block;
  color: #111 !important;
}

.blog .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  position: relative;
}

.blog .category a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.blog .category span {
  padding: 10px 0;
}

.blog .flex_images {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.blog .flex_images p {
  width: 100%;
  margin-bottom: 40px;
}

.blog .flex_text {
  width: 100%;
}

.blog .blog {
  padding: 0 !important;
}

.blog .pages {
  text-align: left !important;
}

.blog .pages a {
  color: #111 !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside li {
  line-height: 30px;
  text-align: left;
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #111;
}

.blog #contents > article {
  padding: 0 !important;
  margin-bottom: 60px;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border: none !important;
  border-bottom: 1px solid !important;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .date {
  color: #fff !important;
  padding: 0 15px;
  background: #111;
  margin-bottom: 20px !important;
  display: inline-block !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
  border-radius: 30px;
  line-height: 31px !important;
  font-size: 14px;
}

.blog dt span {
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog h1 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  margin-bottom: 30px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 640px) {
  .blog h1 {
    font-size: 1.2em !important;
  }
}

.blog h1 span {
  font-weight: bold;
}

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

.blog a {
  color: #e22323 !important;
}

@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}

.blog td.close {
  background: #111 !important;
  color: #fff;
}

.blog dl.open label,
.blog td.open {
  background: rgba(17, 17, 17, 0.2) !important;
}

.blog dl.close label {
  background: rgba(17, 17, 17, 0.3) !important;
  width: 35px !important;
  height: 35px !important;
}

.blog dl.close dd {
  font-size: 16px;
}

.blog #form_calendar {
  padding: 10px;
}

.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog #form_calendar table tbody tr td:hover {
  background: rgba(17, 17, 17, 0.5) !important;
}

.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}

.blog .blog_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog .blog_flex .imgL {
  margin-right: 30px !important;
}

@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

.blog .blog_flex .imgL img {
  margin: 0 !important;
}

.blog .blog_flex .name_01 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}

.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio {
  text-align: left !important;
}

.c_contactArea {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(226, 35, 35, 0.1);
}

.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
  background: none !important;
}

.c_contactArea .submit {
  max-width: 100%;
  width: 100%;
}

.c_contactArea .submit_c, .c_contactArea .submit_l,
.c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #111;
  border: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c_contactArea .submit_c:hover, .c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover {
  background: #e22323;
  opacity: 1 !important;
}

.c_contactArea .submit_l,
.c_contactArea .submit_r {
  width: 250px;
  margin: 30px 10px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .c_contactArea .submit_l,
  .c_contactArea .submit_r {
    margin: 10px;
  }
}

.submit_l,
.submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back,
.shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.pan1 {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .pan1 {
    font-size: 14px;
  }
}

.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
}

.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}

@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}

.nf_txt p {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #111 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  width: 400px;
  margin: 0 auto;
  display: block;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nf_btn a::before {
  z-index: -1;
}

.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.nf_btn a:hover {
  background: #111;
  color: #fff !important;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_txt {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animation01,
.animation02,
.animation03,
.animation04 {
  opacity: 0;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@-webkit-keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fwfw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fwfw {
  -webkit-animation: fwfw 1s infinite;
          animation: fwfw 1s infinite;
}

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

.inview01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #e22323;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline-block;
}

.inview01 img {
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview01.show::after {
  left: 100%;
}

.inview01.show img {
  opacity: 1;
}

/*画像のぼかしからくっきり*/
.blur_1 img {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

#is-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999999;
}

#loading {
  background: #111;
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  #loading {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
}

#loading span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #e22323;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.map_1 iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .map_1 iframe {
    height: 350px;
  }
}

.googlemaps iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.fancybox-image {
  padding: 0 20px;
}

.sp_pop a {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .sp_pop a {
    pointer-events: inherit;
  }
}

.grid_container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.grid_container .box {
  width: 33.3%;
  padding: 5px;
}

@media only screen and (max-width: 640px) {
  .grid_container .box {
    width: 50%;
  }
}

.grid_container .box img {
  vertical-align: bottom;
}

.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

@media screen and (max-width: 1024px) {
  .insta div.sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta div.sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none !important;
  width: 24% !important;
}

@media only screen and (max-width: 1024px) {
  .insta div.sns_list > div {
    width: 32% !important;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div {
    width: 49% !important;
  }
}

.insta div.sns_list > div:not(:last-child) {
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}

.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*下層インスタ*/
.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}

.c_insta .sns_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

.c_insta .sns_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_insta .sns_date {
  padding: 0px 15px 0;
  margin-bottom: 15px !important;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-size: 1em !important;
  background: #111;
  color: #fff !important;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}

.c_insta .sns_text {
  font-size: 1em !important;
}

@media only screen and (max-width: 1024px) {
  .c_insta .sns_text {
    width: 70% !important;
  }
}

@media only screen and (max-width: 640px) {
  .c_insta .sns_text {
    width: 100% !important;
  }
}

/*insta横流しスライダー*/
.insta_slider .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .insta_slider .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.insta_slider .sns_list > div {
  border-bottom: none;
  display: block;
}

.insta_slider .sns_list > div .slick-slide {
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .insta_slider .sns_list > div .slick-slide {
    padding: 0 5px;
  }
}

.insta_slider .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.insta_slider .sns_list > div .sns_photo::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.insta_slider .sns_list > div .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.insta_slider .sns_list > div .sns_photo a {
  pointer-events: none;
}

.insta_slider .sns_list > div .sns_text {
  display: none;
}

.insta_slider .sns_list > div .sns_text ul {
  display: none;
}

.voice_box .q_01,
.voice_box .a_01 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .voice_box .q_01,
  .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}

.voice_box .box {
  width: 100%;
  padding: 10px 15px;
  position: relative;
}

.voice_box .box > div {
  padding-left: 45px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 35px;
  }
}

.voice_box .box:nth-child(odd) {
  background: #111;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd) {
    padding-right: 20px;
  }
}

.voice_box .box:nth-child(odd):after {
  content: "\f067";
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.4em;
  right: 40px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(odd):after {
    display: none;
  }
}

.voice_box .box:nth-child(odd):hover {
  cursor: pointer;
}

.voice_box .box:nth-child(odd).open:after {
  content: "\f068";
}

.voice_box .box:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1024px) {
  .voice_box .box:nth-child(even) {
    display: block;
  }
}

.voice_box .box:nth-child(even) .a_01 {
  color: #111;
}

.cococlean .voice_box .box:nth-child(odd) {
  background: #41406a;
}

.cococlean .voice_box .box:nth-child(even) .a_01 {
  color: #41406a;
}

.acc_title:hover {
  cursor: pointer;
}

.newswrap > div {
  max-height: 410px;
  overflow-y: auto;
}

@media only screen and (max-width: 834px) {
  .newswrap > div {
    max-height: 400px;
  }
}

.newswrap dl {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: auto;
  padding: 30px 40px;
  border-top: 1px solid #fff !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media screen and (max-width: 1400px) {
  .newswrap dl {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 20px 0;
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: 1px solid #fff !important;
}

.newswrap dt,
.newswrap dd {
  color: #fff !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 86% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}

.newswrap dt {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  border: none !important;
  background: none !important;
  width: 10% !important;
  padding: 0 !important;
  border-right: none !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

/*会社概要等*/
.info_1 label {
  position: static;
}

.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}

.info_1 dt,
.info_1 dd {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .info_1 dt,
  .info_1 dd {
    width: 100% !important;
  }
}

.info_1 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .info_1 dt {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    border-right: 1px solid #ccc !important;
  }
}

.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}

.info_1 a {
  color: #e22323 !important;
  text-decoration: underline;
}

.info_1 a:hover {
  color: #111 !important;
}

.info_2 label {
  position: static;
}

.info_2 dl:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .info_2 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info_2 dt,
.info_2 dd {
  padding: 0 !important;
  line-height: 2;
}

.info_2 dt {
  font-weight: 900;
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 640px) {
  .info_2 dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}

.info_2 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .info_2 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}

.info_2 a {
  color: #111 !important;
  text-decoration: underline;
}

.info_2 img {
  margin-bottom: 10px;
}

.info_3 label {
  position: static;
}

.info_3 dl:nth-child(odd) {
  background: #eee;
}

.info_3 dl:nth-child(even) {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .info_3 dl {
    display: block !important;
    background: none !important;
  }
}

.info_3 dt,
.info_3 dd {
  padding: 10px !important;
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .info_3 dt,
  .info_3 dd {
    width: 100% !important;
  }
}

.info_3 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: none !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #111 !important;
  color: #111 !important;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .info_3 dt {
    background: #eee !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.info_3 dd {
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .info_3 dd {
    background: #fff !important;
    text-align: left;
  }
}

.info_3 a {
  color: #111 !important;
  text-decoration: underline;
}

.info_3 a:hover {
  color: #e22323 !important;
}

.info_3._index dl:nth-child(odd) {
  background: #f5f5f5;
}

.info_3._index dl:nth-child(even) {
  background: #e1e1e1;
}

.c_tbl_1 .tr_1 {
  background: #41406a;
  color: #fff;
}

.c_tbl_1 .tr_2 {
  background: #ceb3d4;
  color: #fff;
}

.c_tbl_2 {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}

.c_tbl_2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_tbl_2 tr:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(226, 35, 35, 0.1);
}

.c_tbl_2 td {
  border: none !important;
  padding: 0 !important;
}

.c_tbl_2 td:nth-child(odd) {
  width: 70%;
  background: none !important;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(odd) {
    width: 100%;
  }
}

.c_tbl_2 td:nth-child(even) {
  width: 30%;
  text-align: right !important;
}

@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(even) {
    width: 100%;
  }
}

.c_tbl_2 a {
  color: #e22323 !important;
  text-decoration: underline;
}

.imgtxt article,
.imgtxt02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .imgtxt article,
  .imgtxt02 article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt .scl_img_1,
.imgtxt .img100,
.imgtxt02 .scl_img_1,
.imgtxt02 .img100 {
  width: 38% !important;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .imgtxt .scl_img_1,
  .imgtxt .img100,
  .imgtxt02 .scl_img_1,
  .imgtxt02 .img100 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt .scl_img_1,
  .imgtxt .img100,
  .imgtxt02 .scl_img_1,
  .imgtxt02 .img100 {
    width: 100% !important;
  }
}

.imgtxt .scl_img_1::after,
.imgtxt .img100::after,
.imgtxt02 .scl_img_1::after,
.imgtxt02 .img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 75%;
}

.imgtxt .scl_img_1 img,
.imgtxt .img100 img,
.imgtxt02 .scl_img_1 img,
.imgtxt02 .img100 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgtxt .inbox,
.imgtxt02 .inbox {
  width: 58%;
  margin-right: 4%;
}

@media only screen and (max-width: 834px) {
  .imgtxt .inbox,
  .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}

.imgtxt h2,
.imgtxt02 h2 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .imgtxt h2,
  .imgtxt02 h2 {
    font-size: 1.2em;
  }
}

.imgtxt02 article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 4%;
}

@media only screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.imgtxt03 > div, .imgtxt04 > div {
  width: 59%;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 > div, .imgtxt04 > div {
    width: 100%;
  }
}

.imgtxt03 .img_1, .imgtxt04 .img_1,
.imgtxt03 .scl_img_1,
.imgtxt04 .scl_img_1 {
  float: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 38% !important;
  margin-right: 0 !important;
  margin-left: 3% !important;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1,
  .imgtxt03 .scl_img_1,
  .imgtxt04 .scl_img_1 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgtxt03 .img_1, .imgtxt04 .img_1,
  .imgtxt03 .scl_img_1,
  .imgtxt04 .scl_img_1 {
    width: 100% !important;
  }
}

.imgtxt03 .img_1::after, .imgtxt04 .img_1::after,
.imgtxt03 .scl_img_1::after,
.imgtxt04 .scl_img_1::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 70%;
}

.imgtxt03 .img_1 img, .imgtxt04 .img_1 img,
.imgtxt03 .scl_img_1 img,
.imgtxt04 .scl_img_1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.imgtxt03 .ttl, .imgtxt04 .ttl {
  background: #e22323;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  padding: 0 40px 2px;
  margin-bottom: 10px;
  display: inline-block;
}

.imgtxt04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.imgtxt04 .img_1,
.imgtxt04 .scl_img_1 {
  margin-right: 3% !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 834px) {
  .imgtxt04 .img_1,
  .imgtxt04 .scl_img_1 {
    margin: 0 auto 4% !important;
  }
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 20px !important;
}

.slick-arrow {
  z-index: 9999;
}

.grid_container {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.grid_container .box {
  width: 33.3%;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .grid_container .box {
    width: 50%;
  }
}

.grid_container .box img {
  vertical-align: bottom;
}

.grid_container article > div {
  padding: 10px;
}

/*サムネ付きスライダー*/
.slidebox ul {
  margin-top: 0 !important;
}

.slidebox li {
  position: relative;
  width: 100%;
}

.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}

.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

.slidebox .slick-dots {
  position: static !important;
  width: 100%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-bottom: 1% !important;
  height: auto;
}

.slidebox .slick-dots li:not(:nth-child(5n)) {
  margin-right: 1% !important;
}

.slidebox .slick-dots li img {
  margin: 0 !important;
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider02 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px !important;
}

.slider02 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_2 {
  border: 1px solid #111;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}

.flow_2 .flow_flex {
  padding: 30px !important;
  position: relative;
}

.flow_2 .flow_flex:not(:last-child) {
  border-bottom: 1px solid #111;
}

@media only screen and (max-width: 834px) {
  .flow_2 .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow_2 .flow_flex::before, .flow_2 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media only screen and (max-width: 834px) {
  .flow_2 .flow_flex::before, .flow_2 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow_2 .flow_flex::before {
  border-width: 21px;
  border-top-color: #111;
}

.flow_2 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow_2 .flow_flex:last-child::before, .flow_2 .flow_flex:last-child::after {
  display: none;
}

.flow_2 .flow_flex {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow_2 .box:nth-child(1) {
  font-size: 1.4em;
  width: 100%;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #111;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(1) {
    font-size: 1.2em;
  }
}

.flow_2 .box:nth-child(1) .step {
  background: #e22323;
  margin-right: 20px;
  color: #fff;
  padding: 4px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.8em;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flow_2 .box:nth-child(2) {
  width: 69%;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow_2 .box:nth-child(2) b {
  display: block;
  font-size: 1.2em;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(2) b {
    font-size: 1.1em;
  }
}

.flow_2 .box:nth-child(3) {
  width: 29%;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}

.flow_2 .box:nth-child(3) img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .flow_2 .box:nth-child(3) img {
    width: auto !important;
  }
}

.flow_2.ver2 {
  border-radius: 0;
}

.flow_2.ver2:not(:last-child) {
  border-right: none;
}

.flow_2.ver2 .flow_flex {
  padding: 20px !important;
}

.flow_2.ver2 .box:nth-child(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.flow_2._flow_service .step {
  background: #e26123 !important;
}

.flow_2._flow_service .small {
  color: #e26123 !important;
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c_list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_1 {
  border: 1px solid #111;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}

.list_1 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 2.6em;
}

.list_1 li:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .list_1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}

.list_1 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 1.8em;
  font-weight: bold;
  color: #e22323;
  top: 0;
  left: 0;
  line-height: 1.5;
}

.cococlean .list_1 li {
  font-size: 18px;
  font-weight: bold;
}

.cococlean .list_1 li:before {
  color: #41406a;
}

.list_2 {
  padding: 30px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
          box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
}

@media only screen and (max-width: 640px) {
  .list_2 {
    padding: 25px;
  }
}

.list_2 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}

.list_2 li:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list_2 li .num_1 {
  font-size: 2em;
  color: #111;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1em;
  font-style: italic;
}

.bb_1 {
  border-bottom: 1px solid #eee;
}

.bb_2 {
  border-bottom: 2px solid #e22323;
  margin-bottom: 15px;
  display: inline-block;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.cont_2clm > div {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div {
  width: 32%;
  margin-bottom: 2%;
}

.cont_3clm > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3clm > div {
    margin-bottom: 20px;
  }
}

.cont_4clm > div {
  width: 23.5%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div {
    width: 49%;
  }
}

.cont_4clm > div:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_4clm {
    margin-bottom: 20px;
  }
}

.cont_5clm > div {
  width: 18.4%;
  margin-bottom: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cont_5clm > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.img100 {
  position: relative;
}

.img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}

.img100 img {
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1.tac article > div {
  text-align: center;
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 49%;
  }
}

.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.gallery_1 .box .imgwrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.gallery_1 .box .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}

.gallery_1 .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  font-family: "object-fit: cover !important;";
}

.gallery_1 .box .imgwrap::before {
  padding-top: 100%;
}

.gallery_1 .box .imgwrap img {
  margin: 0 !important;
}

.gallery_1 .box article > div {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .gallery_1 .box article > div {
    font-size: 16px;
  }
}

.gallery_1 .box article > div .name {
  position: relative;
  padding-left: 1.6em;
  font-weight: 500;
}

.gallery_1 .box article > div .name::before {
  content: "\f007";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  line-height: 1;
  font-weight: 900;
}

.sekoubox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sekoubox .box:nth-child(1), .sekoubox .box:nth-child(3) {
  width: 45%;
}

.sekoubox .box:nth-child(2) {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 48px;
  color: #111;
}

@media only screen and (max-width: 640px) {
  .sekoubox .box:nth-child(2) i:before {
    content: "\f322";
  }
}

@media only screen and (max-width: 640px) {
  .sekoubox .box {
    width: 100% !important;
  }
}

.sekoubox .box p {
  text-align: center;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #111;
}

.sekoubox .box .imgwrap {
  position: relative;
  overflow: hidden;
}

.sekoubox .box .imgwrap::before {
  content: "";
  padding-top: 65%;
  width: 100%;
  display: block;
}

.sekoubox .box .imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.anchor_btn .box {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box {
    width: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box {
    width: 49%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.anchor_btn .box:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .anchor_btn .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.anchor_btn a {
  padding: 10px;
  display: block;
  text-align: center;
  color: #111 !important;
  border: 1px solid;
  position: relative;
}

.anchor_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.anchor_btn a:hover {
  background: #111;
  color: #fff !important;
}

.title_1._index h1 {
  font-size: 36px;
}

@media only screen and (max-width: 1024px) {
  .title_1._index h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .title_1._index h1 {
    font-size: 30px;
  }
}

.title_1._index h2 {
  font-size: 48px;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .title_1._index h2 {
    font-size: 42px;
    margin-bottom: 100px;
  }
}

.title_1._index h2:before {
  content: "";
  background: #e22323;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 5px;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

@media only screen and (max-width: 640px) {
  .title_1._index h2:before {
    bottom: -30px;
  }
}

.title_1._index h2 .ja_1 {
  font-size: 18px;
  padding-left: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .title_1._index h2 .ja_1 {
    display: block;
    padding-left: 0;
    margin-top: -10px;
  }
}

.title_1._index h3 {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 0.25em 1em;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .title_1._index h3 {
    font-size: 1.1em;
  }
}

.title_1.ver2 h2 {
  color: #fff;
}

.title_1._coco h2 {
  font-size: 36px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 1024px) {
  .title_1._coco h2 {
    font-size: 3.51562vw;
  }
}

@media only screen and (max-width: 640px) {
  .title_1._coco h2 {
    font-size: 5vw;
  }
}

.title_1._coco h2 .large {
  font-size: 1.44em;
  color: #41406a;
  font-weight: bold;
  line-height: 1.6;
}

.title_1._common h2 {
  margin-bottom: 30px;
  font-size: 1.8em;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}

.title_1._common h3 {
  font-size: 1.4em;
  border-bottom: 4px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.title_1._common h3 i {
  padding-right: 5px;
}

.title_2._index h2 {
  font-size: 48px;
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
  .title_2._index h2 {
    font-size: 42px;
  }
}

.title_2._index h2:before {
  content: "";
  background: #e22323;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.title_2._index .ja_1 {
  font-size: 18px;
  display: block;
  margin-top: -10px;
  font-weight: bold;
}

.title_2._coco {
  background: #171f46;
  padding: 25px 0;
  text-align: center;
  position: relative;
}

.title_2._coco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 35px 0 35px;
  border-color: #171f46 transparent transparent transparent;
  position: absolute;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.title_2._coco h2 {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  position: relative;
  padding: 0 80px;
}

@media only screen and (max-width: 1024px) {
  .title_2._coco h2 {
    font-size: 3.51562vw;
  }
}

@media only screen and (max-width: 640px) {
  .title_2._coco h2 {
    padding: 0 60px;
    font-size: 4.0625vw;
  }
}

.title_2._coco h2::before, .title_2._coco h2::after {
  content: "";
  background: url(../images/cococlean/parts_1.png) no-repeat;
  width: 60px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.title_2._coco h2:after {
  left: inherit;
  right: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.title_2._coco h2 .en_1 {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
}

.title_2._common h2 {
  margin-bottom: 40px;
  font-size: 1.6em !important;
  background: #1b3d9e;
  color: #fff !important;
  padding: 0.4em 1em 0.5em 1.8em !important;
  position: relative;
  font-weight: bold !important;
}

@media only screen and (max-width: 834px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.2em;
  }
}

.title_2._common h2 span {
  background: #e22323;
}

.title_2._common h2:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.title_2._common h2:after {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: calc(100% + 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.title_3._index h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .title_3._index h2 {
    font-size: 32px;
  }
}

.title_3._index h2 .en_1 {
  font-size: 0.5em;
  display: block;
  margin-top: -5px;
  color: #efbe0c;
}

.title_3._index.ver2 h2 {
  color: #fff;
}

.title_3._common h2 {
  margin-bottom: 60px;
  font-size: 1.8em;
  position: relative;
}

.title_3._common h2::first-letter {
  color: #111;
}

@media only screen and (max-width: 834px) {
  .title_3._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}

.title_3._common h2:before {
  content: "";
  background: #111;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.title_4._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.8em;
  border-bottom: 2px solid #eee;
  position: relative;
}

.title_4._common h2:before {
  content: "";
  background: #111;
  height: 4px;
  width: 25%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .title_4._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_4._common h2 {
    font-size: 1.4em;
  }
}

.title_5._common h2 {
  margin-bottom: 60px;
  font-size: 30px;
  position: relative;
}

.title_5._common h2::before, .title_5._common h2::after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(17, 17, 17, 0.5);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.title_5._common h2:after {
  left: inherit;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .title_5._common h2 {
    font-size: 26px;
  }
}

.title_5._common h2 .h2-inner {
  background: #fff;
  padding: 0 15px;
  position: relative;
}

.title_6._common h2 {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .title_6._common h2 {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .title_6._common h2 {
    font-size: 1.4em;
  }
}

.ja_1 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en_1 {
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.service h1,
.service h2,
.service h3 {
  line-height: 1.8 !important;
  font-weight: bold;
}

.service .txt_1 {
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.service .txt_1 h3 {
  font-size: 1.2em;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, rgba(249, 232, 118, 0.75)));
  background: linear-gradient(transparent 55%, rgba(249, 232, 118, 0.75) 0%);
}

@media only screen and (max-width: 640px) {
  .service .txt_1 h3 {
    font-size: 1.1em;
  }
}

.service .box_3 {
  border: #ccc 4px solid;
  border-radius: 10px;
  padding: 20px;
}

.service .box_3 h3 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 10px;
  background: #e22323;
  color: #fff;
  border-radius: 50px;
  padding: 3px 0;
}

.service .box_3 img {
  margin-bottom: 10px;
}

.service .box_4 .box {
  background: #f5f5f5;
  padding: 20px;
}

.service .box_4 .box img {
  margin-bottom: 10px;
}

.service .box_4 .box h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #e22323;
  margin-bottom: 10px;
}

.service .box_4 .box h3 i {
  margin-right: 10px;
  font-weight: bold;
  color: #e22323;
  font-size: 1.1em;
}

@media only screen and (max-width: 640px) {
  .service .box_4 .box h3 {
    font-size: 1.1em;
  }
}

.service .box_5 {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
}

.service .box_5 .step {
  display: block;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
}

.service .box_5:nth-child(1) .step {
  background-color: #f29b9b;
}

.service .box_5:nth-child(2) .step {
  background-color: #f08c8c;
}

.service .box_5:nth-child(3) .step {
  background-color: #ee7d7d;
}

.service .box_5:nth-child(4) .step {
  background-color: #ec6e6e;
}

.service .box_5:nth-child(5) .step {
  background-color: #ea5f5f;
}

.service .box_5:nth-child(6) .step {
  background-color: #e85050;
}

.service .box_5:nth-child(7) .step {
  background-color: #e64141;
}

.service .box_5:nth-child(8) .step {
  background-color: #e43232;
}

.service .box_5:nth-child(9) .step {
  background-color: #e22323;
}

.service .box_5:nth-child(10) .step {
  background-color: #d81c1c;
}

.ver2 .box_5:nth-child(1) .step {
  background-color: #6c8ce6;
}

.ver2 .box_5:nth-child(2) .step {
  background-color: #5d80e3;
}

.ver2 .box_5:nth-child(3) .step {
  background-color: #4f75e1;
}

.ver2 .box_5:nth-child(4) .step {
  background-color: #4069de;
}

.ver2 .box_5:nth-child(5) .step {
  background-color: #325edc;
}

.ver2 .box_5:nth-child(6) .step {
  background-color: #2553d8;
}

.ver2 .box_5:nth-child(7) .step {
  background-color: #224eca;
}

.ver2 .box_5:nth-child(8) .step {
  background-color: #2048bb;
}

.ver2 .box_5:nth-child(9) .step {
  background-color: #1d43ad;
}

.ver2 .box_5:nth-child(10) .step {
  background-color: #1b3d9e;
}

.cococlean .coco_1 .inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  .cococlean .coco_1 .inner::before, .cococlean .coco_1 .inner:after {
    opacity: 0.5;
  }
}

.cococlean .coco_1 .inner:before {
  content: "";
  background: url(../images/cococlean/icon_1.png) no-repeat;
  width: 190px;
  height: 160px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.cococlean .coco_1 .inner:after {
  content: "";
  background: url(../images/cococlean/icon_2.png) no-repeat;
  width: 100px;
  height: 133px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.cococlean .txt_1 .marker {
  font-size: 2em;
  font-weight: bold;
  display: inline;
  border-bottom: 8px solid #f9e876;
}

@media only screen and (max-width: 640px) {
  .cococlean .txt_1 .marker {
    font-size: 1.6em;
  }
}

.cococlean .ttl_1 {
  border: 1px solid #41406a;
  background: #41406a;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 15px;
}

.cococlean .txt_2 {
  border: 2px solid #41406a;
  padding: 20px;
}

.cococlean .txtbox_1 {
  background: #eee;
  padding: 30px;
  border-radius: 30px;
}

.flex_1._coco {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_1._coco,
.box_2._service {
  font-size: 14px;
  width: 32%;
  border: 1px solid #171f46;
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .box_1._coco,
  .box_2._service {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .box_1._coco,
  .box_2._service {
    width: 100%;
    margin-bottom: 20px;
  }
}

.box_1._coco img,
.box_2._service img {
  width: 100% !important;
  margin-bottom: 10px;
}

.box_1._coco:not(:nth-child(3n)),
.box_2._service:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .box_1._coco:not(:nth-child(3n)),
  .box_2._service:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .box_1._coco:not(:nth-child(2n)),
  .box_2._service:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .box_1._coco:not(:nth-child(2n)),
  .box_2._service:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.box_1._coco .box,
.box_2._service .box {
  width: 100%;
}

.box_1._coco h3,
.box_2._service h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.box_2._coco .box {
  width: 100%;
}

.box_2._coco .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .box_2._coco .box article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box_2._coco .box article > div {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .box_2._coco .box article > div {
    width: 100%;
  }
}

.box_2._coco .box article > div:not(.imgwrap) {
  text-align: center;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .box_2._coco .box article > div:not(.imgwrap) {
    padding: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .box_2._coco .box article > div:not(.imgwrap) {
    text-align: left;
  }
}

.box_2._coco .box .imgwrap img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_2._coco .box:nth-child(even) article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box_2._coco h2 {
  margin-bottom: 15px;
}

.box_2._coco h2 span {
  font-weight: bold;
}

.box_2._coco h3 {
  font-size: 22px;
  color: #171f46;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .box_2._coco h3 {
    font-size: 2.14844vw;
  }
}

@media only screen and (max-width: 834px) {
  .box_2._coco h3 {
    font-size: 2.03837vw;
  }
}

@media only screen and (max-width: 640px) {
  .box_2._coco h3 {
    font-size: 20px;
  }
}

.box_2._coco button a {
  color: #111 !important;
}

.box_2._service {
  width: 23%;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .box_2._service {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .box_2._service {
    width: 100%;
    margin-bottom: 20px;
  }
}

.box_2._service img {
  width: 100% !important;
  margin-bottom: 10px;
}

.box_2._service:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media only screen and (max-width: 1024px) {
  .box_2._service:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .box_2._service:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .box_2._service:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.box_2._service .box {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  font-size: 14px;
}

.box_2._service .box h3 {
  font-size: 16px;
}

.point_1 {
  position: relative;
  padding: 0;
  border: solid 3px #00a0e9;
  border-radius: 3px;
}

.point_1_title {
  position: absolute;
  display: inline-block;
  top: -0.9em;
  left: 1em;
  padding: 0 0.5em;
  margin: 0;
  font-size: 1.5em;
  background: #fff;
  color: #00a0e9;
}

.point_1_title i {
  margin-right: 0.2em;
}

.point_1_list {
  margin: 1em !important;
  padding: 1em 0 0.2em;
  font-weight: 500;
}

.point_1_list ul {
  margin: 0 0 5px !important;
}

.point_1_list li {
  border-bottom: none;
  padding-bottom: 0;
  margin-right: 0 !important;
}

.syosai_title article {
  margin-bottom: 0 !important;
}

.syosai_title h3 {
  padding: 0;
  margin: 1em 0 15px;
  font-size: 1.5em;
  line-height: 180%;
  letter-spacing: 2.5px;
  font-weight: bold;
  text-align: center;
}

.syosai_title h3 i {
  margin-right: 0.2em;
}

.syosai_tbl td:nth-child(odd) {
  width: 25%;
  background: #eee;
}

.syosai_tbl td:nth-child(odd) div {
  font-weight: bold;
  text-align: center;
}

.syosai_tbl td:nth-child(even) {
  width: 75%;
}

.syosai_tbl td:nth-child(even) div {
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  .btn_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .btn_box .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.btn_box .btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
  width: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .btn_box .btn {
    font-size: 16px;
  }
}

.btn_box .btn._01 {
  background: #5baffc;
}

.btn_box .btn._02 {
  background: #cf9911;
}

.slide_box .box {
  border-radius: 10px;
  border: 5px solid #1b3d9e;
}
/*# sourceMappingURL=assets.css.map */