@charset "UTF-8";

/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

.box {
	width: 100%;
	max-width: 1280px;
	margin:0 auto;
}
.box-overview {
	width: 100%;
	max-width: 100%;
	margin:0 auto;
}


#news-list{
	background-position: center bottom;
	min-height:600px;
	padding: 40px 0 40px 0;
	  background-size: cover;
}
#about{
	background-position: center bottom;
	min-height:300px;
	padding: 40px 0 40px 0;
	background-color: #F6F7FA;
	  background-size: cover;
}
#point{
	background-position: center center;
	min-height:560px;
	padding: 30px 0 40px 0;
}
#overview{
	background-position: 400px center;
	height:auto;
	padding: 30px 0 80px 0;
	background-color: #F6F7FA;
	background-position: center center;
}
#voice{
	background-position: center center;
	min-height:600px;
	padding: 40px 0 80px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #F6F7FA;
}
#logo{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #ffffff;
}
#syorei{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #ffffff;
}
#introduction{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color:  #F6F7FA;
}
#held{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #ffffff;
}
#held_next{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color:  #F6F7FA;
}
#held_next_top{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color:  #ffffff;
}
#policy{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #ffffff;
}

.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #0599d9;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#009BDE!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.img_box a{
	text-decoration: underline;
}
.img_box li{
	list-style: square;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #1F3133;
}
.btn_bar{
    text-align:center;
	margin: 30px 0 0 0;
}
.btn_bar a{
    color:#1F3133;
    text-decoration:underline;
    font-size:1.4em;
    font-weight:500;
}
.btn_bar a:hover{
    color:#009BDE;
    text-decoration:underline!important;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}
.bg-set{
	padding: 15px;
}

h3{
	font-size: 24px;
	font-weight: 500;
}

/* h2 
---------------------------------------------------------- */
.section-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 800px;
    margin: 0 auto;
	margin-top:10px
}

/* 左ライン */
.section-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 30px;
    background: linear-gradient(
    to bottom,
    #00a3e0,
    #4bb6a6
    );
    border-radius: 2px;
}

.privacy-section a{
	text-decoration: underline;
}


/* h4 
---------------------------------------------------------- */
.privacy-section h4 {
    font-size: 1.2em;
    font-weight: 500;
    color: #009BDE;
    margin-bottom: 10px;
    border-bottom: 1px solid #9f9f9f;
}

/* 左ライン */
.section-title h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  background: linear-gradient(
    to bottom,
    #00a3e0,
    #4bb6a6
  );
  border-radius: 2px;
}


/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 15px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
	height:88px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
	width:100%;
	max-width:1280px;
	left:0;
}
header .h_wrap {
	padding:0 20px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
    color: #1F3133;
    display: flex;
    align-items: center;
}
header #h_top .h_top_logo span{
	font-size: 26px;
}
header #h_top .h_top_logo a{
	color:#000!important;
}
header #h_top .h_top_logo a:hover{
	color: #009BDE!important;
}
header #h_top .h_top_logo img {
	height:55px; width:70px; margin-right:10px;
}
header #h_top .h_top_link {
	float: right;
	margin-top:10px;
    display:flex;
    align-items:center;
}
header #h_top .h_top_link img{
	height:35px;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 600;
    color: #1F3133;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}
header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}

#h-menu {
	display: none;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

header #h_top .h_top_logo .logo_text {
	position: relative;
	top: -5px;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 150px;
}
footer a,a:hover{
	color:#009BDE;
}

/* policy 
---------------------------------------------------------- */
.policy {
	text-align: center;
	height: 100px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	line-height: 100px;
	background-color: #fff;
}
.policy a{
	color:#1F3133;
	text-decoration: underline;
}
.policy a:hover{
	color:#009BDE;
}

/* img_box
---------------------------------------------------------- */
.img_box{
	width:800px;
	margin:20px auto;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}

.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}

#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}

/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#009BDE;
	border-bottom: solid 1.5px #009BDE;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration: underline;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}

/* btn-outline
---------------------------------------------------------- */
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 10px 40px;
    border: 2px solid #009BDE;
    border-radius: 999px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    background-color: #009BDE;
    color: #fff !important;
}

.btn-outline::after,
.btn-outline:hover::after,
a.btn-outline::after,
a.btn-outline:hover::after {
    content: none !important;
    display: none !important;
}

/* 矢印 */
.btn-outline .arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}

/* ホバー */
.btn-outline:hover,
a.btn-outline:hover {
    text-decoration: none !important;
    color: #009BDE !important;
    background-color: #fff;
}

/* 矢印の動き */
.btn-outline:hover .arrow {
    transform: translateX(4px);
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 30px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.img_light img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 800px;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing:0em;
    color: #000;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}

.hero {
    position: relative;
    min-height: 700px;
    height: 700px;
    background-image: url("common/images/index/bg_main.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: visible;
}
.hero_sub {
    position: relative;
    min-height: 300px;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: visible;
	background-color: #479aa5;
}
.hero__inner {
    padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:180px;
	box-sizing: border-box;
}
.hero__inner_sub {
    padding: 50px 60px;
	float:left;
	width:100%;
	max-width: 1280px;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:105px;
	box-sizing: border-box;
}
.hero_sub h1 {
    color: #ffffff;
    font-size:2.5em;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 23px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}

/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	width:100%;
}
.gaiyo img{
	width:100%;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 20px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

/* 初期状態 */
.gaiyo-1,
.gaiyo-2,
.gaiyo-3{
    opacity: 0;
    transform: translateY(40px);
}

/* 発火後 */
.active-1,
.active-2,
.active-3{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease;
}

.inview{
    opacity: 0;
    transform: translateY(30px);
}

.inview.show{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease;
}

/* voice
---------------------------------------------------------- */
.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}


/* スライド
---------------------------------------------------------- */
.slider {
    position: relative;
    margin: 3em auto;
    overflow: hidden;
    max-width: 100%;
}

/* トラック */
.slider-track {
    display: flex;
    gap: 4em; 
    overflow: hidden;
	margin:0;
}

/* カード */
.card {
    flex: 0 0 300px;
    background: #f2f2f2;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    overflow: hidden; 
}

/* 画像 */
.card img {
    width: 100%;
    display: block;
}

/* テキストラップ */
.card-text {
    padding: 1em;
}

/* タイトル */
.company {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0;
}

/* サブ */
.name {
    font-size: 1em;
    color: #555;
    margin: 0.3em 0 0;
}

/* ボタン */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    z-index: 10;
	font-size: 1.5em;
}

/* 位置 */
.prev {
    left: 10px;
}

.next {
    right: 10px;
}


/* overview
---------------------------------------------------------- */
.overview{
	width:100%;
	position: relative;
	min-height: 400px;
	padding-top:10px;
}

