/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2025 | 10:38:59 */
/* all */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
html {
  scroll-behavior: smooth;
}
#site-navigation, .entry-header{
	display: none;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
p{
    line-height: 30px;
}
img{
	image-rendering: -webkit-optimize-contrast;
}
.page{
	margin: 0;
}
body{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
	background: url(https://www.team-asia.net/nakagawa/wp-content/uploads/2025/01/haikei-pc-scaled.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
}
.sp_hidden{
	display: none;
}
.pc_hidden{
	display: block;
}
.entry-content{
	margin: 0;
}

@media screen and (min-width: 768px){
	
	.sp_hidden{
		display: block;
	}
	.pc_hidden{
		display: none;
	}
	
	
}


/* ================
head
==================== */


.site-header{
	display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.site-branding{
	width: 50%;
}
.contact_entry a{
	background: #306488;
	border-radius: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 43px;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 2;
}
.contact_entry a:hover{
	background: #b90d0d;
}

@media screen and (min-width: 768px){
	
	.site-branding{
		width: 50%;
	}
	.contact_entry a{
		position: relative;
		font-size: 28px;
		width: 185px;
		height: 63px;
}

	
}
/* ================
footer
==================== */
.site-footer{
	margin-top: 140px;
	background: #B4CAD9;
	padding-top: 20px;
}
.site-info-01{
	border-bottom: 1px #306488 dotted;
}
.site-info{
	padding: 30px 20px;
}
.site-info h3{
	color: #1D1D1D;
	font-size: 20px;
	margin-top: 50px;
    margin-bottom: 0;
}
.site-info h4{
	color: #1D1D1D;
	font-size: 12px;
    margin-top: 6px;
    margin-bottom: 50px;
}
.site-info a{
	display: block;
    color: #010101;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 12px;
}
.site-info a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(https://www.team-asia.net/nakagawa/wp-content/uploads/2025/01/footer-mark.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 18px;
}
.site-info a:hover{
	color: #306183;
}
.ccopey_r{
	font-size: 12px;
	text-align: center;
	padding: 0 3px 80px;
}

@media screen and (min-width: 768px){
	
	.site-info{
		max-width: 1120px;
		margin: 0 auto;
	}
	.site-info-02, .site-info-03{
		display: flex;
		gap: 40px;
	}
	.site-info-02 div, .site-info-03 div{
		flex: 1;
	}
	.site-info-03{
		padding-top: 80px;
		padding-bottom: 100px;
		border-bottom: 1px #000 solid;
	}
	
	
	
}


/* ================
ループアニメーション
==================== */
.loop_wrap {
  display: flex;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}


@media screen and (min-width: 768px){
	
	.loop_wrap{
		margin-top: -76px;
	}
	
	
}

/* ================
  Swiper
==================== */
.card02 {
  overflow: hidden; 
}
.card02 .swiper {
    overflow: visible; 
	margin-left: 20px;
  }
.card02 .swiper-slide {
	width: 280px;
    padding: 0 20px 0 4px;
	margin-right: 0px;
    border-right: 1px #306488 dotted;
}
.card02 .swiper-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3.2rem;
  }
.card02 .swiper-pagination {
	width: 40%;
    margin-right: auto;
}
.card02 .swiper-pagination-bullets.swiper-pagination-horizontal{
	width: 40%;
	bottom: 31px;
}

.card02 .swiper-button-prev{
	position: relative;
	border: 1px #306488 solid;
	border-radius: 30px 0 0 30px;
}
.card02 .swiper-button-next{
	position: relative;
	border: 1px #306488 solid;
	border-radius: 0 30px 30px 0;
}

  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 80px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .swiper-button-prev::before, .card02 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card02 .swiper-button-prev::after, .card02 .swiper-button-next::after {
    content: '';/*何も入れない*/
    display: inline-block;
	width: 40px;
    height: 15px;
    background-image: url(https://www.team-asia.net/nakagawa/wp-content/uploads/2025/01/arroe-right.png);

  }
.card02 .swiper-button-prev::after {
    transform: scale(-1, 1);
	background-position: right;
  }
.card02 .swiper-button-next::after{
	background-position: right;
}
.card02 .slide-content h2{
	font-size: 20px;
}
.card02 .slide-content h3{
	font-size: 16px;
	font-weight: 500;
}
.card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 4px;
	border-radius: 8px;
} 

@media screen and (min-width: 768px){
	
	.card02 .swiper-slide {
		width: 334px;
		padding: 0 30px 0 0;
	}
	.card02 .swiper-button-prev, .card02 .swiper-button-next{
		width: 128px;
		height: 87px;
		margin: 30px 40px;
	}
	.card02 .swiper-button-prev::after, .card02 .swiper-button-next::after{
		width: 63px;
		height:15px;
        margin: 10px 44px;
	}
	.card02 .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 34px;
}
	
	
}

