@charset "UTF-8";

/*----------------------------------
  Structure
----------------------------------
0. 共通
1. ページタイトル
2. お問い合わせ
3. 取扱商品　下層

====================================*/
/*----------------------------------
	0. 共通
------------------------------------*/
/* パーツ ------------------ */
.arrow01 {
  position: relative;
  width: 80px;
  margin: 10px 0 5px;
}
.arrow01::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
}
.arrow01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.arrow02::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: 5px;
  margin-bottom: 2px;
}

/* アニメーション ------------------ */
.scroll-fade {
  transform: translate3d(0, 20px, 0);
  transition: 1s;
  opacity: 0;
}
/* left */
.scroll-fade.in-left {
  transform: translate3d(-30px, 5px, 0);
  transition: 1s;
  opacity: 0;
}
/* right */
.scroll-fade.in-right {
  transform: translate3d(30px, 5px, 0);
  transition: 1s;
  opacity: 0;
}
.scroll-fade.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadein {
  opacity : 0;
  transition : all 1s;
}
  
.fadein.active{
  opacity : 1;
}
.lh-0{
	line-height: 0;
}
.ft-12{
	font-size: 1.2rem;
	display: inline-block;
}
.ft-20{
	font-size: 2.0rem;
	display: inline-block;
}
.txt-c{
	text-align: center;
}
.txt-l{
	text-align: left !important;
}


/* ======== レイアウトインナー ========= */
.inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
  padding: 4em 0;
}
.inner01 {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
  padding: 4em 0;
}
.inner02 {
	max-width: 770px;
	width: 90%;
	margin: 0 auto;
  padding: 4em 0;
}
@media(max-width:768px){
	.inner,.inner01,.inner02{
		padding: 2em 0;
	}
	.sp_pd-20{
		padding: 20px;
		box-sizing: border-box;
	}
}
.page_link_pd{
	padding: 126px 0 0;
	margin-top: -126px;
}
@media(max-width:768px){
	.page_link_pd{
		padding: 4em 0 0 ;
		margin-top: -4em;
	}
}
/* ======== 背景設定 ========= */
.bg_white_box{
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	padding: 2em 3em;
	box-sizing: border-box;
	border-radius: 10px;
}
.bg_blue_box{
	background-color: var(--color-bg-lightblue);
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	padding: 2em 3em;
	box-sizing: border-box;
	border-radius: 10px;
}
.bg--gray{
	background-color: var(--color-bg-gray);
	padding: 2em 0;
}
.bg--lightblue{
	background-color: var(--color-bg-lightblue);
	padding: 1.5em;
	box-sizing: border-box;
}

/*----------------------------------
	1. ページタイトル
------------------------------------*/