.active_ai-1{
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/* =========================
   overview flow
========================= */

.overview_txt{
	z-index: 2;
	display:flex;
	flex-direction:column;
	justify-content:center; 
	flex: 1;
    min-width: 0;
}

.inview.show .overview_txt {
    opacity: 1;
    transform: translateX(0);
}

/* 各ステップ */
.overview-item{
	margin-bottom:10px;
}

/* NOとタイトル横並び */
.overview-title{
	display:flex;
	align-items:baseline;
	gap:12px;
	border-bottom:2px solid #9bd0d7;
	padding-bottom:0;
	margin-bottom:10px;
}

/* NO */
.overview-no{
	color:#1c8ec6;
	font-size:20px;
}

.overview-no .num{
	font-size:36px;
	font-weight:700;
}

/* タイトル */
.overview-head{
	color:#1F3133;
	font-size:18px;
	font-weight:600;	
}

/* 説明文 */
.overview-text{
	font-size:14px;
	line-height:1.8;
	color:#555;
}
.overview .btn_bar{
	text-align: left;
}
.active_ai-2{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.overview_back{
	left:0;
}
.overview_back img{
	overflow: hidden;
}
.active_ai-3{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn3 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.overview_txt .overview_name{
	text-align: right;
	margin:0;
}
.daihyo{
	text-align: right;
	font-size: 120%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#009BDE;
	font-size: 30px;
}
.company_txt h3 span{
	font-size: 20px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}
.company_show_img img{
	width:400px;
}
.company_show_img h1{
	font-weight: 600;
	font-size:16px;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi .tit_h2 h2{
	text-align: left;
}
.saiyo_toi{
	margin-right:auto;
	margin-left: auto;
	overflow: hidden;
}
.tel_fax{
	overflow: unset;
	margin-bottom:20px;
	margin:0 auto;
}
.tel_fax img{
	float: left;
	width:60px;
	margin:0 0 auto 15px;
}
.tel_fax p{
	float: left;
	font-size: 24px;
	font-weight: 900;
	line-height:1.2em;
}

.tel_fax .tanto{
	font-size: 16px;
	font-weight: 300;
}

.saiyo_toi #btn{
	float: left;
	padding-bottom: 0;
}

.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	box-sizing: border-box;
	width:240px;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	width:240px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}

/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}

/* news
---------------------------------------------------------- */
html {
  font-size: 16px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 2em 0; 
    border-top: 1px solid #ccc;
    width: 70%;
    margin: 0 auto;
}

/* 行 */
.news-item {
    display: grid;
    grid-template-columns: 6em 7em 1fr;
    align-items: center;
    gap: 1em;
}

/* 日付 */
.news-date {
    width: 5em;
    font-size: 1em;
    color: #666;
}

/* バッジ */
.news-badge {
    min-width: 6em;
    text-align: center;
    padding: 0.4em 1em;
    border-radius: 999px;
    font-size: 0.75em;
    color: #fff;
    font-weight: 600;
}

/* 色 */
.news-badge.important {
    background-color: #1354C5;
}

.news-badge.topic {
    background-color: #009BDE;
}

/* タイトル */
.news-title {
    flex: 1;
    font-size: 1em; 
    color: #333;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.news-title:hover {
    opacity: 0.7;
}

/* =========================
   overview（横からスライド）
========================= */
.overview {
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    position: relative;
    flex: 1;
    min-width: 0;
}

/* 画像 */
.overview_img {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    overflow: hidden;
	flex:1;
	min-width: 0;
}

/* テキスト */
.overview_txt {
	flex:1;
	min-width: 0;
}

.overview-item {
    min-width: 0;
}

.overview-title {
    min-width: 0;
}

.overview-head {
    overflow-wrap: break-word;
}

/* ----------------------------
  発火（JSのinview.show）
---------------------------- */
.inview.show .overview_txt {
    opacity: 1;
    transform: translateX(0);
    transition: 1s ease;
}

a:focus, button:focus { outline: none; }
img {
    border: none;
}
a img {
    border: none;
}


/* 表_big
---------------------------------------------------------- */
.table-section {
    padding: 40px 20px;
}

.table-wrap {
    max-width: 830px;
    margin: 0 auto;
    overflow-x: auto;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    background: #fff;
}

.info-table thead th {
    padding: 14px 12px;
    font-size: 24px;
    font-weight: 700;
    color: #00a0e9;
    border-top: 1px solid #bfeaf2;
    border-bottom: 1px solid #bfeaf2;
}

.info-table tbody td {
    padding: 22px 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
    vertical-align: middle;
}

.info-table th,
.info-table td {
    word-break: break-word;
}

@media (max-width: 768px) {
.table-section {
    padding: 24px 16px;
}

.info-table thead th {
    font-size: 16px;
    padding: 12px 8px;
}

.info-table tbody td {
    font-size: 14px;
    padding: 16px 8px;
}
}


/* スライド_big
---------------------------------------------------------- */
.card_v video{
    flex: 0 0 300px;
    padding: 0;
    text-align: center;
    overflow: hidden;
	width:260px;
	height: 180px;
}
.card_v{
    background: #479aa5;
	color:#ffffff;
}


/* カード
---------------------------------------------------------- */
/* =====================
   レイアウト
===================== */
.card-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
}

/* =====================
   カード
===================== */
.award-card {
    width: 320px;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f3f3;
    transition: 0.3s;
}

/* 浮かせる */
.award-card:hover {
    transform: translateY(-6px);
}

/* =====================
   画像
===================== */
.award-image img {
    width: 100%;
    display: block;
}

/* =====================
   下のテキスト部分
===================== */
.award-body {
    padding: 20px;
    background: #f3f3f3;
    text-align: center;
}

/* 会社名 */
.company {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* 名前 */
.name {
    font-size: 14px;
    color: #666;
}
@media (max-width: 900px) {
.card-list {
    flex-wrap: wrap;
}
.award-card {
    width: 45%;
}
}

@media (max-width: 600px) {
.award-card {
    width: 100%;
}
}

/* ポリシー 
---------------------------------------------------------- */
/* =====================
   全体
===================== */
.privacy {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
    line-height: 1.8;
}

/* =====================
   導入文
===================== */
.intro {
    margin-bottom: 40px;
    font-size: 15px;
}

/* =====================
   セクション
===================== */
.privacy-section {
    margin-bottom: 40px;
}

/* 見出し */
.privacy-section h3 {
    font-size: 1.2em;
	font-weight: 600;
    color:#009BDE;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4CCEB8;
}

/* 本文 */
.privacy-section p {
    font-size: 14px;
    color: #555;
}

@media (max-width: 600px) {
.privacy {
    padding: 30px 16px;
}

.privacy-section h3 {
    font-size: 15px;
}

.privacy-section p {
    font-size: 13px;
}
}

/* 表_制度
---------------------------------------------------------- */
.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grant-table {
    width: 100%;
    min-width: 800px; 
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    border: 1px solid #9a9a9a;
}

.grant-table th,
.grant-table td {
    border: 1px solid #9a9a9a;
    padding: 16px 12px;
    font-size: 1em;
    line-height: 1.8;
    color: #333;
    vertical-align: top;
    word-break: break-word;
}

.grant-table thead th {
    color: #16a3e6;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background-color: #EDEDED;
}

.grant-table thead th span {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.9em;
    line-height: 1.6;
}

.grant-table .group-head {
    text-align: center;
}

.grant-table .center {
    text-align: center;
    vertical-align: middle;
}

.grant-table .col-type {
    width: 18%;
}

.grant-table .col-summary {
    width: 28%;
}

.grant-table .col-period {
    width: 8%;
}

.grant-table .col-usage {
    width: 8%;
}

.grant-table .col-amount {
    width: 17%;
}

/* 余白を調整 */
@media (max-width: 768px) {
.grant-table th,
.grant-table td {
    padding: 18px 14px;
    font-size: 15px;
}
}

/* 表_small
---------------------------------------------------------- */
.support-table-wrap {
    width: 100%;
}

.support-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #4CCEB8;
    border-bottom: 1px solid #4CCEB8;
    font-size: 1em;
    color: #333;
    background: #fff;
	text-align: center;
}

.support-table th,
.support-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #bdbdbd;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    word-break: break-word;
	text-align: center;
}

.support-table th {
    color: #009BDE;
    font-weight: 700;
}

.support-table th:nth-child(1),
.support-table td:nth-child(1) {
    width: 36%;
}

.support-table th:nth-child(2),
.support-table td:nth-child(2) {
    width: 18%;
}

.support-table th:nth-child(3),
.support-table td:nth-child(3) {
    width: 36%;
}

/* レスポンシブ */
@media (max-width: 767px) {
.support-table {
    font-size: 14px;
}

.support-table th,
.support-table td {
    padding: 12px 8px;
}

.support-table th:nth-child(1),
.support-table td:nth-child(1) {
    width: 44%;
}

.support-table th:nth-child(2),
.support-table td:nth-child(2) {
    width: 20%;
}

.support-table th:nth-child(3),
.support-table td:nth-child(3) {
    width: 36%;
}
}


@media screen and (max-width: 1150px) {

.box {
	width: 100%;
	max-width: 1150px;
	margin:0 auto;
}

#point{
	background-position: center center;
}

#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}
	
header #h_top {
	padding: 15px 35px;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
	height:88px;
}

