@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word; }
  *:focus {
    outline: none; }

html {
  font-size: 20px;
  line-height: 1.6; }

body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo",Meiryo,YuGothic,"游ゴシック",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: #fff;
  color: #2a2a2a; }

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

table {
  background-color: transparent; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

ul li {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px; }

.fixedcontainer {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0px; }

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none; }

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease; }

.red {
  color: #ed1c24; }

.yellow {
  color: #e58e55; }

.bkyellow {
  background-color: #fff100; }

.bold {
  font-weight: bold; }

.btline {
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.visible-sp {
  display: none; }

.hidden-sp {
  display: block; }

.visible-xs {
  display: none; }

.hidden-xs {
  display: block; }

.visible-500 {
  display: none; }

.hidden-500 {
  display: block; }

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .flex_part .flex_img_left > img {
    object-fit: contain; }
.flex_part .flex_img_center {
  display: flex;
  flex-direction: row;
  justify-content: center; }
.flex_part .flex_body {
  flex: 1; }
.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .flex_part .flex_img_right > img {
    object-fit: contain; }

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat; }

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100; }

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1; }

.slick-dots {
  bottom: -25px; }

.slick-dots li button:before {
  content: none; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #a5a5a5; }
  .slick-dots li.slick-active button {
    background: #231815; }

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

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100; }

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 300ms ease-out 0s; }

.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .custom_checkbox input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    appearance: none;
    left: 0;
    top: 0; }
    .custom_checkbox input[type="checkbox"]:focus {
      outline: none; }
    .custom_checkbox input[type="checkbox"]:checked {
      background: #036eb8;
      z-index: 0; }
      .custom_checkbox input[type="checkbox"]:checked + span {
        color: white; }
  .custom_checkbox span {
    z-index: 100; }

#header .g_nav {
  display: none; }

/* loading
------------------------------------------------- */
#loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  position: initial;
  z-index: 9999;
  display: none;
  position: fixed; }

#line {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  position: relative; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes opacityAnim {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; } }
.fullwidth .expand {
  width: 100%;
  height: auto;
  margin: 0;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center; }
  .fullwidth .expand .logo {
    display: block;
    background: url(./../img/circle.png) no-repeat;
    background-size: contain;
    width: 295px;
    height: 320px;
    animation: maskRotate 2s linear; }
  .fullwidth .expand .ete {
    transition: all 1s;
    margin-top: 80px;
    width: 250px; }

@-webkit-keyframes fullexpand {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes fullexpand {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.font16 {
  font-size: 0.8rem; }
.font17 {
  font-size: 0.85rem; }
.font18 {
  font-size: 0.9rem; }
.font19 {
  font-size: 0.95rem; }
.font20 {
  font-size: 1rem; }
.font21 {
  font-size: 1.05rem; }
.font22 {
  font-size: 1.1rem; }
.font23 {
  font-size: 1.15rem; }
.font24 {
  font-size: 1.2rem; }
.font25 {
  font-size: 1.25rem; }
.font26 {
  font-size: 1.3rem; }
.font27 {
  font-size: 1.35rem; }
.font28 {
  font-size: 1.4rem; }
.font29 {
  font-size: 1.45rem; }
.font30 {
  font-size: 1.5rem; }
.font31 {
  font-size: 1.55rem; }
.font32 {
  font-size: 1.6rem; }
.font33 {
  font-size: 1.65rem; }
.font34 {
  font-size: 1.7rem; }
.font35 {
  font-size: 1.75rem; }
.font36 {
  font-size: 1.8rem; }
.font37 {
  font-size: 1.85rem; }
.font38 {
  font-size: 1.9rem; }
.font39 {
  font-size: 1.95rem; }
.font40 {
  font-size: 2rem; }

#header {
  position: fixed;
  top: 55px;
  width: 100%;
  height: 130px;
  z-index: 1000; }
  #header .header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px; }
    #header .header_top h1 {
      background-color: white;
      border: 1px solid #002c6e;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 130px;
      height: 130px; }
      #header .header_top h1 img {
        width: 60px; }
    #header .header_top a {
      width: 202px;
      height: 48px;
      border: 1px solid #002c6e;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      color: #002c6e; }

#pc_menu1 {
  width: 100%;
  text-align: center;
  height: 120px;
  background: #fff; }
  #pc_menu1 .menu_area {
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    padding: 0 0 0 5px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
  #pc_menu1 .header_logo1 {
    display: inline-block;
    padding-top: 0; }
  #pc_menu1 .header_btnarea1 {
    padding-top: 0;
    display: flex;
    align-items: center; }
  #pc_menu1 .header_tel {
    width: 501px; }
  #pc_menu1 .header_btn1 {
    display: inline-block;
    width: 134px; }

