@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #202124;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #fff;
  max-width: 1700px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  body {
    padding-bottom: 95px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}

.header .logo {
  position: relative;
  z-index: 10001;
}

.header-inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 0 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 20px;
  }
}

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

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

body {
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 53.93px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  max-width: 110px;
  margin-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 7px 0;
}
@media screen and (max-width: 1000px) {
  .header .logo {
    max-width: 69px;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right ul li {
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .header .right ul li {
    margin-right: 10px;
  }
}
.header .right ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header .right ul li a {
    font-size: 14px;
  }
}
.header .right ul li a:hover {
  color: #B73130;
}
.header .tel-area {
  margin-right: 25px;
  text-align: right;
  line-height: 1;
}
.header .tel-area .heading {
  font-size: 12px;
  color: #B73130;
  font-weight: 500;
  margin-bottom: 5px;
}
.header .tel-area .center {
  margin-bottom: 5px;
}
.header .tel-area .center a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .tel-area .center a:hover {
  color: #B73130;
}
.header .tel-area .center a .center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .tel-area .center a .center-flex .icon {
  width: 24px;
  margin-right: 5px;
}
.header .tel-area .center a .center-flex .num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.header .tel-area .bottom {
  font-size: 12px;
  font-weight: 500;
}
.header .tel-area .bottom span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.header .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
}
.header .header-btn .btn {
  text-align: center;
  display: block;
}
.header .header-btn .btn a {
  width: 110px;
  min-width: 110px;
  height: 80px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .header .header-btn .btn a {
    font-size: 13px;
    width: 90px;
  }
}
.header .header-btn .btn a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header-btn .btn a::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  background: url(../img/tri.png) no-repeat center center/cover;
  width: 10px;
  height: 10px;
}
.header .header-btn .btn1 {
  margin-right: 1px;
}
.header .header-btn .btn1 a {
  color: #fff;
  background: #1D3760;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-btn .btn1 a:hover {
  background: #fff;
  color: #1D3760;
}
.header .header-btn .btn2 a {
  display: block;
  background: #B73130;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-btn .btn2 a span {
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50px;
  padding: 2px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #B73130;
  font-weight: 700;
}
.header .header-btn .btn2 a:hover {
  color: #B73130;
  background: #fff;
}
.header .header-btn .btn2 a:hover span {
  background: #B73130;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .mv {
    padding-bottom: 0;
  }
  .mv .btn {
    z-index: 99 !important;
  }
}
@media screen and (max-width: 1000px) {
  .mv .section-btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.mv .section-btn a {
  position: relative;
}
.mv .section-btn a:hover span {
  background: #B73130;
  color: #fff;
}
.mv .section-btn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border: 1px solid #B73130;
  display: block;
  color: #B73130;
  border-radius: 50px;
  font-size: 14px;
  padding: 4px 30px;
  width: 100%;
  max-width: 170px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mv .section-btn span {
    font-size: 12px;
  }
}
.mv {
  padding: 80px 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv {
    padding: 50px 0 0;
  }
}
.mv .main-text {
  margin-bottom: 40px;
  max-width: 580px;
}
@media screen and (max-width: 1000px) {
  .mv .main-text {
    max-width: 380px;
  }
}
.mv .text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .mv .text {
    font-size: 15px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url(../img/mv-pc-bg.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .mv::before {
    width: 100%;
  }
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../img/mv-pc.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .mv::after {
    display: none;
  }
}
.mv .contents {
  padding-right: 80px;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .mv .contents {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.mv {
  position: relative;
}
.mv .item {
  position: absolute;
  max-width: 420px;
  bottom: 40px;
  left: 45%;
}
.mv .btn {
  position: relative;
  z-index: 2;
}
.mv .mv-sp {
  position: relative;
}
.mv .mv-sp .item {
  position: absolute;
  bottom: initial !important;
  left: initial !important;
  top: -23%;
  right: 0;
  max-width: 210px;
  width: 45%;
}

@media screen and (max-width: 1000px) {
  body {
    max-width: 500px;
    margin: 0 auto;
  }
}

.section-btn a {
  display: inline-block;
  border: 1px solid #B73130;
  background: #B73130;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  padding: 25px 60px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a:hover {
  background: #fff;
  color: #B73130;
}
@media screen and (max-width: 1000px) {
  .section-btn a {
    font-size: 16px;
    padding: 20px 0;
    display: block;
    text-align: center;
  }
}
.section-btn a::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  background: url(../img/tri.png) no-repeat center center/cover;
  width: 10px;
  height: 10px;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 50px 0;
  }
}

.top1 {
  background: #F7F7F7;
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
  color: #B73130;
}
@media screen and (max-width: 1000px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.drawer-icon {
  position: fixed;
  top: 19px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 100001;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #B73130;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.drawer-icon-nav {
  position: absolute;
  top: 90px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  max-width: 400px;
}
.drawer-icon-nav ul {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #202124;
  letter-spacing: 0;
}
.drawer-icon-nav .btn1 a {
  color: #fff;
  background: #1D3760;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon-nav .btn2 {
  margin-bottom: 15px;
}
.drawer-icon-nav .btn2 a {
  display: block;
  background: #B73130;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon-nav .btn2 a .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-icon-nav .btn2 a span {
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #B73130;
  font-weight: 700;
}
.drawer-icon-nav .btn {
  text-align: center;
  display: block;
  width: 100%;
}
.drawer-icon-nav .btn a {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  letter-spacing: 0;
}
.drawer-icon-nav .btn a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav .btn a::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  background: url(../img/tri.png) no-repeat center center/cover;
  width: 10px;
  height: 10px;
}
.drawer-icon-nav .tel-area {
  margin-right: 25px;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.drawer-icon-nav .tel-area .heading {
  font-size: 12px;
  color: #B73130;
  font-weight: 500;
  margin-bottom: 5px;
}
.drawer-icon-nav .tel-area .center {
  margin-bottom: 5px;
}
.drawer-icon-nav .tel-area .center a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon-nav .tel-area .center a .center-flex {
  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;
}
.drawer-icon-nav .tel-area .center a .center-flex .icon {
  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -8px;
}
.drawer-icon-nav .tel-area .center a .center-flex .num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.drawer-icon-nav .tel-area .bottom {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.drawer-icon-nav .tel-area .bottom span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.top1 .inner {
  position: relative;
  z-index: 2;
}
.top1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .top1 .flex {
    display: block;
    margin-bottom: 30px;
  }
}
.top1 .flex .item {
  width: 32%;
}
@media screen and (min-width: 1001px) {
  .top1 .flex .item:nth-child(1) {
    margin-top: 40px;
  }
  .top1 .flex .item:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top1 .flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top1 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.top1 .text1-wrap {
  text-align: center;
}
.top1 .text1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  display: inline;
  border-bottom: 1px dotted #202124;
}
@media screen and (max-width: 1000px) {
  .top1 .text1 {
    font-size: 14px;
  }
}
.top1 .text2 {
  margin-top: 60px;
  font-size: 24px;
  color: #B73130;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top1 .text2 {
    margin-top: 30px;
    font-size: 18px;
  }
}

.top1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top1-bottom .item:nth-child(1) { flex: 1333; }
.top1-bottom .item:nth-child(2) { flex: 1333; }
.top1-bottom .item:nth-child(3) { flex: 1332; }
.top1-bottom .item:nth-child(4) { flex: 1600; }
.top1-bottom .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1000px) {
  .top1-bottom .item img {
    height: 150px;
  }
}

