@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.img1 ul li {
    width: 50%;
}
.img1 ul li:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.7;
    background-image: url("../img/otomo.webp");
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position: left 2% bottom;
    box-sizing: border-box;
    padding: 5em 0;
}
.img1 ul li:first-child section {
    width: 80%;
}
.img1 ul li:first-child section h3 {
    width: 35%;
    margin: 0 auto 3em;
}
.img1 ul li:first-child section h4 {
    width: 50%;
    margin: 0 auto 2em;
}
.img1 ul li:first-child section h5 {
    font-weight: 500;
    width: 100%;
    margin: 0 auto 1em;
    font-size: 0.92em;
}
.img1 ul li:first-child section p {
    text-align: left;
    width: 50%;
    margin: 0 auto;
    font-size: 0.76em;
}
.img1 ul li:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding-top: 5em;
}

.cnt_img img {
    width: 100%;
}

.trf_box {
    padding-top: 5em;
}
.trf_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.trf_box ul li {
    margin-bottom: 3em;
}
.trf_box ul li:nth-child(1) {
    width: 63%;
}
.trf_box ul li:nth-child(2) {
    width: 28%;
}
.trf_box ul li:nth-child(3) {
    width: 55%;
}
.trf_box ul li img {
    width: 100%;
}

.slide1 {
	position:relative;
	text-align:center;
	width: 100%;
    margin-bottom: 3em;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    height: 260px;
    overflow: hidden;
  
}
.swiper-slide {
    position: relative;
    width: auto !important;
}
.swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 0.76em;
    line-height: 1;
    padding: 0.5em 0.8em;
    background-color: rgba(0,0,0,0.5);
}
.swiper-slide img {
        width: auto;
        height: 100%;
}

.kt_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.kt_box ul li:nth-child(1) {
    white-space: nowrap;
    margin-bottom: 2em;
}
.kt_box ul li:nth-child(1) h4 {
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}
.kt_box ul li:nth-child(1) p {
    line-height: 1.7;
    margin-top: 2em;
}
.kt_box ul li:nth-child(2) {
    width: 35%;
    margin-bottom: 2em;
}
.kt_box ul li:nth-child(3) {
    width: 70%;
}
.kt_box ul li:nth-child(3) p {
    line-height: 1.7;
    font-size: 1.08;
    margin-bottom: 1em;
}
.kt_box ul li img {
    width: 100%;
}

.sld_box {
    display: flex;
    justify-content: space-between;
}
.sld_tx {
    width: 20%;

}
.sld_tx h2 {
    position: sticky;
    width: 100%;
    top: 110px;
}
.sld_tx h2 img {
    width: 100%;
}
.sld_doc {
    box-sizing: border-box;
    width: calc(100% - 20%);
}

.wk_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wk_box1 ul li:first-child {
    width: 70%;
    line-height: 1.7;
}
.wk_box1 ul li:first-child h3 {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em;
}

.wk_box1 ul li:last-child {
    width: 25%;
}
.wk_box1 ul li img {
    width: 100%;
}

.wk_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wk_box2 ul li:first-child {
    box-sizing: border-box;
    width: 39%;
    line-height: 1.7;
}
.wk_box2 ul li h4 {
    font-size: 1.16em;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.wk_box2 ul li:first-child img {
    width: 100%;
    margin-bottom: 1em;
}
.wk_box2 ul li:last-child {
    box-sizing: border-box;
    padding: 3em;
    background-color: #444;
    width: 56%;
    line-height: 1.7;
}
.wk_box2 ul li:last-child img {
    width: 100%;
    margin-top: 1em;
}

.wk_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wk_box3 ul li {
    width: 21%;
}
.wk_box3 ul li img {
    width: 100%;
}
.wk_box3 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.5em;
}