/* img_box
---------------------------------------------------------- */
.img_box{
	width:90%;
	margin:20px auto;
}
	
.news-list {
    list-style: none;
    padding: 0;
    margin: 2em 0; 
    border-top: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}
	
.main
header #h_top .h_top_link li {
	display: inline-block;
	font-size: 17px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 600;
    color: #1F3133;
}

.hero__inner {
    padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:150px;
	box-sizing: border-box;
}

.hero h1 {
    color: #009BDE;
    font-size: clamp(25px, 4vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}
	
/* スライド
---------------------------------------------------------- */
.slider {
    position: relative;
    margin: 3em auto;
    overflow: hidden;
    max-width: 100%;
}

/* トラック */
.slider-track {
    display: flex;
    gap: 1em; 
    overflow: hidden;
	margin:20px 0 0 20px;
}

/* カード */
.card {
    flex: 0 0 300px;
    background: #f2f2f2;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    overflow: hidden; 
}

/* 画像 */
.card img {
    width: 100%;
    display: block;
}

/* テキストラップ */
.card-text {
    padding: 1em;
}

/* タイトル */
.company {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0;
}

/* サブ */
.name {
    font-size: 1em;
    color: #555;
    margin: 0.3em 0 0;
}

/* ボタン */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    z-index: 10;
	font-size: 1.5em;
}

/* 位置 */
.prev {
    left: 10px;
}

.next {
    right: 10px;
}

}
	
	
@media screen and (max-width: 960px) {
/* css common 
---------------------------------------------------------- */
.hero {
    width: 100%;
    margin-left: 0;
}
	
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
	width:100%;
	max-width: 960px;
}
.box {
	width: 100%;
	max-width: 660px;
	margin:0 auto;
}
#point{
	background-position: center center;
	height:auto;
}
#overview{
	background-position: 300px center;
	height:auto;
	padding: 60px 0 80px 0;
	background-position: center center;
}
#voice{
	background-position: center center;
	min-height:400px;
	padding: 40px 0 80px 0;
}
#saiyo{
	background: no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 40px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 0 0 40px 0;
}

.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#009BDE!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 20px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	overflow: visible;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 1.2em;
	font-weight: 600;
}
	
header #h_top .h_top_link {
	float: right;
	margin-top:5px;
    display:flex;
    align-items:center;
}

.hero {
    min-height: 530px;
    background: url("common/images/index/bg_main.webp") center center / cover no-repeat;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

.hero__inner {
    padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:160px;
	box-sizing: border-box;
}

.hero h1 {
    color: #009BDE;
    font-size: clamp(25px, 4vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}
	
header #h_top .h_top_logo img {
    height: 45px;
    width: 60px;
    margin-right: 10px;
}	
header #h_top .h_top_link {
	float: right;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	margin-top:5px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}

#h-menu {
	display: none!important;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 150px;
}
footer a,a:hover{
	color:#009BDE;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}
.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}

#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}

/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#009BDE;
	border-bottom: solid 1.5px #009BDE;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration: underline;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 30px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0;
}
.box img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 800px;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing:0em;
    color: #000;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:420px;
	height:260px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:440px;
	height:280px;
	font-size: 23px;
	line-height: 1.6;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}


/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	min-height:240px;
	width:100%;
}
.gaiyo:after{
	content:"";
	display: block;
	clear:both;
}
.gaiyo-1{
	float:left;
	width : 100%;
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-1{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-1 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-1 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-1:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-1 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
	height:30px!important;
}
.gaiyo-2{
	float:left;
	width : 100%;
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-2{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-2 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-2 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-2:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-2 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
.gaiyo-3{
	float:left;
	width : 100%;
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-3{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-3 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-3 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-3:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-3 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
@keyframes slideIn_ji {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

/* スライド_big
---------------------------------------------------------- */
.slider-track {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
    margin: 0;
}

.card_v {
    flex: 1 1 300px; 
    max-width: calc(25% - 18px);
    min-width: 220px;
    background: #479aa5;
    color: #ffffff;
    float: none; 
}

.card_v video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    overflow: hidden;
}

.card-text {
    padding: 1em;
}

/* 3列 */
@media screen and (max-width: 1200px) {
  .card_v {
    max-width: calc(33.333% - 16px);
  }
}

/* 2列 */
@media screen and (max-width: 900px) {
  .card_v {
    max-width: calc(50% - 12px);
  }
}

/* 1列 */
@media screen and (max-width: 600px) {
  .card_v {
    max-width: 100%;
    min-width: 100%;
  }
}

	
/* overview
---------------------------------------------------------- */
#overview {
    height: 750px;
}
.overview{
	width:100%;
	margin-bottom:20px;
}
.overview_img{
	margin-right:0;
	width:100%;
}
.overview_img img{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.overview_txt{
	left:0px;
	top:0px;
}
.overview_txt .overview_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}

/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
	background-color: #F6F7FA;
	padding-top:40px;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#009BDE;
	font-size: 30px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}		


/* saiyo_toi
---------------------------------------------------------- */
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
    margin: 5px 20px auto 15px;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}
	
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	

/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 120px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 120px;
}
footer a,a:hover{
	color:#009BDE;
}

.tel_fax{
	margin:0 25px 25px 0;
	width:400px;
	margin:0 auto;
}

header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
	margin-top:5px;
}

.card img {
    width: 100%;
    display: block;
}
	
/* =====================
   カード
===================== */
.award-card {
    width: 240px;
    border-radius: 24px;
    overflow: hidden;
    background: #f3f3f3;
    transition: 0.3s;
}	
	
}/* end-960 */

@media screen and (max-width:768px) {

#about{
	background:url(common/images/index/top_about.webp) no-repeat;
	background-position: center bottom;
	min-height:500px;
	padding: 40px 0 40px 0;
	background-size: cover;
}
#wrapper {
    min-height: 100%;
	width:100%!important;
}
#voice{
	background:url(common/images/index/bg_green.png) no-repeat;
	background-position: center center;
	min-height:400px;
	padding: 0 0 80px 0;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
	
.hero h1 {
    color: #009BDE;
    font-size: clamp(25px,5vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

.hero__inner {
    padding: 40px 50px;
	background-color: #fff;
	float:right;
	width:50%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:105px;
	box-sizing: border-box;
}

header #h_top {
	padding: 10px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 10;
	height:68px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	padding:0 20px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
}

header #h_top .h_top_logo img {
    height: 55px;
    width: 70px;
    margin-right: 10px;
}	
	
header #h_top .h_top_link {
	float: right;
	display: none!important;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}	

#h-menu {
	display: block!important;
}
#over-menu {
	height: 100%;
	width: 100%;
	display: none;
	transition: none;
	position: absolute;
}


a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
	z-index: 
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 30px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}
	

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 30px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}
	
/* title
---------------------------------------------------------- */

	
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:300px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}

header #h_top .h_top_logo {
    float: left;
    font-size: 22px!important;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
			
.btn,
a.btn,
button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #70CC33;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}	
	
a.btn--red.btn--cubic {
	color:#ffffff!important;
}
	
.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}

#main_img_wrap .main_img {
	padding-top: 300px!important;
}
#main_img_wrap .txt_main {
	width:100%;
	background-color: #fff;
	opacity: 0.75;
	height:140px!important;
}
#main_img_wrap .txt_main_txt {
	width:100%;
	height:90px!important;
	font-size: 20px;
	color:#009BDE;
	padding: 0 10px;
	text-align: left!important;
    line-height: 1.6;
}
	
/* box
---------------------------------------------------------- */
#about{
	height:auto;
	clear: both;
	width:100%;
	padding: 20px 0 0 0;
}
#point{
	clear: both;
	width:100%;
	padding: 20px 0 0 0;
}
#overview{
	background-position: center center;
	height:auto;
	margin: 40px 0 40px 0;
	padding:0;
}	

h3{
	font-size: 18px;
	font-weight: 500;
}

	
/* table
---------------------------------------------------------- */
.tb_style {
	margin-bottom:30px;
	border-right: solid 0px #fff;
}	

