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

@keyframes lot_ani {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;

  }
}

#headline {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: -7em auto 0;
}
#headline h3 {
    text-align: left;
    margin-left: 2.5em;
    margin-bottom: -0.3em;
}
#headline h3 span {
    color: #f9e5b1;
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
}
.hl_tx {
    background-color: #f9e5b1;
    color: #003477;
    padding: 2em 2.5em 1em;
}
.hl_tx dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #003477;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.hl_tx dl dt {
    font-family: "Oswald", sans-serif;
    width: 7em;
    flex-shrink: 0;
}
.hl_tx dl dd {
    
}
.more_hl {
    text-align: right;
}
.more_hl a {
    display: inline-block;
    color: #003477;
    padding-right: 25px;
    background-image: url("../img/more_hl.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    margin: 0 0 0 auto;
    transition: all 0.3s;
}
.more_hl a:hover {
    opacity: 0.7;
}


.lots_sub {
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(45deg, transparent 10px, #003477 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    letter-spacing: 0.1em;
    width: 600px;
    padding: 1em 1.2em;
    margin: 0 auto 2em;
}
.lots_sub strong {
    font-size: 2em;
    color: #fff;
}
.lots_sub span {
    display: block;
    font-size: 2em;
    color: #f9e5b1;
    font-weight: 200;
}
.lots_tx {
    text-align: center;
    line-height: 1.7;
    font-size: 1.16em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.lots_sw {
    margin-top: 2em;
    margin-bottom: 3em;
}
.lots_sw ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.lots_sw ul li {
    box-sizing: border-box;
    width: 120px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #003477;
    padding: 2px;
    margin: 0 5px 10px;
    color: #003477;
    transition: all 0.3s;
}
.lots_sw ul li span {
    display: block;
    padding: 10px 0;
    border: 1px solid #003477;
    border-radius: 5px;
    transition: all 0.3s;
}
.lots_sw ul li.current,.lots_sw ul li:hover {
    background-color: #003477;
    color: #f9e5b1;
}
.lots_sw ul li.current span,.lots_sw ul li:hover span {
    border: 1px solid #f9e5b1;
}


.tsub {
    margin-bottom: 3em;
    color: #003477;
    text-align: center;
    line-height: 1;
}
.tsub h3 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}
.tsub h4 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}

.lots_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    
}
.lots_box ul li {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #003477;
    width: 47.5%;
    margin-bottom: 4.5em;
}

.lots_img {
    position: relative;
    width: 100%;
    aspect-ratio:130 / 66;
    background-position: center center;
    background-size: cover;
}
.lots_img a {
    display: block;
    width: 100%;
    height: 100%;
}
.lots_doc {
    padding: 1em 2em 2.8em;
}
.lots_doc h5 {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f9e5b1;
    line-height: 1;
    font-weight: normal;
    padding: 0.5em 1em;
    border-radius: 2em;
}
.lots_doc h3 {
    text-align: center;
    line-height: 1.4;
    font-size: 1.4em;
}
.lots_doc section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em auto 0;
}
.lots_doc section h4 {
    width: 47%;
    line-height: 1.7;
    font-size: 1.16em;
    color: #003477;
}
.lots_doc section p {
    width: 47%;
    line-height: 1.7;
    font-size: 0.92em;
}
.more_lots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5em;
    height: 3em;
    width: 16em;
    margin: auto;
}
.more_lots a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003477;
    border: 1px solid #003477;
    color: #f9e5b1;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-image: url("../img/arr_bg.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 2em auto;
    border-radius: 2em;
    transition: all 0.3s;
}
.more_lots a span {
    font-size: 1.08em;
}
.more_lots a:hover {
    background-image: url("../img/arr_nv.png");
    background-color: #fff;
    color: #003477;
}

.tmore1 {
    height: 3em;
    width: 22em;
    margin: auto;
}
.tmore1 a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003477;
    border: 1px solid #003477;
    color: #f9e5b1;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-image: url("../img/arr_bg.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 2em auto;
    border-radius: 2em;
    transition: all 0.3s;
}
.tmore1 a span {
    font-size: 1.08em;
}
.tmore1 a:hover {
    background-image: url("../img/arr_nv.png");
    background-color: #fff;
    color: #003477;
}

.tmore2 {
    height: 3em;
    max-width: 22em;
    margin: 0;
}
.tmore2 a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9e5b1;
    border: 1px solid #003477;
    color: #003477;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-image: url("../img/arr_nv.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 2em auto;
    border-radius: 2em;
    transition: all 0.3s;
}
.tmore2 a span {
    font-size: 1.08em;
}
.tmore2 a:hover {
    background-image: url("../img/arr_nv.png");
    background-color: #fff;
    color: #003477;
}

