.breackcumb {
  background: #ff9600;
  margin-bottom: 30px;
}
.breackcumb-footer .breackcumb {
  background: #f9d5a4;
  margin-bottom: 0;
}
.breackcumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 21px 0 21px 13px;
  letter-spacing: 0.2em;
  flex-wrap: wrap;
}
.breackcumb li:not(:first-child):before {
  content: ">";
  margin: 0 8px;
}
.breackcumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breackcumb ul {
    padding: 1vw 4% !important;
  }
  .breackcumb {
    margin-bottom: 3vw;
  }
}

.btn_link {
  position: relative;
  text-align: center;
  margin: auto;
  max-width: 752px;
}
.btn_link a {
  font-size: 23px;
  font-weight: bold;
  display: block;
  line-height: 3.26;
  background: #ffa325;
  border-radius: 12px;
  box-shadow: 7px 7px 15px 0px rgba(42, 35, 18, 0.2);
  transition: ease 1.3s;
}
.btn_link a:after {
  content: "";
  width: 14px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 7.65%;
  margin-top: -8px;
  background: url("../img/shared/arrow.png") no-repeat center / 100% auto;
}
.btn_link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn_link {
    max-width: 310px;
  }
  .btn_link a {
    font-size: 16px;
  }
  .btn_link a:after {
    width: 10px;
    height: 13px;
    margin-top: -7px;
  }
}
/*=============================================
 * key
 *=============================================*/
.key_btn {
  box-shadow: 7px 7px 15px 0px rgba(42, 35, 18, 0.2);
  margin: 41px auto 0;
  width: 98.8%;
  max-width: 310px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.key_btn em {
  font-style: normal;
  color: #ffa325;
}
.key_btn a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  font-size: 23px;
  line-height: 3.26;
  justify-content: center;
  background: rgba(205, 0, 25, 1);
  transition: ease 0.3s;
  color: #fff;
}

/*.key_btn a span {
  width: 83.6%;  
}*/
.key_btn a:hover {
  opacity: 0.7;
}
.key_btn a i img {
  margin: auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .key_btn {
    margin: 8vw auto 0;
  }
  .key_btn a {
    font-size: 16px;
  }
  .key_btn a span {
    margin-left: 5%;
  }
  .key_btn a i {
    margin-left: 4.98%;
    width: 10.63%;
  }
}

@media screen and (min-width: 768px) {
  .key_btn {
    max-width: 752px;
  }
  .key_btn a i {
    margin: 0 20px;
  }
}
.footer-group {
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 63px 5% 60px;
  text-align: center;
  font-weight: bold;
}
.footer-group .wrap {
  max-width: 1300px;
  box-sizing: border-box;
}
.footer-group .blk1 .wrap {
  border: 4px solid #ffa325;
  padding: 13px 50px 32px;
}
.footer-group h2 {
  text-align: center;
  font-weight: bold !important;
  line-height: 51px;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 43px !important;
}
.footer-group h2 .fnt-notoserif {
  font-size: 40px;
}
.footer-group h2 span:last-child {
  font-size: 36px;
}
.footer-group .footer-group-tel span {
  display: block;
}
.footer-group .footer-group-tel span:nth-child(1) {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 18px;
}
.footer-group .footer-group-tel span:nth-child(3) {
  font-size: 18px;
  color: #3f3f3f;
  margin-top: 16px;
}
.footer-group .footer-group-tel img {
  width: 100%;
  height: auto;
  max-width: 312px;
}
.footer-group .btn_link {
  max-width: 301px;
}
.footer-group .btn_link a {
  background: #cd0019;
  font-size: 19px;
  line-height: 3.94;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-group .btn_link a:after {
  display: none;
}
.footer-group .btn_link a i {
  width: 32px;
  display: block;
  margin-left: 10px;
  margin-top: -2px;
}
.footer-group .footer-group-right p:first-child {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-group .blk2 {
  margin-top: 20px;
}
.footer-group .blk2 .wrap {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer-group .footer-group-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .footer-group .footer-group-tel {
    width: 50%;
  }
  .footer-group .footer-group-right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-group {
    padding: 5vw 4% 14vw;
  }
  .footer-group .blk1 .wrap {
    border-width: 2px;
    padding: 5vw 4% 8vw !important;
  }
  .footer-group h2 {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 4.5vw !important;
  }
  .footer-group h2 .fnt-notoserif {
    font-size: 6vw;
  }
  .footer-group h2 span:last-child {
    font-size: 5vw;
  }
  .footer-group .footer-group-tel {
    margin: auto;
    width: 77%;
  }
  .footer-group .footer-group-tel span:nth-child(1) {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .footer-group .footer-group-tel span:nth-child(3) {
    font-size: 3.8vw;
    margin-top: 2vw;
  }
  .footer-group .footer-group-right {
    margin: 4vw auto 0;
    width: 77%;
  }
  .footer-group .footer-group-right p:first-child {
    font-size: 4vw;
  }
  .footer-group .footer-group-right .btn_link a {
    font-size: 4vw;
  }
  .footer-group .footer-group-right .btn_link a i {
    width: 8%;
  }
}

/*=============================================
 * footer-btn
 *=============================================*/

 #footer-btn {
  display: block;
  width: 100% !important;
  overflow: hidden;
  background: #f3f3f3;
  padding: 37px 0 34px;
}

#footer-btn .btn01 {
  background: url("../img/index/bnr_sec1_1.png") no-repeat top center/100% auto;
  width: 460px;
  height: 380px;
  position: relative;
  float: left;
  z-index: 1;
}
#footer-btn .btn01 p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  z-index: 100;
}
#footer-btn .btn01 p a {
  text-decoration: underline;
  color: blue;
  letter-spacing: normal;
  font-weight: bold;
}

