@charset "UTF-8";
/* CSS Document */

.main {
	width:100%;
}
.main .title {
	position: relative;
	width: 100%;
	height: 1280px;
	margin: 10px auto 0 auto;
}
.main .title_top {
	width: 100%;
	height: 676px;
    background-image: url("../img/main-bg_top.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .title_under {
	width: 100%;
	height: 604px;
    background-image: url("../img/main-bg_under.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-bg {
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    content: '';
	width: 608.852px;
	height: 270px;
	mix-blend-mode: multiply;
	background-color: #005ead;
}
.main-title {
	position:absolute;
	width: auto;
	height: 270px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align:center;
	font-family: 'Shippori Mincho', serif;
	color:#fff;
}
.main-title h1 {
    position: relative;
	width: auto;
	height: 100%;
}
.main-title h1 img {
	width: auto;
	height: 100%;
}

.main-text {
	position: absolute;
	width: auto;
	height: 376.5px;
	top: 80%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
}
.main-text h2 {
	width: auto;
	height: 100%;
}
.main-text h2 img {
	width: auto;
	height: 100%;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    .main .title {
        height: 950px;
    }
    .main .title_top {
        height: 501.71875px;
    }
    .main .title_under {
        height: 448.28125px;
    }
    
    .main-bg {
        width: 451px;
        height: 200px;
    }
    .main-title {
        height: 200px;
    }
    
    .main-text {
        height: 276.5px;
    }
}

@media screen and ( max-width:767px ) {
	.main .title {
		width: 100%;
		height: 105.54vh;
		margin: 0 auto;
	}
    .main .title_top {
        width: 100%;
        height: 50.22vh;
        background-image: url("../img/main-bg_top_sp.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .main .title_under {
        width: 100%;
        height: 55.32vh;
        background-image: url("../img/main-bg_under_sp.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main-bg {
		width: 304px;
		height: 135px;
    }
    .main-title {
		width: 304px;
		height: 135px;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    .main-title h1 {
		width: 100%;
		height: auto;
    }
    .main-title h1 img {
		width: 100%;
		height: auto;
    }
    
	.main-text {
		width: 325px;
		height: auto;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.main-text h2 {
		width: 100%;
		height: auto;
	}
	.main-text h2 img {
		width: 100%;
		height: auto;
	}
}


.member {
    width: 980px;
    margin: 0 auto;
}
.member-title {
    text-align: center;
    padding: 100px 0 80px 0;
}
.member-title h1 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #005ead;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
}
.member ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.member li {
    width: 33.33%;
    text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: 400;
}
.member li h2 {
    color: #005ead;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 32px;
	line-height: 3.2rem;
	font-weight: 600;
    margin-top: 20px;
}
.member li h2 span {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
}
.member li p.name {
    color: #005ead;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
    margin: 14px 0 22px 0;
}
.member li:nth-child(-n+3) {
    margin-bottom: 50px;
}

.member-text {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 36px;
	line-height: 3.6rem;
	font-weight: 400;
    padding: 60px 0 100px 0;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    .member {
        width: 90%;
        margin: 0 auto;
    }
    .member li h2 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 22px;
        line-height: 2.2rem;
    }
    .member li h2 span {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .member li p.name {
        font-size: 30px;
        font-size: 3.0rem;
    }
}

@media screen and ( max-width:767px ) {
    .member {
        width: 82%;
    }
    .member-title {
        padding: 50px 0 50px 0;
    }
    .member-title h1 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .member li {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 26px;
        line-height: 2.6rem;
        margin-bottom: 50px;
    }
    .member li h2 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        line-height: 2.8rem;
        margin-top: 25px;
    }
    .member li h2 span {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .member li p.name {
        font-size: 35px;
        font-size: 3.5rem;
        margin: 10px 0 22px 0;
    }
    .member li:nth-child(-n+3) {
        margin-bottom: 50px;
    }
    
    .member-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        padding: 0 0 50px 0;
    }
}

.punctuation {
    width: 100%;
    height: 420px;
}
.punctuation01 {
	background-image: url("../img/punctuation01.png");
	background-position: center;
	background-size: cover;
}
.punctuation02 {
	background-image: url("../img/punctuation02.png");
	background-position: center;
	background-size: cover;
}
.punctuation03 {
	background-image: url("../img/punctuation03.png");
	background-position: center;
	background-size: cover;
}
.punctuation04 {
	background-image: url("../img/punctuation04.png");
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    .punctuation {
        height: 290px;
    }
}

@media screen and ( max-width:767px ) {
    .punctuation {
        width: 100%;
        height: 50vh;
    }
    .punctuation01 {
        background-image: url("../img/punctuation01_sp.png");
    }
    .punctuation02 {
        background-image: url("../img/punctuation02_sp.png");
    }
    .punctuation03 {
        background-image: url("../img/punctuation03_sp.png");
    }
    .punctuation04 {
        background-image: url("../img/punctuation04_sp.png");
    }
}

.content {
    width: 980px;
    margin: 0 auto;
}
.content h3 {
    position: relative;
    width: 780px;
    margin: 110px auto 60px auto;
    padding: 27px 0 25px 0;
    text-align: center;
	font-family: 'Shippori Mincho', serif;
    color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 500;
    background: -webkit-linear-gradient(left, rgb(0,94,173), rgb(0,164,150));
    background: -moz-linear-gradient(left, rgb(0,94,173),rgb(0,164,150));
    background: linear-gradient(to right, rgb(0,94,173), rgb(0,164,150));
    border-radius: 18px;
}
.content h3::before {
    content: "";
    /*border: 10px solid transparent;*/
    border-left: 27px solid transparent;
    border-top: 20px solid #0081a1;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.content h3 .tablet {
    display: none;
}

.talk ul {
    width: calc(100% - 60px);
    margin-bottom: 50px;
    padding: 25px 30px;
    border-radius: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.talk ul:last-child {
    margin-bottom: 110px;
}
.talk li {
    color: #333333;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 36px;
	line-height: 3.6rem;
	font-weight: 300;
}

.talk01 ul:nth-child(odd),
.talk07 ul:nth-child(odd),
.talk08 ul:nth-child(odd) {
    background-color: #d9e7f3;
}
.talk01 ul:nth-child(odd) li:first-child,
.talk07 ul:nth-child(odd) li:first-child,
.talk08 ul:nth-child(odd) li:first-child {
    width: 14.56%;
}
.talk01 ul:nth-child(odd) li:last-child,
.talk07 ul:nth-child(odd) li:last-child,
.talk08 ul:nth-child(odd) li:last-child {
    width: 80%;
}

.talk01 ul:nth-child(even),
.talk07 ul:nth-child(even),
.talk08 ul:nth-child(even) {
    background-color: #d9f1ef;
}
.talk01 ul:nth-child(even) li:first-child,
.talk07 ul:nth-child(even) li:first-child,
.talk08 ul:nth-child(even) li:first-child {
    width: 76.5%;
    margin-left: 3.5%;
}
.talk01 ul:nth-child(even) li:last-child,
.talk07 ul:nth-child(even) li:last-child,
.talk08 ul:nth-child(even) li:last-child {
    width: 14.56%;
}

.talk02 ul:nth-child(odd),
.talk03 ul:nth-child(odd),
.talk04 ul:nth-child(odd),
.talk05 ul:nth-child(odd),
.talk06 ul:nth-child(odd) {
    background-color: #d9f1ef;
}
.talk02 ul:nth-child(odd) li:first-child,
.talk03 ul:nth-child(odd) li:first-child,
.talk04 ul:nth-child(odd) li:first-child,
.talk05 ul:nth-child(odd) li:first-child,
.talk06 ul:nth-child(odd) li:first-child {
    width: 76.5%;
    margin-left: 3.5%;
}
.talk02 ul:nth-child(odd) li:last-child,
.talk03 ul:nth-child(odd) li:last-child,
.talk04 ul:nth-child(odd) li:last-child,
.talk05 ul:nth-child(odd) li:last-child,
.talk06 ul:nth-child(odd) li:last-child {
    width: 14.56%;
}

.talk02 ul:nth-child(even),
.talk03 ul:nth-child(even),
.talk04 ul:nth-child(even),
.talk05 ul:nth-child(even),
.talk06 ul:nth-child(even) {
    background-color: #d9e7f3;
}
.talk02 ul:nth-child(even) li:first-child,
.talk03 ul:nth-child(even) li:first-child,
.talk04 ul:nth-child(even) li:first-child,
.talk05 ul:nth-child(even) li:first-child,
.talk06 ul:nth-child(even) li:first-child {
    width: 14.56%;
}
.talk02 ul:nth-child(even) li:last-child,
.talk03 ul:nth-child(even) li:last-child,
.talk04 ul:nth-child(even) li:last-child,
.talk05 ul:nth-child(even) li:last-child,
.talk06 ul:nth-child(even) li:last-child {
    width: 80%;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    .content {
        width: 90%;
        margin: 0 auto;
    }
    .content h3 {
        position: relative;
        width: 80%;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 38px;
        line-height: 3.8rem;
    }
    .content h3 .tablet {
        display: block;
    }
}

@media screen and ( max-width:767px ) {
    .content {
        width: 82%;
    }
    .content h3 {
        width: 100%;
        margin: 50px auto 35px auto;
        padding: 15px 0 15px 0;
        font-size: 20px;
        font-size: 2.0rem;
        border-radius: 12px;
    }
    .content h3::before {
        border-left: 18px solid transparent;
        border-top: 15px solid #0081a1;
    }
    .content h3 .tablet {
        display: none;
    }
    
    .talk ul {
        width: calc(100% - 32px);
        margin-bottom: 35px;
        padding: 20px 16px;
        border-radius: 30px;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .talk ul:last-child {
        margin-bottom: 50px;
    }
    .talk li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2.0rem;
    }
    
    .talk01 ul:nth-child(odd) li:first-child,
    .talk07 ul:nth-child(odd) li:first-child,
    .talk08 ul:nth-child(odd) li:first-child {
        width: 22.71%;
    }
    .talk01 ul:nth-child(odd) li:last-child,
    .talk07 ul:nth-child(odd) li:last-child,
    .talk08 ul:nth-child(odd) li:last-child {
        width: 71.42%;
    }
    
    .talk01 ul:nth-child(even) li:first-child,
    .talk07 ul:nth-child(even) li:first-child,
    .talk08 ul:nth-child(even) li:first-child {
        width: 71.42%;
    }
    .talk01 ul:nth-child(even) li:last-child,
    .talk07 ul:nth-child(even) li:last-child,
    .talk08 ul:nth-child(even) li:last-child {
        width: 22.71%;
    }
    
    .talk02 ul:nth-child(odd) li:first-child,
    .talk03 ul:nth-child(odd) li:first-child,
    .talk04 ul:nth-child(odd) li:first-child,
    .talk05 ul:nth-child(odd) li:first-child,
    .talk06 ul:nth-child(odd) li:first-child {
        width: 71.42%;
    }
    .talk02 ul:nth-child(odd) li:last-child,
    .talk03 ul:nth-child(odd) li:last-child,
    .talk04 ul:nth-child(odd) li:last-child,
    .talk05 ul:nth-child(odd) li:last-child,
    .talk06 ul:nth-child(odd) li:last-child {
        width: 22.71%;
    }
    
    .talk02 ul:nth-child(even) li:first-child,
    .talk03 ul:nth-child(even) li:first-child,
    .talk04 ul:nth-child(even) li:first-child,
    .talk05 ul:nth-child(even) li:first-child,
    .talk06 ul:nth-child(even) li:first-child {
        width: 22.71%;
    }
    .talk02 ul:nth-child(even) li:last-child,
    .talk03 ul:nth-child(even) li:last-child,
    .talk04 ul:nth-child(even) li:last-child,
    .talk05 ul:nth-child(even) li:last-child,
    .talk06 ul:nth-child(even) li:last-child {
        width: 71.42%;
    }
}

