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

.media_list {
    display: flex;
    justify-content:space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.media_list li {
    box-sizing: border-box;
    width: 22%;
    padding: 1em;
    border: 1px solid #ccc;
}
.eyecatch {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
}
.eyecatch img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s;
}
.eyecatch a:hover img {
    transform: scale(1.1);
}
.txt_area {
    line-height: 1.5;
    margin-top: 1em;
}
.txt_area .date {
    font-size: 0.7em;
    color: #999;
    font-family: 'B612 Mono', monospace;
    margin-bottom: 0.5em;
}
.txt_area .media_ttl {
    font-size: 0.92em;
}

.mochi {
    background-color: #ffaa00;
    color: #fff;
    line-height: 1;
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 1.32em;
    text-indent: 1px;
    letter-spacing: 1px;
    margin-top: 1.5em;
    border-radius: 30px;
}

.mochi_sub {
    position: relative;
}
.mochi_sub h6 {
    position: absolute;
    right: -145px;
    top: -20px;
    width: 150px;
}
.mochi_sub h6 img {
    width: 100%;
}

@media screen and (max-width: 499px) {
.media_list {
    justify-content:space-between;
    margin-bottom: -1em;
}
.media_list li {
    width: 48%;
    padding: 0.5em;
    margin-bottom: 1em;
}
.txt_area {
    line-height: 1.5;
    margin: 1em 0.5em 0.5em;
}
.mochi_sub h6 {
    right: -35px;
    top: -5px;
    width: 80px;
}
}


.line_ban {
    background-color: #06c755;
    padding: 30px 0;
    margin-bottom: 21px;
}
.line_ban_box {
    width: 1200px;
    margin: 0 auto;
}
#mainimg {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    background-color: #0060b0;
    /*margin-bottom: 21px;*/
}
.main_box {
    position: relative;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
#mainimg img {
    position: absolute;
    bottom:0;
    right: 10px;
    height: 460px;
}
.aniva {
    position: absolute;
    top:165px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-color: #19b2c7;
    color: #fff;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    border-radius: 120px;
    font-size: 0.92em;
    line-height: 1.4;
    z-index: 1100;
    box-shadow: 0 0 10px #fff;
}
.aniva span {
    font-size: 1.4em;
}
.main_tx {
    margin: 150px 0 0 80px;
}
.main_tx h2 {
    font-size: 1.4em;
    line-height: 66px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block !important;
    padding: 0 80px;
    color: #117ac1;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}
.main_tx h3 {
    font-size: 2.2em;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 50px;
    position: relative;
    z-index: 1000;
}
.main_tx h3 strong {
    font-size: 1.7em;
}
.main_tx p {
    font-size: 1.66em;
    color: #fff;
    line-height: 1.5;
    position: relative;
    z-index: 1000;
}

.gre_tx {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.7;
}

.tsub {
    line-height: 1.4;
    text-align: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tsub h3 {
    font-size: 2.2em;
    padding: 0 20px 5px;
    border-bottom: 2px solid #37b4e7;
    letter-spacing: 0.1em;
}
.tsub p {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 0.76em;
    letter-spacing: 0.3em;
    margin-top: 8px;
    color: #37b4e7;
}
.tsub_w {
    color: #fff;
}
.tsub_w h3 {
    border-bottom: 2px solid #fff;
}
.tsub_w p {
    color: #fff;
}

#banner {
    position: relative;
    width:1200px;
    margin: 0 auto;
    z-index: 1000;
}
#banner .swiper-container1 {
	position:relative;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#banner .swiper-slide {
	position:relative;
}
#banner .swiper-slide img {
    width: 100%;
}
#banner .swiper-slide a {
    display: block;
}
.swiper-button-prev,.swiper-button-next {
    position:relative;
	z-index:1100;
    top:61.5px !important;
	margin-top:0 !important;
    width: 30px !important;
    height: 60px !important;
    transition: opacity 0.5s;
}
.swiper-button-prev {
    left: -30px !important;
    background: url(../img/left.png) no-repeat right center !important;
    background-size:contain !important;
}
.swiper-button-next {
    right: -30px !important;
    background: url(../img/right.png) no-repeat left center !important;
	background-size:contain !important;
}
.swiper-button-prev:hover,.swiper-button-next:hover {
    opacity: 0.6;
}