.tb_style td {
	border-bottom: solid 1px #ccc;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
}
.tb_style th {
	border-bottom: solid 2px #009BDE;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
	text-align: left;
}
	
/* overview
---------------------------------------------------------- */
.overview{
	width:100%;
	margin-bottom:20px;
}
.overview_img{
	margin-right:0;
	width:100%;
	flex: 1;
    min-width: 0;
}
.overview_img img{
	width:100%;
	margin-top:20px;
}
.overview_txt{
	padding:0 20px;
	width:100%;
	left:0px;
	top:0px; 
	flex: 1;
    min-width: 0;
}
.overview_txt .overview_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}
	

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: center;
}
.company_box{
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.company_txt{
	margin:0;
	font-size: 16px;
	padding-bottom:20px;
	clear: both;
}
.company_txt h3{
	font-size: 24px;
}
.company_txt p{
	padding-top:0;
}
.company_map{
	width:100%;
	margin-bottom:20px;
	clear: both;
}
.company_img-1{
	width:100%;
}	
.company_img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_img img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
	
/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
	opacity: 0.7;
	padding-top:0px;
	padding-bottom:20px;
	margin-bottom:10px;
}	
	
/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi .tit_h2 h2{
	text-align: left;
    font-size: 24px!important;
}

#saiyo_toi {
    padding-top:20px;
	padding-bottom:40px;
}
	
.saiyo_toi{
	width:100%;
	margin-top: 20px;
	overflow: hidden;
	padding:0;
}

.tel_fax{
    width:100%;
    text-align:center;
}

.tel_fax img,
.tel_fax p{
    float:none;
    display:block;
    margin:0 auto;
}
	
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}
		
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 10px;
	font-size: 16px!important;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	width:200px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	
		
.gaiyo{
	width:100%;
}
.gaiyo img{
	object-fit: cover;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

.voice img{
	width:100%;
}
.voice h1{
	margin:0 0 0 0;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 0 0 0;
	padding-bottom:10px;
	padding-top:0;
	font-size:16px;
}

	
/* スライド
---------------------------------------------------------- */
.card {
    flex: 0 0 80%;
}

.slider-btn {
    display: none;
}
}
	
	
/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 80px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 80px;
}
footer a,a:hover{
	color:#009BDE;
}	


}/* end-768 */
	
@media screen and (max-width:560px) {

#point{
	background-position: center center;
	height:1600px;
}
#overview{
	background-position: 300px center;
	height:auto;
	padding: 60px 0 80px 0;
}

header #h_top {
    padding: 15px 5px!important;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 2;
    height: 80px;
}
	
#wrapper {
    min-height: 100%;
    width: 100% !important;
}
	
.overview {
    gap: 0;
}	
	
.img_box{
	width:100%;
	margin:20px auto;
}
	
.section-title {
    width: 100%;
    margin: 0 auto;
}
.img_box{
    width: 100%;
    margin: 0 auto;
}
.subtitle_s{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
	
.hero h1 {
    color: #009BDE;
    font-size: clamp(25px,5vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

.hero__inner {
    padding: 25px 0;
	background-color: #fff;
	width:100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top:405px;
	text-align: center;
	box-sizing: border-box;
}

h2.tit_h2 {
	font-size: 24px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

/* news
---------------------------------------------------------- */
.news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6em;
    padding: 1.2em 0;
}

.news-date {
    width: auto;
}
	
.news-item {
    grid-template-columns: 6em 1fr;
}

.news-badge {
    grid-column: 1 / 3; 
    margin-left: 0;
}

}/* end-560 */

@media screen and (max-width:420px) {
	

#point{
	background-position: center center;
	height:1580px;
}
	
#main_img_wrap .txt_main_txt {
    font-size: 16px;
}

.swiper-wrapper {
    width: 100%;
    height: auto!important;
}
	
.hero__inner {
    padding: 20px 0;
	background-color: #fff;
	width:100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top:350px;
	text-align: center;
	box-sizing: border-box;
}

h2.tit_h2 {
	font-size: 22px;
	line-height:1.4;
	margin-bottom: 10px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

header #h_top {
	padding: 15px 5px !important;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 2;
	height: 65px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 1em !important;
}
header #h_top .h_top_logo img {
	height: 40px;
	width: 50px;
	margin-right: 5px;
}
header .h_wrap {
	padding: 0;
}
	
}

/* =========================
   SP menu icon fix
========================= */
@media screen and (max-width:768px) {
#h_top {
    z-index: 10000 !important;
}

#h-menu {
    display: block !important;
    position: relative;
    z-index: 10001 !important;
}

.menu-ico {
    position: absolute !important;
    right: 1% !important;
    top: 8px !important;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    cursor: pointer !important;
    z-index: 10002 !important;
}

.menu-ico::before,
.menu-ico::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    width: 34px !important;
    height: 3px !important;
    background: #009BDE !important;
    transform-origin: center !important;
    transition: transform .3s ease, top .3s ease, opacity .3s ease !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.menu-ico span {
    position: absolute !important;
    left: 0 !important;
    width: 34px !important;
    height: 3px !important;
    background: #009BDE !important;
    display: block !important;
    opacity: 1 !important;
    transition: transform .3s ease, top .3s ease, opacity .3s ease !important;
    transform-origin: center !important;
}

.menu-ico span:nth-of-type(1) {
    top: 6px !important;
}

.menu-ico span:nth-of-type(2) {
    top: 15px !important;
}

.menu-ico span:nth-of-type(3) {
    top: 24px !important;
}

.menu-ico.active span:nth-of-type(1),
.menu-ico.active span:nth-of-type(2),
.menu-ico.active span:nth-of-type(3) {
    opacity: 0 !important;
}

.menu-ico.active::before {
    top: 15px !important;
    transform: rotate(45deg) !important;
    opacity: 1 !important;
}

.menu-ico.active::after {
    top: 15px !important;
    transform: rotate(-45deg) !important;
    opacity: 1 !important;
}
	

/* =========================
   Full screen menu
========================= */

#over-menu{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:#ffffff;
    z-index:9999;
    display:none;
    justify-content:center;
    align-items:center;
}

#over-menu ul{
    list-style:none;
    padding:0;
    margin:90px 0 0 0;
    text-align:center;
}

#over-menu li{
    margin:35px 0;
}

#over-menu a{
    font-size:32px;
    color:#000;
    text-decoration:none;
}
	
#over-menu img{
    width:130px;
}
	
}
@charset "UTF-8";

.overview_img,
.overview_txt {
    transform: none !important;
}

/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

.box {
	width: 100%;
}
.box-overview {
	width: 100%;
	max-width: 100%;
	margin:0 auto;
}

#news-list{
	background-position: center bottom;
	min-height:auto;
	padding: 40px 0 40px 0;
    background-size: cover;
}
#about{
	background-position: center bottom;
	min-height:300px;
	padding: 40px 0 40px 0;
	background-color: #F6F7FA;
	background-size: cover;
}
#point{
	background-position: center center;
	min-height:560px;
	padding: 30px 0 40px 0;
}
#overview{
	background-position: 400px center;
	height:auto;
	padding: 30px 0 80px 0;
	background-color: #F6F7FA;
	background-position: center center;
}
#voice{
	background-position: center center;
	min-height:auto;
	padding: 40px 0 80px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 40px 0 40px 0;
	background-color: #F6F7FA;
}

.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #0599d9;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#009BDE!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #1F3133;
}

.btn_bar{
    text-align:center;
	margin: 30px 0 0 0;
}

.btn_bar a{
    color:#1F3133;
    font-size:1.4em;
    font-weight:500;
}

.btn_bar a:hover{
    color:#009BDE;
    text-decoration:underline;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}
.bg-set{
	padding: 15px;
}

