@charset "utf-8";

/* main_cisual */
.main_visual{
    height : 900px;
    background-color: #fff;
    margin-top: -90px;
}

.main_visual_wrap{
    width: 80vw;
    margin: 0 auto;
    position: relative;
    top: 82px;
}

.main_visual_title_catch_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--size_gap);
}

.main_visual_title_catch{
    font-size: 3.6rem;
    font-style: normal;
    letter-spacing: .03em;
}
.main_visual_title_catch_wrap_left{
    width: 48%;
}
.main_visual_title_catch_wrap_center{
    width: 20%;
    position: relative;
    top: -80px;
}
.main_visual_title_catch_wrap_right{
    width: 32%;
    background-color: #fff;
    padding: 15px;
    border-radius: var(--size_radius);
    background-color: var(--color_gray_pale);
}
.main_visual_title_catch img{
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.main_visual_title_catch_textA{
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #fff;
    background: var(--color_main);
    width: fit-content;
    padding: 6px 6px 6px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.main_visual_title_catch_textB{
    padding-bottom: 20px;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--color_main);
}


.main_visual_title_catch_arrow_text{
    font-size: 1.4rem;
    color: var(--color_main);
    text-align: center;
}
.main_visual_title_catch_arrow_text span{
    font-size: 1.2rem;
}
.main_visual_title_catch_arrow_wrap{
    padding-top: var(--size_gap_half);
    position: relative;
}

/* .main_visual_title_catch_arrow {
    display: inline-block;
    vertical-align: middle;
    color: var(--color_main);
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6em 4em;
    border-left-color: currentColor;
    border-right: 0;
} */


.main_visual_title_catch_arrow {
    position: relative;
    display: inline-block;
    top: 60px;
    left: 60px;
}
.main_visual_title_catch_arrow:before {
    content: '';
    width: 110px;
    height: 110px;
    background: var(--color_main);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.main_visual_title_catch_arrow:after {
    content: '';
    width: 45px;
    height: 45px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    margin: auto;
}

.fadeInLeft {
    animation: fadeInLeft 0.7s ease 0s 1 normal;
}
/* fadeInLeft */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}


.main_visual_title_catch_wrap_right_text{
    text-align: center;
    line-height: 1.5;
    font-size: .9rem;
    color: #000;
}
.main_visual_title_catch_wrap_right_text span{
    font-size: .7rem;
}
.main_visual_title_catch_wrap_right_iframe{
    height: 515px;
}
.main_visual_title_catch_balloon{
    width: fit-content;
    padding: 22px;
    border-radius: var(--size_radius);
    margin-top: var(--size_gap);
    border: solid 1px var(--color_main);
}
.main_visual_title_catch_balloon p{
    font-size: .7rem;
    margin-bottom: 10px;
}
.main_visual_title_catch_balloon ul li{
    padding: 5px 0;
}

@media screen and (max-width: 768px)  {
    .main_visual{
        height: 1550px;
    }
    .main_visual_title_catch_wrap{
        top: 500px;
        flex-direction: column;
        gap: var(--size_gap);
    }
    .main_visual_title_catch{
        margin-bottom: var(--size_gap);
        font-size: 3rem;
    }

    .main_visual_title_catch_wrap_left{
        width: 100%;
    }
    .main_visual_title_catch_wrap_center{
        width: 100%;
        position: relative;
        top: 10px;
    }
    .main_visual_title_catch_wrap_right{
        width: 100%;
    }
    .main_visual_title_catch_textA{
        white-space: wrap;
        margin-bottom: 20px;
    }
    .main_visual_title_catch_textB{
        white-space: wrap;
        font-size: 1.5rem;
        padding-bottom: 0;
        text-align: left;
    }
    .main_visual_title_catch_wrap_right_iframe{
    height: 600px;
    }

    .main_visual_title_catch_arrow_wrap{
        display: none;
    }

}
@media screen and (max-width: 1200px)  {
    .main_visual_title_catch_wrap_right img{
        width:800px
    }
}

section{
    width: 100%;
}




/* problem */
.point{
    padding: 150px 0 150px 0;
    background-color: #fff;

    position: relative;

    &::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
    }

    &::after {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
    }
}
.point h2{
    margin-bottom: var(--size_gap_double);
}
.point p{
    line-height: 1.5;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}

.point-table {
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: .8rem;
    font-weight: 500;
    margin-top: var(--size_gap);
}