#pc_menu2 {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc; }
    #pc_menu2 .top_menu_link span {
      font-size: 22px;
      font-weight: bold;
      color: #444; }
    #pc_menu2 .top_menu_link:last-child {
      border-right: 0px solid #ccc; }
    #pc_menu2 .top_menu_link:hover {
      opacity: 0.3; }

#drag_menu {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 101;
  width: 100%;
  text-align: center;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #e1e1e2; }
  #drag_menu .menu_area {
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  #drag_menu .header_logo1 {
    display: inline-block;
    width: 270px;
    padding-top: 15px;
    margin: 0 auto 0 0; }

.drag_nav {
  float: right;
  width: 780px;
  padding: 20px 0 0; }
  .drag_nav ul {
    width: 100%;
    line-height: 1.2em;
    list-style: none; }
    .drag_nav ul > li {
      float: left;
      margin-left: 35px;
      text-align: center;
      position: relative; }
  .drag_nav .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 12px;
    color: #814900;
    line-height: 1.4; }
    .drag_nav .top_menu_link span {
      font-size: 16px;
      font-weight: bold;
      color: #444; }
    .drag_nav .top_menu_link:hover {
      opacity: 0.3; }

#drag_side {
  display: block;
  position: fixed;
  z-index: 101;
  right: -200px;
  top: 200px;
  width: 7%;
  max-width: 140px; }

.top {
  width: 100%;
  position: relative;
  height: 740px; }
  .top .container {
    text-align: center; }
  .top .top_ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .top .top_txt1 {
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }

.top .top_txt1 img {
  width: 100%; }

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative; }
  .loopSlider1 ul {
    margin: 0;
    width: 100%;
    height: 740px;
    float: left;
    display: inline-block;
    overflow: hidden;
    padding: 0; }
  .loopSlider1 ul li {
    float: left;
    width: 555px;
    height: 740px;
    display: inline;
    overflow: hidden; }
    .loopSlider1 ul li div {
      width: 555px;
      height: 740px;
      padding: 0;
      border: 0px solid #289cdc;
      text-align: center;
      margin: 0; }
    .loopSlider1 ul li img {
      width: 100%;
      height: auto;
      background: white; }
  .loopSlider1:after {
    content: "";
    display: none;
    clear: none; }

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute; }

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative; }
  .loopSlider2 ul {
    margin: 0;
    width: 100%;
    height: 200px;
    float: left;
    display: inline-block;
    overflow: hidden;
    padding: 0; }
    .loopSlider2 ul li {
      float: left;
      width: 300px;
      height: 200px;
      display: inline;
      overflow: hidden; }
      .loopSlider2 ul li div {
        width: 300px;
        height: 200px;
        padding: 0;
        border: 0px solid #289cdc;
        text-align: center;
        margin: 0; }
      .loopSlider2 ul li img {
        width: 100%;
        height: auto;
        background: white; }

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none; }

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute; }

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute; }

