@charset "utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
/*----------------------------------------------------
  Reset
----------------------------------------------------*/
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, body, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	color: #333333;
}
a {
	text-decoration: none;
}
:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

/*----------------------------------------------------
  slider
----------------------------------------------------*/
/*　　logoスライダー　　*/
.single-item.slick-slider {
    background: #ffffff;
	padding: 5px 0 0; 
}
.slick-slide p {
	width: 100%;
    margin: 0 auto 5%;
}
.slick-slide p:last-child {
    margin: 0 auto 0;
}
.slick-slide p img {
	width: 9vw;
    max-width: fit-content;
    height: auto;
	background: #FFFFFF;
	border-radius: 6px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
}
.slick-slide img {
    margin: 0 auto;
}
/*---------------------------------------------------
 fade-in
----------------------------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.fade-in.fade01 {transition: all 1000ms; /* フェードインにかかる時間を指定 */}
.fade-in.fade02 {transition: all 1500ms; /* フェードインにかかる時間を指定 */}
.fade-in.fade03 {transition: all 2000ms; /* フェードインにかかる時間を指定 */}
.fade-in.fade04 {transition: all 2500ms; /* フェードインにかかる時間を指定 */}
.fade-in.fade05 {transition: all 3000ms; /* フェードインにかかる時間を指定 */}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*----------------------------------------------------
  pagebutton
----------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 70px;
	right: 55px;
	z-index: 3;
}
.pagetop img {
    width: 50px;
    height: 50px;
}
.pagemovie {
	position: fixed;
	bottom: 140px;
	right: 55px;
	z-index: 3;
}
.pagemovie img {
    width: 76px;
    height: 70px;
}
.pagetop:hover,
.pagemovie:hover {
	opacity: 0.7;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#header01 {
    width: 95%;
    /*height: 70px;*/
    margin: 0 auto;
	padding: 10px 20px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 15px;
    border-radius: 8px;
	box-shadow: 0px 3px 10px 0px rgba(56, 34, 34, 0.25);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 5;
}
.globalNavArea_box {
    display: flex;
    justify-content: space-between;
}
.globalNavArea_box a.title01 {
    padding: 0;
    text-decoration: none;
    align-items: center;
    display: block;
}
a.title01 .titlelogo {
    text-decoration: none;
    align-items: center;
}
a.title01 .titlelogo img {
    width: auto;
    max-width: fit-content;
	height: auto;
    display: block;
}
a.title01 .titletxt {
    margin-left: 10px;
    font-size: 14px;
    color: #4d4d4d;
}
ul.globalNav02 { 
	width: 100%;
    align-items: center;
    display: flex !important;
    justify-content: end;
}
ul.globalNav02 li {
    width: fit-content;
    margin: 0 2%;
	font-size: max(0.8vw, 14px);
    text-align: center;
}
ul.globalNav02 li:nth-last-child(2),
ul.globalNav02 li:nth-last-child(3) {
	display: none;
}
ul.globalNav02 .globalNav02_btn li {
	display: block;
}
ul.globalNav02 .globalNav02_btn +  li { 
	margin-right: 5%;
}
ul.globalNav02 li a {
    color: #333333;
    font-weight: normal;
    font-size: min(16px, 1vw);
    text-decoration: none;
}
ul.globalNav02 li a:hover {
    opacity: 0.7;
}
.globalNav02_btn {
	width: 35%;
    max-width: 405px; 
	margin: auto 0 auto 2%;
    align-content: center;
	display: flex;
	justify-content: space-between;
}
.globalNav02_btn li.button01 {
    width: 48.5%;
    height: 50px;
    margin: 0;
    align-items: center;
    color: #FFFFFF;
}
.globalNav02_btn li.button01 a {
	width: 100%;
    height: 100%;
    padding: 0 5%;  
	font-size: min(16px, 1vw);
    font-weight: bold;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    color: #FFFFFF;
    display: block;
    box-sizing: border-box;
}
.globalNav02_btn li.button01.color_b a {
    background: #0ea9bb;
}
.globalNav02_btn li.button01.color_r a {
    background: #ff5f60;
}
/*---------------------------------------------------
-----------------------------------------------------
header hamburgermenu
-----------------------------------------------------
----------------------------------------------------*/ 
.hamburgermenu {
	display: none;
}