h3{
	font-size: 24px;
	font-weight: 500;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 15px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
	height:88px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	padding:0 20px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
    color: #1F3133;
    display: flex;
    align-items: center;
}
header #h_top .h_top_logo span{
	font-size: 1em;
}
header #h_top .h_top_logo a{
	color:#000!important;
}
header #h_top .h_top_logo a:hover{
	color: #009BDE!important;
}
header #h_top .h_top_logo img {
	height:55px; width:70px; margin-right:10px;
}
header #h_top .h_top_link {
	float: right;
	margin-top:10px;
    display:flex;
    align-items:center;
}

header #h_top .h_top_link img{
	height:35px;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 600;
    color: #1F3133;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}

#h-menu {
	display: none;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

header #h_top .h_top_logo .logo_text {
	position: relative;
	top:-8px;
	font-size: 0.8em;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 150px;
}
footer a,a:hover{
	color:#009BDE;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}

.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}

#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}


/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#009BDE;
	border-bottom: solid 1.5px #009BDE;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration: underline;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 30px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.img_light img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 800px;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing:0em;
    color: #000;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}

.hero__inner {
  padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:180px;
	box-sizing: border-box;
}

.hero h1 {
  color: #009BDE;
  font-size: clamp(25px, 4vw, 75px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 23px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}

/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	width:100%;
}
.gaiyo img{
	width:100%;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 20px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

/* 初期状態（隠す） */
.gaiyo-1,
.gaiyo-2,
.gaiyo-3{
    opacity: 0;
    transform: translateY(40px);
}

/* 発火後 */
.active-1,
.active-2,
.active-3{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease;
}

.inview{
    opacity: 0;
    transform: translateY(30px);
}

.inview.show{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease;
}

/* voice
---------------------------------------------------------- */
.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}


/* スライド
---------------------------------------------------------- */

.slider {
    position: relative;
    margin: 3em auto;
    overflow: hidden;
    max-width: 100%;
}

/* トラック */
.slider-track {
    display: flex;
    gap: 1em; 
	margin:20px 0 0 20px;
	width:90%;
}

/* カード */
.card {
    flex: 0 0 300px;
    background: #f2f2f2;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    overflow: hidden; 
}

/* 画像 */
.card img {
    width: 100%;
    display: block;
}

/* カードセット */
.card img {
    width: 100%;
    float:left;
}

/* テキストラップ */
.card-text {
    padding: 1em;
}

/* タイトル */
.company {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0;
}

/* サブ */
.name {
    font-size: 1em;
    color: #555;
    margin: 0.3em 0 0;
}

/* ボタン */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    z-index: 10;
	font-size: 1.5em;
}

/* 位置 */
.prev {
    left: 10px;
}

.next {
    right: 10px;
}


/* overview
---------------------------------------------------------- */
.active_ai-1{
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

/* =========================
   overview flow
========================= */
.overview_txt{
	z-index: 2;
	display:flex;
	flex-direction:column;
	justify-content:center; 
	flex: 1;
    min-width: 0;
}

.inview.show .overview_txt {
    opacity: 1;
    transform: translateX(0);
}

/* 各ステップ */
.overview-item{
	margin-bottom:10px;
}

/* NOとタイトル横並び */
.overview-title{
	display:flex;
	align-items:baseline;
	gap:12px;
	border-bottom:2px solid #9bd0d7;
	padding-bottom:0;
	margin-bottom:10px;
}

/* NO */
.overview-no{
	color:#1c8ec6;
	font-size:20px;
}

.overview-no .num{
	font-size:36px;
	font-weight:700;
}

/* タイトル */
.overview-head{
	color:#1F3133;
	font-size:18px;
	font-weight:600;
}

/* 説明文 */
.overview-text{
	font-size:14px;
	line-height:1.8;
	color:#555;
}

.overview .btn_bar{
	text-align: left;
}
.active_ai-2{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn2 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.overview_back{
	left:0;
}
.overview_back img{
	overflow: hidden;
}
.active_ai-3{
	animation: slideIn2 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn3 {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.overview_txt .overview_name{
	text-align: right;
	margin:0;
}
.daihyo{
	text-align: right;
	font-size: 120%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#009BDE;
	font-size: 30px;
}
.company_txt h3 span{
	font-size: 20px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}
.company_show_img img{
	width:400px;
}
.company_show_img h1{
	font-weight: 600;
	font-size:16px;
}

/* saiyo_toi
---------------------------------------------------------- */
.saiyo_toi {
	margin: 0 auto;
	text-align: center;
}

/* ===== メインレイアウト ===== */
.tel_fax {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
}

/* アイコン */
.tel_icon img {
	width: 60px;
	height: auto;
	display: block;
}

/* テキスト共通 */
.tel_text p,
.tel_info p {
	margin: 0;
	line-height: 1.4;
}

/* 見出し */
.tel_text .ttl {
	font-size: 28px;
	font-weight: 700;
	color: #009BDE;
}

/* 説明文 */
.tel_text .tanto {
	font-size: 16px;
	font-weight: 400;
}

/* TEL */
.tel_info {
	margin-left: 20px; 
}

.tel_info p {
	font-size: 28px;
	font-weight: 900;
}

/* 補足 */
.tel_info .tanto {
	font-size: 16px;
	font-weight: 400;
}

/* ===== SP対応 ===== */
@media screen and (max-width: 768px) {

.tel_fax {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.tel_info {
    margin-left: 0;
}

.tel_icon img {
    margin-bottom: 10px;
}

.tel_text .ttl {
    font-size: 24px;
}

.tel_info p {
    font-size: 24px;
}
	
}

/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}

/* news
---------------------------------------------------------- */
html {
    font-size: 16px; /* 基準 */
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 2em 0; 
    border-top: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
}

/* 行 */
.news-item {
    display: flex;
    align-items: center;
    gap: 2em; 
    padding: 1em 1em; 
    border-bottom: 1px solid #ccc;
}

/* 日付 */
.news-date {
    width: 5em;
    font-size: 1em;
    color: #666;
	margin-right: 20px;
}

/* バッジ */
.news-badge {
    width: 7em;
	display: inline-block;
    text-align: center;
    padding: 0.4em 1em;
    border-radius: 999px;
    font-size: 0.9em;
    color: #fff;
    font-weight: 600;
}

/* 色 */
.news-badge.important {
    background-color: #1354C5;
}

.news-badge.topic {
    background-color: #009BDE;
}

/* タイトル */
.news-title {
    flex: 1;
    font-size: 1em; 
    color: #333;
    line-height: 1.8;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.news-title:hover {
    opacity: 0.7;
}

.news-meta {
    width:240px;
}

/* =========================
   overview（横から）
========================= */
.overview {
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    position: relative;
    flex: 1;
    min-width: 0;
}


/* テキスト */
.overview_txt {
	flex:1;
	min-width: 0;
}

.overview-item {
    min-width: 0;
}

.overview-title {
    min-width: 0;
}

.overview-head {
    overflow-wrap: break-word;
}

/* ----------------------------
  初期状態（隠す）
---------------------------- */
.overview_txt {
    opacity: 0;
	flex: 1;
    min-width: 0;
}

/* ----------------------------
  発火（JSのinview.show）
---------------------------- */
.inview.show .overview_txt {
    opacity: 1;
    transform: translateX(0);
    transition: 1s ease;
}

a:focus, button:focus { outline: none; }
img {
    border: none;
}
a img {
    border: none;
}


@media screen and (max-width: 1150px) {
	
#point{
	background-position: center center;
}

#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}
	

header #h_top {
	padding: 15px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
	height:88px;
}
	
.news-list {
    list-style: none;
    padding: 0;
    margin: 2em 0; 
    border-top: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
}
	
.main
header #h_top .h_top_link li {
	display: inline-block;
	font-size: 17px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 600;
    color: #1F3133;
}

.hero__inner {
    padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:150px;
	box-sizing: border-box;
}

.hero h1 {
    color: #009BDE;
    font-size: clamp(25px, 4vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}
	
}
	
	
@media screen and (max-width: 960px) {
/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

.box {
	width: 100%;
	max-width: none;
	margin:0 auto;
}
#point{
	background-position: center center;
	height:auto;
}
#overview{
	background-position: 300px center;
	height:auto;
	padding: 60px 0 80px 0;
	background-position: center center;
}
#voice{
	background-position: center center;
	min-height:400px;
	padding: 40px 0 80px 0;
}
#saiyo{
	background: no-repeat;
	background-position: center center;
	min-height:600px;
	padding: 0 0 40px 0;
}
#saiyo_toi{
	background: no-repeat;
	background-position: center center;
	padding: 0 0 40px 0;
}