/* ページヘッダ */
.page-title{
	background: var(--color-bg-lightblue);
  width: 100%;
  margin: 0;
	padding: 3em 0 7em;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.h_style_pagetitle{
	text-align: left;
  font-size: 1.5rem;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	line-height: 3em;
	font-weight: bold;
}
.h_style_pagetitle .pagetitle_en{
  font-size: 5.5rem;
	display: block;
	margin-bottom: 1em;
}
@media screen and ( max-width:767px) {
	.h_style_pagetitle .pagetitle_en{
		font-size: 2.4rem;
	}
	.page-title{
		padding: 1em 0 2em;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
	}
	.h_style_pagetitle{
		line-height: 2em;
	}
}

/* 見出し 
-------------------------------------------------- */

/* 英語併記 */
[class*=h_style_main__] {
  color: var(--color-blue);
  font-size: 1.5rem;
	text-align: left;
}
.h_style_main__white,
.h_style_main__w_blue,
.h_style_main__w_orange {
  color: #fff;
}
[class*=h_style_main__] .en {
  display: block;
  font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, serif, sans-serif;
}
.h_style_main__blue .en::first-letter,
.h_style_main__w_blue .en::first-letter {
  color: var(--color-orange);
}
.h_style_main__orange .en::first-letter,
.h_style_main__w_orange .en::first-letter {
  color: var(--color-orange);
}
@media screen and ( max-width:767px) {
	[class*=h_style_main__] .en {
		font-size: 3.4rem;
	}
}


.h-style-a{
	font-size: 3.0rem;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 2em;
	position: relative;
	margin-bottom: 1em;
}
.h-style-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 30px;
  background-color: var(--color-blue);
}
.h-style-b{
	font-size: 3.5rem;
	margin-bottom: 1em;
	color: #182980;
	position: relative;
	padding-top: 1em;
}
.h-style-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 10px;
  background-color: var(--color-blue);
}
.h-style-c{
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 1em;
}
.h-style-c span{
	font-size: 5.0rem;
	display: inline-block;
	color: #0066ff;
}
@media screen and ( max-width:767px) {
	.h-style-b{
		font-size: 2.0rem;
	}
	.h-style-c{
		font-size: 2.0rem;
	}
}
@media screen and ( max-width:480px) {
	.h-style-b{
		font-size: 1.8rem;
	}
	.h-style-c{
		font-size: 1.8rem;
	}
}
.txt-blue{
	color: var(--color-blue);
}
.f_bold{
	font-weight: bold;
}
.h_arrow{
	margin-bottom: 1em;
}
.h_arrow::before {
  content: "▶";
  color: var(--color-blue);
	display: inline-block;
	margin: 0 10px 0 0
}
h2.h_arrow{
	font-size: 2.0rem;
}
@media screen and ( max-width:480px) {
	h2.h_arrow{
		font-size: 1.8rem;
	}
}

/* ボタン
-------------------------------------------------- */