.wk_map {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.wk_box4 {
    padding: 3em;
}
.wk_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wk_box4 ul li:first-child {
    line-height: 1.7;
    width: 64%;
}
.wk_box4 ul li:last-child {
    width: 31%;
}
.wk_box4 ul li h4 {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.wk_box4 ul li:last-child p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}
.wk_box4 ul li img {
    width: 100%;
}

.wk_box5 {
    padding: 0 3em 3em;
}
.wk_box5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.wk_box5 ul li {
    width: 31%;
    margin-bottom: 2em;
}
.wk_box5 ul li img {
    width: 100%;
}
.wk_box5 ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.wk_box6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wk_box6 ul li {
    width: 31%;
}
.wk_box6 ul li img {
    width: 100%;
}
.wk_box6 ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.wk_box7 {
    padding: 3em;
}
.wk_box7 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wk_box7 ul li:nth-child(1) {
    line-height: 1.7;
    width: 64%;
}
.wk_box7 ul li:nth-child(2) {
    width: 31%;
}
.wk_box7 ul li h4 {
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.wk_box7 ul li p {
    line-height: 1.7;
}
.wk_box7 ul li img {
    width: 100%;
}

.lf_tx {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    border-left: 5px solid #35d;
    padding-left: 0.5em;
    margin-bottom: 2em;
}
.lf_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.lf_box1 ul li:nth-child(1) {
    width: 48%;
}
.lf_box1 ul li:nth-child(2) {
    width: 47%;
    line-height: 1.7;
}
.lf_box1 ul li img {
    width: 100%;
}
.lf_box1 ul li h4 {
    font-size: 1.32em;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.lf_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.lf_box2 ul li {
    width: 23%;
}
.lf_box2 ul li img {
    width: 100%;
}

.lf_tx2 {
    margin-bottom: 2em;
    text-align: center;
}
.lf_tx2 span {
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 500;
}
.sh_map {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

.lf_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.lf_box3 ul li {
    width: 47.5%;
    line-height: 1.7;
    margin-bottom: 3em;
}

@media screen and (min-width: 1120px) {
.lf_box3 ul li:nth-child(3),.lf_box3 ul li:nth-child(4),.lf_box3 ul li:nth-child(5) {
    width: 30%;
}
}

.lf_box3 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.lf_box3 ul li p {
    text-align: justify;
    text-justify: inter-ideograph;
}
.lf_box3 ul li h6 {
    font-weight: normal;
    font-size: 0.92em;
    margin-top: 0.5em;
}
.lf_box3 ul li section span {
    display: inline-block;
    margin-right: 1em;
    font-size: 0.92em;
}
.lf_sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5em;
}
.lf_sub strong {
    background-color: #3f3a39;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.16em;
    font-weight: 500;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    flex-shrink: 0;
}
.lf_sub h5 {
    line-height: 1.3;
    font-size: 1.16em;
    font-weight: 500;
    margin-left: 0.5em;
}
.lf_sub h5 span {
    font-size: 0.84em;
}

.map_img {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.map_img section img {
    width: 100%;
}
.swipe {
    display: none;
}

.if_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.if_box1 ul li {
    width: 23%;
    margin-bottom: 2em;
}
.if_box1 ul li img {
    width: 100%;
}
.if_box1 ul li p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.5em;
}

.if_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.if_box2 ul li {
    width: 31%;
    margin-bottom: 2em;
}
.if_box2 ul li img {
    width: 100%;
}

@media screen and (max-width: 1350px) {
.img1 ul li {
    width: 100%;
}
.img1 ul li:first-child section {
    width: 90%;
}
.img1 ul li:first-child section h3 {
    width: 35%;
    max-width: 250px;
}
.img1 ul li:first-child section h4 {
    width: 50%;
    max-width: 350px;
}
.img1 ul li:first-child section p {
    width: 70%;
}
.img1 ul li:last-child {
    padding-top: 0;
}

}


@media screen and (max-width: 960px) {
.img1 ul li:first-child {
    background-position: left -2% bottom;
}
.img1 ul li:first-child section {
    width: 80%;
}

.trf_box {
    padding-top: 4em;
}
.trf_box ul {
    flex-direction: column;
    margin-bottom: -3em;
}
.trf_box ul li {
    margin-bottom: 3em;
}
.trf_box ul li:nth-child(1) {
    width: 100%;
}
.trf_box ul li:nth-child(2) {
    width: 45%;
}
.trf_box ul li:nth-child(3) {
    width: 90%;
}
.trf_box ul li img {
    width: 100%;
}

.slide1 {
    margin-bottom: 4em;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    height: 220px;
    overflow: hidden;
  
}
.swiper-slide span {
    font-size: 0.68em;
    line-height: 1;
    padding: 0.5em 0.8em;
}

.kt_box ul li:nth-child(1) {
    white-space: normal;
}
.kt_box ul li:nth-child(1) h4 {
    font-size: 2.5em;
}
.kt_box ul li:nth-child(1) p {
    margin-top: 1em;
}
.kt_box ul li:nth-child(2) {
    width: 50%;
}
.kt_box ul li:nth-child(3) {
    width: 90%;
}

.sld_box {
    flex-direction: column;
}
.sld_tx {
    width: 100%;

}
.sld_tx h2 {
    position: static;
}
.sld_doc {
    width: 100%;
}
.wk_box1 ul {
    
}
.wk_box1 ul li:first-child {
    width: 100%;
}
.wk_box1 ul li:first-child h3 {
    font-size: 1.6em;
}

.wk_box1 ul li:last-child {
    display: none;
}

.wk_box2 ul li h4 {
    font-size: 1.08em;
}
.wk_box2 ul li:last-child {
    padding: 2em;
}

.wk_box4 {
    padding: 2em;
}
.wk_box4 ul li h4 {
    font-size: 1.08em;
}
.wk_box5 {
    padding: 0 2em 2em;
}

.wk_box7 {
    padding: 2em;
}
.wk_box7 ul li h4 {
    font-size: 1.08em;
}

.lf_tx {
    font-size: 1.6em;
}
.lf_box1 ul li h4 {
    font-size: 1.24em;
}

.lf_tx2 span {
    font-size: 1.4em;
}

.if_box1 ul li {
    width: 31%;
}
.if_box1 ul li p {
    font-size: 0.84em;
}

.if_box2 ul li {
    width: 47%;
}

}

@media screen and (max-width: 520px) {
.img1 ul li:first-child {
    background-position: left -5% bottom;
}
.img1 ul li:first-child section {
    width: calc(100% - 120px);
}
.img1 ul li:first-child section h3 {
    width: 45%;
}
.img1 ul li:first-child section h4 {
    width: 80%;
}
.img1 ul li:first-child section h5 {
    width: 100%;
}
.img1 ul li:first-child section p {
    width: 80%;
}

.trf_box {
    padding-top: 3em;
}
.trf_box ul {
    margin-bottom: -2em;
}
.trf_box ul li {
    margin-bottom: 2em;
}

.slide1 {
    margin-bottom: 3em;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    height: 180px;
    overflow: hidden;
  
}
.swiper-slide span {
    font-size: 0.68em;
    line-height: 1;
    padding: 0.5em 0.8em;
}

.kt_box ul li:nth-child(1) h4 {
    font-size: 2em;
}
.kt_box ul li:nth-child(2) {
    width: 70%;
}
.kt_box ul li:nth-child(3) {
    width: 100%;
}

.wk_box1 ul li:first-child h3 {
    font-size: 1.4em;
}

.wk_box2 ul {
    
}
.wk_box2 ul li:first-child {
    width: 100%;
    padding: 0 2em 2em;
}
.wk_box2 ul li h4 {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.wk_box2 ul li p {
    font-size: 0.92em;
}
.wk_box2 ul li:last-child {
    width: 100%;
    padding: 2em;
}

.wk_box3 ul {
    padding: 0 2em;
    margin-bottom: -2em;
}
.wk_box3 ul li {
    width: 47%;
    margin-bottom: 2em;
}
.wk_box3 ul li p {
    font-size: 0.76em;
}

.wk_box4 ul li h4 {
    font-size: 1em;
}
.wk_box4 ul {
    justify-content: space-around;
}
.wk_box4 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.wk_box4 ul li:first-child p {
    font-size: 0.92em;
}
.wk_box4 ul li:last-child {
    width: 70%;
}
.wk_box4 ul li:last-child p {
    font-size: 0.76em;
}

.wk_box5 ul li {
    width: 47%;
}
.wk_box5 ul li p {
    font-size: 0.76em;
}

.wk_box6 ul {
    justify-content: space-around;
    margin-bottom: -2em;
}
.wk_box6 ul li {
    width: 45%;
    margin-bottom: 2em;
}
.wk_box6 ul li p {
    font-size: 0.76em;
}

.wk_box7 ul {
    justify-content: space-around;
}
.wk_box7 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.wk_box7 ul li:nth-child(2) {
    width: 70%;
}
.wk_box7 ul li h4 {
    font-size: 1em;
}
.wk_box7 ul li p {
    font-size: 0.92em;
}

.lf_tx {
    font-size: 1.32em;
}
.lf_box1 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.lf_box1 ul li:nth-child(2) {
    width: 100%;
}
.lf_box1 ul li h4 {
    font-size: 1.16em;
}

.lf_box2 ul {
    margin-bottom: -2em;
}
.lf_box2 ul li {
    width: 47%;
    margin-bottom: 2em;
}

.lf_tx2 span {
    font-size: 1.24em;
}

.lf_box3 ul li {
    width: 100%;
}
.lf_box3 ul li p {
    font-size: 0.92em;
}
.lf_box3 ul li h6 {
    font-size: 0.84em;
}
.lf_box3 ul li section span {
    font-size: 0.84em;
}
.lf_sub {
    margin-bottom: 0.5em;
}
.lf_sub strong {
    font-size: 1em;
    width: 3em;
    height: 3em;
}
.lf_sub h5 {
    font-size: 1.08em;
}

.map_img section {
    overflow: auto;
}
.map_img section img {
    width: 600px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.if_box1 ul li {
    width: 47%;
}
.if_box1 ul li p {
    font-size: 0.76em;
}

.if_box2 ul {
    justify-content: space-around;
}
.if_box2 ul li {
    width: 75%;
}

}