.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.txt_link a {
	text-decoration: underline;
}

.topicpath {
	background: rgba(5,153,217,0.1);
	padding: 10px 0;
	margin-bottom: 80px;
}
.topicpath li {
	display: inline-block;
	font-size: 14px;
}
.topicpath li:nth-child(2) {
	padding: 0 10px;
	font-size: 70%;
}
.topicpath li a {
	text-decoration: underline;
}
.topicpath li a:hover {
	text-decoration: none;
}
a.txt_link {
	color: #023067;
}
a.txt_link:hover {
	text-decoration: none;
}

a:hover{
	color:#009BDE!important;
	text-decoration: none!important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}

.tb_style{
	max-width:100%;
	margin: 0 auto 40px auto;
}

img.hanson_img{
	max-width:75%;
}

.subtitle{
	text-align: left;
	width:100%;
	font-size: 16px;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
header #h_top {
	padding: 20px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 2;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding:0 10px;
	overflow: visible;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 1.2em;
	font-weight: 600;
}
	
header #h_top .h_top_link {
	float: right;
	margin-top:5px;
    display:flex;
    align-items:center;
}

.hero__inner {
    padding: 50px 60px;
	background-color: #fff;
	float:right;
	width:45%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:160px;
	box-sizing: border-box;
}

.hero h1 {
    color: #009BDE;
    font-size: clamp(25px, 4vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

header #h_top .h_top_logo img {
    height: 45px;
    width: 60px;
    margin-right: 10px;
}	
header #h_top .h_top_link {
	float: right;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;
	margin-top:5px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}

#h-menu {
	display: none!important;
}
#over-menu {
	background: rgba(255,255,255,1);
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none;
	transition: none;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

/* pagetop 
---------------------------------------------------------- */
#scrollUp {
	width: 50px;
	height: 50px;
	bottom: 10%;
	right: 5%;
	background:url(common/images/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
	transition: none;
	z-index: 9!important;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 150px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 150px;
}
footer a,a:hover{
	color:#009BDE;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom: 60px;
}
.container {
	margin-bottom:70px;
}
.case {
	margin-bottom:50px;
}
.mb_clear{ margin-bottom: 0!important; }
.pd_box .container:last-child,
.section .container:last-child,
.container .case:last-child {
	margin-bottom:0px;
}

main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}
.container a{
	text-decoration: underline;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}

.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}
.txt_caption {
	font-size: 80%;
	margin-top: 10px;
	text-align: left;
}

.txt_c{
	text-align:center !important;
}
.txt_c_about{
	text-align:center !important;
}

#btn{
	width:100%;
	height:50px;
	padding-bottom:20px;
}
.txt_c_btn{
	float: left;
	text-align:center !important;
    display: table-cell;
    vertical-align: middle;
	width: 100%!important;
}

/* table
---------------------------------------------------------- */
.tb_style {
	width: 100%;
}
.tb_style td {
	border-bottom: solid 1px #ccc;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.tb_style th {
	text-align: left;
	width:200px;
	color:#009BDE;
	border-bottom: solid 1.5px #009BDE;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: #fff;
}

.tb_style a{
	text-decoration: underline;
}
.case a{
	text-decoration: underline;	
}
#case_link_box .case a {
	text-decoration: none;	
}

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 30px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 60px;
	width: 100%;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 800px;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing:0em;
    color: #000;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}

h2.tit_h2 span {
	display: block;
	font-size: 60%;
	margin-bottom: 10px;
}
.tit_box {
	font-weight: 600;
	font-size: 26px;
	color: #fff;
	background: #023067;
	padding: 15px 20px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.tit_bold {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.tit_step {
	font-weight: 600;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 20px;
}
.tit_step span {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
}
.tit_line {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 25px;
	padding: 15px;
	background: #eee;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
}
#main_img_wrap .txt_main {
	width:420px;
	height:260px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:440px;
	height:280px;
	font-size: 23px;
	line-height: 1.6;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}

/* gaiyo
---------------------------------------------------------- */
.gaiyo{
	min-height:240px;
	width:100%;
}	
.gaiyo:after{
	content:"";
	display: block;
	clear:both;
}
.gaiyo-1{
	float:left;
	width : 100%;
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-1{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-1 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-1 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-1:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
}
.gaiyo-1 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
	height:30px!important;
}
.gaiyo-2{
	float:left;
	width : 100%; 
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-2{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-2 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-2 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-2:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
}
.gaiyo-2 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
.gaiyo-3{
	float:left;
	width : 100%;
	height:400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.active-3{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}
@keyframes gaiyo-3 {
	opacity: 0;
	transform: translateY(30px);
       }
.gaiyo-3 img{
	position: absolute;
	top:0px;
	height:400px;
	z-index: 1;
	transition-duration: 0.5s;
}
.gaiyo-3:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.gaiyo-3 h1{
	position: absolute;
	background-color: #fff;
	color:#009BDE;
	font-weight: 600;
	bottom:0px;
	left:0px;
	z-index: 2;
	margin:0;
	width:60%;
	padding:3px 0 0 10px!important;
	font-size: 16px;
}
@keyframes slideIn_ji {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


.voice img{
	width:100%;
}
.voice h1{
	margin:0 25px 10px 15px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 25px 0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

/* スライド
---------------------------------------------------------- */
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 100%!important;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 370px;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
.swiper-slide:nth-child(4n+1) {
	background-color: #fff;
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
.swiper-slide:nth-child(4n+2) {
	background-color: #fff;
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
.swiper-slide:nth-child(4n+3) {
	background-color: #fff;
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
.swiper-slide:nth-child(4n+4) {
	background-color: #fff;
}
	
/* overview
---------------------------------------------------------- */
#overview {
    height: 650px;
}
.overview{
	width:100%;
	margin-bottom:20px;
}
.overview_txt{
	left:0px;
	top:0px;
}
.overview_txt .overview_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}

/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
}

/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi{
	width:100%;
	background-color: #F6F7FA;
	padding-top:40px;
}

/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: left;
}
.company_box{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.company_txt{
	float: left;
	overflow: auto;
}
.company_txt h3{
	color:#009BDE;
	font-size: 30px;
}
.company_img{
	float: right;
	width:500px;
	padding-bottom : 20px;
}
.company_img img{
	width:500px;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_map{
	float: left;
	width:100%;
	margin-right:2%;
	overflow: auto;
}		

/* saiyo_toi
---------------------------------------------------------- */
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
    margin: 5px 20px auto 15px;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}

.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	
	
/* link
---------------------------------------------------------- */
.link_ul {
	margin-left: 1.5em;
}
.link_ul li {
	list-style: circle;
}
.link_ul li a {
	text-decoration: underline;
}
.link_ul li a:hover {
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.gmap iframe {
	width: 100%;
	height: 450px;
}

/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 120px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 120px;
}
footer a,a:hover{
	color:#009BDE;
}

.tel_fax{
	margin:0 25px 25px 0;
	width:auto;
	margin:0 auto;
}
.tel_fax img{
	width:60px;
}

header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 14px;
	margin-top:5px;
}

.card img {
    width: 100%;
    display: block;
}
.news-meta {
    width:240px;
}	
	
}/* end-960 */

@media screen and (max-width:768px) {

#about{
	background-position: center bottom;
	min-height:300px;
	padding: 40px 0 40px 0;
	background-size: cover;
}
#wrapper {
    min-height: 100%;
	width:100%!important;
}
#voice{
	background-position: center center;
	heignt:auto;
	padding: 40px 0 80px 0;
}

/* header 
---------------------------------------------------------- */
header{
	position: relative;
}
	
.hero h1 {
    color: #009BDE;
    font-size: clamp(25px,5vw, 75px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

.hero__inner {
    padding: 40px 50px;
	background-color: #fff;
	float:right;
	width:60%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:105px;
	box-sizing: border-box;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 2em 0;
    border-top: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
}	
	
header #h_top {
	padding: 10px 0;
	width:100%;
	background-color:rgba(255,255,255,1);
	position: absolute;
	z-index: 10;
	height:68px;
}
.main_img_wrap{
	position: absolute;
	z-index: 1;
}
header .h_wrap {
	padding:0 20px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 26px;
	font-weight: 600;
}
header #h_top .h_top_logo img {
    height: 55px;
    width: 70px;
    margin-right: 10px;
}	
	
header #h_top .h_top_link {
	float: right;
	display: none!important;
}
header #h_top .h_top_link li {
	display: inline-block;
	padding-left: 15px;
	font-size: 18px;
}
header #h_top .h_top_link li a {
	color: #000;
}
header #h_top .h_top_link li a:hover {
	text-decoration: underline;
}
header #h_bottom {
	padding: 40px 0;
}
header #h_bottom .h_wrap {
	display: table;
}
header #h_bottom  h1.tit_h1 {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-weight: 400;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav {
	display: table-cell;
	vertical-align: middle;
}
header #h_bottom nav ul {
	display: flex;
	justify-content: flex-end;
}
header #h_bottom nav ul li {
	padding-left: 15px;
}
header #h_bottom nav ul li:first-child {
	padding-left: 0;
}

