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

#header {
    background-image: none;
}

.copy {
    background-image: url("../img/bg_copy2.webp");
    background-position: center bottom;
    background-size: cover;
    line-height: 0;
}
.copy_box {
    background: linear-gradient(to bottom,rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.copy img {
    width: 100%;
}
.copy section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
	padding:10em 80px 5em;
	margin:0 auto;
}
.toho_tx {
    width: 60%;
    margin: 0 auto 4em;
    line-height: 0;
}
.man_tx p {
    width: 30%;
    margin: 0 auto 1.5em;
    line-height: 0;
}
.man_tx h3 {
    width: 100%;
    padding-bottom: 2em;
    margin: 0 auto 2em;
    line-height: 0;
    border-bottom: 1px solid rgba(255,255,255,0.7);
}
.man_tx h3 img {
    width: 80%;
}

.grd_tx {
    position: relative;
    box-sizing: border-box;
    width: 90%;
	margin:0 auto;
}
.grd_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0;
}
.grd_tx ul li img {
    width: 100%;
}
.grd_tx ul li:nth-child(1) {
    width: 60%;
}
.grd_tx ul li:nth-child(2) {
    width: 55%;
}

.sch_tx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:4em 0 2em;
	margin:0 auto;
}
.sch_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0;
}
.sch_tx ul li img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0,112,156,1));
}
.sch_tx ul li:nth-child(1) {
    width: 50%;
}
.sch_tx ul li:nth-child(2) {
    width: 65%;
}

.kakaku {
    text-align: center;
}
.kakaku img {
    width: 90%;
    filter: drop-shadow(0 0 10px rgba(0,112,156,1));
}

.fut_box {
    padding: 0 3% 5em;
    filter: drop-shadow(0 0 10px rgba(0,112,156,1));
}
.fut_box ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.fut_box ul li {
    width: 15%;
    line-height: 0;
    margin: 0 1em;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
}

.model_tx {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
	padding:0 80px 10em;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(255,255,255,1));
}
.model_tx a {
    display: block;
    padding: 1em 2em;
    border: 1px solid #00709c;
    background: linear-gradient(to right, #ccffff, #fff, #ccffff);
}

.atl_map img,.atl_banner img, .open_banner img {
    width: 100%;
}
.atl_banner {
    margin: 0 10%;
}
.open_banner {
    margin: 0 10% 2em;
}
.atl_map {
    margin-top: 2em;
}
.atl_map ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.atl_map ul li:nth-child(1) {
    width: 53%;
}
.atl_map ul li:nth-child(2) {
    width: 20%;
}
.atl_map ul li:nth-child(3) {
    width: 22%;
}


.sky_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0;
}
.sky_mv {
    position: relative;
    width: 100%;
	height: 100%;
    overflow: hidden;
}
#skymovie {
	position: absolute;
    min-width: 100%;
    min-height: 100%;
}

