@charset "utf-8";

/* 共通 */
.sectionInner{
    padding: 60px 0;
}
.sectionInner h2 {
    margin-bottom: 30px;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.mainimage img {
    width: 100%;
}
.slick-slide img { /* 画像下の隙間削除 */
	vertical-align: bottom;
	display: inline!important;
}
@media only screen and (max-width:999px){
    .sectionInner{
        padding: 50px 15px 0 15px;
    }
    .sectionInner h2 {
        font-size: 2.8rem;
    }
    .mainimage {
        height: 80vw;
    }
    .mainimage div {
        display: flex;
        justify-content: center;
    }
    .mainimage img {
        max-width: unset;
        width: auto;
        height: 80vw;
    }
}

/* mainimage */

.topContents {
	position: relative;
}
.topContents .topStage {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 50px;
    position: absolute;
	display: flex;
	align-items: center;
}
.topContents .topStage div {
	margin: 0 auto;
	text-align: center;
    line-height: 1.3;
    color: #000;
}
.topContents .topStage div h2 {
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 10px rgba( 0, 0, 0, 1.0);
}
.topContents .topStage p {
}
.topContents .topStage a {
    background: var(--blueColorThin);
    border-radius: 300px;
    padding: 15px 40px;
    font-size: 2.0rem;
    text-decoration: none;
    color: #000;
    position: relative;
    display: inline-block;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 60%);
    transform: scale(1.0);
    transition: all 0.1s;
}
.topContents .topStage a:hover {
    /*background: #0033cc;
    color: #fff;*/
    transform: scale(1.1);
}
/*.topContents .topStage a::before {
	content: "click";
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 1.0rem;
    transform: rotate(35deg);
}*/
.topContents .topStage a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	/*content: "\f054";*/
    /*content: "\f8cc";*/
    content: "\f35a";
    position: relative;
    font-size: 2.5rem;
    top: 2px;
    margin-left: 10px;
    /*background: #fff;
    border-radius: 200px;
    padding: 10px 13px 10px 16px;
    color: #000;*/
}
/*.topContents .topStage a:hover::before {
    content: "click";
}*/
.topContents .topStage a:hover::after {
}
@media only screen and (max-width:999px){
	.topContents .topStage {
		padding: 20px;
	}
	.topContents .topStage div {
	}
    .topContents .topStage div h2 {
        font-size: 2.5rem;
    }
	.topContents .topStage p {
		font-size: 1.1rem;
	}
	.topContents .topStage a {
        border-radius: 15px;
		padding: 10px 20px;
		font-size: 1.6rem;
        line-height: 1.2;
	}
	.topContents .topStage a:hover {
	}
    .topContents .topStage a::before {
        top: 13px;
    }
    .topContents .topStage a::after {
        top: -3px;
    }
}

/* 科研費ホームページ制作、実績多数！ */
.headlineText {
    background: var(--yellowColorLight);
    border-radius: 500px;
    padding: 10px 35px;
    margin: 0 auto 25px auto;
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    display: table;
}
.headliine-achievements {
    margin-bottom: 0!important;
}
.headliine-achievements li {
    margin-bottom: 0!important;
}
.headliine-achievements img {
    width: 100%;
}
@media only screen and (max-width:999px){
    .headliine-achievements li:nth-child(3) {
        display: none;
    }
}

/* 大学・学会・研究室ホームページ制作専門会社 */

.plan3Midashi {
    background: #000;
    padding: 15px 25px;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
}
.index3Plan > div > div.plan3Midashi::after {
    content: "";
    display: block;
    border-top: 20px solid var(--mainColor);
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -20px;
}
.index3Plan .plan3Text {
    font-size: 1.4rem;
}
/* クイックプラン */
.index3Plan > div:nth-child(1) div.plan3Midashi {
    background: var(--greenColor);
}
.index3Plan > div:nth-child(1) div.plan3Midashi::after {
    border-top: 20px solid var(--greenColor);
}
/* スタンダードプラン */
.index3Plan > div:nth-child(2) div.plan3Midashi {
    background: var(--mainColor);
}
/* フリープラン */
.index3Plan > div:nth-child(3) div.plan3Midashi {
    background: var(--brownColor);
}
.index3Plan > div:nth-child(3) div.plan3Midashi::after {
    border-top: 20px solid var(--brownColor);
}
.index3Plan > div > div:nth-child(2) {
    padding: 40px 25px;
    background: #f5f5f5;
}
.index3Plan > div > div span {
    font-size: 3.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 100%;
}
.index3Plan > div > div span.tax {
    display: inline;
    font-size: 2.0rem;
}
.index3Plan .planBtn {
    display: flex;
}
.index3Plan .planBtn a {
    width: calc((100% - 10px) / 2);
}
.index3Plan > div div.planBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 16px 10px;
    background: #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}
.index3Plan > div div.planBtn a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-top: 1px;
    margin-right: 10px;
    font-size: 2.0rem;
    font-weight: 900;
}
.index3Plan > div div.planBtn a:hover {
    background: #888;
}
.index3Plan .planBtn a:nth-child(1) {
    margin-right: 10px;
}
.index3Plan .planBtn a:nth-child(2) {
    background: var(--yellowColor);
    color: #333;
}
.index3Plan .planBtn a:hover:nth-child(2) {
    background: var(--yellowColorLight);
}
/* お問い合わせボタン */
.indexBtn01, .indexBtn02 {
    text-align: center;
    margin-bottom: 25px;
}
.indexBtn01 a, .indexBtn02 a {
    display: block;
    background: var(--yellowColor);
    padding: 15px 60px 15px 35px;
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.indexBtn01 a:hover, .indexBtn02 a:hover {
    background: var(--yellowColorLight);
}
.indexBtn01 a::before, .indexBtn02 a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    right: 25px;
    top: 13px;
    font-size: 2.0rem;
    font-weight: 900;
}