header #h_bottom nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
header #h_bottom nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0599D9;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
header #h_bottom nav ul li a:hover::after {
	transform: scale(1, 1);
}	

#h-menu {
	display: block!important;
}
#over-menu {
	height: 100%;
	width: 100%;
	display: none;
	transition: none;
	position: absolute;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main_img_wrap .main_img {
	padding-top: 410px;
	z-index: 
}
#main_img_wrap .txt_main {
	width:470px;
	height:280px;
	background-color: #fff;
	animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

#main_img_wrap .txt_main_txt {
	width:470px;
	height:280px;
	font-size: 30px;
	line-height: 1.8;
	padding:0 50px;
	display: grid;
	place-items: center;
	color: #009BDE;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 300;
}
#main_img_wrap .img_main {
	width: 46%;
}
	

/* title
---------------------------------------------------------- */
h2.tit_h2 {
	font-size: 1.6em;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 100%;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}
	
/* title
---------------------------------------------------------- */
a.btn--green.btn--border-groove {
  font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:300px;
	background-color: #4682b4;
	color:#ffffff;
	display: block;
}

header #h_top .h_top_logo {
    float: left;
    font-size: 22px!important;
}

a.btn--red.btn--cubic {
	color:#ffffff!important;
}

a.btn--radius {
    border-radius: 100vh;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
		
	
.btn,
a.btn,
button.btn {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
}
a.btn--green.btn--border-groove {
    font-size: 2.5rem;
	margin-right: auto;
	margin-left: auto;
	width:400px;
	background-color: #70CC33;
	color:#ffffff;
	display: block;
}
a.btn--green.btn--border-groove:hover {
	color:#70CC33!important;
}	
	
a.btn--red.btn--cubic {
	color:#ffffff!important;
}
		
.btn_sty {
	background:#009BDE;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	max-width: 330px;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px!important;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-weight:900;
}
.btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}

#main_img_wrap .main_img {
	padding-top: 300px!important;
}
#main_img_wrap .txt_main {
	width:100%;
	background-color: #fff;
	opacity: 0.75;
	height:140px!important;
}
#main_img_wrap .txt_main_txt {
	width:100%;
	height:90px!important;
	font-size: 20px;
	color:#009BDE;
	padding: 0 10px;
	text-align: left!important;
    line-height: 1.6;
}
	
/* box
---------------------------------------------------------- */
#about{
	height:auto;
	clear: both;
	width:100%;
	padding: 20px 0 20px 0;
	background-color: #F6F7FA;
}
#point{
	clear: both;
	width:100%;
	padding: 20px 0 0 0;
}
#overview{
	background-position: center center;
	height:auto;
	margin: 40px 0 40px 0;
	padding-top:40px;
	height:750px;
}	

h3{
	font-size: 18px;
	font-weight: 500;
}

	
/* table
---------------------------------------------------------- */
.tb_style {
	margin-bottom:30px;
	border-right: solid 0px #fff;
}	

.tb_style td {
	border-bottom: solid 1px #ccc;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
}
.tb_style th {
	border-bottom: solid 2px #009BDE;
	border-left: solid 0px #ccc;
	padding: 5px 5px;
	box-sizing: border-box;
	background-color: #fff;
	width:100%;
	float:left;
	text-align: left;
}
	
/* overview
---------------------------------------------------------- */
.overview{
	width:100%;
	margin-bottom:20px;
}

.overview_txt{
	padding:0 20px;
	width:100%;
	left:0px;
	top:0px; 
	flex: 1;
    min-width: 0;
}
.overview_txt .overview_name{
	text-align: right;
	padding:0 20px;
}
.daihyo{
	text-align: right;
	font-size: 150%;
	padding:0 20px;
}
	
/* company
---------------------------------------------------------- */
#company .tit_h2 h2{
	text-align: center;
}
.company_box{
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.company_txt{
	margin:0;
	font-size: 16px;
	padding-bottom:20px;
	clear: both;
}
.company_txt h3{
	font-size: 24px;
}
.company_txt p{
	padding-top:0;
}
.company_map{
	width:100%;
	margin-bottom:20px;
	clear: both;
}
.company_img-1{
	width:100%;
}	
.company_img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
.company_img img{
	width:100%;
	box-shadow: -20px 40px 0px 0 rgb(55 149 47 / 10%);
}
	
/* saiyo
---------------------------------------------------------- */
#saiyo{
	width:100%;
	opacity: 0.7;
	padding-top:0px;
	padding-bottom:20px;
	margin-bottom:10px;
}	
	
/* saiyo_toi
---------------------------------------------------------- */
#saiyo_toi .tit_h2 h2{
	text-align: left;
    font-size: 24px!important;
}

#saiyo_toi {
    padding-top:20px;
	padding-bottom:40px;
}
	
.saiyo_toi{
	width:100%;
	margin-top: 20px;
	overflow: hidden;
	padding:0;
}
.tel_fax img{
	width:50px;
	margin:15px 10px auto 0;
	border-right: solid 0 #fff!important;
}
	
.tel_fax{
    width:100%;
    text-align:center;
}

.tel_fax img,
.tel_fax p{
    float:none;
    display:block;
    margin:0 auto;
}
	
.saiyo_toi #btn{
	float: left;
	width:100%;
	padding-bottom: 0;
}
.saiyo_toi #btn img{
	float: left;
	width:50px;
	margin:0;
}
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 0.5px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:180px;
}
		
.saiyo_toi .btn_sty {
	float: left;
	background:#fff;
	border: solid 1px #009BDE;
	color: #009BDE;
	text-align: center;
	display: block;
	padding: 10px 10px;
	font-size: 16px!important;
	box-sizing: border-box;
	width:100%;
}
.saiyo_toi .txt_c_btn {
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
	width:200px!important;
	margin-left:10px;
}
.saiyo_toi .btn_sty:hover {
	background: #058350;
	color: #ffffff!important;
}
.saiyo_toi .btn_sty_b {
	background: #0599d9;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 70%;
	padding: 10px 10px;
	font-size: 18px;
	box-sizing: border-box;
	font-weight:900;
}
.saiyo_toi .btn_sty_b:hover {
	background: #023067;
	color: #FFFFFF!important;
}
.saiyo_toi .txt_link a {
	text-decoration: underline;
}	
	