.tsupport li {
    position: relative;
    float: left;
    width: calc((100% / 3) - (100px / 3));
    margin-right: 50px;
    box-sizing: border-box;
    border: 4px solid #37b4e7;
    padding: 50px 20px 20px;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #fff, #dce3e5);
}
.tsupport li strong {
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #37b4e7;
    border-radius: 60px;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.tsupport li h3 {
    text-align: center;
    margin-bottom: 45px;
}
.tsupport li h3 span {
    display: inline-block;
    background-color: #1c4a6b;
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    width: 60px;
    margin-right: 10px;
}
.tsupport li h3 span:last-child {
    margin-right: 0;
}
.tsupport li p {
    line-height: 1.7;
}
.tsupport li p span {
    display: block;
    margin-top: 5px;
}
.no1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    width: 90px;
    height: 90px;
}
.no1 img {
    width: 100%;
}
.tx1 {
    font-size: 1.16em;
    line-height: 1.7;
    text-align: center;
}

.prob li {
    position: relative;
    float: left;
    width: calc(100% / 4);
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
    color: #1c4a6b;
    font-size: 1.4em;
    font-weight: bold;
    background: radial-gradient(#b2f2e7,transparent 50%); 
}
.prob li h3 {
    margin-bottom: 15px;
}
.prob li h3 img {
    width: 30%;
}

.bg_about {
    background-image: url("../img/bg_about.jpg");
    background-position: center center;
    background-size: cover;
}
.about_box {
    background-color: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px 40px;
    line-height: 2.5;
    margin-left: 120px;
    margin-right: 120px;
}


.team_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.team_tx {
    box-sizing: border-box;
    width: 50%;
    padding: 0 7%;
}
.team_tx h4 {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.team_tx p {
    line-height: 1.7;
    text-align: left;
}
#team_slide {
	position:relative;
	text-align:center;
	width: 50%;
}
#team_slide .swiper-container2 {
	position:relative;
	width: 100%;
    height: 500px;
    overflow: hidden;
  
}
#team_slide .swiper-slide {
    width: auto !important;
}
#team_slide .swiper-slide img {
        width: auto;
        height: 100%;
}


.reason li {
    position: relative;
    float: left;
    width: calc((100% / 4) - (60px / 4));
    margin-right: 20px;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}
