@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap");
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
a img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.8;
  }
}
html {
  overflow-y: auto;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 1px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}
#wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: inherit;
  }
  .container {
    width: 100%;
    min-width: inherit;
    padding: 0 3%;
  }
}
/*■02.CLEAR FLOAT*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■05.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_jus_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dis_pc {
  display: block;
}

.dis_sp, .dis_sp480 {
  display: none;
}

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

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .dis_pc {
    display: none;
  }
  .dis_sp {
    display: block;
  }
}
.dis_pc961 {
  display: block !important;
}
.dis_pc961 span {
  height: auto !important;
  padding: 8px 0 0 !important;
}

.dis_sp961 {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .dis_pc961 {
    display: none !important;
  }
  .dis_sp961 {
    display: block !important;
  }
  .dis_sp961 span {
    padding: 6px 0 0 !important;
    border-top: none !important;
  }
}
@media screen and (max-width: 480px) {
  .dis_sp480 {
    display: block;
  }
}
/*========================================================================= COMMON CSS =========================================================================*/
.clr-red {
  color: #E83B2B;
}

.cm-title01 {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.cm-title01 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.cm-title01 .logo-bg {
  background: url(../common_img/logo02.webp) top 16px left no-repeat;
  background-size: 200px;
  padding-left: 215px;
}
.cm-title01 .logo_cnt {
  display: inline-block;
}
.cm-title01 .logo_cnt img {
  width: 230px;
  padding: 14px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 415px) {
  .cm-title01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cm-title01 .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cm-title01 .logo-bg {
    background-size: 120px;
    padding-left: 130px;
    background-position: top 9px left;
  }
}
@media screen and (max-width: 767px) {
  .cm-title01 .logo_cnt img {
    width: 130px;
    padding: 10px 4px 0 0;
  }
}
.cm-title02 {
  text-align: center;
  font-size: 40px;
  color: #BD1A21;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.cm-title02.ttl-ico01 {
  background: url(../contact02/images/flame.webp) center top no-repeat;
  background-size: auto;
  padding-top: 63px;
}
.cm-title02.ttl-ico02 {
  background: url(../contact02/images/bulb.webp) center top no-repeat;
  background-size: auto;
  padding-top: 64px;
}
.cm-title02.ttl-ico03 {
  background: url(../contact02/images/heart-handshake.webp) center top no-repeat;
  background-size: auto;
  padding-top: 64px;
}
.cm-title02.ttl-ico04 {
  background: url(../contact02/images/arrow-loop-right.webp) center top no-repeat;
  background-size: auto;
  padding-top: 67px;
}
.cm-title02.ttl-ico05 {
  background: url(../contact02/images/pencil.webp) center top no-repeat;
  background-size: auto;
  padding-top: 60px;
}
.cm-title02.ttl-ico06 {
  background: url(../contact02/images/clipboard-text.webp) center top no-repeat;
  background-size: auto;
  padding-top: 60px;
}
.cm-title02.ttl-ico07 {
  background: url(../contact02/images/svg.webp) center top no-repeat;
  background-size: auto;
  padding-top: 55px;
}
.cm-title02.ttl-ico08 {
  background: url(../contact02/images/search.webp) center top no-repeat;
  background-size: auto;
  padding-top: 55px;
}

@media screen and (max-width: 960px) {
  .cm-title02 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02 {
    font-size: 23px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  .cm-title02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico01 {
    background-size: 35px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico02 {
    background-size: 37px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico03 {
    background-size: 39px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico04 {
    background-size: 39px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico05 {
    background-size: 39px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico06 {
    background-size: 39px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico07 {
    background-size: 24px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cm-title02.ttl-ico08 {
    background-size: 30px;
    padding-top: 40px;
  }
}
.cm-title03 {
  margin-bottom: 40px;
}
.cm-title03 span {
  font-size: 30px;
  color: #BD1A21;
  border-bottom: 1px solid #BD1A21;
  line-height: 1.3;
  padding-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .cm-title03 {
    margin-bottom: 20px;
  }
  .cm-title03 span {
    font-size: 25px;
  }
}
.cm-txt01 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 80px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .cm-txt01 {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 415px) {
  .cm-txt01 {
    font-size: 15px;
  }
}
.form-top .cm-tel {
  background: #fdfdfd;
  margin-top: 20px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #FF7A59;
  box-shadow: 2px 2px 0px 0px #FF7A59;
}

#main .form-top form .right .cm-tel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 #FF7A59;
}
#main .form-top form .right .submit-btn {
  margin-top: 0;
}

.cm-tel .cm-tel-number {
  display: inline-block;
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  background: url(../common_img/phone.webp) center left no-repeat;
  background-size: 30px;
  padding-left: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1;
}
.cm-tel time {
  display: block;
  font-size: 13px;
  color: #3A3A3A;
}

.blue-btn a, .org-btn a {
  font-size: 24px;
  color: #fff;
  background: #1F81A5;
  border-radius: 5px;
  padding: 25px 10px;
  text-decoration: none;
  width: 325px;
  max-width: 90%;
  margin: auto;
  display: block;
  text-align: center;
  font-weight: bold;
}

.org-btn a {
  background: #FF7A59;
}

@media screen and (max-width: 767px) {
  .blue-btn a, .org-btn a {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .blue-btn a:hover, .org-btn a:hover {
    opacity: 0.8;
  }
}
.form-top .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.form-top .title span {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.form-top .title span:before, .form-top .title span:after {
  content: "";
  position: absolute;
  top: 0;
  height: 17px;
  width: 2px;
  background: #000;
}
.form-top .title span:before {
  left: 0;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}
.form-top .title span:after {
  right: 0;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}
.form-top .txt-note {
  background: #f1db9f;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  position: relative;
}
.form-top .txt-note:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 10px;
  border-left: 44px solid transparent;
  border-top: 20px solid #f1db9f;
}
.form-top form {
  margin: 20px 0 25px;
}
.form-top form dl {
  margin-bottom: 25px;
}
.form-top form dl dt {
  font-size: 14px;
}
.form-top form dl .form-ipt {
  border: 1px solid #CBD6E2;
  background: #fff2f2;
  height: 40px;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form-top form dl .form-ipt::placeholder {
  font-size: 13px;
}
.form-top .submit-btn {
  margin-top: 35px;
  text-align: center;
}
.form-top .txt14 {
  font-size: 11px;
}
.form-top .submit-btn input, .form-top .submit-btn a:not(.cm-tel-number) {
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #FF7A59;
  box-shadow: 0 3px 0 #df5d3c;
  border: 1px solid #df5d3c;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  height: 50px;
  font-weight: bold;
  width: 215px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .form-top .title {
    font-size: 24px;
  }
}
#form-fixed .form-top .submit-btn input {
  justify-content: center;
}

.form-top .submit-btn a {
  line-height: 50px;
}
.form-top .submit-btn a.cm-tel-number {
  padding-left: 30px;
  background-size: 23px;
  font-size: 20px;
  width: auto !important;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .form-top .submit-btn input, .form-top .submit-btn a:not(.cm-tel-number) {
    cursor: pointer;
  }
  .form-top .submit-btn input:hover, .form-top .submit-btn a:not(.cm-tel-number):hover {
    background: #BD1A21;
    transform: translateY(3px);
    box-shadow: 0 0 0 #df5d3c;
    border: none;
  }
}
.error {
  color: #d24d14;
  font-size: 75%;
  display: none;
}

.contact_form_action .error.show {
  display: block;
}

.form-ipt.empty {
  border-color: #d24d14 !important;
}

/*.page-soudan02 .cm-header-right.form-top .submit-btn{
    background: #BD1A21;
}*/
.service-list .item {
  border: 4px solid #BD1A21;
  border-radius: 20px;
  padding: 40px;
  padding-right: 20px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cm-header-right.form-top .submit-btn {
  margin-top: 0;
  text-align: center;
  position: relative;
}
.cm-header-right.form-top .submit-btn .submit-btn-form {
  text-align: left;
  padding: 0 20px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 0 #df5d3c;
  border: 1px solid #df5d3c;
  position: relative;
}
.cm-header-right.form-top .submit-btn .submit-btn-form:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  background: url(../common_img/ico.png) center center no-repeat;
  background-size: cover;
  width: 52px;
  height: 52px;
}
.cm-header-right.form-top .submit-btn .cm-tel {
  background: #fff;
  padding: 10px;
}
.cm-header-right.form-top .submit-btn .cm-tel time {
  padding-left: 0;
}

@media screen and (max-width: 1536px) {
  .cm-header-right.form-top .submit-btn .submit-btn-form {
    font-size: 13px;
    padding: 0 10px;
  }
  .cm-header-right.form-top .submit-btn:after {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-right.form-top .submit-btn .submit-btn-form {
    justify-content: center;
  }
}
.service-list .item:last-child {
  margin-bottom: 0;
}
.service-list .item .photo {
  width: 47%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list .item .ct-txt {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-list .item .ct-txt .title {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-list .item {
    border-width: 2px;
    border-radius: 10px;
    padding: 20px 15px;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .service-list .item .photo {
    width: 80%;
    margin: 0 auto 15px;
  }
  .service-list .item .ct-txt {
    width: 100%;
  }
  .service-list .item .ct-txt .title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .service-list .item:nth-child(2) .photo {
    width: 65%;
    padding-right: 50px;
  }
  .service-list .item:nth-child(3) .photo {
    width: 40%;
  }
}
.faq-list {
  border-bottom: 1px solid #E2E2E2;
}
.faq-list .item {
  border-top: 1px solid #E2E2E2;
  padding: 35px 0;
}
.faq-list .item:first-child .question:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.faq-list .item:first-child .question.opened:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.faq-list .question {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.faq-list .question.opened:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.faq-list .question:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.faq-list .question:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.faq-list .ans {
  padding: 30px 60px 0 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .faq-list .item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .question {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .question:after {
    right: 0;
    padding: 2px;
    border-width: 0 1px 1px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .ans {
    padding: 20px 0 0;
  }
}
.step-list .item {
  border: 4px solid #BD1A21;
  border-radius: 7px;
  padding: 45px;
  padding-left: 30px;
  margin-bottom: 95px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step-list .item:last-child {
  margin-bottom: 0;
}
.step-list .item .step-number {
  font-size: 24px;
  background: #BD1A21;
  width: 240px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}
.step-list .item .photo {
  width: 35%;
  text-align: center;
}
.step-list .item .ct-txt {
  width: 61%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step-list .item .ct-txt .box {
  background: #fff2f2;
  padding: 35px 28px;
  border-radius: 10px;
}
.step-list .item .ct-txt .box .title {
  font-size: 24px;
  color: #BD1A21;
  margin-bottom: 10px;
}
.step-list .item .ct-txt p.red-clr {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .step-list .item {
    border-width: 2px;
    padding: 40px 5% 20px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .item .step-number {
    font-size: 20px;
    width: 200px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .item .photo {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .step-list .item .ct-txt {
    width: 100%;
  }
  .step-list .item .ct-txt .box {
    padding: 10px 5%;
  }
  .step-list .item .ct-txt .box .title {
    font-size: 17px;
  }
}
.strength-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strength-list .item {
  background: #fff;
  border-radius: 5px;
  width: 47.5%;
  padding: 25px 20px;
}
.strength-list .item .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.strength-list .item figure {
  margin-bottom: 20px;
}
.strength-list .item figure img {
  width: 100%;
}
.strength-list .item p {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .strength-list .item {
    width: 100%;
    margin: 10px 0;
    padding: 20px 3%;
  }
  .strength-list .item .title {
    font-size: 17px;
  }
}
.copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .copyright {
    margin-top: 30px;
  }
}
.red-clr {
  color: #BD1A21;
}

.pink-clr {
  color: #BD1A21;
}

.red-bg {
  background: #BD1A21;
}

.gray-bg {
  background: #F6F6F6;
}

.cm-banner-yellow {
  border: 2px solid #BD1A21;
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
}
.cm-banner-yellow .left {
  width: 48%;
  text-align: center;
}
.cm-banner-yellow .left span {
  font-size: 22px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  line-height: 1;
  font-weight: bold;
}
.cm-banner-yellow .left span:before, .cm-banner-yellow .left span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 25px;
  width: 3px;
  background: #000;
}
.cm-banner-yellow .left span:before {
  left: 0;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}
.cm-banner-yellow .left span:after {
  right: 0;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}
.cm-banner-yellow .left p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 15px;
}
.cm-banner-yellow .left .cm-btn a {
  border-color: #E83B2B;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  width: 350px;
}
.cm-banner-yellow .left .txt-arr {
  text-align: center;
}
.cm-banner-yellow .left .txt-arr strong {
  font-size: 25px;
  color: #BD1A21;
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.cm-banner-yellow .left .txt-arr strong:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #BD1A21;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cm-banner-yellow .right {
  width: 48%;
  text-align: center;
}
.cm-banner-yellow .right p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .cm-banner-yellow {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .left span {
    font-size: 16px;
    padding: 0 15px;
  }
  .cm-banner-yellow .left span:before, .cm-banner-yellow .left span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 20px;
    width: 2px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .left p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .left .cm-btn a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .left .txt-arr strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .cm-banner-yellow .right {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner-yellow .right {
    width: 100%;
  }
}
.cm-banner2 {
  background: #BD1A21;
  padding: 20px 0;
}
.cm-banner2 .inner {
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
}
.cm-banner2 .ct-txt {
  width: 65%;
}
.cm-banner2 .yellow-txt {
  background: #D5A300;
  display: inline-block;
  padding: 5px 30px;
}
.cm-banner2 .title {
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
}
.cm-banner2 .cm-btn {
  width: 32%;
  padding-top: 40px;
}
.cm-banner2 .cm-btn a {
  border-color: #E83B2B;
}

@media screen and (max-width: 767px) {
  .cm-banner2 .ct-txt {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .cm-banner2 .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .cm-banner2 .cm-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cm-banner2 .cm-btn {
    width: 300px;
    margin: auto;
    padding-top: 20px;
  }
}
#main .form-top {
  border: 4px solid #BD1A21;
  padding: 0px 5px 10px;
  position: fixed;
  bottom: -300px;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 9;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
#main .form-top.show {
  bottom: 0;
}
#main .form-top .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .form-top .title {
  width: 210px;
  margin: 0 0 10px;
}
#main .form-top form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 210px);
  padding-left: 30px;
  margin: 0;
}
#main .form-top form dl {
  margin: 0;
  width: 30%;
}
#main .form-top form .left {
  width: 65%;
  padding-top: 16px;
}
#main .form-top form dl {
  width: 48%;
}
#main .form-top form .left p {
  font-size: 10px;
  margin-top: 5px;
}
#main .form-top form .right {
  width: 32%;
  padding-top: 5px;
  margin-top: 0;
}
#main .form-top form .submit-btn input, #main .form-top form .submit-btn a {
  width: 100%;
  justify-content: center;
  line-height: 1.3;
  height: 44px;
}

@media screen and (max-width: 767px) {
  #main .form-top {
    border-width: 2px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #main .form-top .inner {
    display: block;
  }
  #main #form-fixed .title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .form-top .title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #main .form-top form dl {
    width: 34%;
  }
}
@media screen and (max-width: 1200px) {
  /*#main .form-top form .submit-btn {
    width: 25%;
  }*/
  #main .form-top form .submit-btn input {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .form-top form {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
  }
  #main .form-top form dl {
    width: 48%;
  }
  #main .form-top form .submit-btn {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  #main .form-top form .submit-btn input {
    width: 200px;
  }
  #main .form-top form .left {
    width: 100%;
    padding-top: 0;
  }
  #main .form-top form .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .form-top form .right .cm-tel {
    width: calc(50% - 5px);
  }
  #main .form-top form .right .cm-tel .cm-tel-number {
    margin-bottom: 0;
  }
  #main .form-top form .right .submit-btn {
    width: calc(50% - 5px);
  }
  .cm-tel .cm-tel-number {
    font-size: 5.333vw;
    background: url(../common_img/phone.webp) center left no-repeat;
    background-size: 20px;
    padding-left: 23px;
  }
}
/*========================================================================= CSS HEADER =========================================================================*/
#cm-header {
  position: relative;
  z-index: 999;
}