#footer-btn .btn01 p a:visited {
  color: blue;
}

#footer-btn .btn02 {
  background: url("../img/index/bnr_sec1_2.png") no-repeat top center/100% auto;
  width: 460px;
  height: 380px;
  position: relative;
  float: right;
  z-index: 1;
}
#footer-btn .btn02 p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  z-index: 100;
}
#footer-btn .btn02 p a {
  text-decoration: underline;
  color: blue;
  letter-spacing: normal;
  font-weight: bold;
}

#footer-btn .btn02 p a:visited {
  color: blue;
}

@media screen and (max-width: 1400px) {
  #footer-btn .btn01 {
    background: url("../img/index/bnr_sec1_1.png") no-repeat top center/100%
      auto;
    width: 460px;
    height: 380px;
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 0 !important;
  }
  #footer-btn .btn02 {
    background: url("../img/index/bnr_sec1_2.png") no-repeat top center/100%
      auto;
    width: 460px;
    height: 380px;
    position: relative;
    float: right;
    z-index: 1;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  #footer-btn {
    display: block;
    width: 100% !important;
    padding: 37px 0 0px;
  }

  #footer-btn .btn01 {
    background: url("../img/index/bnr_sec1_1.png") no-repeat top center/100%
      auto;
    width: 100%;
    height: 90% !important;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 0 auto !important;
  }

  #footer-btn .btn01 p {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    z-index: 100;
  }
  #footer-btn .btn01 p a {
    text-decoration: underline;
    color: blue;
    letter-spacing: normal;
    font-weight: bold;
  }

  #footer-btn .btn01 p a:visited {
    color: blue;
  }

  #footer-btn .btn02 {
    background: url("../img/index/bnr_sec1_2.png") no-repeat top center/100%
      auto;
    width: 100%;
    height: 90% !important;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 0 auto !important;
  }
  #footer-btn .btn02 p {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    z-index: 100;
  }
  #footer-btn .btn02 p a {
    text-decoration: underline;
    color: blue;
    letter-spacing: normal;
    font-weight: bold;
  }

  #footer-btn .btn02 p a:visited {
    color: blue;
  }
}