.top2 {
  position: relative;
}
.top2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .top2 .bg {
    width: 60%;
  }
}
.top2 .inner {
  position: relative;
  z-index: 2;
}
.top2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top2 .flex {
    display: block;
  }
}
.top2 .flex .img {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .top2 .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top2 .flex .contents {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .top2 .flex .contents {
    width: 100%;
  }
}
.top2 .flex .contents p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .top2 .flex .contents p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.top3 {
  background: url(../img/top3-bg.webp) no-repeat right center/cover;
}
@media screen and (max-width: 1000px) {
  .top3 {
    background: url(../img/top3-bg-sp.webp) no-repeat center center/cover;
  }
}
.top3 .box {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .top3 .box {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1001px) {
  .top3 .section-title {
    margin-bottom: 0;
  }
}
.top3 .lead {
  font-size: 20px;
  color: #B73130;
  font-weight: 500;
  line-height: 1.3;
}
.top3 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .top3 .flex1 {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .top3 .flex1 .section-title {
    width: 50%;
    text-align: center;
    border-right: 1px solid #B73130;
  }
}
@media screen and (max-width: 1200px) {
  .top3 .flex1 .section-title {
    border-right: none !important;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .top3 .flex1 .section-title::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 40px;
    height: 1px;
    background: #B73130;
  }
}
@media screen and (min-width: 1001px) {
  .top3 .flex1 .lead {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .top3 .flex1 .lead {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .top3 .flex1 .lead {
    font-size: 16px;
    text-align: center;
  }
}
.top3 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top3 .flex2 {
    display: block;
    margin-top: 30px;
  }
}
.top3 .flex2 .left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top3 .flex2 .left {
    width: 100%;
  }
}
.top3 .flex2 .left .img {
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .top3 .flex2 .left .img {
    width: 60px;
  }
}
.top3 .flex2 .left p {
  width: calc(100% - 100px);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top3 .flex2 .left p {
    width: calc(100% - 70px);
    font-size: 14px;
  }
}
.top3 .flex2 .right {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top3 .flex2 .right {
    width: 100%;
    margin-top: 30px;
  }
}

.top4 .box {
  padding: 60px;
  background: url(../img/top4-bg.webp) no-repeat center center/cover;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .top4 .box {
    padding: 30px 20px;
  }
}
.top4 .section-title {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .top4 .section-title {
    text-align: center;
  }
}
.top4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 1000px) {
  .top4 ul {
    display: block;
  }
}
.top4 ul li {
  width: 24%;
}
.top4 ul li:last-child {
  display: none;
}
@media screen and (max-width: 1000px) {
  .top4 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .top4 ul li:last-child {
    display: block;
    margin-bottom: 0;
  }
}
.top4 .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top4 .btn {
    margin-top: 30px;
  }
}