/* ================
  FRONT
==================== */

h2{
	color: #306488;
    line-height: 46px;
	font-weight: 500;
}
p{
	color: #1D1D1D;
}
.lp01_sect01{
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.lp01_sect01 h2{
	margin-bottom: 60px;
}
.lp01_sect01 p{
	color: #141414;
}
.lp01_sect02{
	margin: 60px 0 80px;
}
.lp01_sect03-content{
	padding: 0 20px;
}
.en-jp-title01{
		display: flex;
		flex-direction: column;
	}
	.sect03_tutle-en{
		font-size: 16px;
		line-height: 32px;
	}
	.sect03_tutle-jp{
		font-size: 22px;
	}
.lp01_sect04{
	max-width: 1039px;
	margin: 0 auto;
	padding: 50px 20px;
}
.en-jp-title04{
	display: flex;
	flex-direction: column;
    font-weight: 400;
}
.sect04_tutle-jp{
	font-size: 14px;
    line-height: 17px;
}
.sect04_tutle-en{
	font-size: 20px;
}
h3.sect04-titles-jp{
	font-size: 24px;
	color: #306488;
	font-weight: 400;
}
.sect07_tutle-en{
	font-size: 32px;
}
.sect07_tutle-jp{
	font-size: 28px;
}
.lp01_sect04--box01{
	width: 80%;
    margin-top: 50px;
}
.lp01_sect04--box02{
	background-image: url(https://www.team-asia.net/nakagawa/wp-content/uploads/2025/01/PhIlosophys-text-sp.png);
	background-position: center;
	padding: 30px;
    background-size: contain;
}

.lp01_sect06-content01{
	padding: 50px 20px;
}
.lp01_sect06-content02-left{
	padding-right: 10px;
}
.lp01_sect06-content02-left02{
	margin: 50px 0;
}
.sp-m50{
	margin: 50px 0 50px;
}
.lp01_sect06-content04-right{
	margin-left: 20px;
}

.lp01_sect06-content02-box06{
	padding: 20px 10px;
}
.lp01_sect07-content01{
	padding: 50px 20px 60px;
}
.lp01_sect07-content02{
	border-top: 1px dotted #577082;
	padding: 50px 20px 20px;
}
.lp01_sect07-content02-box02{
	padding-top: 30px;
}
.lp01_sect07-content02-box03-l h2{
	font-size: 28px;
	text-align: center;
    margin-bottom: 17px;
}
.tiiki_boder01{
	display: block;
    border-bottom: 3px #306488 solid;
    width: 30px;
    margin: 0 auto;	
}
.lp01_sect07-content02-box03-l p{
    margin-bottom: 50px;
}
.lp01_sect08{
	padding: 0 20px;
}
.sect08_tutle-en{
	font-size: 38px;
}
.sect08_tutle-jp{
	font-size: 20px;
}

.lp01_sect09 .lp01_sect09-img01{
	padding: 0px 20px 0;
}

.lp01_sect09 .lp01_sect09-stepup{
	padding: 0px 20px 10px;
}
.lp01_sect10{
	margin-top: 60px;
}
.lp01_sect10-content01{
	padding: 0 20px 60px;
}
.lp01_sect11-content01{
	padding: 0 20px;
}
.lp01_sect12 .lp01_sect07-content01{
	padding: 50px 20px 20px;
}
.lp01_sect12-content01{
	padding: 0 20px;
}
.lp01_sect12-bx01{
	margin-bottom: 20px;
	border: 2px #306488 solid;
	border-radius: 24px;
	padding: 50px 20px;
	background: #fff;
}
.lp01_sect12-bx01-title_right{
	margin-bottom: 30px;
}
.lp01_sect12-bx01-title_right dl{
	display: flex;
	align-items: center;
}
.lp01_sect12-bx01-title_right dt{
	width: 38%;
	background: #306488;
	border-radius: 24px;
	color: #fff;
	text-align: center;
    padding: 10px 0;
}
.lp01_sect12-bx01-title_right dd{
	width: 60%;
	margin: 0;
	text-align: center;
	padding: 10px;
}

.lp01_sect12-bx01-text h3{
	color: #306488;
	margin-bottom: 50px;
}
.lp01_sect12-bx01-text p{
	margin-bottom: 30px;
}

.lp01_sect13 .lp01_sect08-content02{
	padding: 40px 20px 0;
}
.lp01_sect14-content01{
	padding: 30px 20px;
}
.sect14_title01{
	max-width: 767px;
	border-bottom: 1px #306488 dotted;
}
.sect14_text01{
	max-width: 720px;
}
.lp01_sect14-content02{
	padding: 0 20px;
}
.lp01_sect14-content02 h2{
	font-size: 20px;
}
.lp01_sect14-title h2{
	font-size: 18px;
}
.lp01_sect16-content01{
	margin-top: 60px;
    margin-bottom: 50px;
}
.sect16-title01{
    font-size: 24px;
    border-bottom: 1px #306488 dotted;
    width: 87%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 6px;
}
.lp01_sect16-content03{
	padding: 0 20px;
}
.lp01_sect17-content01{
	margin-top: 80px;
	margin-bottom: 40px;
}
.sect17_tutle-jp{
	font-size: 30px;
	line-height: 19px;
	text-align: center;
}
.sect17_tutle-en{
	font-size: 12px;
	text-align: center;
}
.lp01_sect17-content02{
	display: flex;
	flex-direction: column;
	    align-items: center;
	gap: 30px;
}
.lp01_sect17-content02 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 274px;
	height: 90px;
	border: 1px solid #306183;
	border-radius: 24px;
	font-size: 18px;
	color: #306183;
}
.lp01_sect17-content02 a:hover{
	background: #fff;
}
.lp01_sect18-content01{
    border-bottom: 1px #306488 dotted;
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 70px;
}
.sect18_tutle-en{
	font-size: 16px;
    line-height: 19px;
}
.sect18_tutle-jp{
	font-size: 24px;
}
.lp01_sect18-content02{
	padding-top: 40px;
}

.lp01_sect18-content02 dt{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 230px;
    height: 60px;
	border: 1px solid #306183;
	border-radius: 24px;
	font-size: 18px;
	color: #306183;
    margin-left: 20px;
}
.lp01_sect18-content02 dd{
	margin: 20px 0 30px 40px;
	line-height: 30px;
}
.lp_main-contact{
	background: #B4CAD9;
	padding: 60px 20px;
}
.lp01_main-contact-box01{
	margin-bottom: 60px;
}
.lp01_main-contact-box01 p{
	text-align: center;
}


@media screen and (min-width: 768px){
	
	.lp01_mv{
		margin-left: 4%;
	}
	.lp01_sect03-content{
		display: flex;
		max-width: 1232px;
		margin-left: 60px;
		align-items: center;
		justify-content: space-between;
		column-gap: 10%;
	}
	.lp01_sect03-content div{
		flex: 1;
	}
	.lp01_sect03-content-text p{
		margin-top: 45px;
	}
	.lp01_sect02 {
		margin: 170px 0 200px;
	}
	.en-jp-title01{
		display: flex;
		flex-direction: column;
	}
	.sect03_tutle-jp{
		font-size: 24px;
	}
	.lp01_sect04-content{
		display: flex;
		align-items: center;
        max-width: 1100px;
		margin: 0 auto;
		padding-left: 50px;
		margin-bottom: 80px;
	}
	.lp01_sect04--box01 img{
		width: 252px;
	}
	.lp01_sect04--box02{
		background-image: url(https://www.team-asia.net/nakagawa/wp-content/uploads/2025/01/PhIlosophys-text.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 60px 50px;
	}
	.lp01_sect04--box01{
		margin-top: 0;
	}
	.lp01_sect04-content02{
		display: flex;
		align-items: center;
		 margin-top: 60px;
	}
	.lp01_sect04-content02 div{
		flex: 1;
	}
	.lp01_sect04--box03 h2{
		margin-bottom: 60px;
	}
	
	.lp01_sect06-content01{
		max-width: 1000px;
		margin: 0 auto;
	}
	.lp01_sect06-content02{
		max-width: 937px;
		margin: 0 auto;
	}
	.lp01_sect06-content02-box01{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.lp01_sect06-content02-left{
		max-width: 433px;
	}
	.lp01_sect06-content02-right{
		max-width: 356px;
	}
	.lp01_sect06-content02-left02{
		max-width: 356px;
	}
	.lp01_sect06-content02-right02{
		max-width: 481px;
	}
	.sp-m50{
		margin: 0;
	}
	.lp01_sect06-content02-box04{
		display: flex;
		justify-content: space-between;
		align-items: end;
        margin: 60px 0 100px;
	}
	.lp01_sect06-content04-left{
		max-width: 470px;
	}
	.lp01_sect06-content04-right{
		max-width: 400px;
	}
	.lp01_sect06-content02-box06{
		padding: 30px 0px 60px;
	}
	.pc_m60{
		margin: 80px 0;
	}
	.lp01_sect07-content01{
		max-width: 880px;
		margin: 0 auto;
	}
	.lp01_sect07-content02{
		max-width: 1199px;
		margin: 0 auto;
		padding: 50px 0 80px;
	}
	.lp01_sect07-content02-box01{
		max-width: 1036px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.lp01_sect07-content02-left{
		 width: 40%;
	}
	.lp01_sect07-content02-right{
		width: 52%;
        margin-top: 55px;
	}
	.lp01_sect07-content02-box02{
		max-width: 768px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.lp01_sect07-content02-box03{
		display: flex;
		column-gap: 50px;
		max-width: 1036px;
		margin: 0 auto;
        padding-top: 80px;
	}
	.lp01_sect07-content02-box03 div{
		flex: 1;
	}
	.l_s7_-c02-box03{
		max-width: 985px;
		column-gap: 22%;
	}
	.sect08_tutle-en{
		font-size: 48px;
	}
	.lp01_sect08{
		
	}
	.lp01_sect08-content01{
		max-width: 1272px;
		margin: 0 auto;
	}
	.lp01_sect08-content02{
		max-width: 1230px;
		margin: 0 auto;
		display: flex;
		align-items: center;
        column-gap: 60px;
	}
	.lp01_sect08-content02-box01{
		width: 55%;
		padding-left: 30px;
	}
	.lp01_sect08-content02-box02{
		width: 45%;
	}
	.l-s8_c2-mag{
		max-width: 1272px;
		margin-top: 100px;
		justify-content: space-around;
		column-gap: 13%;
	}
	.l-s8_c2-mag .lp01_sect08-content02-box01{
		padding-left: 0;
		width: 34%;
	}
	.l-s8_c2-mag .lp01_sect08-content02-box02 {
        width: 50%;
    }
	.l_anime02{
		margin-top: -33px;
	}
	
	.lp01_sect10-content01{
		max-width: 1122px;
		margin: 0 auto;
		display: flex;
		column-gap: 10%;
		justify-content: space-between;
		padding: 0 20px 60px;
	}
	.lp01_sect09 .lp01_sect09-stepup{
		padding: 0px 20px 50px;
	}
	.lp01_sect10-box01{
		width: 56%;
	}
	.lp01_sect10-box02{
		width: 38%;
	}
	.lp01_sect10 {
		margin-top: 100px;
	}
	.lp01_sect11-content01{
		display: flex;
		column-gap: 9%;
		justify-content: space-between;
        align-items: center;
		max-width: 1260px;
		margin: 0 auto;
		padding-top: 60px;
	}
	.lp01_sect11-box01{
		width: 56%;
	}
	.lp01_sect11-box02{
		width: 39%;
	}
	.l_anime03{
		margin-top: -39px;
	}
	.lp01_sect12 .lp01_sect07-content01{
		max-width: 1120px;
		margin: 0 auto;
	}
	.lp01_sect12-content01{
		max-width: 1120px;
		margin: 0 auto;
	}
	.lp01_sect12-bx01-title{
		display: flex;
		align-items: center;
		column-gap: 11%;
	}
	.lp01_sect12-bx01-title div{
		flex: 1;
		margin-bottom: 30px;
	}
	.lp01_sect12-bx01-title_right dl{
		margin-top: 33px;
		margin-bottom: 50px;
	}
	.lp01_sect12-bx01-title_right dd{
		text-align: left;
		padding-left: 10%;
	}
	
	
	.lp01_sect13-content01{
		max-width: 1025px;	
        margin: 0 auto;
	}
	.lp01_sect14-content01{
        max-width: 1036px;
		margin: 0 auto;
		padding: 80px 20px 0;
	}
	.lp01_sect14 .lp01_sect07-content02-box03{
		padding-top: 60px;
	}
	.lp01_sect16-content02{
		max-width: 1094px;
		margin: 0 auto;
	}
	.lp01_sect16-content01 {
		margin-top: 120px;
	}
	.sect16-title01{
		max-width: 767px;
	}
	.s16-t02{
		justify-content: left;
	}
	.lp01_sect16-content03{
		max-width: 808px;
		margin: 0 auto;
	}
	.lp01_sect17-content02{
		flex-direction: row;
		justify-content: center;
		column-gap: 50px;
	}
	.lp01_sect18-content01{
		max-width: 1119px;
		margin: 0 auto;
		padding-top: 100px;
	}
	.lp01_sect18-content02{
		max-width: 860px;
		margin: 0 auto;
	}
	.lp01_sect18-content02 dl{
		display: flex;
		align-items: flex-start;
		margin-bottom: 68px;
	}
	.lp01_sect18-content02 dt{
		width: 274px;
		height: 90px;
        margin-right: 16%;
	}
	.lp01_sect18-content02 dd{
		margin: 0;
		width: 47%;
	}

	
	
	
	
}