@media screen and (max-width: 767px) {
  #footer-btn {
    padding: 37px 0 0px;
  }

  #footer-btn .btn01 {
    background: url("../img/index/bnr_sec1_1.png") no-repeat top center/100%
      auto;
    width: 100%;
    height: 320px !important;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 10px auto !important;
  }

  #footer-btn .btn01 p {
    position: absolute;
    bottom: 42px;
    right: 25px;
    text-align: right;
    z-index: 100;
  }
  #footer-btn .btn01 p a {
    text-decoration: underline;
    color: blue;
    letter-spacing: normal;
    font-weight: bold;
  }

  #footer-btn .btn01 p a:visited {
    color: blue;
  }

  #footer-btn .btn02 {
    background: url("../img/index/bnr_sec1_2.png") no-repeat top center/100%
      auto;
    width: 100%;
    height: 320px !important;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 10px auto !important;
  }
  #footer-btn .btn02 p {
    position: absolute;
    bottom: 42px;
    right: 25px;
    text-align: right;
    z-index: 100;
  }
  #footer-btn .btn02 p a {
    text-decoration: underline;
    color: blue;
    letter-spacing: normal;
    font-weight: bold;
  }

  #footer-btn .btn02 p a:visited {
    color: blue;
  }
}
.sec-link-shared.w_100 {
  width: 100%;
  padding-bottom: 20px;
 
}
.sec-link-shared.w_100  li a {
  background: none !important;
}
.sec-link-shared.w_100  li a  {
  color: blue;
  text-decoration: underline;
}
.sec-link-shared.w_100  li a:hover {
  text-decoration: none;  color: blue;
}
.sec-link-shared {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  white-space: nowrap;
  font-weight: normal;
}.sec-link-shared li {
  width: auto !important;
  box-shadow:none !important;
}
.sec-link-shared a {
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.sec-link-shared a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec-link-shared.w_100  {
    gap:0;
  }
}