.bg_model {
    background-image: url("../img/bg_md.webp");
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.ndl_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ndl_box ul li {
    width: 50%;
}

.ndl_tx {
    padding: 5em 0;
}
.ndl_tx ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ndl_tx ul li img {
    width: 50%;
    max-width: 200px;
}
.ndl_tx ul li:nth-child(1),.ndl_tx ul li:nth-child(3) {
    width: calc((100% - 22em) / 2);
}
.ndl_tx ul li:nth-child(2) {
    width: 22em;
}

.about_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about_box ul li:first-child {
    width: 60%;
    border-bottom-right-radius: 2em;
    overflow: hidden;
}
.about_box ul li:last-child {
    box-sizing: border-box;
    background-color: #003477;
    color: #fff;
    text-align: left;
    width: 40%;
    padding: 5%;
}
.about_box h3 {
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    color: #f9e5b1;
    line-height: 1.2;
}
.about_box p {
    margin-top: 2em;
    line-height: 1.7;
}
.about_box p:last-of-type {
    margin-bottom: 2em;
}


.work_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 5em 0;
}
.work_tx {
    width: 30%;
}
.work_tx p {
    line-height: 1.7;
}
.work_box {
    position: relative;
    width: 65%;
    margin-bottom: 3em;
}
.swiper-container_wk {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_wk .swiper-slide {
    width: 280px;
    
}
.swiper-container_wk .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 84 / 120;
    overflow: hidden;
}
.swiper-container_wk .swiper-slide img {
    width: 100%;
}
.swiper-container_wk .swiper-slide p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.7em;
}
.swiper-container_wk .swiper-slide figure {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40%;
    pointer-events: none;
}
.swiper-container_wk .swiper-slide h6 {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    background-color: #223355;
    color: #fff;
    font-weight: 500;
    font-size: 0.84em;
    line-height: 1;
    width: 8em;
    height: 2.2em;
    padding-left: 1em;
    display: none; /*消して*/
    justify-content: flex-start;
    align-items: center;
    background-image: url("../img/arr_tin_w.png");
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 40%;
    pointer-events: none;
    transition: all 0.3s;
}
.swiper-container_wk .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_wk .swiper-slide a:hover {
   transform: scale(1.1);
}
.wk1:hover + .wk2 {
    border: 1px solid #223355;
    background-color: #fff;
    color: #223355;
    background-image: url("../img/arr_tin_nv.png");
}
.next_wk,.prev_wk {
    display: none;
}

.voice_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 5em 0;
}
.voice_tx {
    width: 30%;
}
.voice_tx p {
    line-height: 1.7;
}
.voice_box {
    position: relative;
    width: 65%;
    margin-bottom: 3em;
}
.swiper-container_vc {
	position:relative;
	width: 100%;
    overflow: hidden;
}
.swiper-container_vc .swiper-slide {
    width: 280px;
    
}
.swiper-container_vc .swiper-slide section {
    position: relative;
    width: 100%;
    aspect-ratio: 84 / 120;
    overflow: hidden;
}
.swiper-container_vc .swiper-slide img {
    width: 100%;
}
.swiper-container_vc .swiper-slide p {
    text-align: center;
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.7em;
}
.swiper-container_vc .swiper-slide figure {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40%;
    pointer-events: none;
}
.swiper-container_vc .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.swiper-container_vc .swiper-slide a:hover {
   transform: scale(1.1);
}
.next_vc,.prev_vc {
    display: none;
}


.bg_insta {
    background-color: #f5f5f5;
}
.bg_insta h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.4em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.bg_insta h3 img {
    height: 2em;
    margin-right: 1em;
}
.insta_box {
    margin-bottom: 3em;
}
.insta_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2em auto 0;
}
.insta_box ul li {
    position: relative;
    width: 23%;
    aspect-ratio: 1;
}
.insta_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s;
}
.insta_box ul li a:hover {
    opacity: 0.6;
}

.faq_box {
    margin-bottom: 3em;
}
.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.faq_box ul li {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
    cursor: pointer;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}
.a_tx {
    display: none;
}
.a_tx section {
    line-height: 1.7;
    padding: 1em 1.2em;
}
.a_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}

#insta section {
    margin: 2em 0;
}
#insta .gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#insta .gallery a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s;
}
#insta .gallery a:hover {
    opacity: 0.6;
}
#insta .gallery-item {
    position: relative;
    width: 24%;
    aspect-ratio:1;
}

@media screen and (max-width: 960px) {
    

}


@media screen and (max-width: 560px) {
#headline {
    width: 90%;
    margin: -7em 0 0 auto;
}
#headline h3 {
    margin-left: 2.5em;
    margin-bottom: -0.3em;
}
#headline h3 span {
    font-size: 1.6em;
}
.hl_tx {
    padding: 2em 2.5em 1em;
}
.hl_tx dl {
    flex-wrap: wrap;
}
.hl_tx dl:nth-child(3),.hl_tx dl:nth-child(4) {
    display: none;
}
.hl_tx dl dt {
    width: 100%;
}
.hl_tx dl dd {
    
}