/*-------------header----------------------*/
/*-----------        -----------------*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s; }
  .inviewfadeInUp.scroll_to_right {
    transform: translate(-50px, 8px);
    -webkit-transform: translate(-50px, 8px);
    transition: 0.6s; }
  .inviewfadeInUp.scroll_to_left {
    transform: translate(50px, 8px);
    -webkit-transform: translate(50px, 8px);
    transition: 0.6s; }
  .inviewfadeInUp.scroll_to_top {
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transition: 0.6s; }

.inviewfadeInUp0 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s; }

.fadeInUp0 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 0.6s; }

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
  transition-delay: 0.4s; }

.fadeInUp2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.8s;
  transition-delay: 0.8s; }

.fadeInUp3 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1s; }

.fadeInUp4 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.3s; }

.fadeInUp5 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp6 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 1s;
  transition-delay: 1.6s; }

.fadeInUp6 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

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

.animation1 {
  animation: customFade ease 8000ms;
  position: relative; }

.animation2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.anipart {
  position: relative; }

@keyframes customFade {
  0% {
    opacity: 1; }
  15% {
    opacity: 0; }
  50% {
    opacity: 0; }
  65% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes logo_animation {
  0% {
    transform: translate(-50%, calc(50vh - 50%)); }
  80% {
    transform: translate(-50%, calc(50vh - 50%)); }
  100% {
    transform: translate(calc(-50% + 88px), 112px); } }
#sec_logo img {
  width: 270px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(calc(-50% + 88px), 112px);
  animation: logo_animation 3s ease; }

#wrapper {
  display: none; }

figure {
  line-height: 0;
  width: 514px;
  margin: 0;
  position: relative; }
  figure.hover-parent {
    position: relative; }
    figure.hover-parent .figure-image {
      position: relative; }
    figure.hover-parent .hover-mask {
      line-height: 2;
      position: initial;
      top: 100%;
      height: 100%;
      width: 100%;
      bottom: auto;
      left: 0;
      color: #333;
      display: none;
      align-items: center;
      padding: 30px 0 0;
      z-index: 2; }
      figure.hover-parent .hover-mask .mask_block {
        width: 100%; }
        figure.hover-parent .hover-mask .mask_block .img_block {
          margin-bottom: 20px; }
        figure.hover-parent .hover-mask .mask_block p {
          font-size: 12px;
          padding-bottom: 5px;
          text-align: left; }
          figure.hover-parent .hover-mask .mask_block p.spec_close {
            display: none; }
          figure.hover-parent .hover-mask .mask_block p a {
            cursor: pointer;
            color: #333;
            text-decoration: underline; }
            figure.hover-parent .hover-mask .mask_block p a:visited, figure.hover-parent .hover-mask .mask_block p a:hover {
              color: #333;
              text-decoration: underline; }
      figure.hover-parent .hover-mask.hover {
        opacity: 1;
        height: fit-content; }
    figure.hover-parent .plus {
      cursor: pointer;
      margin-left: 0;
      line-height: 2;
      font-size: 16px;
      color: #4d5458;
      display: block;
      z-index: 10;
      position: absolute;
      font-weight: bold;
      margin-top: 14px;
      bottom: 16px;
      left: 18px;
      line-height: 1; }
      figure.hover-parent .plus.text-right {
        left: auto;
        right: 18px; }

#contact_fv {
  padding: 200px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #contact_fv h1 {
    font-size: 40px;
    margin-bottom: 10px; }
  #contact_fv p {
    font-size: 20px; }

#contact_sec2 {
  padding-bottom: 40px; }
  #contact_sec2 p {
    font-size: 14px; }
  #contact_sec2 .btn_wrapper input {
    margin: auto;
    width: 300px;
    background: #3da980;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    color: white;
    font-size: 20px; }

#sec_fv {
  height: 646px;
  background: url(./../img/fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #sec_fv h1 {
    position: relative;
    text-align: center; }
    #sec_fv h1 > img {
      width: 649px; }
    #sec_fv h1 span {
      position: absolute;
      left: calc(50% + 350px);
      display: block;
      width: 150px;
      height: 150px;
      top: 20px; }
      #sec_fv h1 span img {
        width: 150px; }

#sec1 {
  margin: 60px 0 45px; }
  #sec1 p {
    text-align: center;
    font-size: 14px;
    line-height: 2.2; }
  #sec1 .img_wrapper {
    text-align: center;
    margin: 40px 0; }
    #sec1 .img_wrapper img {
      width: 233px; }
  #sec1 h2 {
    margin-top: 45px;
    text-align: center;
    font-size: 36px;
    font-weight: normal; }

#sec2 {
  background: #f4f1e6;
  padding: 90px 0; }
  #sec2 .part1 {
    padding: 0 110px; }
    #sec2 .part1 ul li {
      font-size: 24px;
      line-height: 1.5;
      padding: 40px;
      border-bottom: 2px dashed black;
      text-align: center; }
      #sec2 .part1 ul li span {
        color: #f05a45; }
      #sec2 .part1 ul li:last-child {
        border-bottom: none; }

#sec3 .part1 {
  text-align: center;
  padding: 60px 0; }
  #sec3 .part1 p {
    font-size: 28px; }
  #sec3 .part1 .img_wrapper {
    margin-top: 45px; }
    #sec3 .part1 .img_wrapper img {
      width: 40px; }
#sec3 .part2 {
  background: #eeeeee;
  padding-top: 65px; }
  #sec3 .part2 .part-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px; }
    #sec3 .part2 .part-body .block {
      max-width: 350px;
      width: 100%; }
      #sec3 .part2 .part-body .block p {
        font-size: 16px;
        margin-top: 10px; }
  #sec3 .part2 .part-footer {
    margin-top: 60px;
    padding-bottom: 70px; }
    #sec3 .part2 .part-footer .block {
      border-radius: 10px;
      overflow: hidden; }
      #sec3 .part2 .part-footer .block-header {
        background: #e22f0c;
        text-align: center;
        color: white;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center; }
      #sec3 .part2 .part-footer .block-body {
        padding: 30px 0;
        background: white; }
        #sec3 .part2 .part-footer .block-body p {
          text-align: center;
          font-size: 22px;
          text-align: center; }

#sec4 {
  background: #f5f3ea; }
  #sec4 .part1 {
    padding-top: 70px;
    padding-bottom: 70px; }
    #sec4 .part1 .part-header {
      text-align: center;
      padding-bottom: 48px; }
      #sec4 .part1 .part-header img {
        max-width: 118px;
        width: 100%; }
      #sec4 .part1 .part-header h2 {
        font-size: 27px;
        font-weight: normal;
        margin-top: 20px; }
    #sec4 .part1 .part-body {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 59px; }
      #sec4 .part1 .part-body .block {
        flex: 1;
        border: 2px solid #e33b1a; }
        #sec4 .part1 .part-body .block-header {
          height: 54px;
          align-items: center;
          justify-content: flex-start;
          display: flex;
          background-color: #e33b1a;
          font-size: 18px;
          color: white;
          text-align: left;
          padding-left: 18px;
          font-weight: bold; }
        #sec4 .part1 .part-body .block-body {
          padding: 18px; }
          #sec4 .part1 .part-body .block-body p {
            font-size: 18px;
            color: black; }
            #sec4 .part1 .part-body .block-body p.price {
              color: #e33b1a;
              font-size: 23px; }
          #sec4 .part1 .part-body .block-body ul {
            border-top: 1px solid #e33b1a;
            margin-top: 10px;
            padding-top: 10px; }
            #sec4 .part1 .part-body .block-body ul li {
              font-size: 18px;
              color: black; }
    #sec4 .part1 .part-footer {
      margin-top: 30px; }
      #sec4 .part1 .part-footer p {
        font-size: 14px;
        margin-left: 45px; }

#sec5 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #002c6e;
  color: white;
  font-size: 28px;
  position: relative;
  font-weight: normal; }
  #sec5 h2::after {
    content: "";
    width: 20px;
    height: 20px;
    bottom: 0;
    background: #002c6e;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
    position: absolute;
    left: 50%; }
#sec5 .part1 {
  padding: 0 155px;
  padding-bottom: 20px; }
  #sec5 .part1 dl {
    display: flex;
    align-items: center;
    margin: 40px 0; }
    #sec5 .part1 dl dt {
      font-size: 24px;
      color: #002c6e;
      width: 160px; }
    #sec5 .part1 dl dd {
      flex: 1;
      display: flex;
      align-items: center;
      border-left: 1px solid #002c6e;
      padding-left: 60px; }
      #sec5 .part1 dl dd .content {
        flex: 1; }
        #sec5 .part1 dl dd .content h4 {
          font-size: 24px;
          color: #002c6e;
          font-weight: normal; }
        #sec5 .part1 dl dd .content p {
          font-size: 16px;
          color: #002c6e; }
      #sec5 .part1 dl dd .image img {
        width: 70px; }

#sec6 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #ea5740;
  color: white;
  font-size: 28px;
  position: relative;
  font-weight: normal; }
#sec6 .part1 {
  max-width: 670px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 60px; }
  #sec6 .part1 p {
    font-size: 14px;
    color: #333333;
    text-align: center; }
    #sec6 .part1 p a {
      font-size: 26px;
      color: #333333;
      margin-left: 12px; }
  #sec6 .part1 form {
    margin-top: 35px; }
  #sec6 .part1 .form-multi {
    display: flex;
    gap: 20px; }
  #sec6 .part1 .form-group {
    margin-bottom: 20px;
    flex: 1; }
    #sec6 .part1 .form-group input {
      border: 1px solid #d4d4d4;
      border-radius: 3px;
      height: 51px;
      display: block;
      width: 100%;
      padding-left: 20px;
      font-size: 16px; }
    #sec6 .part1 .form-group textarea {
      border: 1px solid #d4d4d4;
      width: 100%;
      height: 125px;
      border-radius: 3px;
      padding-left: 20px;
      padding-top: 20px;
      font-size: 16px;
      resize: none; }
    #sec6 .part1 .form-group button {
      background: #3da980;
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      outline: none;
      color: white;
      font-size: 20px; }

footer {
  width: 100%;
  left: 0;
  pointer-events: none;
  background: #eeeeee; }
  footer .part1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0; }
    footer .part1 a img {
      width: 68px; }
    footer .part1 p {
      font-size: 12px;
      padding-left: 24px;
      color: #333333;
      line-height: 1.8; }
  footer .part2 {
    padding-top: 30px;
    padding-bottom: 32px;
    text-align: center; }
    footer .part2 a {
      display: block;
      line-height: 1; }
    footer .part2 img {
      width: 102px; }
  footer .part3 {
    text-align: center;
    padding-bottom: 97px; }
    footer .part3 a {
      display: inline-block;
      text-align: center;
      margin: 0 12px; }
      footer .part3 a img {
        height: 28px; }