@media (min-width: 961px) and (aspect-ratio: 854/480) {
#skymovie {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

@media (min-width: 961px) and (min-aspect-ratio: 854/480) {
#skymovie {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

@media (min-width: 961px) and (max-aspect-ratio: 854/480) {
#skymovie {
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 960px) and (aspect-ratio: 72/128) {
#skymovie {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

@media (max-width: 960px) and (min-aspect-ratio: 72/128) {
#skymovie {
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

@media (max-width: 960px) and (max-aspect-ratio: 72/128) {
#skymovie {
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
}

.sky_mv span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43,169,231,0.3);
    mix-blend-mode: multiply;
}
.sky_mv span:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d67a5;
    mix-blend-mode: soft-light;
}

.bg_life {
    position: relative;
    clip-path: inset(0);
}
.fiximg {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slide2 {
	position:relative;
	width: 70%;
    max-width: 1770px;
    padding-top: 10em;
    margin: 0 auto 0 0;
}
.slide2 h3 {
    position: absolute;
    width: 70%;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.slide2 h3 img {
    width: 100%;
}
.swiper-container2 {
	position:relative;
	width: 100%;
    height: 600px;
    overflow: hidden;
  
}
.swiper-container2 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container2 .swiper-slide {
    position: relative;
    width: auto !important;
}
.swiper-container2 .swiper-slide img {
    width: auto;
    height: 100%;
    filter: sepia(100%) hue-rotate(150deg);
    transition: filter 1s;
}
.swiper-container2 .swiper-slide-active img,
.swiper-container2 .swiper-slide-duplicate-active img {
    filter: none !important;
}
.swiper-container2 .swiper-slide p {
    position: absolute;
    text-align: right;
    top: 1em;
    right: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
}

.life_box {
    margin: 10em 0;
}
.life_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.life_box ul li:nth-child(1) {
    width: 50%;
}
.life_box ul li:nth-child(1) h3 {
    margin-bottom: 1em;
}
.life_box ul li:nth-child(1) h3 span {
    font-size: 1.4em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    font-weight: 500;
    color: #00709c;
}
.life_box ul li:nth-child(1) h4 {
    line-height: 2.2;
    font-weight: 500;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #00709c;
}
.life_box ul li:nth-child(2) {
    width: 50%;
}
.life_box ul li:nth-child(2) video {
    width: 100%;
    display: block;
}
/*.life_box ul li section {
    position: relative;
    background-image: url("../img/yakei.webp");
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio:2500 / 1666;
}
.life_box ul li section p {
    position: absolute;
    text-align: right;
    top: 1em;
    right: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
}*/

.life_sls1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10em;
}
.life_sls1 section {
    flex-grow: 1;
}
.life_sls1 section h4 {
    line-height: 2.2;
    font-weight: 500;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #00709c;
}
.slide3 {
	position:relative;
	width: 40%;
    max-width: 750px;
}
.swiper-container3 {
	position:relative;
	width: 100%;
    height: 330px;
    overflow: hidden;
  
}
.swiper-container3 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container3 .swiper-slide {
    position: relative;
    width: auto !important;
}
.swiper-container3 .swiper-slide img {
    width: auto;
    height: 100%;
    filter: sepia(100%) hue-rotate(150deg);
    transition: filter 1s;
}
.swiper-container3 .swiper-slide-active img,
.swiper-container3 .swiper-slide-duplicate-active img {
    filter: none !important;
}
.swiper-container3 .swiper-slide h6 {
    position: absolute;
    text-align: right;
    top: 1em;
    right: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
    direction: ltr;
}
.swiper-container3 .swiper-slide p {
    position: absolute;
    text-align: left;
    bottom: 1em;
    left: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
    direction: ltr;
}

.life_sls2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    padding-bottom: 10em;
}
.life_sls2 section {
    flex-grow: 1;
}
.life_sls2 section h4 {
    line-height: 2.2;
    font-weight: 500;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #00709c;
    margin-bottom: 3em;
}
.slide3_2 {
	position:relative;
	width: 50%;
    max-width: 1000px;
}
.swiper-container3_2 {
	position:relative;
	width: 100%;
    height: 330px;
    overflow: hidden;
  
}
.swiper-container3_2 .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container3_2 .swiper-slide {
    position: relative;
    width: auto !important;
}
.swiper-container3_2 .swiper-slide img {
    width: auto;
    height: 100%;
    filter: sepia(100%) hue-rotate(150deg);
    transition: filter 1s;
}
.swiper-container3_2 .swiper-slide-active img,
.swiper-container3_2 .swiper-slide-duplicate-active img {
    filter: none !important;
}
.swiper-container3_2 .swiper-slide h6 {
    position: absolute;
    text-align: right;
    top: 1em;
    right: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
}
.swiper-container3_2 .swiper-slide p {
    position: absolute;
    text-align: left;
    bottom: 1em;
    left: 1em;
    font-size: 0.76em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.5));
}

.tmore p {
    font-size: 1em !important;
    margin: 0 !important;
}
.tmore p a {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1em;
    line-height: 3.5em;
    color: #fff;
    background-image: url("../img/arr_w.png");
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
    background-size: 5px auto;
    transition: all 0.3s;
    width: 20em;
    letter-spacing: 1px;
    text-indent: 1px;
    border: 1px solid #fff;
    margin: auto;
    background-color: rgba(0,0,50,0.1);
}
.tmore p a:hover {
    background-color: rgba(255,255,255,0.2);
}