.top5 {
  padding-top: 0;
}
.top5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top5 ul {
    display: block;
  }
}
.top5 ul li {
  width: 32.5%;
}
@media screen and (max-width: 1000px) {
  .top5 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top5 ul li:last-child {
    margin-bottom: 0;
  }
}
.top5 ul li .contents {
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .top5 ul li .contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.top5 ul li h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.top5 ul li p {
  font-size: 16px;
  font-weight: 500;
}

.cta {
  background: url(../img/cta.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .cta {
    padding-top: 80px;
  }
}
.cta .section-title {
  color: #fff;
}
.cta .box {
  padding: 40px 60px;
  border-radius: 15px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .cta .box {
    padding: 70px 15px 30px;
    position: relative;
    margin-top: 100px;
  }
}
.cta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta .flex {
    display: block;
  }
}
.cta .flex .left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cta .flex .left {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .cta .flex .left .img {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 300px;
  }
}
.cta .flex .left p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .cta .flex .left p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cta .flex .right {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .cta .flex .right {
    width: 100%;
  }
}
.cta .flex .right .btn {
  margin-bottom: 30px;
}
.cta .flex .right .btn a {
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C9A833), to(#C5A532));
  background: linear-gradient(to right, #C9A833, #C5A532);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .cta .flex .right .btn a {
    font-size: 15px;
    line-height: 1.4;
    padding: 15px 10px;
  }
}
.cta .flex .right .btn a:hover {
  opacity: 0.6;
}
.cta .flex .right .btn a .btn-flex {
  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;
}
.cta .flex .right .btn a .arrow {
  width: 7px;
  margin-left: 15px;
}
.cta .flex .right .btn a .arrow img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.cta .flex .tel-wrap {
  border-bottom: 1px dotted #202124;
  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;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .cta .flex .tel-wrap {
    display: block;
    text-align: center;
    max-width: 220px;
  }
}
.cta .flex .tel-wrap a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .cta .flex .tel-wrap a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta .flex .tel-wrap a:hover {
  color: #B73130;
}
.cta .flex .tel-wrap a .text {
  font-size: 18px;
  font-weight: 500;
}
.cta .flex .tel-wrap a .icon {
  width: 28px;
}
.cta .flex .tel-wrap a .num {
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

.top6 .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top6 .section-title {
    margin-bottom: 20px;
  }
}
.top6 .lead {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top6 .lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.top6 ul {
  border-radius: 10px;
  background: #E8E8E8;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top6 ul {
    display: block;
    padding: 0 20px;
  }
}
.top6 ul li {
  width: 33.333%;
  padding: 30px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1000px) {
  .top6 ul li {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
.top6 ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .top6 ul li:last-child {
    border-bottom: none;
  }
}
.top6 ul h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top6 ul h3 {
    font-size: 18px;
  }
}
.top6 ul p {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top6 ul p {
    font-size: 16px;
  }
}
.top6 {
  position: relative;
}
.top6 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .top6 .bg {
    width: 60%;
  }
}
.top6 .inner {
  position: relative;
  z-index: 2;
}
.top6 .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top6 .btn {
    margin-top: 30px;
  }
}