.lots_sub {
    width: 92%;
    padding: 1em 1.2em;
    margin: 0 auto 2em;
}
.lots_sub strong {
    font-size: 1.6em;
}
.lots_sub span {
    font-size: 1.6em;
}
.lots_tx {
    font-size: 3vw;
}

.lots_sw {
    margin-bottom: 2em;
}
.lots_sw ul {
    margin-bottom: -5px;
    margin-top: 2em;
}
.lots_sw ul li {
    width: calc((100% / 4) - (24px / 4));
    font-size: 3.2vw;
    margin: 0 3px 10px;
    padding: 1px;
}
.lots_sw ul li span {
    padding: 10px 0;
}


.tsub {
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 2em;
}
.tsub h4 {
    font-size: 1.16em;
}

.lots_box ul {
    justify-content: space-between;
}
.lots_box ul li {
    border-width: 0;
    width: 100%;
    margin-bottom: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lots_img {
    width: 47%;
    aspect-ratio:2 / 3;
    background-position: left center;
    animation: lot_ani 10s linear 0s infinite alternate;
}
.lots_doc {
    width: 47%;
    padding: 0;
}
.lots_doc h5 {
    position: static;
    background-color: transparent;
    line-height: 1.4;
    font-size: 0.84em;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0.3em;
}
.lots_doc h3 {
    text-align: left;
    line-height: 1.4;
    font-size: 1.24em;
}
.lots_doc section {
    justify-content: space-between;
    align-items: center;
    margin: 1em auto 0;
}
.lots_doc section h4 {
    width: 100%;
    line-height: 1.4;
    font-size: 1em;
}
.lots_doc section p {
    width: 100%;
    line-height: 1.4;
    font-size: 0.84em;
    margin-top: 0.5em;
}
.more_lots {
    position: static;
    height: 2.5em;
    width: 100%;
    margin: 1.5em auto 0;
}
.more_lots a {
    background-position: right 0.5em center;
    background-size: 1.5em auto;
}
.more_lots a span {
    font-size: 1em;
}

.tmore1 {
   height: 2.5em; 
}
.tmore1 a {
    background-position: right 0.5em center;
    background-size: 1.5em auto;
}
.tmore1 a span {
    font-size: 1em;
}
.tmore2 {
   height: 2.5em; 
}
.tmore2 a {
    background-position: right 0.5em center;
    background-size: 1.5em auto;
}
.tmore2 a span {
    font-size: 1em;
}

.ndl_tx {
    padding: 3em 0;
}
.ndl_tx ul li:nth-child(1),.ndl_tx ul li:nth-child(3) {
    width: 50%;
}
.ndl_tx ul li:nth-child(4) {
    width: 100%;
    margin-top: 2em;
}

.about_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.about_box ul li:first-child {
    width: 90%;
}
.about_box ul li:last-child {
    width: 90%;
    padding: 10%;
    margin-left: 10%;
}
.about_box h3 {
    font-size: 2em;
}
.about_box p {
    margin-top: 1.5em;
}
.about_box p:last-of-type {
    margin-bottom: 1.5em;
}


.work_area {
    padding: 4em 0;
}
.work_tx {
    box-sizing: border-box;
    width: 100%;
    margin: 0 6% 2em;
}
.work_box {
    width: 100%;
}
.swiper-container_wk .swiper-slide {
    width: 250px;
    
}
.next_wk,.prev_wk {
    display: block;
    top:calc(50% - 10px - 2em) !important;
}
.prev_wk {
    left: 5% !important;
}
.next_wk {
    right: 5% !important;
}

.voice_area {
    flex-direction: row;
    padding: 4em 0;
}
.voice_area .more {
    margin-top: 2em;
}
.voice_tx {
    box-sizing: border-box;
    width: 100%;
    margin: 0 6% 2em;
}
.voice_box {
    width: 100%;
}
.swiper-container_vc .swiper-slide {
    width: 250px;
    
}
.next_vc,.prev_vc {
    display: block;
    top:calc(50% - 10px - 2em) !important;
}
.prev_vc {
    left: 5% !important;
}
.next_vc {
    right: 5% !important;
}


.bg_insta h3 {
    font-size: 1.08em;
}
.bg_insta h3 strong {
    width: 100%;
    text-align: center;
    margin-top: 0.2em;
}
.bg_insta h3 img {
    line-height: 0;
}
.insta_box {
    margin-bottom: 2em;
}
.insta_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2em auto -1.6em;
}
.insta_box ul li {
    width: calc(50% - 0.8em);
    margin-bottom: 1.6em;
}


.faq_box {
    margin-bottom: 2em;
}
.faq_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.faq_box ul li {
    width: 100%;
    margin-bottom: 1em;
}
.q_tx {
    background-color: #fff;
    line-height: 1.7;
    padding: 1em 1.2em;
}
.q_tx strong {
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 0.3em;
}

#insta .gallery {
    margin-bottom: -2em;
}
#insta .gallery-item {
    width: 47%;
    aspect-ratio:1;
    margin-bottom: 2em;
}

}