.tmore2 p {
    font-size: 1em !important;
    margin: 0 !important;
}
.tmore2 p a {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1em;
    line-height: 3.5em;
    color: #00709c;
    background-image: url("../img/arr_g.png");
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
    background-size: 5px auto;
    transition: all 0.3s;
    width: 20em;
    letter-spacing: 1px;
    text-indent: 1px;
    border: 1px solid #00709c;
    margin: auto;
    background-color: rgba(255,255,255,0.4);
}
.tmore2 p a:hover {
    background-color: rgba(255,255,255,0.9);
}

@keyframes des_pan {
  0% {
    background-position: left top;
  }
  100% {
    background-position: left 1500px top;

  }
}
@keyframes des_pan2 {
  0% {
    background-position: left top;
  }
  100% {
    background-position: left 1000px top;

  }
}

.bg_des {
    background-image: url("../img/bg_sky.webp");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 1500px auto;
    animation: des_pan 30s linear 0s infinite normal backwards;
}
@media screen and (max-width: 960px) {
.bg_des {
    background-size: 1000px auto;
    animation: des_pan2 30s linear 0s infinite normal backwards;
}
}

.ent_img {
    padding: 10em 0 5em 5%;
    color: #00709c;
}
.ent_img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ent_img ul li:nth-child(1) {
    width: 45%;
    flex-shrink: 0;
    z-index: 1;
}
.ent_img ul li:nth-child(1) img {
    width: 100%;
}
.ent_img ul li:nth-child(2) {
    width: 70%;
    flex-shrink: 0;
    margin-left: -15%;
}
.ent_img ul li:nth-child(2) h3 {
    margin-bottom: 1em;
}
.ent_img ul li:nth-child(2) h3 span {
    font-size: 2em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    font-weight: 400;
}
.ent_img ul li:nth-child(2) h4 {
    line-height: 2.2;
    font-weight: 500;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 3em;
}
.ent_img ul li section {
    margin-top: 5em;
    position: relative;
    background-image: url("../slide/02_pc.webp");
    background-position: right bottom;
    background-size: 120% auto;
    aspect-ratio:4500 / 1500;
}
.mbent_img {
    display: none;
}

.bg_plan {
    background-color: #f3f8fb;
    background-image: url("../design/img/bg_plan.webp");
    background-position: center center;
    background-size: cover;
}
.plan_img {
    padding: 5em 5%;
    color: #00709c;
}
.plan_img ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}
.plan_img ul li:nth-child(1) {
    width: 45%;
}
.pl_tx {
    margin-bottom: 5em;
}
.plan_img ul img {
    width: 100%;
}
.plan_img ul li:nth-child(2) {
    width: 45%;
}
.plan_img ul li h3 {
    margin-bottom: 1em;
}
.plan_img ul li h3 span {
    font-size: 2em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
    font-weight: 400;
}
.plan_img ul li h4 {
    line-height: 2.2;
    font-weight: 500;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 3em;
}
.plan_img h5 {
    position: relative;
    z-index: 0;
    text-align: left;
    margin-top: -2em;
}
.plan_img h5 img {
    width: 70%;
}

.news_tite {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.nbox {
    width: 47%;
}

.doc_sub {
    text-align: center;
    margin-bottom: 2em;
}
.doc_sub span {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    display: inline-block;
    padding: 0 1em 0.2em;
    border-bottom: 1px solid #00709c;
    color: #00709c;
    font-size: 1.24em;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 1px;
}

#mns_news ul li,#mns_pdf ul li {
    border-bottom: 1px dotted #999 !important;
}
#mns_news ul li span,#mns_pdf ul li span {
    color: #111 !important;
    background-color: #e5f0f5 !important;
    font-family: "B612 Mono", monospace !important;
    font-weight: 400 !important;
}
.blbox ul li span {
    color: #111 !important;
    background-color: #e5f0f5 !important;
    font-family: "B612 Mono", monospace !important;
    font-weight: 400 !important;
}