.top7 {
  background: #F7F7F7;
  position: relative;
}
.top7 .bg {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top7 .bg {
    top: 0;
  }
}
.top7 .inner {
  position: relative;
  z-index: 2;
}
.top7 .slider a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top7 .slider a:hover {
  color: #B73130;
}
.top7 .slider .contents {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .top7 .slider .contents {
    padding: 15px 0;
  }
}
.top7 .slider .item {
  padding: 0 10px;
}
.top7 .slider .item .img .wrap {
  position: relative;
  padding-top: 60%;
}
.top7 .slider .item .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top7 .slider .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.top7 .slider .item .category {
  margin-right: 6px;
}
.top7 .slider .item .category .name {
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #B73130;
  color: #B73130;
  padding: 4px 15px;
}
.top7 .slider .item .time {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.top7 .slider h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.top7 .slick-next:before {
  display: none;
}
.top7 .slick-prev:before {
  display: none;
}
.top7 .slick-prev,
.top7 .slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .top7 .slick-prev,
  .top7 .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .top7 .slick-prev:hover,
  .top7 .slick-next:hover {
    opacity: 0.6;
  }
}
.top7 .slick-dots li button:before {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .top7 .slick-dots li button:before {
    font-size: 13px;
  }
}
.top7 .slick-next {
  right: -15px;
}
@media screen and (max-width: 1000px) {
  .top7 .slick-next {
    right: -3px;
  }
}
.top7 .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1000px) {
  .top7 .slick-prev {
    left: -3px;
  }
}
.top7 .btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .top7 .btn {
    margin-top: 40px;
  }
}

.top8 {
  background: url(../img/voice-bg.webp) no-repeat center center/cover;
}
.top8 .inner {
  position: relative;
  z-index: 2;
}
.top8 .slider a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top8 .slider a:hover {
  color: #B73130;
}
.top8 .slider .contents {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .top8 .slider .contents {
    padding: 15px 0;
  }
}
.top8 .slider .item {
  padding: 0 10px;
}
.top8 .slider .item .img .wrap {
  position: relative;
  padding-top: 60%;
}
.top8 .slider .item .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top8 .slider .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .top8 .slider .item .heading {
    display: block;
  }
}
.top8 .slider .item .category {
  margin-right: 6px;
}
.top8 .slider .item .category .name {
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #B73130;
  color: #B73130;
  padding: 4px 15px;
  display: inline-block;
}
.top8 .slider .item .time {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.top8 .slider h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.top8 .slick-next:before {
  display: none;
}
.top8 .slick-prev:before {
  display: none;
}
.top8 .slick-prev,
.top8 .slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .top8 .slick-prev,
  .top8 .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .top8 .slick-prev:hover,
  .top8 .slick-next:hover {
    opacity: 0.6;
  }
}
.top8 .slick-dots li button:before {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .top8 .slick-dots li button:before {
    font-size: 13px;
  }
}
.top8 .slick-next {
  right: -15px;
}
@media screen and (max-width: 1000px) {
  .top8 .slick-next {
    right: -3px;
  }
}
.top8 .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1000px) {
  .top8 .slick-prev {
    left: -3px;
  }
}
.top8 .btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .top8 .btn {
    margin-top: 40px;
  }
}
.top8 .sub {
  font-size: 18px;
  font-weight: 500;
}