.cm-header-left .cm-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px 20px 40px;
  min-height: 90px;
}
.cm-header-left .cm-header-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cm-header-left .cm-header-logo .logo {
  width: 170px;
}
.cm-header-left .cm-header-logo .logo a {
  text-decoration: none !important;
}
.cm-header-left .cm-header-logo .logo small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  color: #BD1A21;
}
.cm-header-left .cm-header-logo .pink-txt {
  font-size: 12px;
  border: 2px solid #BD1A21;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.3;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-top {
    padding: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left .cm-header-top {
    padding: 10px 3%;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-left .cm-header-top {
    padding: 20px 10px;
  }
  .cm-header-left .cm-header-logo .logo {
    width: 130px;
  }
  .cm-header-left .cm-header-logo .logo small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .cm-header-left .cm-header-logo .pink-txt:hover {
    background: #BD1A21;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-logo .pink-txt {
    font-size: 10px;
    padding: 7px 5px;
    margin-left: 10px;
  }
}
.cm-orange-txt {
  color: #fff;
  background: #FF7A59;
  padding: 7px 25px 7px 20px;
  text-decoration: none !important;
  background-image: -webkit-linear-gradient(bottom, #f66946, #ed8e10);
  background-image: -o-linear-gradient(bottom, #f66946, #ed8e10);
  background-image: linear-gradient(to top, #f66946, #ed8e10);
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
}
.cm-orange-txt span {
  font-weight: bold;
}
.cm-orange-txt:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-logo .pink-txt, .cm-header-left .cm-header-logo .cm-orange-txt {
    display: none;
  }
}
.cm-header-left .cm-header-nav a {
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.cm-header-left .cm-header-mv {
  position: relative;
  padding: 45px 40px 20px;
  z-index: 1;
  overflow: hidden;
  background-color: #FFF2F2;
}
.cm-header-left .cm-header-mv .mv-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cm-header-left .cm-header-mv .mv-slider .mv-slider-item {
  width: 100%;
  height: 100%;
}
.cm-header-left .cm-header-mv .mv-slider .slider01 {
  background: url(../images/mv01.webp) bottom right 0px no-repeat;
}
.cm-header-left .cm-header-mv .mv-slider .slider02 {
  background: url(../images/mv02.webp) bottom right no-repeat;
  background-size: 650px;
}
.cm-header-left .cm-header-mv .white-txt {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
}
.cm-header-left .cm-header-mv .white-txt:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.cm-header-left .cm-header-mv .mv-txt {
  font-size: 44px;
  margin: 10px 0 20px;
  line-height: 1.5;
}
.cm-header-left .cm-header-mv .check-list li {
  font-weight: bold;
  font-size: 20px;
  background: url(../common_img/circle-check.webp) top 4px left no-repeat;
  padding-left: 35px;
}
.cm-header-left .cm-header-mv .yellow-txt {
  font-weight: bold;
  background: #f1db9f;
  text-align: center;
  height: 100%;
  display: inline-block;
  padding: 7px 20px;
  line-height: 1.3;
  margin-left: 20px;
  margin-top: 3px;
}
.cm-header-left .cm-header-mv .yellow-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.cm-header-left .cm-header-mv .yellow-list li {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/ico01.webp) left center no-repeat, url(../images/ico02.webp) right center no-repeat;
  padding: 10px 30px;
  color: #865000;
  font-size: 18px;
  font-weight: bold;
  height: 132px;
  line-height: 1.4;
}

@media screen and (min-width: 961px) {
  .cm-header-left .cm-header-nav a {
    position: relative;
  }
  .cm-header-left .cm-header-nav a:after {
    content: "";
    content: "";
    width: 90%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    background: #BD1A21;
    transform-origin: 100% 50%;
  }
  .cm-header-left .cm-header-nav a:hover {
    color: #BD1A21;
  }
  .cm-header-left .cm-header-nav a:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left .cm-header-nav {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 40px 20px 0;
    display: none;
  }
  .cm-header-left .cm-header-nav li {
    width: 100%;
  }
  .cm-header-left .cm-header-nav a {
    display: block;
    width: 100%;
    padding: 13px 0;
    border-top: 1px solid #000;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cm-header-left .cm-header-mv {
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 1366px) {
  .cm-header-left .cm-header-mv {
    height: calc(100% - 90px);
    padding: 30px 40px 20px;
  }
  .cm-header-left .cm-header-mv .mv-txt {
    font-size: 33px;
  }
  .cm-header-left .cm-header-mv .yellow-list li {
    background-size: 20px;
    padding: 10px 20px;
    font-size: 15px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv {
    padding: 30px 3%;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .mv-slider .mv-slider-item {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  .cm-header-left .cm-header-mv .mv-slider .mv-slider-item {
    height: 530px;
  }
}
@media screen and (max-width: 1366px) {
  .cm-header-left .cm-header-mv .mv-slider .slider01 {
    background-size: 50%;
    background-position: bottom right;
  }
  .cm-header-left .cm-header-mv .check-list2 {
    max-width: 625px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .mv-slider .slider01 {
    background-size: 270px;
  }
}
@media screen and (max-width: 640px) {
  .cm-header-left .cm-header-mv .mv-slider .slider01 {
    background-size: 190px;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-left .cm-header-mv .mv-slider .slider01 {
    background-size: 150px;
  }
}
@media screen and (max-width: 1366px) {
  .cm-header-left .cm-header-mv .mv-slider .slider02 {
    background-size: 450px;
    background-position: bottom 100px right -50px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .mv-slider .slider02 {
    background-size: 370px;
    background-position: bottom right -20px;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-left .cm-header-mv .mv-slider .slider02 {
    background-size: 220px;
    background-position: bottom 100px right -20px;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .white-txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .white-txt {
    margin-bottom: 0;
    font-size: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .mv-txt {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .mv-txt {
    font-size: 5.5vw;
    line-height: 1.4;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .check-list li {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .check-list li {
    font-size: 15px;
    background-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-left .cm-header-mv .check-list li {
    font-size: 3vw;
    padding-left: 25px;
    background-position: top left;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .yellow-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .yellow-txt {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-left .cm-header-mv .yellow-list li {
    font-size: 15px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) {
  .cm-header-left .cm-header-mv .yellow-list {
    width: 300px;
  }
  .cm-header-left .cm-header-mv .yellow-list li {
    height: 105px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .cm-header-left .cm-header-mv .yellow-list {
    margin-top: 20px;
  }
  .cm-header-left .cm-header-mv .yellow-list li {
    background-size: 25px;
    padding: 5px 20px;
  }
}
.cm-header-contact .cm-tel {
  margin-right: 30px;
}
.cm-header-contact .cm-tel time {
  font-size: 10px;
  color: #3A3A3A;
}
.cm-header-contact .header-contact-cons span {
  font-size: 12px;
  position: relative;
  padding: 0 15px;
  font-weight: bold;
}
.cm-header-contact .header-contact-cons span:before, .cm-header-contact .header-contact-cons span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 15px;
  width: 1px;
  background: #000;
}
.cm-header-contact .header-contact-cons span:before {
  left: 0;
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}
.cm-header-contact .header-contact-cons span:after {
  right: 0;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}
.cm-header-contact .header-contact-cons .org-btn a {
  font-size: 16px;
  padding: 10px;
  width: auto;
  padding: 5px 20px;
}

@media screen and (max-width: 960px) {
  .cm-header-contact {
    display: none;
  }
}
.cm-header-nav2 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 35px;
}
.cm-header-nav2 li {
  width: 23.5%;
}
.cm-header-nav2 a, .cm-header-nav2 span {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 10px 10px 10px;
  background: #b42f35;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cm-header-nav2 a.dis_pc961 span {
  padding: 0 !important;
  border-top: none;
}
@media screen and (min-width: 961px) {
  .cm-header-nav2 a.dis_pc961 {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .cm-header-nav2 a:hover, .cm-header-nav2 span:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-nav2 {
    padding: 0 20px;
  }
  .cm-header-nav2 a, .cm-header-nav2 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-nav2 {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 0;
    display: none;
  }
  .cm-header-nav2 li {
    width: 100%;
  }
  .cm-header-nav2 a, .cm-header-nav2 span {
    display: block;
    width: 100%;
    padding: 13px 0;
    border-top: 1px solid #fff;
    font-size: 14px;
    border-radius: 0;
  }
}
.cm-header-inner {
  max-width: 100%;
  margin: auto;
}
.cm-header-inner .cm-header-left {
  max-width: 1366px;
  margin: 0 auto;
}
.cm-header-inner .cm-header-nav2 {
  max-width: 100%;
  z-index: 999;
  padding: 0 3%;
}

/* @media screen and (min-width: 1367px) {
    .cm-header-inner .cm-header-nav2{
        padding: 0 18%;
    }
} */
.cm-header-nav2 {
  position: relative;
}
.cm-header-nav2 .header-nav2-list {
  max-width: 1250px;
  margin: auto;
}
.cm-header-nav2 li {
  width: 19%;
}
.cm-header-nav2 .sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  /* height: 0; */
  /* transition: .2s linear; */
  border-top: 5px solid #fff;
  background: #eeeeee;
  margin: 0;
  padding-bottom: 30px;
  display: none;
}
.cm-header-nav2 .sub-menu .container {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column;
  /* width: 1120px; */
  /* height: 0; */
  overflow: hidden;
  padding-left: 0;
  /* -webkit-transition: .2s linear;
  transition: .2s linear; */
  /* opacity: 0; */
  padding: 30px;
  /* background: #ccc; */
  /* width: 1366px;
  max-width: 100%; */
}

.sub-menu-title {
  font-size: 20px;
  color: #09446d;
  margin-bottom: 15px;
  font-weight: bold;
}

.cm-header-nav2 .has-grand {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cm-header-nav2 .has-grand > a, .cm-header-nav2 .has-grand > span {
  height: auto;
  padding: 12px;
}
.cm-header-nav2 ul ul li > a, .cm-header-nav2 ul ul li > span {
  width: 300px;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  position: relative;
  height: auto;
}
.cm-header-nav2 .has-grand > a:before, .cm-header-nav2 .has-grand > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.cm-header-nav2 .has-grand > a:after, .cm-header-nav2 .has-grand > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 22px solid #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cm-header-nav2 .has-grand.not-arr > a:after {
  content: none;
}
.cm-header-nav2 .has-grand.opened > a:after, .cm-header-nav2 .has-grand.opened > span:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cm-header-nav2 .has-grand:last-child a, .cm-header-nav2 .has-grand:last-child span {
  border: none;
}
.cm-header-nav2 .sub-menu02 li {
  width: 48%;
  margin: 5px;
  float: left;
  margin-right: 1%;
  padding-right: 5px;
}
.cm-header-nav2 .sub-menu02 li > a {
  border-radius: 0;
  height: auto;
  width: 100%;
  position: relative;
  background: none;
  color: #BD1A21;
  justify-content: flex-start;
  text-align: left;
  padding-left: 20px;
}
.cm-header-nav2 .sub-menu02 li > a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #BD1A21;
}

@media screen and (min-width: 961px) {
  .cm-header-nav2 ul ul li > a:hover, .cm-header-nav2 ul ul li > span:hover .cm-header-nav2 ul ul li.opened > a {
    background: #09446d;
    opacity: 1;
  }
  .cm-header-nav2 ul ul li.opened > span {
    background: #09446d;
    opacity: 1;
  }
  .cm-header-nav2 .has-grand {
    width: 300px !important;
  }
}
@media screen and (min-width: 961px) {
  .cm-header-nav2 .sub-menu02 {
    width: calc(100% - 380px);
    height: 100%;
    position: absolute;
    top: 40px;
    left: 300px;
    padding: 0 80px;
    opacity: 0;
    visibility: hidden;
  }
  .cm-header-nav2 .sub-menu02 ul {
    padding: 30px;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .cm-header-nav2 .sub-menu02 li > a:hover {
    text-decoration: underline;
    background: none;
  }
  .cm-header-nav2 .has-grand:hover .sub-menu02 {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9999;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-nav2 {
    position: absolute;
  }
  .cm-header-nav2 .header-nav2-list {
    display: block;
  }
  .cm-header-nav2 li {
    width: 100%;
  }
  .cm-header-nav2 .sub-menu {
    position: relative;
  }
  .cm-header-nav2 .sub-menu li > .sub-menu02 {
    display: none;
  }
  .cm-header-nav2 ul ul li > a, .cm-header-nav2 ul ul li > span {
    width: 100%;
    height: auto;
    background: #09446d;
  }
  .cm-header-nav2 .sub-menu .container {
    padding: 10px 3% 20px;
  }
  .cm-header-nav2 .sub-menu li > .sub-menu02 {
    background: #fff;
    padding: 10px 20px;
    width: 100%;
  }
  .cm-header-nav2 li {
    margin-bottom: 0;
  }
  .cm-header-nav2 li.has-child {
    position: relative;
  }
  .cm-header-nav2 li.has-child > a:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 20px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .cm-header-nav2 li.has-child > a.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .cm-header-nav2 .sub-menu {
    padding-bottom: 0;
  }
  .cm-header-nav2 .sub-menu02 li {
    margin: 5px 0;
  }
  .cm-header-nav2 .sub-menu02 li > a {
    padding: 3px;
    padding-left: 20px;
  }
  .cm-header-nav2 .sub-menu02 li > a:before {
    top: 7px;
  }
  .cm-header-nav2 .sub-menu .flex ul {
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-nav2 .sub-menu02 li {
    width: 100%;
  }
}
.trigger-menu {
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 40px;
  z-index: 9999;
  position: relative;
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 10px;
  transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 10px;
  transform-origin: left center;
}
.trigger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 6px;
  top: 9px;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 7px;
  bottom: 8px;
}

@media screen and (min-width: 961px) {
  .trigger-menu {
    display: none;
  }
}
/*========================================================================= CSS FOOTER =========================================================================*/
#cm-footer {
  padding: 30px 0 180px;
}
#cm-footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cm-footer nav ul li:last-child a:after {
  content: none;
}
#cm-footer nav a {
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#cm-footer nav a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 2px;
  background: #000;
}
#cm-footer #page_up {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 50px;
  display: none;
}
#cm-footer.red-bg {
  padding: 40px 0 30px;
  padding-bottom: 180px;
}
#cm-footer.red-bg .copyright {
  color: #fff;
  margin-top: 0;
}
#cm-footer .site-map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 105px;
  border-bottom: 1px solid #fff;
}
#cm-footer .site-map ul {
  width: 22%;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
#cm-footer .site-map ul:nth-child(4) {
  width: 12%;
}
#cm-footer .site-map ul:last-child {
  border: none;
}
#cm-footer .site-map ul a {
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #cm-footer {
    padding-bottom: 270px;
  }
  #cm-footer.red-bg {
    padding: 40px 0 150px;
  }
}
@media screen and (max-width: 640px) {
  #cm-footer nav ul {
    justify-content: space-between;
  }
  #cm-footer nav ul li {
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #cm-footer nav a:hover {
    color: #fff;
    background: #BD1A21;
  }
}
@media screen and (max-width: 767px) {
  #cm-footer #page_up img {
    width: 50px;
  }
}
@media screen and (max-width: 960px) {
  #cm-footer .site-map {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  #cm-footer .site-map ul {
    width: 48% !important;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #cm-footer .site-map ul {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #cm-footer .site-map ul a:hover {
    text-decoration: underline;
  }
}
.sign_in-btn {
  color: #fff;
  background: #FF7A59;
  border-radius: 5px;
  padding: 7px 25px 7px 20px !important;
  text-decoration: none;
  background-image: -webkit-linear-gradient(bottom, #f66946, #ffae41);
  background-image: -o-linear-gradient(bottom, #f66946, #ffae41);
  background-image: linear-gradient(to top, #f66946, #ffae41);
  position: relative;
}
.sign_in-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* トップとLPの簡易入力のボタン制御 */
.button_disabled {
  pointer-events: none;
}

.cta-box {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: auto;
  background: #fff2f2;
  padding: 50px 0;
}
.cta-box p {
  font-weight: bold;
  font-size: 1.1em;
}
.cta-box a {
  display: block;
  width: 400px;
  background: #FF7A59;
  color: #fff;
  text-decoration: none;
  margin: 3px 30px;
  padding: 12px 0;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #FF7A59;
  font-size: 1.2em;
}
.cta-box a:hover {
  background: #fff;
  color: #FF7A59;
}
.cta-box.cta-article a {
  width: 300px;
}
.cta-box.cta-article p {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .cta-box {
    display: block;
  }
  .cta-box .contact {
    margin: 0 0 20px;
  }
  .cta-box a {
    width: 90%;
    margin: 5px auto;
  }
}
@media screen and (max-width: 767px) {
  .cta-box.cta-article a {
    width: 90%;
  }
  .cm-header-right.form-top.glo-nav {
    margin: 0 auto 40px;
    padding: 10px 10px 30px;
    border-top: none;
  }
  .cm-header-right.form-top.glo-nav .txt14 {
    margin: 10px 0 0;
  }
  .cm-header-right.form-top.glo-nav .txt14 a {
    display: inline;
    font-size: 1em;
    text-decoration: underline;
    font-weight: normal;
    border-top: none;
  }
  .cm-header-left .cm-header-nav a.cm-tel-number {
    width: 280px;
    border-top: none;
    padding: 0;
    margin: auto;
  }
  .cm-header-right.form-top.glo-nav a.submit-btn {
    margin: 0;
  }
  .cm-header-right.form-top.glo-nav a.glo-nav-btn {
    position: relative;
    width: 100%;
    font-size: 0.9em;
    justify-content: center;
    margin: 0 0 10px;
  }
  .cm-header-right.form-top.glo-nav a.glo-nav-btn:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 5px;
    background: url(../common_img/ico.png) center center no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
  }
  .cm-header-right.form-top.glo-nav time {
    padding-left: 0;
  }
}
.contact-logo {
  width: 170px;
  margin: 40px auto 0;
}
.contact-logo small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  color: #BD1A21;
}
@media screen and (max-width: 480px) {
  .contact-logo {
    width: 130px;
  }
  .contact-logo small {
    font-size: 2vw;
  }
}

.contact-read {
  margin: 40px auto 0;
  text-align: center;
}

.blog-card {
  width: 600px;
  margin: 20px auto 40px;
}
.blog-card a {
  position: relative;
  display: flex;
  border: solid 2px #BD1A21;
  color: #000;
  text-decoration: none;
}
.blog-card a:hover {
  opacity: 0.5;
}
.blog-card a .connection {
  position: absolute;
  top: 0;
  padding: 2px 20px;
  background: #BD1A21;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 100;
}
.blog-card a .img {
  display: block;
  width: 150px;
  margin: 20px 10px 10px 10px;
}
.blog-card a .img img {
  width: 100%;
}
.blog-card a .txt {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .blog-card {
    width: 100%;
  }
  .blog-card a .txt {
    line-height: 1.2;
    margin: 0 10px 0 0;
  }
}
.check-list2 {
  display: flex;
  background: #fff;
  max-width: 660px;
  margin: 20px 0 0;
  padding: 20px;
}
.check-list2 .cnt01 {
  width: 100px;
}
.check-list2 .cnt01 span {
  display: block;
  background: #47cbaa;
  color: #fff;
  padding: 2px 12px;
  border-radius: 30px;
  text-align: center;
}
.check-list2 ul.cnt02 {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 0 0 0 10px;
}
.check-list2 ul.cnt02 li {
  position: relative;
  padding: 0 0 0 35px;
}
.check-list2 ul.cnt02 li:before {
  content: url("/common_img/check.png");
  position: absolute;
  top: 8%;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .check-list2 {
    display: block;
    margin: 15px 0;
    padding: 15px;
  }
  .check-list2 ul.cnt02 {
    width: 100%;
    margin: 10px 0 0;
  }
  .check-list2 ul.cnt02 li {
    padding: 0 20px;
    font-size: 12px;
  }
  .check-list2 ul.cnt02 li:before {
    left: 0px;
  }
}
.cm-header-nav2-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .cm-header-nav2-cta {
    display: block;
  }
  .cm-header-nav2-cta a.glo-nav-cta-link {
    background: none;
    color: #000;
    text-align: left;
    border: none;
    height: 40px;
  }
  .cm-header-nav2-cta .cm-header-right.form-top.glo-nav {
    background: #fff8f8;
  }
  .cm-header-nav2-cta .cm-header-right.form-top.glo-nav .cm-tel {
    padding: 0 0 10px;
    text-align: center;
  }
  .cm-header-nav2-cta .cm-header-right.form-top.glo-nav .cm-tel a.cm-tel-number {
    color: #000;
    font-size: 35px;
    width: 280px;
    height: 40px;
    padding-left: 0;
  }
  .cm-header-nav2-cta .cm-header-right.form-top.glo-nav .txt14 a {
    background: none;
    color: #000;
  }
  .cm-header-nav2-cta .cm-header-right.form-top.glo-nav .cm-tel .time {
    margin: -16px 0 0px;
  }
}
.form-read-txt {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.form-read-txt span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.form-read-txt span:after, .form-read-txt span:before {
  position: absolute;
  content: "＼";
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-read-txt span:after {
  left: 0;
}
.form-read-txt span:before {
  right: 0;
  transform: scale(-1, 1);
}

.c-listdot li {
  position: relative;
  padding-left: 15px;
}
.c-listdot li:after {
  position: absolute;
  content: "";
  background: #BD1A21;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 14px;
  left: 0;
}