.reason li h3 {
    margin-bottom: 40px;
}
.reason li h3 img {
    width: 30%;
}
.reason li h4 {
    line-height: 1.4;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.reason li:nth-child(1) h4 {
    color: #37b4e7;
}
.reason li:nth-child(2) h4 {
    color: #15cbe0;
}
.reason li:nth-child(3) h4 {
    color: #00d5af;
}
.reason li:nth-child(4) h4 {
    color: #06c755;
}
.reason li p {
    line-height: 1.7;
    text-align: left;
    font-size: 1em;
}
.reason li p span {
    display: block;
}
.reason li .ln_tx img {
    width: 60%;
}
.reason li .ln_tx {
    margin-bottom: 10px;
}
.ln_ac {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.ln_ac strong {
    margin: 0 5px 10px;
    font-weight: normal;
}
.ln_ac strong a {
    display: inline-block;
    background-color: #19b2c7;
    color: #fff;
    font-size: 0.92em;
    line-height: 30px;
    width: 100px;
}
.ln_ac strong:nth-child(4) a,.ln_ac strong:nth-child(5) a {
    background-color: #459dd8;
}

.bg_flow {
    background-image: url("../img/bg_flow.jpg");
    background-position: center center;
    background-size: cover;
}
.rflow {
    position: relative;
    overflow: hidden;
}
.rflow ul {
    position: relative;
    left: 50%;
    float: left;
}
.rflow li {
    position: relative;
    left: -50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 150px;
}
.rflow li:nth-child(odd) {
    background-color: #fff;
    border-radius: 300px;
    width: 150px;
}
.rflow li:nth-child(even) {
    margin: 0 15px;
}
.rflow li img {
    width: 20px;
    opacity: 0.5;
}
.rflow li p {
    font-family: 'Ropa Sans', sans-serif;
    line-height: 1.6em;
    color: #37b4e7;
}
.rflow li p span {
    font-size: 1.6em;
    margin-left: 5px;
}
.rflow li h4 {
    font-size: 1.24em;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #1c4a6b;
}

.price {
    position: relative;
    overflow: hidden;
}
.price ul {
    position: relative;
    left: 50%;
    float: left;
}
.price li {
    position: relative;
    left: -50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 240px;
}
.price li:nth-child(odd) {
    background-color: #fff;
    border-radius: 20px;
    width: 240px;
    padding: 20px;
}
.price li:nth-child(even) {
    margin: 0 15px;
}
.price li img {
    width: 24px;
    opacity: 0.5;
}
.price li p {
    line-height: 1.7;
    margin-top: 10px;
}
.price li h4 {
    font-weight: normal;
    line-height: 2.5em;
    text-align: center;
}
.price li h4 strong {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #15cbe0;
    margin-left: 10px;
}
.price li h4 span {
    color: #15cbe0;
}
.price li h3 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #1c4a6b;
    text-align: center;
}
.price li:last-child {
    background-color: #15cbe0;
}
.price li:last-child h3,.price li:last-child p {
    color: #fff;
}

.bg_data {
    background-image: url("../img/bg_data.jpg");
    background-position: center center;
    background-size: cover;
}
.data_box {
    background-color: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px 40px;
    line-height: 2.5;
    margin-left: 150px;
    margin-right: 150px;
}

.tmap ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
.tmap li {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
  
}
.tmap p {
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
.tmap p img {
    width: 100%;
}

.news {
    margin-left: 200px;
    margin-right: 200px;
}
.news li {
    position: relative;
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    line-height: 1.7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #666;
}
.news li span {
    font-family: 'B612 Mono', monospace;
    display: inline-block;
    margin-right: 30px;
}
.news li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0;
}

.sns_sub {
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 2em;
    line-height: 1.3;
}
.sns {
    text-align: center;
}
.sns img {
    width: 38px;
}
.sns a {
    margin: 0 30px;
}

@media screen and (min-width: 500px) {
.line_btn {
    margin-top: 10px;
    margin-bottom: 0;
}
.line_btn p {
    margin-bottom: 5px;
}
.line_btn p:nth-of-type(5) {
    margin-bottom: 0;
}
.tsupport li:last-child {
    margin-right: 0;
}

.prob li:first-child {
    margin-bottom: 40px;
}
.prob li:nth-child(5) {
    clear: both;
}
.reason li:last-child {
    margin-right: 0;
}
}

@media screen and (max-width: 499px) {
.line_ban {
    padding: 0 0 30px;
    margin-bottom: 0;
}
.line_ban_box {
    width: auto;
    margin: 0 20px;
}
.line_ban_box .lineimg {
    margin-top: -10px;
    position: relative;
    z-index: 1100;
}
.line_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 10px 0;
    padding-bottom: 4px;
}
.line_btn p {
    width: calc(50% - 3px);
    margin-bottom: 6px;
}
#mainimg {
    width: 100%;
    height: 510px;
    overflow: hidden;
    margin-bottom: 0;
}
.main_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
}
#mainimg img {
    position: absolute;
    bottom:0;
    right: 0;
    height: 140px;
}
.aniva {
    top:60px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 0.68em;
}
.aniva span {
    font-size: 1.5em;
}
.main_tx {
    margin: 40px 0 0;
}
.main_tx h2 {
    font-size: 1em;
    line-height: 1.5;
    box-sizing: border-box;
    width: 290px;
    padding: 10px 0;
    margin-bottom: 25px;
    margin-left: 50px
}
.main_tx h3 {
    font-size: 1.16em;
    margin-bottom: 30px;
    line-height: 1.4;
}
.main_tx h3 strong {
    font-size: 2em;
}
.main_tx p {
    text-align: left;
    font-size: 1em;
    margin: 0 30px;
    line-height: 1.7;
}

.swiper-button-prev,.swiper-button-next {
    top:70.5px !important;
    width: 20px !important;
    height: 40px !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next {
    right: 0 !important;
}

.gre_tx {
    text-align: center;
    font-size: 0.95em;
}

.tsub {
    width: 80%;
}
.tsub h3 {
    font-size: 1.4em;
    padding: 0 0 5px 0;
}
.tsub h3.nonls {
    letter-spacing: 0 !important;
}
.tsub p {
    font-size: 0.6em;
    margin-top: 7px;
}
#banner {
    width:100%;
}