@media screen and (max-width: 1099px) {
.hamburgermenu {
	display: block;
}
/*---------------------------------------------------
 hamburgermenu
----------------------------------------------------*/
    #toggle {
        position: absolute;
        top: 27px;
        right: 3%;
        z-index: 1000;
    }
    #toggle-box {
        position: relative;
		width: 38px;
        height: 25px;
        cursor: pointer;
    }
    #toggle-box > span {
        width: 100%;
        height: 3px;
        left: 0;
        display: block;
        background: #0ea9bb;
        position: absolute;
        transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
    }
    #toggle-box > span:nth-child(1) {
        top: 0;
    }
    #toggle-box > span:nth-child(2) {
        top: 50%;
        transform: translatey(-50%);
    }
    #toggle-box > span:nth-child(3) {
        bottom: 0;
    }
    #main {
        position: relative;  
        z-index: 1;
    }
    #nav-content {
        width: 100%;
        max-width: unset;
        height: 40%;
		max-height: 180px;
        padding-top: 70px;
        background: #0ea9bb;
        color: #fff;
        text-align: center;
        position: fixed;
        justify-content: center;
        align-items: flex-start;
        top: 0;
        right: 0;
		transform: translateY(-100%);
        transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		/*transition: transform 1s cubic-bezier(1, 0, 0, 0);*/
        display: inline-block;
        box-sizing: border-box;
        overflow: auto;
		z-index: 900;
    }
    #nav-content ul {
        display: block;
        padding: 70px 2% 70px;
        list-style: none;
    }
    #nav-content a {
        display: block;
        color: #fff;
        font-size: 1.2em;  
		text-align: left;
        line-height: 1.25;
        text-decoration: none;
        padding: 20px 0;
        transition: opacity .6s ease;
    }
    #nav-content a:hover {
        opacity: 0.6;
        background: none;
    }
    .is-open {
        overflow: hidden;
    }
    .is-open #toggle-box > span {
        background: #fff;
    }
    .is-open #toggle-box > span:nth-child(1) {
        top: 50%;
        transform: rotate(45deg) translatey(-50%);
    }
    .is-open #toggle-box > span:nth-child(2) {
        width: 0;
    }
    .is-open #toggle-box > span:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg) translatey(-50%);
    }
    .is-open #nav-content {
        margin: 0 auto;
        z-index: 999;
        transform: translateY(0);
    }  
    .menubox ul li {
        display: table!important;
        margin: 0 auto;
    }
    .menubox ul div {
        display: none!important;
    }
	
	.title01 .titletxt {
		display: none;
	}
	ul.globalNav02 li:nth-last-child(2),
	ul.globalNav02 li:nth-last-child(3) {
		display: block;
	}
	.globalNav02_btn,
	ul.globalNav02 .globalNav02_btn li {
		display: none;
	}
}

/*----------------------------------------------------
 背景
----------------------------------------------------*/
.bg_g {
	background: #f3f3f3;
}
.bg_w {
	background: #ffffff;
}
/*----------------------------------------------------
 背景　wave
----------------------------------------------------*/
.areablock {
	padding-top: 40px;
    position: relative;
}
.areacontent {
    z-index: 1;
    position: inherit;
    display: block;
	padding: 0.1px;
}