.top9 .section-title {
  color: #fff;
}
.top9 .box {
  background: url(../img/media-bg.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding: 80px 60px;
}
@media screen and (max-width: 1000px) {
  .top9 .box {
    padding: 30px 20px;
  }
}
.top9 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top9 ul {
    display: block;
  }
}
.top9 ul li {
  width: 32.5%;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .top9 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .top9 ul li:last-child {
    margin-bottom: 0;
  }
}
.top9 ul li .wrap {
  position: relative;
  padding-top: 52%;
}
.top9 ul li .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top9 ul li .contents {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .top9 ul li .contents {
    min-height: 91px;
  }
}
.top9 ul li h3 {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}
.top9 ul li a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top9 ul li a:hover {
  color: #B73130;
}

.top10 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .top10 ul {
    display: block;
  }
}
.top10 ul .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top10 ul .flex {
    display: block;
  }
}
.top10 ul .flex .left {
  padding: 30px;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .top10 ul .flex .left {
    padding: 20px;
    width: 100%;
  }
}
.top10 ul .flex .right {
  width: 35%;
}
@media screen and (max-width: 1000px) {
  .top10 ul .flex .right {
    width: 100%;
  }
}
.top10 ul .flex .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top10 ul li {
  border-radius: 15px;
  border: 1px solid #B73130;
  overflow: hidden;
}
.top10 ul li h3 {
  color: #B73130;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: auto;
}
@media screen and (max-width: 1000px) {
  .top10 ul li h3 {
    margin-bottom: 20px;
  }
}
.top10 ul li p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1001px) {
  .top10 ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .top10 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top10 ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top10 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .top10 ul li:last-child {
    margin-bottom: 0;
  }
}