.open_box {
    background-image: url("../openairliving/img/main_bg.webp");
    background-position: center top;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio:16 / 9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.op_tx h2 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.txbox {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    padding: 3em;
    margin: 3em auto 3em;
}
.txbox h3 {
    font-size: 1.24em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 1em;
}
.txbox p {
    font-size: 0.92em;
    line-height: 2.2;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.atl_box {
    position: relative;
    background-image: url("../atl/img/bg_pc.webp");
    background-position: center center;
    background-size: cover;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.atl_box section {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
.atl_tx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:0 80px;
	margin:0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.atl_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
}
.atl_tx ul img {
    width: 100%;
}
.atl_tx ul li:nth-child(1) {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
}
.atl_tx ul li:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 8em 0;
    flex-shrink: 0;
    margin-left: -20%;
}
.atl_tx h2 {
    line-height: 0;
    margin-bottom: 3em;
}
.atl_tx h2 img {
    width: 80%;
}
.atl_tx h3 {
    font-size: 1.24em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 1em;
}
.atl_tx p {
    font-size: 0.92em;
    line-height: 2.2;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 3em;
}

@media screen and (max-width: 1280px) {
#header {
    margin-bottom: -110px;
}
.fut_box {
    padding: 0 5% 5em;
}
.fut_box ul {
    margin-bottom: -2em;
}
.fut_box ul li {
    width: 26%;
    margin: 0 0.5em 2em;
}
.model_tx {
    width: 80%;
	padding:0 0 5em;
}
}

@media screen and (max-width: 960px) {
#header {
    margin-bottom: -80px;
}
.copy section {
	padding:4em 15% 4em;

}
.toho_tx {
    width: 70%;
    margin: 0 auto 4em;
    line-height: 0;
}
.man_tx p {
    width: 50%;
    margin: 0 auto 1.5em;
    line-height: 0;
}
.man_tx h3 {
    width: 100%;
    padding-bottom: 1.5em;
    margin: 0 auto 1.5em;
}
.man_tx h3 img {
    width: 90%;
}

.grd_tx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
}
.grd_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.grd_tx ul li img {
    width: 100%;
}
.grd_tx ul li:nth-child(1) {
    width: 60%;
}
.grd_tx ul li:nth-child(2) {
    width: 55%;
}

.sch_tx {
    width: 90%;
	padding:3em 0 1em;
}
.sch_tx ul {
    justify-content: space-around;
    flex-direction: column;
}
.sch_tx ul li:nth-child(1) {
    width: 70%;
}
.sch_tx ul li:nth-child(2) {
    width: 70%;
}
.kakaku img {
    width: 100%;
}

.fut_box {
    padding: 0 5% 4em;
}

.atl_banner {
    margin: 0 10%;
}
.open_banner {
    margin: 0 10% 2em;
}
.atl_map {
    margin-top: 2em;
}
.atl_map ul li:nth-child(1) {
    width: 53%;
}
.atl_map ul li:nth-child(2) {
    width: 20%;
}
.atl_map ul li:nth-child(3) {
    width: 22%;
}


.bg_life {
    
}
.slide2 {
	width: 80%;
    padding-top: 4em;
}
.slide2 h3 {
    width: 80%;
}
.swiper-container2 {
    height: 400px;
}
.swiper-container2 .swiper-slide p {
    font-size: 0.68em;
}

.life_box {
    margin: 4em 0;
}
.life_box ul {

}
.life_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 4em;
}
.life_box ul li:nth-child(1) h3 {
    margin-bottom: 1em;
}
.life_box ul li:nth-child(1) h3 span {
    font-size: 1.6em;
}
.life_box ul li:nth-child(1) h4 {
}
.life_box ul li:nth-child(2) {
    width: 100%;
}
/*.life_box ul li section p {
    font-size: 0.68em;
}*/

.life_sls1 {
    padding-bottom: 4em;
}
.life_sls1 section {
    flex-grow: 1;
}
.life_sls1 section h4 {

}
.slide3 {
	width: 40%;
}
.swiper-container3 {
    height: 270px;
}
.swiper-container3 .swiper-slide h6 {
    font-size: 0.68em;
}
.swiper-container3 .swiper-slide p {
    font-size: 0.68em;
}