/* 1 研究室、2 大学・研究機関、3 学会 */

.typeInfoBox {
    margin-bottom: 40px;
}
.typeInfo {
    padding-top: 25px;
}
.typeInfo h2 {
    font-size: 3.4rem;
    position: relative;
}
.typeInfo h2 > a {
    text-decoration: none;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 25px;
    background: var(--yellowColor);
    padding: 6px 15px 6px 20px;
    position: relative;
    border-radius: 5px;
    top: -5px;
}
.typeInfo h2 > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    top: 1px;
    margin-left: 5px;
}
.typeInfo h2 > a:hover {
    background: var(--yellowColorLight);
}
.typeInfo h2 span {
    margin-right: 20px;
    font-size: 7rem;
    font-style: italic;
    color: var(--mainColor);
    position: relative;
    top: 13px;
}
.typeInfo h2 span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 3.8rem;
    position: absolute;
    color: var(--yellowColor);
    z-index: -1;
    top: 2px;
    left: -30px;
}
@media only screen and (max-width:999px){
    .typeInfo h2 {
        font-size: 2.8rem;
    }
    .typeInfo h2 span {
        margin-right: 10px;
        font-size: 5rem;
        top: 3px;
    }
    .typeInfo h2 span::before {
        font-size: 1.8rem;
        top: 10px;
        left: -10px;
    }
    .typeInfo h2 > a {
        margin: 15px 0;
        margin: 20px auto 0 auto;
        padding: 10px 30px 10px 40px;
        display: table;
    }
}

/* 納入先 */

.deliveryArea h3 {
    background: var(--mainColor);
    margin-bottom: 25px;
    padding: 13px 18px 15px 18px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
}
.deliveryArea h3::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    bottom: -4px;
    left: 0;
}
.delivery h4 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.delivery h4 span {
    font-size: 1.5rem;
}
.deliveryAreaImage img {
    border: 1px solid #ccc;
}

/* NEWS */

.newsSection h2 {
    line-height: 1;
    position: relative;
}
.newsSection h2 a {
    background: #fff;
    border: 1px solid #000;
    margin-left: 10px;
    padding: 5px 13px 5px 14px;
    color: #000;
    text-decoration: none;
    font-size: 1.3rem;
    position: relative;
    top: -9px;
}
.newsSection h2 a:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width:999px){
    .newsSection h2 a {
        font-size: 1.1rem;
        top: -6px;
    }
}

/* 選ばれる理由 */

.selectSection {
    background: #eee;
}
.selectSection h2 {
    margin-bottom: 60px;
}
.selectBox li {
    width: calc((100% - 50px) / 2)!important;
    margin-bottom: 50px!important;
    margin-right: 50px!important;
}
.selectBox li:nth-child(2n) {
    margin-right: 0!important;
}
.selectBox img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.selectBox div.selectText {
    background: #fff;
    padding: 30px;
}
.selectBox div.selectText p {
    margin-bottom: 0!important;
    letter-spacing: 2px;
}
.selectText h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width:999px){
    .selectBox li {
        width: 100%!important;
        margin-bottom: 25px!important;
        margin-right: 0!important;
    }
}

/* メンテナンスプラン */

.maintenanceSection {
    background: var(--greenColor);
    color: #fff;
}
.maintenanceSection h2 {
    margin-bottom: 60px;
}
.maintenanceSection h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.8rem;
}
a.maintenanceLink {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 15px;
    background: var(--yellowColor);
    padding: 5px 10px 6px 15px;
    position: relative;
    border-radius: 5px;
}
a.maintenanceLink::after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    position: relative;
    font-size: 1.3rem;
    font-weight: 900;
    top: 1px;
    margin-left: 5px;
}
a.maintenanceLink:hover {
    background: var(--yellowColorLight);
}
@media only screen and (max-width:999px){
    .maintenanceSection .sectionInner {
        padding: 30px;
    }
    .maintenanceSection h2 {
        margin-bottom: 25px;
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .maintenanceSection h3 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}

/* 論文作成、調査活動をサポート */

.supportSection {
    position: relative;
}
.supportSection::after {
    content: "";
    background-color: #f8f2e9;
    background-image: url("../images/contents/index/index-listing-bg.webp");
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.supportList {
    margin-bottom: 20px;
}
.supportList li {
    position: relative;
    padding-left: 30px;
    font-size: 2.2rem;
}
.supportList li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 3px;
}
@media only screen and (max-width:999px){
    .supportSection {
        background: #f8f2e9;
    }
    .supportSection .sectionInner {
        padding: 30px 30px 15px 30px;
    }
    .supportSection::after {
        display: none;
    }
    .supportSection .sectionInner h2 {
        font-size: 2.1rem;
        line-height: 1.5;
    }
    .supportList li {
        font-size: 1.6rem;
    }
}

/* フッターバナー */

.footer-banner li {
    margin-bottom: 0!important;
}
.footer-banner a {
    border: 1px solid #ccc;
    display: block;
}
@media only screen and (max-width:999px){
    .footer-banner .sectionInner {
        padding: 25px 25px 0 25px;
    }
    .footer-banner li {
        margin-bottom: 10px!important;
    }
}