.tsupport li {
    float: none;
    width: auto;
    margin:0 10px 30px;
    border: 3px solid #37b4e7;
    padding: 30px 18px 18px;
}
.tsupport li:last-child {
    margin-bottom: 0;
}
.tsupport li strong {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 30px;
}
.tsupport li h3 {
    margin-bottom: 25px;
}
.tsupport li h3 span {
    font-size: 32px;
    line-height: 46px;
    width: 46px;
    margin-right: 8px;
}
.tsupport li p {

}
.no1 {
    left: auto;
    right: -20px;
    margin: auto;
    top: -45px;
    width: 80px;
    height: 80px;
}
.tx1 {
    font-size: 1em;
}

.prob li {
    width: calc(100% / 2);
    box-sizing: border-box;
    font-size: 1em;
    margin-bottom: 30px;
}
.prob li h3 {
    margin-bottom: 10px;
}
.prob li h3 img {
    width: 30%;
}
.prob li:nth-last-child(1),.prob li:nth-last-child(2) {
    margin-bottom: 0;
}

.about_box {
    padding: 25px 25px;
    line-height: 2;
    margin-left: 0;
    margin-right: 0;
}

.team_tx {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 50px;
}
.team_tx h4 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.team_tx p {
    line-height: 1.7;
    text-align: left;
}
#team_slide {
	position:relative;
	text-align:center;
	width: 100%;
}
#team_slide .swiper-container2 {
	position:relative;
	width: 100%;
    height: 250px;
    overflow: hidden;
  
}
#team_slide .swiper-slide {
    width: auto !important;
}
#team_slide .swiper-slide img {
        width: auto;
        height: 100%;
}

.reason li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 20px;
}
.reason li:last-child {
    margin-bottom: 0;
}
.reason li h3 {
    margin-bottom: 20px;
}
.reason li h3 img {
    width: 20%;
}
.reason li h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.reason li p {

}
.reason li .ln_tx img {
    width: 50%;
}

.rflow {
    margin-left: 10px;
    margin-right: 10px;
}
.rflow ul {
    left: 0;
    float: none;
}
.rflow li {
    left: 0;
    height: 135px;
}
.rflow li:nth-child(odd) {
    width: 135px;
}
.rflow li:nth-child(even) {
    width: 40px;
    margin: 0;
}
.rflow li:nth-child(4),.rflow li:nth-child(8) {
    width: 100%;
    height: 38px;
}
.rflow li img {
    width: 16px;
}
.rflow li:nth-child(4) img,.rflow li:nth-child(8) img {
    width: auto;
    height: 38px;
}
.rflow li p {
    font-family: 'Ropa Sans', sans-serif;
    line-height: 1.6em;
    color: #37b4e7;
}
.rflow li p span {
    font-size: 1.6em;
    margin-left: 5px;
}
.rflow li h4 {
    font-size: 1.08em;
}

.price {
    margin-left: 25px;
    margin-right: 25px;
}
.price ul {
    position: relative;
    left: 0;
    float: none;
}
.price li {
    position: relative;
    left:0;
    float: none;
    height: auto;
}
.price li:nth-child(odd) {
    width: auto;
}
.price li:nth-child(even) {
    margin: 10px;
}
.price li img {
    width: 20px;
}
.price li:nth-last-child(2) img {
    transform:rotate(90deg);
}
.price li h3 {
    font-size: 1.32em;
}

.data_box {
    padding: 25px 25px;
    line-height: 2;
    margin-left: 0;
    margin-right: 0;
}

.tmap ul {
    display: block;
    margin-bottom: 0;
}
.tmap li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.tmap li:last-child {
    margin-bottom: 0;
}
.tmap p {
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.news {
    margin-left: 15px;
    margin-right: 15px;
}
.news li {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.news li span {
    display:block;
    margin-right: 0;
}

.sns_sub {
    font-size: 1.4em;
}
.sns img {
    width: 28px;
}
.sns a {
    display: inline-block !important;
    margin: 0 20px;
}
}


#gallery.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
}
#gallery.gallery a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.3s;
}
#gallery.gallery a:hover {
    opacity: 0.6;
}
#gallery .gallery-item {
    position: relative;
    width: 200px;
    height: 200px; 
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
#gallery.gallery {
    width: 100%;
}
#gallery .gallery-item {
    width: 110px;
    height: 110px; 
}
}