.life_sls2 {
    padding-bottom: 4em;
}
.life_sls2 section {
    flex-grow: 1;
}
.life_sls2 section h4 {

}
.slide3_2 {
	width: 40%;
}
.swiper-container3_2 {
    height: 270px;
}
.swiper-container3_2 .swiper-slide h6 {
    font-size: 0.68em;
}
.swiper-container3_2 .swiper-slide p {
    font-size: 0.68em;
}


.tmore p a,.tmore2 p a {
    width: 15em;
}


.ent_img {
    padding: 4em 5%;
}
.ent_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ent_img ul li:nth-child(1) {
    width: 45%;
}
.ent_img ul li:nth-child(2) {
    width: 55%;
    margin-left: 0;
}
.ent_img ul li:nth-child(2) h3 {
    margin-bottom: 1em;
}
.ent_img ul li:nth-child(2) h3 span {
    font-size: 1.8em;
}
.ent_img ul li:nth-child(2) h4 {
    margin-bottom: 3em;
}
.ent_img ul li section {
    display: none;
}
.mbent_img {
    display: block;
    position: relative;
    background-image: url("../slide/02_sp.webp");
    background-position: right bottom;
    background-size: 120% auto;
    aspect-ratio:3000 / 1500;
}

.bg_plan {
    background-position: left center;
}
.plan_img {
    padding: 5em 0;
}
.plan_img ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.news_tite {
    display: block;
}
.nbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.nbox:first-of-type {
    margin-bottom: 3em;
}

.doc_sub {
    text-align: center;
    margin-bottom: 2em;
}
.doc_sub span {
    font-size: 1.24em;
}

.open_box {
    background-size: auto 120%;
    aspect-ratio:16 / 11;
}
.op_tx h2 {
    font-size: 1.8em;
}
.txbox {
    padding: 2em;
    margin: 2em auto 2em;
}
.txbox h3 {
    font-size: 1.08em;
}
.txbox p {
    font-size: 0.92em;
}

.atl_tx {
    max-width: none;
	padding:0 5%;
}
.atl_tx ul li:nth-child(1) {
    width: 50%;
}
.atl_tx ul li:nth-child(2) {
    width: 50%;
    padding: 6em 0;
    margin-left: -20%;
}
.atl_tx h2 {
    line-height: 0;
    margin-bottom: 3em;
}
.atl_tx h2 img {
    width: 80%;
}
.atl_tx h3 {
    line-height: 1.7;
    font-size: 1.08em;
}

}


@media screen and (max-width: 520px) {
#header {
    margin-bottom: -50px;
}
.copy section {
	padding:3em 7% 3em;

}
.toho_tx {
    width: 80%;
    margin: 0 auto 3em;
    line-height: 0;
}
.man_tx p {
    width: 60%;
    margin: 0 auto 1em;
}
.man_tx h3 {
    width: 100%;
    padding-bottom: 1em;
    margin: 0 auto 1em;
}
.man_tx h3 img {
    width: 90%;
}

.grd_tx {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	margin:0 auto;
}
.grd_tx ul {
    justify-content: space-around;
    flex-direction: column;
}
.grd_tx ul li:nth-child(1) {
    width: 70%;
}
.grd_tx ul li:nth-child(2) {
    width: 70%;
}

.sch_tx {
    width: 90%;
	padding:3em 0 1em;
}
.sch_tx ul {
    justify-content: space-around;
    flex-direction: column;
}
.sch_tx ul li:nth-child(1) {
    width: 90%;
}
.sch_tx ul li:nth-child(2) {
    width: 90%;
}
.kakaku img {
    width: 60%;
}

.fut_box {
    padding: 0 5% 3em;
}

.fut_box ul {
    justify-content: space-around;
    margin-bottom: -1em;
}
.fut_box ul li {
    width: calc(50% - 1em);
    margin: 0 auto 1em;
}
.model_tx {
    width: 70%;
	padding:0 0 3em;
}