.point-table thead tr:nth-child(2){
  background-color: #f5f5f5;
}
.point-table th,
.point-table td {
  border: 1px solid #333;
  padding: 8px;
  vertical-align: top;
}

.point-table thead th {
  text-align: center;
}

.point-table th {
  /* background-color: #f5f5f5; */
}

.point-table .ipa {
  background-color: #2f70b7;
  color: #fff;
}

.point-table .supply {
  background-color: #f28d26;
  color: #fff;
}

.point-table ul {
  margin: 0;
  padding-left: 1.2em;
}
.point-table ul li {
  /* padding-left: 1.2em; */
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
}


/* problem */
.problem{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: var(--color_main_pale);
}
.problem h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.problem h2 span{
    font-size: 1.9rem;
    font-weight: 600;
}
.problem__list{
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: var(--size_gap_double);
}
.problem__list_item{
    width: calc(100% / 3);
}
.problem__list_item__img {
    width: 100%;
    margin-bottom: var(--size_gap_half);
}
.problem__list_item__head{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: var(--size_gap_half);
    text-align: center;
    line-height: 1.5;
}
.problem__list_item__text{
    text-align: left;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .problem__list{
        flex-direction: column;
        gap: var(--size_gap_double);
        margin-bottom: var(--size_gap_half);
    }
    .problem__list_item{
        width: 100%;
    }
}




/* service */
.service{
    padding: var(--size_gap_section) 0 var(--size_gap_section) 0;
    background-color: #fff;
}
.service h2{
    margin: 0 auto;
    margin-bottom: var(--size_gap_double);
}
.service h3{
    margin: 0 auto;
    text-align: center;
    margin-bottom: var(--size_gap);
}
.service img{
    width: 100%;
    margin-bottom: var(--size_gap_double);
}

.plan-table {
min-width: 800px;  
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-weight: 500;
}

col.col-category {
  width: 12%;
}
col.col-item {
  width: 38%;
}
col.col-plan {
  width: 12.5%;
}

.plan-table th,
.plan-table td {
  border: 1px solid #000;
  padding: 4px 6px;
  vertical-align: middle;
}

thead th {
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.plan-header {
  border-left: 1px solid #fff;
}

.category-cell {
  background: #f5f5f5;
  text-align: left;
  font-weight: 500;
}

.category-blue {
  background: #e4eff9;
}

.item-cell {
  text-align: left;
}

.check {
  text-align: center;
}

.note {
  font-size: 13px;
}

.note-wide {
  text-align: center;
  font-size: 13px;
}

.small {
  font-size: .8rem;
}

.note-bottom {
  margin-top: 8px;
  font-size: .7rem;
}
@media screen and (max-width: 768px) {
    .flow{
        height: 900px;
    }
}








/* inquiry */
.main > section.inquiry{
    padding: 50px 0;
    width: 100%;
    background-color: var(--color_main);
}
.main > section.inquiry > div{
    text-align: center;
}
.inquiry_head{
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    padding-bottom: var(--size_gap_half);
    position: relative;
    left: -4px;
}
.inquiry_head > span{
    width: fit-content;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 3px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    display: block;
    color: var(--color_yellow);
    font-family: "Outfit", sans-serif;
}
.inquiry_text{
    color: #fff;
    padding-bottom: var(--size_gap_half);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.inquiry_text > span{
    font-size: .9rem;
}
.inquiry_text_small{
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}

.inquiry_tel{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: var(--size_gap);
    color: #fff;
}
.inquiry_tel > img {
    width: 28px;
    height: auto;
    margin-right: 10px;
}
.inquiry .layout__btn{
    background-color: #fff;
    border: solid 2px #fff;
    color: var(--color_main);
    font-weight: 500;
    transition: all .2s;
    margin: 0 auto;
    width: 500px;
}
.inquiry .layout__btn:hover{
    background:var(--color_main);
    transition: all .2s;
    border-color: var(--color_main_pale);
    background:var(--color_main_pale);

}
@media screen and (max-width: 1024px) {
    .main > section.inquiry > div{
        flex-direction: column;
    }
    .inquiry .layout__btn{
        width: 80vw;
        font-size: 1rem;
    }
    .dli-caret-circle-fill-right{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .contact .btn_main_visual {
    width: 250px;
    display: block;
    height: 96px;
    text-align: center;
    padding: 10px 0;
}
}