.btn_style_a{
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 0.5em 4em;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #ff7a00, #ffa500);
	border-radius: 50px;
	position: relative;
}
.btn_style_a:hover{
	background-image: linear-gradient(90deg, #0066ff, #00a5ff);
	text-decoration: none;
}
.btn_style_a:after {
    content: url(../images/arrow01.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 20%;
}
.questions_link{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.questions_link:after{
	content: url("../images/arrow02.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 38%;
}

/*----------------------------------
	2. お問い合わせ
------------------------------------*/
.contact_form{
	margin-bottom: 4em;
}
.contact_tel{
	text-align: center;
}
.contact_tel a{
	font-size: 30px;
}
.contact_tel a:hover{
	text-decoration: none;
}
.contact_tel a::before{
	content: url("../images/icon_tel.png");
	width: 42px;
	height: 39px;
	display: inline-block;
}

@media screen and ( max-width:767px) {
	.contact_tel a{
		font-size: 20px;
	}
}

/*===========================================
					フォーム
===========================================*/

.wrap_form01 {
	max-width: 770px;
	width: 90%;
	margin: 0 auto;
    padding: 3em 0;
}
.wrap_form01.p-none{
	padding: 1em 0 0;
}
.font_form01 h2{
	text-align: center;
    font-size: 2em;
    padding: 0 0 0.6em;
}
.font_form01 p{
	text-align: center;
}
.form01 {
	border-collapse: collapse;
    empty-cells: show;
    font-size: 1.6rem;
	width: 100%;
}
.form01 th {
    font-size: 14px;
    width: 22%;
    padding: 10px 0 10px 15px;
    font-weight: normal;
	text-align: left;
}
.form01 td {
    font-size: 14px;
	line-height: 300%;
    padding: 10px 5px;
}



button[type=text],button[type=email],select {
    width: 363px;
    width: 22.6875rem;
    height: 36px;
    height: 2.25rem;
    max-width: 100%;
    padding-left: 10px;
    padding-left: .625rem
}

button[type=checkbox] {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem
}

button[type=submit] {
    width: 150px;
    width: 9.375rem;
    height: 50px;
    height: 3.125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    border: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,.3);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

button[type=submit]:hover {
    color: #fff;
    background-color: var(--color-blue);
    cursor: pointer
}

button[type=submit]+button[type=submit] {
    width: 200px;
    width: 12.5rem;
    max-width: 100%;
    color: #fff;
    background-color: var(--color-blue);
}

@media screen and (min-width: 768px) {
    button[type=submit]+button[type=submit] {
        margin-left:2.5rem
    }
}


.contact_privacy-Box {
	border: 1px solid #8d8d8d;
    padding: 25px;
    border-radius: 5px;
}
.contact_privacy-Box a {
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.form01 th, .form01 td {
    	width: 100%;
    	display: block;
    	border-top: none;
	}
	
	.form01 th {
    border-bottom: none; 
    padding: 10px 0 0 0;
    font-weight: normal;
}
	
	.form01 td {
    border-bottom: none;
		padding: 10px 0;
}
}

.mwform-checkbox-field label {
    display: inline-block;
}
.mw_wp_form .horizontal-item {
    margin-left: 10px;
	display: block;
}
.required-srt {
    font-size: 8pt !important;
    padding: 3px 5px;
    background: #ce0000;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
}
.form01 option,
.form01 textarea,
.form01 input[type=text],
.form01 input[type=email],
.form01 input[type=search],
.form01 input[type=url] {
	width: 70%;
	padding: 1.3rem;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.bg_white_box{
		padding: 2em 1em;
	}
	.form01 option,
	.form01 textarea,
	.form01 input[type=text],
	.form01 input[type=email],
	.form01 input[type=search],
	.form01 input[type=url] {
		width: 100%;
	}
}



/*----------------------------------
	3. 下層
------------------------------------*/
.strength_wp{
	display: flex;
	justify-content: space-between;
	margin: 3em 0;
	flex-wrap: wrap;
}
.strength_img{
	width: 48%;
}
.strength_bk{
	width: 50%;
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	padding: 2em 3em;
	box-sizing: border-box;
	border-radius: 10px;
}
.strength_bk dt{
	font-size: 2.5rem;
	position: relative;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
.strength_bk dt::before {
  background-color: #ff7a00;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}

@media(max-width:480px){
	.strength_wp{
		justify-content: center;
	}
	.strength_img{
		width: 100%;
	}
	.strength_bk{
		width: 100%;	
	}
	.strength_bk dt{
		font-size: 2.0rem;
	}
}

.faq_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq_btn li{
	width: 31%;
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: 10px;
}
@media(max-width:480px){
	.faq_btn li{
		width: 100%;
		margin-bottom: 1em;
		padding: 0.5em 1em;
	}
}
.faq_01,.faq_02,.faq_03{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1em;
}
.faq_01::before{
	content: '';
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/icon_img01.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}
.faq_02::before{
	content: '';
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/icon_img02.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}
.faq_03::before{
	content: '';
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/icon_img03.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}
.faq_list{
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	padding: 2em 3em;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 2em;
}
.faq_list dt{
	border-bottom: 1px solid var(--color-blue);
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.faq_list dt:before {
  content: "Q";
  color: var(--color-blue);
	display: inline-block;
	margin: 0 10px 0 0;
}
@media(max-width:480px){
	.faq_list{
		padding: 1em;
	}
	.faq_list dd{
		font-size: 1.4rem;
	}
}
.company{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
}
.company dt{
	width: 30%;
	border-top: 1px solid #000;
	padding: 0.5em 0 0.5em 4em;
	box-sizing: border-box;
}
.company dd{
	width: 70%;
	border-top: 1px solid #000;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
@media(max-width:768px){
	.company dt{
		width: 20%;
		padding: 0.5em 0 0.5em 2em;
	}
	.company dd{
		width: 80%;
	}
}
@media(max-width:768px){
	.company dt{
		width: 100%;
		padding: 0.5em 0;
	}
	.company dd{
		width: 100%;
		padding: 0.5em 0;
	}
}
.service_sec01_wp{
	display: flex;
	justify-content: space-between;
	margin-right: calc(51% - 50vw);
	align-items: center;
}
@media(max-width:480px){
	.service_sec01_wp{
		margin-right: 0;
	}
}
.distinction dt{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1em;
	justify-content: center;
	margin-bottom: 1em;
}
.distinction dt span{
	display: inline-block;
	padding: 0.2em 1em;
	color: #fff;
	background: var(--color-blue);
	border-radius: 8px;
}
.distinction dt::before{
	content: '';
  display: inline-block;
  width: 50px;
  height: 35px;
  background-image: url(../images/service_img01.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}
.service_plan{
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 2em;
}
.service_plan dt{
	color: #fff;
	background-image: linear-gradient(90deg, #0066ff, #00a5ff);
	text-align: center;
	font-size: 2.0rem;
	border-radius: 10px 10px 0 0;
	padding: 0.5em 0;
}
.service_plan dd{
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
	border-bottom: 1px solid #bbb;
}
.service_plan dd:last-child{
	border-bottom: none;
}
.service_plan_fee{
	color: #d60035;
	font-size: 1.6rem;
}
.service_plan_fee span{
	font-size: 2.3rem;
	display: inline-block;
}
.service_bg_box{
	background: var(--color-bg-lightblue) url("../images/bg_text.png") no-repeat bottom center;
	width: 100%;
	border-radius: 10px;
	padding: 2em 2em 3em;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.bg-blue-txt{
	color: #fff;
	background-image: linear-gradient(90deg, #0066ff, #00a5ff);
	text-align: center;
	font-size: 1.8rem;
	border-radius: 30px;
	padding: 0.5em 2em;
	width: fit-content;
	margin: 0 auto 4em;
	box-sizing: border-box;
}
.voice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.voice li{
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 1em;
	padding: 1em;
	width: 23%;
}
.icon_voice{
	margin-left: 1.5em;
}
.icon_voice::before{
	content: '';
  display: inline-block;
  width: 52px;
  height: 43px;
  background-image: url(../images/icon_img08.png);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
	margin-right: 10px;
}
.voice dt{
	text-align: center;
	border-bottom: 1px solid var(--color-blue);
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
.voice dd{
	font-size: 1.4rem;
}
@media(max-width:480px){
	.voice li{
		width: 100%;
	}
	.icon_voice{
		margin-left: 0;
		text-align: center;
	}
}
.bg_blue_list {
	display: flex;
	gap: 10px;
}
.bg_blue_list li{
	color: #fff;
	background-image: linear-gradient(90deg, #0066ff, #00a5ff);
	border-radius: 10px;
	padding: 0 1.5em;
}
.service_column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4em 0;
}
.service_column li{
	background: #fff;
	box-shadow: 3px 3px 15px -5px #c2c2c2;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 1em;
	padding: 1em;
	width: 23%;
	text-align: center;
}
@media(max-width:480px){
	.service_column li{
		width: 100%;
	}
}
.cases_list li{
	margin-bottom: 3em;
}
/*----------------------------------
	4. TOPページ
------------------------------------*/
.mv{
	background: url("../images/top_mv.png") no-repeat center center;
	padding: 3em 0;
	background-size: cover;
}
.slider {
  margin-inline: auto;
	margin-bottom: 3.5em !important;
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
.slider-img {
  margin: 0 50px !important;
}
.slider-img img {
  height: auto;
  width: 100%;
}
.mv_btn{
	display: flex;
	justify-content: center;
	gap: 10px;
	max-width: 90%;
	margin: 0 auto;
}
.slick-dots{
	display: none;
}

@media(max-width:480px){
	.mv{
		padding: 2em 0;
	}
	.slider {
		margin-bottom: 1.5em !important;
	}
	.slider-img {
		margin: 0 10px !important;
	}
	.mv_btn{
		flex-wrap: wrap;
	}
	.mv_btn li{
		width: 80%;
	}
}
.top_h2_a{
	font-size: 3.0rem;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 2em;
	position: relative;
	margin-bottom: 1em;
}
.top_h2_a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 30px;
  background-color: var(--color-blue);
}
.top_h2_b{
	font-size: 4.5rem;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.top_h2_b span{
	display: block;
	font-size: 1.6rem;
	line-height: 1.5em;
}
@media(max-width:480px){
	.top_h2_a{
		font-size: 1.9rem;
	}
	.top_h2_b{
		font-size: 3.0rem;
	}
	.top_h2_b span{
		display: block;
		font-size: 1.3rem;
	}
}
.top_service_list li{
	border-radius: 20px;
	background: #fff;
}
.top_service_list li img{
	border-radius: 0 0 20px 20px;
	display: block;
	object-fit: cover !important;
  width: 100% !important;
  height: 310px !important;
}
.top_service_list li.column-box__3col img{
  height: 210px !important;
}
.top_service_list .top_h2_b{
	font-size: 1.9rem;
	margin-bottom: 1em;
	color: #182980;
	padding: 1em 1em 0;
	box-sizing: border-box;
	position: relative;
}
.top_service_list .top_h2_b:after {
    content: url(../images/arrow02.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 4%;
    top: 50%;
}
.top_service_list .top_h2_b span{
	display: block;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #000;
}

.top_pickup {
	max-width: 770px;
	width: 90%;
	margin: 0 auto;
  padding: 4em 0;
}

.pickup_blue{
	margin-bottom: 4em;
}
.pickup_blue li{
	background-image: linear-gradient(90deg, #0066ff, #00a5ff);
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 50px;
	padding: 0.5em 0;
}
.pickup_blue span{
	font-size: 2.5rem;
}
@media(max-width:480px){
	.top_pickup {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 2em 0;
	}
	.pickup_blue{
		margin-bottom: 3em;
	}
	.pickup_blue {
		font-size: 1.5rem;
	}
	.pickup_blue span{
		font-size: 1.8rem;
	}
	.pickup_blue li{
		border-radius: 0px;
	}
}

/*===========================================
                company　
===========================================*/
.company_list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 4em 0;
}
.company_list dt {
  width: 20%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
.company_list dd {
  width: 80%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}
@media(max-width:480px){
  .company_list{
    width: 90%;
    padding: 2em 0;
  }
  .company_list dt {
    width: 30%;
  }
  .company_list dd {
    width: 70%;
    padding: 0.5em 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
  }
}
.pickup_img{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 3em;
}
@media(max-width:480px){
	.pickup_img{
		justify-content: space-around;
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.pickup_img li{
		justify-content: space-around;
		width: 48%;
		margin-bottom: 1em;
	}
}
/*===========================================
                service
===========================================*/
.service{
}




.column_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2%;
}
.column_list a{
	display: block;
}
.column_list li{
	width: 31%;
	margin-bottom: 1.5em;
}
.column_list li img{
	object-fit: cover !important;
	width: 100% !important;
	height: 210px !important;
	border-radius: 20px;
}
.column_list li h3,.column_list li dt{
	font-size: 1.4rem;
	font-weight: normal;
}
.column_list li h3,.column_list li dd{
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.column_list li{
		width: 100%;
	}
}
.column section{
	padding: 4em 0;
}
.column h1{
	font-size: 2.4rem;
	margin-bottom: 1em;
}
.column h2{
	font-size: 1.8rem;
	color: #fff;
  background-image: linear-gradient(90deg, #0066ff, #00a5ff);
  text-align: center;
  border-radius: 10px;
  padding: 0.5em 1em;
	box-sizing: border-box;
	margin: 3em 0 1em;
	width: fit-content;
}
.column h3{
	font-size: 1.7rem;
	padding: 1em 0;
}
.column h3::before {
  content: "▶";
  color: var(--color-blue);
	display: inline-block;
	margin: 0 10px 0 0
}
.column h4{
	font-size: 1.6rem;
	padding: 1em 0;
	font-weight: bold;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
	.column h1{
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 480px) {
	.column h1{
		font-size: 1.8rem;
	}
	.column h2,.column h3{
		font-size: 1.7rem;
	}
}
.column ul{
	margin: 1em 0;
	padding-left: 1em;
	box-sizing: border-box;
}
.column li{
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-indent: -0.5em;
}
.column li::before {
  content: "・";
  color: var(--color-blue);
	display: inline-block;
}
.column table{
  width: 100%;
}
.column table th,
.column table td {
  border: solid 1px #999;
  padding: 10px;
}