.atl_banner {
    margin: 0;
}
.open_banner {
    margin: 0 0 2em;
}
.atl_map {
    margin-top: 2em;
}
.atl_map ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.atl_map ul li:nth-child(2) {
    width: 45%;
}
.atl_map ul li:nth-child(3) {
    width: 50%;
}


.slide2 {
	width: 80%;
    padding-top: 3em;
}
.slide2 h3 {
    width: 90%;
}
.swiper-container2 {
    height: 300px;
}
.swiper-container2 .swiper-slide p {
    font-size: 0.68em;
}

.life_box {
    margin: 3em 0;
}
.life_box ul {

}
.life_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.life_box ul li:nth-child(1) h3 {
    margin-bottom: 1em;
}
.life_box ul li:nth-child(1) h3 span {
    font-size: 1.16em;
}
.life_box ul li:nth-child(1) h4 {
}
.life_box ul li:nth-child(2) {
    width: 100%;
}
/*.life_box ul li section p {
    font-size: 0.68em;
}*/

.life_sls1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 3em;
}
.life_sls1 section {
    width: 100%;
    flex-grow: 0;
}
.life_sls1 section h4 {

}
.slide3 {
	width: 80%;
    padding-bottom: 3em;
}
.swiper-container3 {
    height: 250px;
}
.swiper-container3 .swiper-slide h6 {
    font-size: 0.68em;
}
.swiper-container3 .swiper-slide p {
    font-size: 0.68em;
}

.life_sls2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 3em;
}
.life_sls2 section {
    width: 100%;
    flex-grow: 0;
}
.life_sls2 section h4 {

}
.slide3_2 {
	width: 80%;
    padding-bottom: 3em;
}
.swiper-container3_2 {
    height: 250px;
}
.swiper-container3_2 .swiper-slide h6 {
    font-size: 0.68em;
}
.swiper-container3_2 .swiper-slide p {
    font-size: 0.68em;
}

.ent_img ul {
    justify-content: space-around;
}
.ent_img {
    padding: 3em 5%;
}
.ent_img ul li:nth-child(1) {
    width: 80%;
    margin-bottom: 3em;
}
.ent_img ul li:nth-child(2) {
    width: 100%;
}
.ent_img ul li:nth-child(2) h3 {
    margin-bottom: 1em;
}
.ent_img ul li:nth-child(2) h3 span {
    font-size: 1.24em;
}
.ent_img ul li:nth-child(2) h4 {
    margin-bottom: 2em;
}

.plan_img {
    padding: 5em 0 4em;
    overflow: hidden;
}
.plan_img ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.plan_img ul li:nth-child(1) {
    width: 100%;
}
.pl_tx {
    margin-bottom: 5em;
}
.plan_img ul li:nth-child(2) {
    width: 80%;
}
.plan_img ul li h3 span {
    font-size: 1.24em;
}
.plan_img h5 {
    text-align: right;
    margin-top: -2em;
}
.plan_img h5 img {
    width: 90%;
}

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

#mns_news ul,#mns_pdf ul {
    margin-left: auto !important;
    margin-right: auto !important;
}

.open_box {
    background-size: auto 120%;
    background-position: right 21% top;
    aspect-ratio:1 / 1.3;
}
.op_tx h2 {
    font-size: 1.24em;
}
.txbox {
    padding: 1.5em;
    margin: 2em auto 2em;
}
.txbox h3 {
    font-size: 1em;
    line-height: 1.7;
}
.txbox p {
    font-size: 0.92em;
}

.atl_box {
    background-image: url("../atl/img/bg_sp.webp");
}
.atl_tx {
    max-width: none;
	padding:0 5%;
}
.atl_tx ul {
}
.atl_tx ul li:nth-child(1) {
    width: 100%;
    padding-top: 5em;
}
.atl_tx ul li:nth-child(2) {
    width: 100%;
    padding: 5em 0 5em;
    margin-left: 0;
}
.atl_tx h2 {
    line-height: 0;
    margin-bottom: 3em;
}
.atl_tx h2 img {
    width: 50%;
}
.atl_tx h3 {
    font-size: 1em;
}

}