.qa .box {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .qa .box {
    padding: 30px 20px;
  }
}
.qa .row {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  margin-bottom: 30px;
}
.qa .row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .qa .row {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.qa .row .dt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding-right: 45px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dt .flex::before {
  position: absolute;
  content: "";
  background: #1D3760;
  height: 20px;
  width: 2.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dt .flex::after {
  position: absolute;
  content: "";
  background: #1D3760;
  height: 2.5px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1000px) {
  .qa .row .dt .flex {
    padding-right: 30px;
    font-size: 16px;
  }
}
.qa .row .dt.active .flex {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dt.active .flex::before {
  height: 0;
}
.qa .row .dd {
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
  margin-top: 20px;
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 1000px) {
  .qa .row .dd {
    font-size: 14px;
  }
}
.qa .row .dd a {
  display: inline-block;
  color: #B73130;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .row .dd a:hover {
  opacity: 0.6;
}
.qa .row .icon {
  width: 48px;
  min-width: 48px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .qa .row .icon {
    width: 40px;
    margin-right: 5px;
    min-width: 40px;
  }
}

.sodan {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #F7F0F0), to(#F7F0F0));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #F7F0F0 50%, #F7F0F0 100%);
}
.sodan .section-title {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .sodan .section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.sodan .lead {
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .sodan .lead {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
}
.sodan .inner {
  position: relative;
  z-index: 2;
}
.sodan .slick-list {
  overflow: initial;
}
.sodan .slider2 {
  padding-top: 40px;
}
.sodan .slider2 a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sodan .slider2 a:hover {
  color: #B73130;
}
.sodan .slider2 .contents {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .sodan .slider2 .contents {
    padding: 15px 0;
  }
}
.sodan .slider2 .item .img .wrap {
  position: relative;
  padding-top: 60%;
}
.sodan .slider2 .item .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sodan .slider2 .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.sodan .slider2 .item .category {
  margin-right: 6px;
}
.sodan .slider2 .item .category .name {
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #B73130;
  color: #B73130;
  padding: 4px 15px;
}
.sodan .slider2 .item .time {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.sodan .slider2 h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.sodan .slick-next:before {
  display: none;
}
.sodan .slick-prev:before {
  display: none;
}
.sodan .slick-prev,
.sodan .slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .sodan .slick-prev,
  .sodan .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .sodan .slick-prev:hover,
  .sodan .slick-next:hover {
    opacity: 0.6;
  }
}
.sodan .slick-dots li button:before {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .sodan .slick-dots li button:before {
    font-size: 13px;
  }
}
.sodan .slick-next {
  right: 10%;
}
@media screen and (max-width: 1000px) {
  .sodan .slick-next {
    right: -3px;
  }
}
.sodan .slick-prev {
  left: 10%;
}
@media screen and (max-width: 1000px) {
  .sodan .slick-prev {
    left: -3px;
  }
}
.sodan .btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .sodan .btn {
    margin-top: 40px;
  }
}
.sodan .item {
  background: #fff;
  border: 1px solid #B73130;
  border-radius: 10px;
  padding: 40px;
  margin: 0 20px;
}
@media screen and (max-width: 1000px) {
  .sodan .item {
    padding: 20px 20px;
    margin: 0 10px;
  }
}
.sodan .item .icon {
  position: absolute;
  top: -30px;
  left: 40px;
  width: 64px;
}
@media screen and (max-width: 1000px) {
  .sodan .item .icon {
    width: 40px;
    top: -20px;
    left: 20px;
  }
}
.sodan h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sodan h2 {
    font-size: 18px;
  }
}
.sodan h3 {
  color: #B73130;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .sodan h3 {
    font-size: 16px;
  }
}
.sodan p {
  font-weight: 500;
}
.sodan .slick-dots {
  bottom: -50px;
}

body,
html {
  overflow-x: hidden;
}

@media screen and (min-width: 1001px) {
  .inner2 {
    padding: 0;
    max-width: initial;
  }
}

.top-last-section {
  background: url(../img/top-last-section.webp) no-repeat top center/cover;
}
.top-last-section .section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top-last-section .section-title {
    margin-bottom: 20px;
  }
}
.top-last-section .lead {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .top-last-section .lead {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.top-column .inner {
  position: relative;
  z-index: 2;
}
.top-column .slider a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-column .slider a:hover {
  color: #B73130;
}
.top-column .slider .contents {
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .top-column .slider .contents {
    padding: 15px 0;
  }
}
.top-column .slider .item {
  padding: 0 10px;
}
.top-column .slider .item .img .wrap {
  position: relative;
  padding-top: 60%;
}
.top-column .slider .item .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-column .slider .item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.top-column .slider .item .category {
  margin-right: 6px;
}
.top-column .slider .item .category .name {
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #B73130;
  color: #B73130;
  padding: 4px 15px;
}
.top-column .slider .item .time {
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.top-column .slider h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.top-column .slick-next:before {
  display: none;
}
.top-column .slick-prev:before {
  display: none;
}
.top-column .slick-prev,
.top-column .slick-next {
  width: 56px;
  height: 56px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .top-column .slick-prev,
  .top-column .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .top-column .slick-prev:hover,
  .top-column .slick-next:hover {
    opacity: 0.6;
  }
}
.top-column .slick-dots li button:before {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .top-column .slick-dots li button:before {
    font-size: 13px;
  }
}
.top-column .slick-next {
  right: -15px;
}
@media screen and (max-width: 1000px) {
  .top-column .slick-next {
    right: -3px;
  }
}
.top-column .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1000px) {
  .top-column .slick-prev {
    left: -3px;
  }
}
.top-column .btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .top-column .btn {
    margin-top: 40px;
  }
}

.top-news {
  padding-top: 20px;
}
.top-news .box {
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px 100px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .top-news .box {
    padding: 30px 20px 80px;
  }
}
.top-news .btn {
  margin-top: -40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top-news .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-news .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .top-news .tab-btns {
    gap: 4px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}
.top-news .tab-btns button {
  min-width: 140px;
  height: 48px;
  border: none;
  border-radius: 100px;
}
@media screen and (max-width: 1000px) {
  .top-news .tab-btns button {
    min-width: 90px;
    height: 35px;
  }
}
.top-news .tab-btns button {
  background: #F7F0F0;
  color: #B73130;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .tab-btns button.active {
  background: #B73130;
  color: #fff;
}
.top-news .tab-content {
  display: none;
}
.top-news .tab-content.active {
  display: block;
}
.top-news .row a {
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
  display: block;
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .row a:hover {
  color: #B73130;
}
.top-news .row a .flex1 {
  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;
}
@media screen and (max-width: 1000px) {
  .top-news .row a .flex1 {
    display: block;
  }
}
.top-news .row a .flex1 .left {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-news .row a .flex1 .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-news .row a .flex1 .left .time {
  font-size: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.top-news .row a .flex1 .left .category {
  min-width: 110px;
  border: 1px solid #B73130;
  border-radius: 40px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #B73130;
}
.top-news .row a .flex1 .right {
  width: calc(100% - 250px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .top-news .row a .flex1 .right {
    width: 100%;
    font-size: 16px;
  }
}
.top-news .row:last-child a {
  border-bottom: 1px solid #DDDDDD;
}

.footer {
  padding: 80px 0 0;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    display: block;
  }
}
.footer .flex .left {
  width: 270px;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left {
    width: 100%;
  }
}
.footer .flex .right {
  width: calc(100% - 270px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .footer .flex .right {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
.footer .flex .right .ul1 {
  margin-right: 50px;
}
.footer .flex .right .ul1:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .footer .flex .right .ul1 {
    margin-right: 0;
  }
}
.footer .flex .right a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #202124;
}
.footer .flex .right a:hover {
  color: #B73130;
}
@media screen and (max-width: 1000px) {
  .footer .flex .right ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .flex .right ul li {
    width: 50%;
  }
}
.footer .flex .main-link {
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .footer .flex .main-link {
    margin-bottom: 10px;
  }
  .footer .flex .main-link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer .flex .main-link {
    margin-bottom: 20px;
  }
}
.footer .flex .main-link a {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .footer .flex .main-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .flex .main-link a {
    font-size: 16px;
  }
}
.footer .flex .main-link ul li {
  margin-top: 6px;
}
.footer .flex .main-link ul li a {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.footer .logo {
  max-width: 208px;
  margin-bottom: 40px;
}
.footer .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .footer .logo {
    max-width: 108px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.footer .tel-area {
  line-height: 1;
  margin-bottom: 20px;
}
.footer .tel-area a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .tel-area a:hover .num {
  color: #B73130;
}
.footer .tel-area a:hover .bottom {
  color: #202124;
}
.footer .tel-area .heading {
  font-size: 12px;
  color: #B73130;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer .tel-area .center {
  margin-bottom: 5px;
}
.footer .tel-area .center a {
  color: #202124;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .tel-area .center a .center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .tel-area .center a .center-flex .icon {
  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -8px;
}
.footer .tel-area .center a .center-flex .num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.footer .tel-area .bottom {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}
.footer .tel-area .bottom span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.footer .btn1 a {
  color: #fff;
  background: #1D3760;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .btn1 a:hover {
  background: #fff;
  color: #1D3760;
}
.footer .btn2 {
  margin-bottom: 10px;
}
.footer .btn2 a {
  display: block;
  background: #B73130;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .btn2 a:hover {
  color: #B73130;
  background: #fff;
}
.footer .btn2 a:hover span {
  color: #fff;
  background: #B73130;
}
.footer .btn2 a .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .btn2 a span {
  display: block;
  font-size: 12px;
  background: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #B73130;
  font-weight: 700;
}
.footer .btn {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 260px;
}
.footer .btn a {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  letter-spacing: 0;
}
.footer .btn a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.footer .btn a::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
  background: url(../img/tri.png) no-repeat center center/cover;
  width: 10px;
  height: 10px;
}
.footer .copyright {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 30px 0;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .copyright {
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
  }
}
.footer .outer {
  position: relative;
}
.footer .outer::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
  content: "";
  background: url(../img/outer.png) no-repeat center center/cover;
  width: 15px;
  height: 15px;
}

.footer .tel-area .center a {
  display: inline-block;
}

.mv .item {
  position: absolute;
  max-width: 267px;
  bottom: 64px;
  left: 45.5%;
}

@media screen and (max-width: 1000px) {
  .mv .mv-sp .item {
    position: absolute;
    bottom: initial !important;
    left: initial !important;
    top: -16%;
    right: 3%;
    max-width: 130px;
    width: 22%;
  }
  .footer .tel-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .btn {
    max-width: 100%;
  }
  .mv .item {
    position: initial;
    width: calc(100% - 240px);
    max-width: 96px;
    margin-right: 0px;
    position: relative;
    right: 9px;
    bottom: initial;
    left: initial;
  }
  .mv .item img {
    vertical-align: bottom;
  }
  .mv .contents .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv .text {
    margin-bottom: 0;
    width: 230px;
    white-space: nowrap;
  }
  .mv {
    padding-top: 20px;
  }
}
@media screen and (max-width: 374px) {
  .mv .text {
    font-size: 13px;
    width: 200px;
  }
  .mv .item {
    width: calc(100% - 210px);
    margin-right: 0;
    position: relative;
    right: 0px;
  }
  .mv .contents .sp-flex {
    max-width: 296px;
  }
}