.wave_top_w {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave_top_w svg {
    position: relative;
    display: block;
    width: calc(218% + 1.3px);
    height: 170px;
    transform: rotateY(180deg);
}
.wave_top_w .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1770014295 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1770014295 svg {
    position: relative;
    display: block;
    width: calc(185% + 1.3px);
    height: 425px;
}
.custom-shape-divider-top-1770014295 .shape-fill {
    fill: #FFFFFF;
}

.wave_bottom_g {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave_bottom_g svg {
    position: relative;
    display: block;
    width: calc(218% + 1.3px);
    height: 100%;
    transform: rotateY(180deg);
}
.wave_bottom_g .shape-fill {
    fill: #F3F3F3;
}
.wave_bottom_g02 {
	position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave_bottom_g02 svg {
	position: relative;
    display: block;
    width: calc(152% + 1.3px);
    height: 103px;
    transform: rotateY(180deg);
}
.wave_bottom_g02 .shape-fill {
    fill: #F3F3F3;
}
.wave_top_g {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.wave_bottom_w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave_bottom_w svg {
    position: relative;
    display: block;
    width: calc(186% + 1.3px);
    height: 203px;
    transform: rotateY(180deg);
}
.wave_bottom_w {
    fill: #FFFFFF;
}

.wave_top_g02 {
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.wave_top_g02 svg {
	display: block;
	position: relative;
	top: -2px;
	height: 211px;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width:1098px) {
 .wave_top_g02 {
   background-size: contain;
 }
.custom-shape-divider-top-1770014295 svg {
	width: calc(165% + 1.3px);
	height: 200px;
}
}


/*----------------------------------------------------
 commonarea
----------------------------------------------------*/
.commonarea {
	width: 100%;
	box-sizing: border-box;
	padding: 2.5% 0 5%;
}
/*----------------------------------------------------
 title h2
----------------------------------------------------*/
.commonarea .title {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.title {
	padding-top: 0.5em;
	font-size: max(45px, 3.29vw);
	font-weight: 600;
	line-height: 0.5;
	position: relative;
}
.title span {
	font-size: 80%;
}
.title small {
	font-size: max(16px, 1.2vw);
	font-weight: 600;
}
.title::before {
	content: "";
	width: 80px;
	height: 5px;
	background: #0ea9bb;
	display: block;
	position: absolute;
	top: 0;
}
.titltxtbox {
    width: 90%;
    max-width: 1100px;
    margin: 3% auto 2%; 
	position: relative;
}
.titltxtbox .txt_titl {
    font-size: 38.5px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 2%;
}
.titltxtbox .txt_titl span {
    color: #0ea9bb;
}
.titltxtbox .txt_txt {
    font-size: 18px;
	line-height: 1.7;
	color: #666666;
}

/*----------------------------------------------------
 scroll bar
----------------------------------------------------*/
/* スクロールバー2 */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background-color: #e6e6e6;
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
background: #b3b3b3;
border-radius: 100px;
width: 10px;
}
/*----------------------------------------------------
 morebtn
----------------------------------------------------*/
a.morebtn {
    width: 353px;
    height: 60px;
    margin: 3% auto 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    align-content: center;
    border-radius: 8px;
    color: #FFFFFF;
    background: #0ea9bb;
    display: block;
}
a.morebtn:hover {
    background: #00c9e0;
}
/*----------------------------------------------------
 footer
----------------------------------------------------*/
section.btnarea {
    width: 100%;
    background: #c3e9ee;
    margin: 0; 
	padding: 1px;
	box-sizing: border-box;
}
.btncontent {
    width: 90%;
    max-width: 1100px;
    margin: 1.5% auto;
    padding: 1% 3%;
    border-radius: 8px;
	color: #333333;
    background: #FFFFFF;
    box-sizing: border-box;
}
.btncontent .txt {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2%;
}
.btncontent .txt span {
    color: #0ea9bb;
}
.btnbox {
    display: flex;
    justify-content: space-between;
}
.btnbox .btn01 {
    width: 32%;
    text-align: center;
}
.btnbox .btn01 p {
	font-size: 18px;
	color: #666666;
    text-align: center;
}
.btnbox .btn01 a {
	width: 100%;
	height: 50px;
	margin: 5% auto 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 2;
    text-align: center;
	align-content: center;
	border-radius: 6px;
	color: #FFFFFF;
	display: block;
}
.btnbox .btn01 a.c_red {
	background: #ff5f60;
}
.btnbox .btn01 a.c_blue {
	background: #0ea9bb;
}
.btnbox .btn01 a.c_yellow {
	background: #fb973b;
}
.btnbox .btn01 a:hover {
	opacity: 0.7;
}
.g_navarea {
    width: 90%;
    max-width: 1100px;
    margin: 30px auto 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.g_navarea img {
    width: 27.5%;
    max-width: fit-content;
	margin-right: 2.5%;
}
ul.g_nav01 {
	width: 70%;
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}
ul.g_nav01 li {
	width: auto;
	margin: 0.5% 0;
	padding: 0 1.5%;
	border-left: solid 1px #333333;
}
ul.g_nav01 li a {  
	font-size: 14px;
	color: #333333;
    line-height: 1;
    display: block;
}
ul.g_nav01 li a:hover {
	opacity: 0.7;
}
.g_navarea02 {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 30px 0;
	border-top: solid 0.75px #cccccc;
	box-sizing: border-box;
}
.g_navarea02 p {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
}
.g_nav02 {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	margin: 10px auto 0;
	color: #333333;
}
.g_nav02 li {
	font-size: 12px;
	margin-right: 2%;
}
.g_nav02 li a {
	font-size: 13px;
	text-decoration: underline;
	margin-right: 2%;
	color: #333333;
}
.g_nav02 li a:hover {
	text-decoration: none;
}
.f_comp {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10px;
	align-items: center;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.f_comp .f_comptxt {
    width: 100%;
    margin: 0 auto 2%;
}
.f_comp a {
	width: 250px;
	margin-right: 2%;
	display: block;
}
.f_comp a img {
	width: 100%;
}
.f_comp a:hover img {
	opacity: 0.7;
}
.f_comp p {
	font-size: 13px;
	color: #333333;
}

/*----------------------------------------------------
 othercontents 
----------------------------------------------------*/	
#othercontents {
	/*margin-top: 150px;*/
	padding-top: 150px;
}
.otherarea {
	position: relative;
	padding-top: 50px;
}
.otherarea .title {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
	font-size: min(40px,2.73vw);
    line-height: 1;
}
.otherarea .title:first-child {
    line-height: 0.8em;
}
.otherarea .title::before {
    background: #cccccc;
}
.otherarea .title:first-child::before {
    background: #0ea9bb;
}
#othercontents.topbg_g {
    background: linear-gradient(-180deg, #f3f3f3 0px, #f3f3f3 150px, #ffffff 151px, #ffffff 100%);
}


@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
   表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
/*----------------------------------------------------
 slick
----------------------------------------------------*/	
	.slick-slide p img {
		width: 80%;
	}
/*----------------------------------------------------
 title h2
----------------------------------------------------*/	
.titltxtbox .txt_titl {
    font-size: 4vw;
}
.titltxtbox .txt_txt {
    font-size: 1.875vw;
}
/*----------------------------------------------------
 title h2
----------------------------------------------------*/	
a.morebtn {
    width: 38%;
    height: 6.5vw;
    font-size: 2.91vw;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
.btncontent {
    width: 90%;
    max-width: 1100px;
    margin: 1.5% auto;
    padding: 2% 2.5%;
}
.btncontent .txt {
    font-size: 2.29vw;
}
.btnbox .btn01 p {
    font-size: 1.875vw;
    line-height: 1.25;
}
.btnbox .btn01 a {
    height: 5.5vw;
    margin: 5% auto 0;
    font-size: 2.1vw;
    line-height: 2;
    padding: 0 2%;
    box-sizing: border-box;
}
.g_navarea {
    margin: 4% auto 2.5%;
}
ul.g_nav01 {
    width: 68%;
}
ul.g_nav01 li a {
    font-size: 1.45vw;
}
.g_navarea02 {
    margin: 0 auto 8%;
    padding: 3% 0 0;
}
.g_navarea02 p {
    font-size: 1.45vw;
}
.g_nav02 {
    flex-wrap: wrap;
}
.g_nav02 li {
    font-size: 1.25vw;
    margin-right: 2%;
	margin-bottom: 2%;
}
.g_nav02 li a {
    font-size: 1.35vw;
}

.f_comp {
    width: 90%;
    margin: 0 auto 2.5%;
    justify-content: center;
}
.f_comp a {
    width: 25%;
    max-width: fit-content;
}
.f_comp p {
    font-size: 1.35vw;
}
	
/*----------------------------------------------------
 otherarea
----------------------------------------------------*/
.otherarea .title {
	font-size: min(40px,4.16vw);
}
.title small {
    font-size: max(16px, 1.66vw);
    font-weight: 600;
}


}
@media screen and (max-width: 767px) {
/*////////////////////////////////////////////////
   表示変更
////////////////////////////////////////////////*/
.spNone {
	display: none!important;
}
.pcNone {
	display: block!important;
}

/*----------------------------------------------------
 page button
----------------------------------------------------*/
	.pagetop {
		bottom: 2vw;
		right: 2.5%;
	}
	.pagemovie {
		bottom: 17vw;
		right: 2.5%;
	}
/*----------------------------------------------------
 more button
----------------------------------------------------*/
	a.morebtn {  
		width: 90%;
        height: 13.5vw;
        font-size: 5vw;
    }
/*----------------------------------------------------
 wave
----------------------------------------------------*/	
	.wave {
        width: 180%;
    }
	.wave_top_w svg {
        width: calc(210% + 1.3px);
        height: 70px;
    }
	.wave_bottom_g svg{
		width: calc(210% + 1.3px);
        height: 70px;
	}
	.wave_top_g02 svg {
        width: calc(220% + -248.7px);
        height: 70px;
    }
	.wave_bottom_w svg {
		width: calc(210% + 1.3px);
		height: 70px;
	}
	.custom-shape-divider-top-1770014295 svg {
        width: calc(300% + 402.3px);
        height: 220px;
    }
/*----------------------------------------------------
 header
----------------------------------------------------*/			
    #nav-content {
		width: 100%;
        max-width: unset;
        height: 100%;    
        max-height: unset; 
		align-items: unset;
		padding: 25% 5%;
    }
	.is-open #nav-content {
        flex-wrap: wrap;
    } 
	#nav-content a {
        text-align: center;
    }
	ul.globalNav02 li {
		width: 100%;
        margin: 0 auto;
        text-align: center;
	}
	#toggle {
        top: 29%;
        right: 2.5;
    }
	
	#header01 {
		width: 95%;
		height: 60px;
		padding: 10px 2.5%; 
		top: 10px;
	}
	a.title01 .titlelogo img {
		width: 70%;
		max-width: fit-content;
	}

/*----------------------------------------------------
 title h2
----------------------------------------------------*/
	.title::before {
		width: 40px;
		height: 4px;
	}
	.title {
		padding-top: 15px;
		font-size: 7vw;
		line-height: 0.8;
	}
	.title small {
		font-size: 3.33vw;
	} 
	.titltxtbox {
		margin: 3% auto 8%;
	}
	.titltxtbox .txt_titl {
        font-size: 5vw;
        line-height: 1.5;
        margin-bottom: 3%;
    }
	.titltxtbox .txt_txt {
        font-size: 3.6vw;
        line-height: 1.5;
    }
/*----------------------------------------------------
 commonarea
----------------------------------------------------*/
	.commonarea {
		padding: 2.5% 0 70px;
	}
/*----------------------------------------------------
 footer
----------------------------------------------------*/
	.btncontent {
        width: 90%;
        margin: 5% auto;
        padding: 5% 5%;
    }
	.btncontent .txt {
        font-size: 4.5vw;
		margin-bottom: 5%;
    }
	.btnbox {
		display: block;
	}
	.btnbox .btn01 {
		width: 100%;
	}
	.btnbox .btn01 p {
        font-size: 4vw;
        line-height: 1.4;
    }
	.btnbox .btn01 a {
        height: 12vw;
        margin: 2.5% auto 8%;
        font-size: 4.5vw;
        padding: 0 2%;
    }
	.btnbox .btn01:last-child a {
        margin-bottom: 0;
    }
	.g_navarea {
        display: block;
        margin: 5% auto 2.5%;
    }
	.g_navarea img {
		width: 60%;
		max-width: fit-content;
		margin: 0 auto 5%;
	}
	ul.g_nav01 {
        width: 100%;
    }
	ul.g_nav01 li {
		width: 45%;
		margin: 2.5% 0;
		padding: 0 1.5%;
		border-left: solid 1px #333333;
	}
	ul.g_nav01 li a {
        font-size: 13px;
    }
	.g_navarea02 p {
        font-size: 13px;
    }
	.g_nav02 li {
		margin-bottom: 5%;
    }
	.g_nav02 li a {
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
        margin: 0 auto;
        display: block;
    }
	.f_comp {
        display: block;
    }
	.f_comp a {
        width: 55%;
        max-width: fit-content;
        margin: auto;
    }
	.f_comp p {
        font-size: 10px;
		text-align: start;
    }
	.f_comp .f_comptxt {
		text-align: start;
	}
	
	/*----------------------------------------------------
	othercontents 
	----------------------------------------------------*/	
	#othercontents {
		padding-top: 70px;
	}
	#othercontents.topbg_g {
        background: linear-gradient(-180deg, #f3f3f3 0px, #f3f3f3 70px, #ffffff 71px, #ffffff 100%);
    }
	.otherarea {
	}
	.otherarea .title:first-child {
		font-size: 7vw;
	}
	.otherarea .title {
		font-size: 7vw;
	}


}