.gaiyo{
	width:100%;
}
.gaiyo img{
	object-fit: cover;
}
.gaiyo h1{
	margin:0 20px 10px 20px;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.gaiyo p{
	margin:0 15px;
	padding-bottom:10px;
	font-size:16px;
	min-height:80px;
}

.voice img{
	width:100%;
}
.voice h1{
	margin:0 0 0 0;
	padding-top:10px;
	font-size:20px;
	font-weight:800;
}
.voice p{
	margin:0 0 0 0;
	padding-bottom:10px;
	padding-top:0;
	font-size:16px;
}

/* スライド
---------------------------------------------------------- */
  .card {
    flex: 0 0 80%;
  }

  .slider-btn {
    display: none;
  }
}
	
/* footer 
---------------------------------------------------------- */
footer {
	text-align: center;
	height: 80px;
	background-color: rgba(55,149,47,10%);
	margin-bottom:0;
	float:left;
	width:100%;
	color:#009BDE;
	line-height: 80px;
}
footer a,a:hover{
	color:#009BDE;
}	
	
/* card
---------------------------------------------------------- */
.award-card {
	width:320px;
}

.news-meta {
	width:240px;
}


}/* end-768 */
	
@media screen and (max-width:560px) {
.hero__inner_sub {
	padding: 50px 0 50px 60px;
	float:left;
	width:100%!important;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-top:110px;
	box-sizing: border-box;
}
#point{
	background-position: center center;
	height:1600px;
}
#overview{
	background-position: 300px center;
	height:auto;
	padding: 60px 0 80px 0;
	min-height:400px;
}
#voice{
	width:100%;
	padding-top:30px;
}
.overview {
    gap: 0;
}

header #h_top {
	padding: 15px 5px!important;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 2;
	height: 80px;
}
	
.hero h1 {
	font-size: clamp(25px,5vw, 75px);
	line-height: 1.2;
	font-weight: 900;
	letter-spacing:-0.02em;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
}

.hero__inner {
	padding: 25px 0;
	background-color: #fff;
	width:100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top:405px;
	text-align: center;
	box-sizing: border-box;
}

h2.tit_h2 {
	font-size: 24px;
	line-height:1.6;
	margin-bottom: 30px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	width: 120px;
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

/* news
---------------------------------------------------------- */
.news-item {
	flex-direction: column;
    align-items: flex-start;
    gap: 0.6em;
    padding: 1.2em 0;
}

.news-date {
    width: auto;
}

}/* end-560 */

@media screen and (max-width:420px) {
	
#voice{
	width:100%;
	padding-top:30px;
}
#point{
	background-position: center center;
	height:1580px;
}
	
#main_img_wrap .txt_main_txt {
	font-size: 16px;
}

.swiper-wrapper {
	width: 100%;
	height: auto!important;
}
	
.hero__inner {
	padding: 20px 0;
	background-color: #fff;
	width:100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-top:550px;
	text-align: center;
	box-sizing: border-box;
}

h2.tit_h2 {
	font-size: 22px;
	line-height:1.4;
	margin-bottom: 10px;
	text-align: center;
	color: #1F3133;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif,"Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "MS Mincho", "HiraMinPro-W3",  serif;
	font-style: normal;
	font-weight: 600;
	padding:0 20px;
}
.box img{
	margin:0 auto;
	display: block;
}
.box .subtitle_s{
	width: 100%;
	margin:0 auto;
}
.tit_h2_s{
	font-weight: 600;
	font-size: 28px;
	display: inline!important;
}
.page_index h2.tit_h2 {
	text-align: center;
}

header #h_top {
	padding: 15px 5px !important;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 2;
	height: 65px;
}
header #h_top .h_top_logo {
	float: left;
	font-size: 18px !important;
}
header #h_top .h_top_logo img {
	height: 40px;
	width: 50px;
	margin-right: 5px;
}
header .h_wrap {
	padding: 0;
}
	
}

/* =========================
   SP menu icon fix
========================= */
@media screen and (max-width:768px) {
#h_top {
    z-index: 10000 !important;
}

#h-menu {
    display: block !important;
    position: relative;
    z-index: 10001 !important;
}

.menu-ico {
    position: absolute !important;
    right: 1% !important;
    top: 8px !important;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
    cursor: pointer !important;
    z-index: 10002 !important;
}

.menu-ico::before,
.menu-ico::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    width: 34px !important;
    height: 3px !important;
    background: #009BDE !important;
    transform-origin: center !important;
    transition: transform .3s ease, top .3s ease, opacity .3s ease !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.menu-ico span {
    position: absolute !important;
    left: 0 !important;
    width: 34px !important;
    height: 3px !important;
    background: #009BDE !important;
    display: block !important;
    opacity: 1 !important;
    transition: transform .3s ease, top .3s ease, opacity .3s ease !important;
    transform-origin: center !important;
}

.menu-ico span:nth-of-type(1) {
    top: 6px !important;
}

.menu-ico span:nth-of-type(2) {
    top: 15px !important;
}

.menu-ico span:nth-of-type(3) {
    top: 24px !important;
}

.menu-ico.active span:nth-of-type(1),
.menu-ico.active span:nth-of-type(2),
.menu-ico.active span:nth-of-type(3) {
    opacity: 0 !important;
}

.menu-ico.active::before {
    top: 15px !important;
    transform: rotate(45deg) !important;
    opacity: 1 !important;
}

.menu-ico.active::after {
    top: 15px !important;
    transform: rotate(-45deg) !important;
    opacity: 1 !important;
}
	

/* =========================
   Full screen menu
========================= */
#over-menu{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:#ffffff;
	z-index:9999;
	display:none;
	justify-content:center;
	align-items:center;
}

#over-menu ul{
	list-style:none;
	padding:0;
	margin:90px 0 0 0;
	text-align:center;
}

#over-menu li{
	margin:35px 0;
}

#over-menu a{
	font-size:32px;
	color:#000;
	text-decoration:none;
}
	
#over-menu img{
	width:130px;
}

}

.hero {
	background: none !important;
	background-image: url("common/images/index/bg_main.webp") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	overflow: visible;
}

/* ===============================
  inview 基本（全体下からスライド）
=============================== */
.inview {
	opacity: 0;
	transform: translateY(30px);
}

.inview.show {
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s ease;
}

/* ===============================
  overview（左右スライド）
=============================== */
#overview .overview_txt {
	opacity: 0;
	transform: translateX(80px);
}

/* 発火（親にshowが付いたとき） */
#overview.inview.show .overview_txt {
	opacity: 1;
	transform: translateX(0);
	transition: 1s ease;
}

/* ===============================
  point（左右スライド２）
=============================== */

/* 初期状態 */
#point .about-point-img {
	opacity: 0;
	transform: translateX(-80px);
}

#point .about-point-text {
	opacity: 0;
	transform: translateX(80px);
}

/* ボタン */
#point .btn_bar {
	opacity: 0;
	transform: translateY(40px);
}

/* 発火 */
#point .inview.show .about-point-img,
#point .inview.show .about-point-text,
#point .btn_bar.inview.show {
	opacity: 1;
	transform: translate(0);
	transition: 0.8s ease;
}

/* ===============================
  overview 修正
=============================== */
#overview .overview_txt {
	opacity: 0 !important;
	transform: translateX(80px) !important;
}

/* 発火 */
#overview.inview.show .overview_txt {
	opacity: 1 !important;
	transform: translateX(0) !important;
	transition: 1s ease;
}

.hero {
	background-size: 100% auto;
}

.slider-track {
	overflow-x: scroll !important;
}

/* ===============================
  youken
=============================== */
/* PCレイアウト */
.yoken-inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	max-width: 90%;
	margin: 0 auto;
}

.yoken-text {
	flex: 1;
}

.yoken-img {
	flex: 1;
}

.yoken-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* スマホ */
@media (max-width: 768px) {

.yoken-inner {
	display: block;
	max-width: 768px;
}

.yoken-text {
    padding: 0 10px;
    margin-bottom: 20px;
}

.yoken-img {
    padding: 0 10px;
}
.news-meta {
	width:100px;
}

}


@media screen and (max-width: 560px) {

.news-item {
    grid-template-columns: 1fr; 
    gap: 0.5em;
}

.news-date {
    order: 1;
}

.news-badge {
    order: 2;
    width: fit-content; 
}

.news-text,
.news-title {
    order: 3;
}

}