@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#breadcrumb {
 display: none;
}


/* footer */
.l-footer__widgetArea {
    border-top: 1px solid #B0C9E8;
}
@media (min-width: 600px) {
.l-footer__widgetArea {
    padding-top: 55px;
}
}

.w-footer .c-widget+.c-widget{
	margin-top: 0;
}

.w-footer .c-widget__title {
	margin-bottom: .5em;
	color: #06275A;
}
.w-footer .c-listMenu a{
	padding: .5em 1em .5em 1.5em;
	border-bottom: none;
}

@media (min-width: 960px) {
    .w-footer__box {
        flex: auto;
    }
	.w-footer__box:last-child{
		display: flex;
		gap: 10px 30px;
        justify-content: end;
	}
}
/* headder menu*/
.c-gnav>.menu-item>a .ttl{
	font-size: 16px;
}
.c-gnav>.menu-item>a{
	margin-right: 16px;
	padding-right: 24px;
}
.c-gnav>.menu-item>a:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #06275A;
    border-right: 2px solid #06275A;
    transform: rotate(45deg);
}

/* button gradetion */
.button_grad a{
	color: #fff;
	background-image: linear-gradient(90deg, #0649b6, #002d6e);
}

/* button footer*/
.c-listMenu .button_grad a:before {
	display: none;
}
.c-listMenu .button_grad a{
    margin: 1em 0;
    padding: 0;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    display: grid;
    place-items: center;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	transition : all .3s;
}
@media (min-width: 960px) {
    .c-listMenu .button_grad a{
	margin: 0 0 30px;
    }
}
.c-listMenu .button_grad a:before,
.cta_button a:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    left: auto;
    top: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translateY(-70%);
}
.c-listMenu .button_grad a:hover{
	opacity: .7;
	transition : all .3s;
	box-shadow: none;
}
/* button CTA */

/* button header */
.c-gnav>.menu-item.button_grad{
	display: grid;
    place-items: center;
}
.c-gnav>.menu-item.button_grad>a {
	width: 160px;
    height: 40px;
    border-radius: 20px;
	color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	transition : all .3s;
}
.c-gnav>.menu-item.button_grad>a:before {
    right: 12px;
	border-color: #fff;
    transform: rotate(-45deg);
}
.c-gnav>.menu-item.button_grad>a:after{
	display: none;
}
.c-gnav>.menu-item.button_grad>a:hover{
	opacity: .7;
	transition : all .3s;
	box-shadow: none;
}
#sp_menu .c-listMenu .button_grad a{
    margin: 1em auto;
}

/* page */
.post_content h2.h2_title{
    margin-top: 100px;
	color: #06275A;
	font-size: 32px;
	font-weight: normal;
    text-align: center;
}
.h2_title span{
	margin-bottom: 10px;
	padding-top: 22px;
	color: #0B63F6;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: block;
}
.post_content h2.h2_title:before{
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	background-color: #0B63F6;
    position: absolute;
    top: 0;
    left: calc(50% - 35px);
}
@media (min-width: 600px) {
	.post_content h2.h2_title {
	font-size: 42px;
	}
}

/* page header */
.l-topTitleArea{
	min-height: 8em;
}
.c-pageTitle {
        color: #000;
        font-weight: normal;
    }
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 180px;
    }
	.c-pageTitle {
        font-size: 2.5em;
    }
}