.contactbox-style-1 .box-style {
  width: 100%;
  flex: 1 1 50%;
  display: block;
  padding: 5vw 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
  border-bottom: 3px solid #1C4388;
  text-align: center;
}
.contactbox-style-1 .box-style .lttspc100 {
  letter-spacing: 0.1em;
}
.contactbox-style-1 .box-style .box-style__ttl {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  position: relative;
}
.contactbox-style-1 .box-style .box-style__ttl::before {
  content: "";
  width: 100%;
  height: 6vw;
  display: block;
  margin-bottom: 5px;
  background: center/contain no-repeat;
}
.contactbox-style-1 .box-style .box-style__ttl.no-icon::before {
  display: none;
}
.contactbox-style-1 .box-style .box-style__header.has-arrow {
  padding-bottom: 15px;
  position: relative;
}
.contactbox-style-1 .box-style .box-style__header.has-arrow::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg transform='translate(-5930 7532)'%3E%3Cg transform='translate(5930 -7532)'%3E%3Cg fill='none' stroke='%2309254b' stroke-width='1'%3E%3Crect width='30' height='30' rx='15' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='29' height='29' rx='14.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(5937 -7525)'%3E%3Cpath d='M8,0,6.545,1.455l5.506,5.506H0V9.039H12.052L6.545,14.545,8,16l8-8Z' fill='%2309254b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 / contain no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.contactbox-style-1 .box-style .box-style__txtnote {
  font-size: 2.2vw;
}
.contactbox-style-1 .box-style .box-style__body {
  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;
  margin-top: 5vw;
}
.contactbox-style-1 .box-style .box-style__footer {
  margin-top: 5vw;
}
.contactbox-style-1 .telbox .box-style__ttl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.81 41'%3E%3Cg transform='translate(-184 -8225.001)'%3E%3Cpath d='M12.791,31.986c4.017,6.957,6.971,10.39,9.695,12.46,3.505,2.664,7.647,3.318,10.5,1.668l1.241-.716a2.741,2.741,0,0,0,.845-4.1L30.5,35.923a3.252,3.252,0,0,0-4.61-.95l-1.324,1.3A2.1,2.1,0,0,1,21.6,36.24a36,36,0,0,1-4.71-6.621,36,36,0,0,1-3.379-7.389,2.1,2.1,0,0,1,1.454-2.583l1.787-.5a3.252,3.252,0,0,0,1.482-4.467L15.869,8.031A2.741,2.741,0,0,0,11.9,6.713l-1.241.716C7.8,9.079,6.294,12.992,6.848,17.36c.43,3.394,1.927,7.668,5.943,14.626Z' transform='translate(177.266 8218.987)' fill='%2309254b'/%3E%3Cg transform='translate(203.657 8225.001)'%3E%3Cpath d='M79.305,30.347a1.111,1.111,0,0,1-1.073-1.4A17.353,17.353,0,0,0,65.961,7.7a1.11,1.11,0,0,1,.575-2.145A19.573,19.573,0,0,1,80.377,29.524a1.111,1.111,0,0,1-1.072.823Z' transform='translate(-62.899 -5.512)' fill='%2309254b'/%3E%3Cpath d='M67.215,42.04a1.111,1.111,0,0,1-1.073-1.4,8.712,8.712,0,0,0-6.153-10.658,1.11,1.11,0,1,1,.575-2.145,10.935,10.935,0,0,1,7.723,13.377A1.11,1.11,0,0,1,67.215,42.04Z' transform='translate(-59.166 -19.445)' fill='%2309254b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.contactbox-style-1 .telbox .tel .tel-number {
  font-size: 6vw;
}
.contactbox-style-1 .mailbox .box-style__ttl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 26.25'%3E%3Cg transform='translate(-660 -5810.75)'%3E%3Cpath d='M1,6.712V20.775A4.375,4.375,0,0,0,5.375,25.15h26.25A4.375,4.375,0,0,0,36,20.775V6.712L18.5,15.307Z' transform='translate(659 5811.85)' fill='%2309254b'/%3E%3Cpath d='M31.625,3.141H5.375A4.374,4.374,0,0,0,1,7.516v.155l17.5,8.595L36,7.671V7.516A4.374,4.374,0,0,0,31.625,3.141Z' transform='translate(659 5807.609)' fill='%2309254b'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 70%;
}
.contactbox-style-1 .linebox .box-style__ttl::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M311 196.8l0 81.3c0 2.1-1.6 3.7-3.7 3.7l-13 0c-1.3 0-2.4-.7-3-1.5L254 230 254 278.2c0 2.1-1.6 3.7-3.7 3.7l-13 0c-2.1 0-3.7-1.6-3.7-3.7l0-81.3c0-2.1 1.6-3.7 3.7-3.7l12.9 0c1.1 0 2.4 .6 3 1.6l37.3 50.3 0-48.2c0-2.1 1.6-3.7 3.7-3.7l13 0c2.1-.1 3.8 1.6 3.8 3.5l0 .1zm-93.7-3.7l-13 0c-2.1 0-3.7 1.6-3.7 3.7l0 81.3c0 2.1 1.6 3.7 3.7 3.7l13 0c2.1 0 3.7-1.6 3.7-3.7l0-81.3c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1l-35.6 0 0-64.4c0-2.1-1.6-3.7-3.7-3.7l-13 0c-2.1 0-3.7 1.6-3.7 3.7l0 81.3c0 1 .3 1.8 1 2.5 .7 .6 1.5 1 2.5 1l52.2 0c2.1 0 3.7-1.6 3.7-3.7l0-13c0-1.9-1.6-3.7-3.5-3.7l.1 0zm193.7-68.1l-52.3 0c-1.9 0-3.7 1.6-3.7 3.7l0 81.3c0 1.9 1.6 3.7 3.7 3.7l52.2 0c2.1 0 3.7-1.6 3.7-3.7l0-13.1c0-2.1-1.6-3.7-3.7-3.7l-35.5 0 0-13.6 35.5 0c2.1 0 3.7-1.6 3.7-3.7l0-13.1c0-2.1-1.6-3.7-3.7-3.7l-35.5 0 0-13.7 35.5 0c2.1 0 3.7-1.6 3.7-3.7l0-13c-.1-1.9-1.7-3.7-3.7-3.7l.1 0zM512 93.4l0 326c-.1 51.2-42.1 92.7-93.4 92.6l-326 0C41.4 511.9-.1 469.8 0 418.6l0-326C.1 41.4 42.2-.1 93.4 0l326 0c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3S68.8 150.1 68.8 233.5c0 74.7 66.3 137.4 155.9 149.3 21.8 4.7 19.3 12.7 14.4 42.1-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1l0-.2z' fill='rgb(6,199,85)'/%3E%3C/svg%3E");
  background-size: auto 70%;
}
.section-contact .linebox .btn-style-2 {
  --bgcolor: #06c755;
}
.contactbox-style-1 .txtbox {
  margin-top: 10vw;
}
.contactbox-style-1 .txtbox .btn-cus {
  margin-top: 5vw;
}
.contactbox-style-1 .gr1 {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw; */
  display: block;
}
@media only screen and (max-width: 767px) {
  .contactbox-style-1 .box-style .box-style__body {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .contactbox-style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contactbox-style-1 .box-style {
    flex: 1 0 calc(100% / 3 - 20px);
    width: 310px;
    padding: 45px 10px;
    border-bottom-width: 5px;
  }
  .contactbox-style-1 .box-style .box-style__ttl {
    font-size: 30px;
  }
  .contactbox-style-1 .box-style .box-style__ttl::before {
    height: 41px;
  }
  .contactbox-style-1 .box-style .box-style__txtnote {
    width: auto;
    margin: 0 -15px;
    font-size: 16px;
    white-space: nowrap;
  }
  .contactbox-style-1 .box-style .box-style__body {
    margin-top: 40px;
  }
  .contactbox-style-1 .box-style .box-style__footer {
    margin-top: 20px;
  }
  .contactbox-style-1 .telbox .tel dt {
    font-weight: 500;
    font-size: 18px;
  }
  .contactbox-style-1 .telbox .tel .tel-number {
    font-size: 38px;
    line-height: 50px;
  }
  .contactbox-style-1 .mailbox .box-style__ttl::before {
    background-size: auto 26px;
  }
  .section-contact .linebox .btn-style-2 {
    padding: 28px 40px 28px 20px;
  }
  .contactbox-style-1 .txtbox {
    margin-top: 40px;
  }
  .contactbox-style-1 .txtbox:first-child {
    margin-top: 0;
  }
  .contactbox-style-1 .txtbox dl dt {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contactbox-style-1 .txtbox .btn-cus {
    margin: 20px 0 0 auto;
  }
  .contactbox-style-1 .gr1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .contactbox-style-1 .txtbox dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 30px;
  }
  .contactbox-style-1 .txtbox dl dd.txt {
    grid-area: 2 / 1 / 3 / 3;
  }
  .contactbox-style-1 .txtbox .btn-cus {
    width: 240px;
    margin: 0;
  }
  .contactbox-style-1 .gr2 {
    margin-right: -50px;
  }
  .contactbox-style-1 .txtbox dl dt {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1600px) {
  .contactbox-style-1 {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
  .contactbox-style-1 .box-style {
    flex-basis: 350px;
    padding: 45px 25px;
  }
  .contactbox-style-1 .gr1 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}


.box-style-1 {
  padding: 0;
  margin-right: 20px;
  width: 260px;
  margin-left: 5px;
  margin-bottom: 20px;
  min-height: 130px;
  -webkit-transform: translateX(4vw);
          transform: translateX(4vw);
  background: #fff;
}
.box-style-1 .head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.box-style-1 .head .logo dt {
  width: 20%;
  margin-right: 5%;
  border-radius: 50%;
  overflow: hidden;
}
.box-style-1 .head .logo dd {
  font-weight: bold;
  font-size: 18px;
}
.box-style-1 .head .logo dd small {
  font-size: 14px;
}
.box-style-1 .photo {
  height: 65vh;
}
.box-style-1 .photo .ttl {
  margin-bottom: 20px;
}
.box-style-1 .photo .ttl dt {
  font-weight: bold;
  font-size: 24px;
  color: #E53F14;
  margin-bottom: 2vw;
  position: relative;
}
.box-style-1 .photo .ttl dt::before {
  content: "";
  background: url("../img/shared/icon_crown.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.box-style-1 .photo .ttl dd {
  color: #09254B;
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
}
.box-style-1 .photo .ttl dd .num {
  font-size: 26px;
}
.box-style-1 .photo .ttl dd .small {
  font-size: 18px;
  line-height: 25px;
}
.box-style-1 .photo .ttl dd .big {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .box-style-1 {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    width: 234px;
    height: 320px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .box-style-1 a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block;
  }
  .box-style-1 a:hover {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
            transform: scale3d(1.01, 1.01, 1.01);
    -webkit-box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    display: block;
    width: 100%;
  }
  .box-style-1 .photo {
    height: 497px;
    overflow: hidden;
  }
}

.box-style-2 {
	padding: 0;
	margin-right: 10px;
	width: 246px;
	margin-top: 5px;
	margin-left: 5px;
	min-height: 130px;
	transform: translateX(4vw);
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 14px;
}
.box-style-2 .photo {
	height: 191px;
}
.box-style-2 .inner {
	padding: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	min-height: 39vw;
}
.box-style-2 .inner::after {
	content: "";
	background: url("../img/shared/icon_arrow3.svg") no-repeat;
	width: 16px;
	height: 20px;
	background-size: 100%;
	bottom: -8px;
	right: 9px;
	position: absolute;
}
.box-style-2 .inner .txt2 {
	margin-bottom: 5vw;
	font-weight: bold;
}
.box-style-2 .inner h3 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}

@media only screen and (min-width: 768px) {
	.box-style-2 {
    -webkit-transform: translateX(80px);
		transform: translateX(80px);
		width: 395px;
		margin-right: 20px;
		padding-bottom: 3px;
		margin-bottom: 20px;
	}
	.box-style-2 .photo {
		height: 246px;
		overflow: hidden;
	}
	.box-style-2 a {
		transition: all 0.5s;
		width: 100%;
		height: 100%;
		display: block;
	}
	.box-style-2 a:hover {
		transform: scale3d(1.01, 1.01, 1.01);
		box-shadow: 2px 4px 16px #00000029;
		transition: all 0.5s;
		width: 100%;
		display: block;
		width: 100%;
	}
	.box-style-2 .inner {
		min-height: 197px;
		padding: 27px 20px 45px;
		height: auto !important;
	}
	.box-style-2 .inner::after {
		width: 30px;
		height: 30px;
		right: 20px;
		bottom: 18px;
	}
	.box-style-2 .inner .txt2 {
		margin-bottom: 20px;
		line-height: 30px;
	}
	.box-style-2 .inner h3 {
		font-size: 16px;
		line-height: 28px;
	}
}

.slider-default {
  margin-left: -5.6%;
  margin-right: -5.6%;
}
.slider-default .slick-list {
  overflow: unset;
}
.slider-default:has(.slick-arrow) {
  margin-bottom: 15vw;
}
.slider-default .slick-arrow {
  margin-top: 40px;
}
.box-style-3 {
  display: block;
	width: 60vw;
	min-height: 130px;
	padding: 0;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 5px;
	transform: translateX(4vw);
	background: #fff;
}
.box-style-3 a {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.box-style-3 .ttl {
  font-size: 16px;
  font-weight: 700;
}
.box-style-3 .ttlbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-style-3 .brand-logo {
  width: 46px;
}
.box-style-3 .img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.box-style-3 .content {
  width: 100%;
  height: 100%;
  padding: 5vw 3vw;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .slider-default {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .slider-default:has(.slick-arrow) {
    margin-bottom: 80px;
  }
  .slider-default .slick-arrow {
    margin-top: 50px;
  }
	.box-style-3 {
    -webkit-transform: translateX(30px);
		transform: translateX(30px);
		width: 400px;
    min-height: 480px;
		margin-right: 20px;
	}
	.box-style-3 a:hover {
		transform: scale3d(1.01, 1.01, 1.01);
		box-shadow: 2px 4px 16px #00000029;
		transition: all 0.5s;
		width: 100%;
		display: block;
		width: 100%;
	}
  .box-style-3 .ttl {
    font-size: 24px;
    line-height: 45px;
  }
  .box-style-3 .brand-logo {
    width: 70px;
  }
  .box-style-3 .content {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 1280px) {
	.box-style-3 {
    -webkit-transform: translateX(80px);
		transform: translateX(80px);
  }
}