@charset "UTF-8";
/*
    Theme Name: SWELL
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.13.0
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex_sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.lr {
    width: 1340px;
}

/* TOP CSS（PC） */

header#pc_header {
    padding: 31.5px 0;
}

header#pc_header nav.header_menu ul {
    gap: 64px;
}

header#pc_header nav.header_menu ul li a {
    color: #707070;
    font-weight: 700;
    transition: .3s;
    position: relative;
}

header#pc_header nav.header_menu ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #A6C1EE;
    bottom: -10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

header#pc_header nav.header_menu ul li a:hover::after {
    transform: scale(1, 1);
}

header#pc_header nav.header_menu ul li a:hover {
    color: #A6C1EE;
}

section.section_fv {
    overflow: hidden;
    margin-bottom: 50px;
}

section.section_fv .slider_box li.slide {
    margin: 0 12.5px;
}

section.section_fv .slider_box .slick-list {
    overflow: visible;
}

section.section_fv .slider_box .slick-dots {
    bottom: -30px;
}

section.section_fv .slider_box .slick-dots li,
section.section_fv .slider_box .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

section.section_fv .slider_box .slick-dots li {
    margin: 0 11px;
}

section.section_fv .slider_box .slick-dots li button:before {
    display: none;
}

section.section_fv .slider_box .slick-dots li {
    border: 1px solid #FBC2EB;
    border-radius: 100%;
}

section.section_fv .slider_box .slick-dots li.slick-active {
    background: #FBC2EB;
}

.fixed_banner {
    position: fixed;
    right: calc( (100vw - 1340px) / 2 );
    bottom: 110px;
    z-index: 10;
    width: 327px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
}

.fixed_banner .image img {
    display: block;
}

.fixed_banner .close {
    position: absolute;
    top: -15px;
    right: -13px;
}

.fixed_banner .close img {
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.16));
}

.fixed_banner .text {
    background: #fff;
    color: #707070;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}

.fixed_banner .text::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 85px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.foot_box {
    background: #A6C1EE;
    padding: 23px 0;
}

.foot_box .flex_box {
    align-items: center;
}

.foot_box nav.foot_nav ul {
    gap: 25.5px;
}

.foot_box nav.foot_nav ul li a {
    font-size: 14px;
    font-weight: 700;
}

.foot_box nav.foot_nav ul li {
    border-right: 1px solid #000000;
    line-height: 1;
    padding-right: 25.5px;
}

.foot_box nav.foot_nav ul li:last-child {
    border-right:none;
    padding-right: 0;
}

.foot_box .copyright small {
    font-size: 12px;
    font-weight: 700;
}

.common_page_main {
    background: #A6C1EE;
    text-align: center;
    color: #fff;
    padding: 100px 0;
}

.common_page_main .title {
    font-size: 35px;
}

.common_page_main .sub_title {
    font-size: 20px;
    text-transform:capitalize;
}

/* 会社概要（PC） */

.company_profile_sec {
	margin-bottom: 100px;
}

.company_profile_sec .cont dl {
	border-top: 1px solid #C4C4C4;
	display: flex;
}

.company_profile_sec .cont dl dt {
	flex-shrink: 0;
	width: 19.5%;
	border-top: 4px solid #A6C1EE;
	padding: 1em;
	font-size: 20px;
	letter-spacing: .08em;
	font-weight: 700;
}

.company_profile_sec .cont dl dd {
	width: 100%;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1.5;
	padding: 1.8em 5.3em;
}

section.section_pdf ul.pdfBtnWrap li a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 15px 30px;
	padding-left: 60px;
	background: url(./image/icon_pdf.svg) no-repeat;
	background-position: 20px;
	color: #000;
	border-radius: 5px;
	margin: 5px;
}

section.section_pdf ul.pdfBtnWrap li + li {
	margin-top: 50px;
}

section.section_pdf ul.pdfBtnWrap li p {
	margin-bottom: 1em;
}

/* ウェブサイト利用規約（PC） */

.page_terms .head_text {
	margin-bottom: 2em;
}

.page_terms dl + dl {
	margin-top: 50px;
}

.page_terms dl dt {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 1em;
}

.page_terms dl dd ol {
	padding-left: 2em;
	margin: 1em 0;
}

.page_terms dl dd ol li {
	list-style:decimal;
}

.page_terms dl dd ol li + li {
	margin-top: .5em;
}

.page_terms dl dd ul {
	padding-left: 2em;
}

.page_terms dl dd ul li {
	list-style: disc;
}

.page_terms dl dd ul li + li {
	margin-top: .5em;
}

.p-postSlider {
    display: none;
}

header#pc_header .flex_box {
	align-items: center;
}

header#pc_header .logo img {
	height: 40px;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    /* TOP CSS（SP） */

    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
        height: 60px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 20px;
    }

    header#sp_header .logo img {
        height: 25px;
    }

    body {
        padding-top: 60px;
    }

    .foot_box {
        padding: 5vw 0;
    }
    
    .foot_box .flex_box {
        display: block;
    }
    
    .foot_box nav.foot_nav ul {
        gap: 4vw;
        justify-content: center;
        margin-bottom: 6vw;
    }
    
    .foot_box nav.foot_nav ul li a {
        font-size: 3.3vw;
    }
    
    .foot_box nav.foot_nav ul li {
        padding-right: 4vw;
    }
    
    .foot_box .copyright small {
        font-size: 3vw;
    }

	.common_page_main {
	    padding: 10vw 0;
	}
	
	.common_page_main .title {
	    font-size: 6vw;
	}
	
	.common_page_main .sub_title {
	    font-size: 4vw;
	}

    /* 会社概要（SP） */

	.company_profile_sec .cont dl {
		display: block;
		padding: 5vw 5vw 4vw;
		position: relative;
	}

	.company_profile_sec .cont dl dt {
		width: 100%;
		border: none;
		padding: 0;
		font-size: 4.1vw;
		margin-bottom: 0.1em;
	}

	.company_profile_sec .cont dl dd {
		font-size: 3.6vw;
		padding: 0;
	}

	.company_profile_sec .cont dl::before {
		content: "";
		width: 18vw;
		height: 4px;
		background: #A6C1EE;
		position: absolute;
		top: 0;
		left: 0;
	}

}