@charset "UTF-8";
/* CSS Document */
/*!
font-face
------------------------------
*/

@font-face {
    font-family: "NotoSansJP";
    font-weight: 300;
    src: url("../font/NotoSansJP-Light.woff") format("woff"), url("../font/NotoSansJP-Light.eot") format("eot");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    font-weight: 400;
    src: url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansjp-Regular.eot") format("eot");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    font-weight: 500;
    src: url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansjp-Medium.eot") format("eot");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    font-weight: 600;
    src: url("../font/NotoSansJP-SemiBold.woff") format("woff"), url("../font/NotoSansJP-SemiBold.eot") format("eot");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    font-weight: 700;
    src: url("../font/NotoSansJP-bold.woff") format("woff"), url("../font/NotoSansJP-bold.eot") format("eot");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansJP";
    font-weight: 700;
    src: url("../font/NotoSansJP-black.woff") format("woff"), url("../font/NotoSansJP-black.eot") format("eot");
    font-display: swap;
}

/*
all
------------------------------
*/
body {
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: 16px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
    color: #1a1a1a;
    font-weight: 400;
    font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    /*    font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif', "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "NotoSansJP";*/
    overflow-x: hidden;
}



a {
    text-decoration: none;
    color: inherit;
    transition-duration: 0.5s;
    font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}


img {
  width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
picture {
    width: 100%;
    height: auto;
}

p {
	font-size: 20px;
	line-height: 1.8;
}

	.pc_none_990 {
		display:none;
	}

.txt_link {
	color: #00284C;
	text-decoration: underline;
}

.txt_link:hover {
	text-decoration: none;
}


@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

.js-anim {
	opacity: 0;
}



.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 文字が滑らかに表示される */

.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.0s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.smooth.is-animated {
  clip-path: inset(0);
}
	


.en_font {
	font-family: "Inter", sans-serif;
}
/*
background
------------------------------
*/


.bg_wht {
    background-color: #fff !important;
    width: 100%;
}

.bg_gry {
    background-color: #EFF1F4!important;
}
.bg_blk {
    background-color: #000!important;
}

.bg_absolute {
    
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 5%, #DBEEFF 50%);
}

.bg_red_dark {
    background-color: #A10C27;
}

.bg_main {
  width: auto;
  background: linear-gradient(135deg, #00284C 0%, #003A6C 50%, #1B6FBB 100%);
}

.page_title_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bg_left {
  background: linear-gradient(to left, transparent 75%, #F6F4F2 75%);
}

.bg_right {
  background: linear-gradient(to right, transparent 75%, #F6F4F2 75%);
}

.bg_left_wh {
  background: linear-gradient(to left, transparent 75%, #fff 75%);
}

.bg_right_wh {
  background: linear-gradient(to right, transparent 75%, #fff 75%);
}





.bg_cta {
  width: auto;
  background-image: url("../img/bg_cta.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
	
}



/*
font-color
------------------------------
*/

.c_red {
	color: #A51F24!important;
}
.c_light_gry {
    color: #595757 !important;
}
.c_wht {
    color: #fff !important;
}
.c_light_bwn {
    color: #796c45 !important;
}
.c_bwn {
    color: #382114 !important;
}
.c_blk {
    color: #1A1A1A !important;
}
.c_gold {
    color: #CCB261 !important;
}

.f_mincho {
font-family: "baskerville-poster-pt", serif;
font-weight: 400;
font-style: normal;
}

/*!
------------------------------
*/


header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

.header_container {
	width: 100%;
	margin: 0 auto;
	padding: 0 64px;
}

.header_logo {
	width: 190px;
	transition: 0.3s;
}

.header_logo:hover{
	transform: translate(0px, -5px);
}

.head_logo img{
	width: 100%;
	height: auto;
}

.head_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.head_btn a {
	font-size: 16px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 190px;
    padding: 12px;
    color: #fff; /* 文字は白 */
    font-weight: 600;
    border-radius: 30px;
    overflow: hidden;
    background: #00AEFF;
    z-index: 0; /* 基準の層 */
	transition: 0.3s;
}

.head_btn a:hover {
       color: #00AEFF;; /* 念のため白を維持 */
/*    transform: translateY(-2px);*/
    box-shadow: 0 4px 12px rgba(0, 72, 137, 0.4);
	background: #fff;
}



#js-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden; /* はみ出し防止 */
  transition: transform 0.3s ease;
}

/* ▼ 背景レイヤー（グラデーション） */
#js-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #00284C 0%, #003A6C 50%, #1B6FBB 100%);
  opacity: 0;
  transition: opacity 0.3s ease; /* ← ふわっとフェード */
}

/* 背景 ON（100px以上） */
#js-header.header--bg::before {
  opacity: 1;  /* ← ゆっくりフェードイン */
}

/* 背景 OFF（透明にフェードアウト） */
#js-header:not(.header--bg)::before {
  opacity: 0;
}

/* 引っ込む動き */
#js-header.header--hidden {
  transform: translateY(-100%);
}


#menu {
  display: none;
}

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: translateX(0px);
  transition: transform 500ms ease;
  z-index: 0;
}
main header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-color: whitesmoke;
}
main header h1 {
  color: #ccc;
  z-index: 3;
}
main section {
  position: relative;
  display: block;
  margin: 0;
  padding: 50px 0;
  background-color: white;
  z-index: 100;
}
main section p {
  margin-bottom: 30px;
}
main .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  background-color: #444;
}



nav{
	text-align: center;
	display: flex;
    justify-content: space-between;
    align-items: center;
	    height: 95px;
}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
	    align-items: center;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	transition:all .3s;
	padding: 0 16px;
	color:#1A1A1A;
	font-weight: 600;
	font-size: 14px;
}

.head_menu li:last-of-type{
	padding: 0 0 0 16px;
}


.main_container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 110px 32px 0;
	max-width: 1164px;
	height: 100vh;
        margin: 0 auto;
}

.main_v_back {
		width: 100%;
    height: 100vh;
    background: transparent;
    position: relative;
    margin: 0px 0 0 0;
	background-image: url("../img/main_v_back.webp");
    background-size: 90%;
	background-position: center;
  background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 0px 0px #0047BB inset;
    -moz-box-shadow: 0px 0px 0px 0px #0047BB inset;
    box-shadow: 0px 0px 0px 0px #0047BB inset;
}

.main_v {
display: none;
}

.main_catch {
  width: 550px; 
  flex: 0 0 550px;
	padding-left:32px;
	
}

.main_v_btn {
	margin-left: auto;
	margin-top: 24px;
	width: 90%;
	padding-bottom: 40px;
	transition: 0.3s;
}

.main_v_btn:hover {
	transform: translate(0px, -5px);
}


.motif_left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.motif_left img{
	width: 13vw;
}

.motif_right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contents_motif img{
	width: 20vw!important;
}


.contents_motif02 img{
	width: 20vw!important;
}

.container {
	width: 100%;
	max-width: 1064px;
	margin: 0 auto;
	padding: 112px 32px;
}

.problem_title {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

table {
  margin: 20px auto 0;
}
/* テーブル全体 */
.probrem_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 20px;
}

/* th / td 共通（セル自体） */
.probrem_table th,
.probrem_table td {
  vertical-align: middle;
  text-align: left;
  padding: 0; /* 中身の .cell-inner に余白を持たせる */
}

/* セルの中身をflexで横並び＆縦中央揃え */
.probrem_table .cell-inner {
  display: flex;
  align-items: center;   /* ← これでアイコンとテキストの高さがピッタリ揃う */
  gap: 9px;
  background: #fff;
  border-radius: 60px;
  padding: 15px 15px;
  font-size: 19px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 丸いチェックアイコン（CSSだけで描画） */
.icon-check {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #00284C 0%, #003A6C 50%, #1B6FBB 100%);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

/* 下側の短い線 */
.icon-check::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 8px;
  background: #fff;
  left: 10px;
    top: 13px;
  transform: rotate(-45deg);
  border-radius: 2px;
}

/* 上側に伸びる長い線 */
.icon-check::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #fff;
  left: 16px;
    top: 8px;
  transform: rotate(45deg);
  border-radius: 2px;
}





@media screen and (max-width: 760px) {
  .last td:last-child {
    width: 100%;
  }
  .probrem_table {
    width: 100%;
  }
  .probrem_table th,
  .probrem_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	.probrem_table .cell-inner {
    margin-top: 24px;
}
	.probrem_table {
    border-spacing: 0px;
}
}
.contents_title {
	font-size: 48px;
	color: #00284C;
	line-height: 1.3;
	padding: 32px 0 24px;
}

.contents_title span{
	font-weight: bold;
}

.balloon-heading {
  position: relative;
  display: inline-block;    /* 横幅はテキストに合わせる */
  padding: 10px 28px;
  background: #DFF73F;
  font-size: 18px;
  border-radius: 60px;
  text-align: center;
	font-weight: bold;
}

/* 下向き・やや左寄せ・鋭い三角形 */
.balloon-heading::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 14%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 32px 3px 0 17px;
    border-color: #DFF73F transparent transparent transparent;
}


.contents_title_sub {
	font-size: 24px;
	color: #00284C;
	text-align: center;
	line-height: 1.5;
}

.contents_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}

.flex50 {
	width: 50%;
}

.flex49 {
	width: 45%;
		background: #000;
}

.flex49 video{
	display: block;
}

.contents_flex_parts {
	display: flex;
	align-items: center;
	padding-bottom: 24px;
}

.contents_icon {
	position: relative;
  display: inline-block;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, #00284C 0%, #003A6C 50%, #1B6FBB 100%);
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    20px 100%,
    0 calc(100% - 20px)
  );
}
.contents_icon span {
	display: block;
	font-size: 28px;
	padding-top: 8px;
    line-height: 1.0;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.contents_flex_title {
	font-size: 36px;
	padding-left: 24px;
	color: #00284C;
	line-height: 1.3;
}

.contents_no {
	display: inline;
	font-size: 50px;
	font-weight: 500;
	padding-bottom: 8px;
	border-bottom: 5px solid #DFF73F;
	color: #DFF73F;
	padding-top: 8px;
    line-height: 1.0;
    font-family: "Roboto", sans-serif;
}

.contents_title02 {
	font-size: 40px;
	font-weight: bold;
	padding: 32px 0 16px;
	text-align: center;
	color: #00284C;
}

.contents_title02_sub {
	font-size: 24px;
	padding-bottom: 24px;
	text-align: center;
}

.cost_wrap {
	margin-top: 20px;
	background: #fff;
	border-radius: 8px;
}

.lease_flex {
	display: flex;
}

.lease_flex_parts {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* 各行の最後のカラムは右線なし */
.lease_flex_parts:last-child {
  border-right: none;
}

/* 最後の行は下線なし */
.lease_flex:last-child {
  border-bottom: none;
}

.lease_icon {
	width: 30%;
}

.lease_details {
	width: 65%;
}

.lease_title {
	color: #00284C;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 1.3;
}



.cost_wrap {
  background: #fff;
  border-radius: 8px;
  overflow: hidden; /* 角丸から線がはみ出ないようにする場合 */
}

/* 上段（文章＋画像）のボックス */
.shien_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #ddd; /* ← 上段と下段の間の区切り線 */
}

/* 文章と画像の比率はそのままでOK */
.cost_txt {
  width: 68%;
}

.cost_img {
  width: 28%;
}

/* 下段 2カラム横並び */
.cost_flex {
  display: flex;
}

/* 各カラム */
.cost_flex_parts {
  width: 50%;
  padding: 30px;
}

/* 下段2カラムの「間」だけに縦線を入れる */
.cost_flex_parts:first-child {
  border-right: 1px solid #ddd; /* ← 内側だけの縦線 */
}


.cta_btn a {
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 420px;
    padding: 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    background: #00AEFF;
	z-index: 0;
	transition: 0.3s;}

.cta_btn a:hover {
    color: #00AEFF;; /* 念のため白を維持 */
/*    transform: translateY(-2px);*/
    box-shadow: 0 4px 12px rgba(0, 72, 137, 0.4);
	background: #fff;
}

.cta_btn button {
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 32px auto 0;
    width: 420px;
    padding: 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    background: #00AEFF;
    transition: 0.3s;
	z-index: 0;
border: 0;
}


.cta_btn button:hover {
    color: #00AEFF;; /* 念のため白を維持 */
/*    transform: translateY(-2px);*/
    box-shadow: 0 4px 12px rgba(0, 72, 137, 0.4);
	background: #fff;
}



.jirei_flex {
	display: flex;
	justify-content: space-between;
}


.jirei_flex_parts {
	width: 31%;
}

.support_icon {
	display: block;
	width: 175px;
	font-size: 18px;
	margin: 24px auto 0;
	text-align: center;
	color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
	background: #00284C;
	padding: 4px;
	border-radius: 30px;
}

.support01_img{
	width: auto;
	height: 475px;
	padding: 24px;
}

.support01_img img{
	margin: 0 auto;
  height: 100%;      /* 親の高さにフィット */
  width: auto;       /* アスペクト比を維持 */
  display: block;
}

.w50_100 {
	width: 49%;
}

.w25_100 {
	width: 25%;
}
.w75_100 {
	width: 70%;
}

.border0 {
	border-right: 0px!important;
}


.cost_flex_parts_w100 {
	width: 100%;
  padding: 30px 30px 0px 30px;
}


.faq_box {
  padding: 30px;
border-bottom: 1px solid #ddd;
}

.faq_box:last-child {
border-bottom: 0px solid #ddd;
}

.faq_title {
    color: #00284C;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 1.4;
     text-indent: -1.5em;
    padding-left: 1.5em;
}

.faq_answer {
    line-height: 1.4;
     text-indent: -1.5em;
    padding-left: 1.6em;
}



.inq_section{
	padding: 0px 0px 80px ;
}

.inq_title{
	font-size: 40px ;
	font-weight: 700 ;
	text-align: center ;
}
.inq_mustexp{
	font-size: 16px ;
	text-align: center ;
	margin-top : 30px ;
}

span.must{
	color : #0097FF ;
}

.inq_input_flex{
	width: 100% ;
	margin : 0px auto 0px ;
}


.inq_halfbox{
	width: 47% ;
	margin-top : 24px ;
}
.inq_fullbox{
	width: 100% ;
	margin-top : 36px ;
}

.inq_item_title{
	font-size: 18px ;
	color: #fff;
}
.inq_item_title_mm{
	font-size: 15px ;
}

.input_text{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	padding: 0px 10px ;
	width: 100% ;
	height: 52px ;
}

.input_select{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	padding: 0px 10px ;
	width: 100% ;
	height: 52px ;
}


.inq_item_title_demo{
	font-size: 24px ;
	font-weight: 700 ;
	color: #fff;
	margin-bottom : 10px ;
}

.inq_item_demo_l{
	padding-left: 1rem;
}
.inq_item_demo{
	padding : 0px 10px 0px 36px ;
	font-size: 18px ;
	font-weight: 700 ;
	color: #0097FF ;
}
.inq_item_demo_l input,
.inq_item_mag input,
.inq_item_demo input{
	transform: scale3d(2,2,2) translate(-50%,0%);
}



.inq_mailmagbox{
	width: 100% ;
	padding: 30px ;
	border : 1px solid #FFFFFF ;
	background-color: #D5D5D5 ;
	margin-top : 10px ;
}

.inq_item_mag{
	padding : 0px 30px 0px 10px ;
	font-size: 18px ;
	font-weight: 700 ;
}

.inq_item_magagree_wrap{
	margin-top : 20px ;
}
.inq_item_magagree{
	font-size: 15px ;
	margin-top : 20px ;
	color: #fff;
}

.contact01_q{
	position: relative;
	display: block ;
	box-sizing: border-box ;
	width: 100% ;
	height: 290px ;
	padding: 10px ;
	border : 1px solid #A2A2A2 ;
	background-color: #FFFFFF ;
	margin-top : 10px ;
}
textarea::placeholder{
	color : #A2A2A2 ;
}

.inq_privacty{
	font-size: 14px ;
	margin-top : 10px ;
	color: #fff;
}
.inq_privacty a,
.inq_privacty a:link,
.inq_privacty a:visited{
	color : #0000ee ;
	text-decoration: underline ;
}
.inq_privacty a:hover{
	opacity: 0.5;
}

.mailform_submit{
	display: block ;
	position: relative ;
	box-sizing: border-box ;
	width: 100% ;
	max-width: 400px ;
	height: 70px ;
	text-align: center ;
	color : #FFFFFF ;
	background-color: #0097FF ;
	border : 1px solid #000000 ;
	margin : 50px auto 0px ;
	font-size: 27px ;
	font-weight: 700 ;
	cursor: pointer ;
}

.mailform_submit img{
	position: absolute;
	top : 50% ;
	left: 60px ;
	width: 60px ;
	transform: translate(0%,-50%);
}


#contact01_name1_notice,
#contact01_name2_notice,
#contact01_company_notice,
#contact01_section_notice,
#contact01_mail_notice,
#contact01_state_notice,
#contact01_tel_notice,
#contact01_genre_notice,
#contact01_mag_notice,
#contact01_magagree_notice,
#contact01_q_notice{
	color : #E05A24 ;
	font-weight: 700 ;
	display: none ;
}


.fv_btnbox_sp{
	display: none ;
}








.send_section{
	width: 100% ;
	min-height: 100vh ;
	background-color: #E1E1E1 ;
	padding : 140px 24px 0px ;
}


.send_logo{
	width: 100% ;
	max-width: 200px ;
	margin : 0px auto ;
}



.send_title{
	font-size: 24px ;
	text-align: center ;
	margin-top : 80px ;
}

.send_holiday_superbox{
	width: 100% ;
	max-width: 790px ;
	padding : 10px 10px 10px 240px ;
	border: 1px solid #000000 ;
	margin : 40px auto 0px ;
	background-color: #FFFFFF ;
}

.send_holiday_l{
	position: absolute;
	top : 0px ;
	left: 0px ;
	width: 230px ;
	height: 100% ;
	color : #FFFFFF ;
	text-align: center ;
	font-size: 24px ;
	background-color: #000000;
}
.send_holiday_l div{
	position: absolute;
	top : 50% ;
	left: 0% ;
	width: 100%;
	transform: translate(0%,-50%);
}

.send_holiday_r{
	text-align: center ;
	font-size: 20px ;
}


.send_story{
	font-size: 16px ;
	margin-top : 40px ;
	line-height: 2.0;
	text-align: center ;
}

.send_story a{
	text-decoration: underline ;
}
.flex{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap : wrap;
}


.menu_foot_2 a {
  color: #fff;
  line-height: 3.5;
  font-size: 12px;
	margin-right: 14px;
white-space: nowrap;
	transition: 0.3s;
	display: inline-block;
}

.menu_foot_2 a:hover {
	transform: translate(0px, -5px);
}


.menu_foot {
  display: block;
  float: left;
}
.menu_foot ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu_foot li {
  float: left;
  /*width:16.66%;*/
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_foot li a {
  padding: 15px 0 0 0px;
  margin: 0 15px 0 0;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
}
.menu_foot li a:hover {}
.menu_foot li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu_foot li a:hover::after {
  width: 100%;
}


.footer_logo {
	width: 270px;
	margin: 0 auto;
	transition: 0.3s;
}

.footer_logo:hover {
	transform: translate(0px, -5px);
}


/*
-------------------------------------------------------------------------------

under 1230px

-------------------------------------------------------------------------------
*/
@media screen and (min-width: 1230px) {
	
	.main_container {
    padding: 96px 32px 0;
    max-width: none;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
	.main_catch {
flex: 0 0 52%;
        width: 90%;
        padding-left: 32px;
        margin-right: 5rem;
        position: relative;
        top: -4%;
        left: 5%;
}
	
		.main_catch img{
		width: 90%;
    max-width: 700px;
    height: auto;
}
	.motif_left img {
    width: 10vw;
}
}

/*
-------------------------------------------------------------------------------

under 1230px

-------------------------------------------------------------------------------
*/ 
@media screen and (max-width: 1230px) {

.main_catch {
    padding-left: 0px;
	    width: 55%;
    flex: 0 0 55%;
}}
/*
-------------------------------------------------------------------------------

under 990px

-------------------------------------------------------------------------------
*/ 
@media screen and (max-width: 990px) {
	p {
	font-size: 16px;
	line-height: 1.6;
}
			
	header {
    padding: 12px 24px;
/*		position: static;*/
}
	
	
.l-header.invert {
/*  background-color: #F0F0F0 ;*/
}
	
.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #00284C 0%, #003A6C 50%, #1B6FBB 100%);
  visibility: hidden; /* 初期状態は非表示 */
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(0);
  transition: visibility 0s, opacity 0.5s ease-in-out, transform 0.1s ease;
  z-index: 0;
  padding: 12px 24px;
  overflow-y: scroll;
}

/* ハンバーガーメニューがチェックされたとき */
#menu:checked ~ .nav {
  visibility: visible; /* 表示状態 */
  opacity: 1; /* 完全に表示 */
  z-index: 10;
}

	
	nav ul{
		display: block;
		margin-top: 56px;
	}
nav li.has-child ul,
nav li.has-child ul ul {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    display: none; /* JSのslidetoggleで表示させるため非表示に */
    /* visibility: visible; // これを削除して、displayだけで管理する */
    opacity: 1;
    transition: none; /* JSで制御するためCSSのアニメーションを切る */
}

	
	nav li.has-child ul {
		margin-top: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0);
	border-bottom:1px solid #ccc;
		border-radius: 0;
}
	
nav ul li a{
/*	border-bottom:1px solid #ccc;*/
	padding: 20px 0px;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	right:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}
/* ハンバーガーメニュー */
.menu {
  position: fixed;
  top: 16px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  transition: transform 250ms ease;
  cursor: pointer;
  z-index: 200;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}

	nav ul li li a {
    padding: 12px 25px;
}
	
.menu span {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #444;
  float: left;
  transform-origin: center center;
  transition: transform 250ms ease;
}

.menu span:nth-of-type(1) {
  transform: translateY(-5px);
}

.menu span:nth-of-type(3) {
  transform: translateY(5px);
}

/* ハンバーガーメニューがチェックされたとき */
#menu:checked ~ .menu {
  background-color: #fff;
  transform: rotate(360deg);
  transition: transform 250ms ease;
}

#menu:checked ~ .menu span {
  background-color: #1a1a1a;
  transition: transform 250ms ease;
}

#menu:checked ~ .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}

#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}

#menu:checked ~ .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}

/* メインコンテンツのトランジション */
#menu:checked ~ main {
  transform: translateX(0); /* 画面のシフトを解除 */
  transition: transform 2000ms ease;
}

	
	.head_menu {
    display: block;
    justify-content: space-between;
    align-items: center;
}
	    .pc_none_990 {
        display: block;
    }
	
.header_container {
    width: 100%;
    max-width: 1264px;
    margin: 0 auto;
    padding: 0;
}
	
	
.header_container {
    height: 48px;
}
	
	.head_btn a {
    margin: 32px auto;
    max-width: 100%;
    padding: 18px 25px;
    width: 100%;
}
	
	
	.head_menu li:last-of-type {
    padding: 0px;
}
	
.main_catch {
    padding-left: 0px;
	    width: 55%;
    flex: 0 0 55%;
}
	
	.container {
    padding: 112px 24px;
}
	
	.probrem_table .cell-inner {
    font-size: 20px;
		line-height: 1.3;
}
	.flex49 {
    width: 100%;
}
nav {
    text-align: center;
    display: block;
    height: 95px;
}
	.header_logo {
    width: 136px;
		margin-top: 8px;
}
	
	
	
	
	
	
	
	
	
}

/*
-------------------------------------------------------------------------------

under 768px

-------------------------------------------------------------------------------
*/
@media screen and (max-width:768px){
.cta_btn a {
    font-size: 20px;
    width: 100%;
    padding: 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
}

	.contents_flex {
    display: block;
    padding-top: 80px;
}
	
	.flex50 {
    width: 100%;
}
	.lease_flex {
    display: block;
}
	.lease_flex_parts {
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
		.cost_txt {
    width: 100%;
}
	.cost_img {
    width: 60%;
    margin: 24px auto 0;
}
	.jirei_flex {
    display: block;
}
	
	.jirei_flex_parts {
    width: 100%;
    margin-bottom: 32px;
}
	
	.support01_img {
    width: 100%;
    height: auto;
    padding: 24px;
}
	.support01_img img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
}
	
	.w100_sp {
		width: 100%;
	}
	
	.border_b_none_sp {
		border-bottom: none!important;
	}
	
		.main_container {
    display: block;
	height: auto;
			padding: 96px 32px;
	}
	
	
	    .main_catch {
        padding-left: 0px;
        width: 80%;
        margin: 0 auto;
        flex: 0 0 66%;
    }
	

.main_v_back {
	background-image:none;
	height: auto;
}
		

		.main_v {
display: block;
        width: 70%;
        margin: 0 auto;
}
	.main_v_btn {
    width: 90%;
    margin: 16px auto 0;
		padding-bottom: 0px;
}
	
	
	
	
	.inq_section{
}
.inq_section label{
	display: inline-block ;
	margin-bottom : 10px ;
}

.inq_title{
	font-size: 30px ;
}
.inq_mustexp{
	margin-top : 20px ;
}

span.must{
}

.inq_input_flex{
}


.inq_halfbox{
	width: 100% ;
}
.inq_fullbox{
	width: 100% ;
	margin-top : 36px ;
}

.inq_item_title{
	font-size: 18px ;
}


.input_text{
}

.input_select{
}


.inq_item_title_demo{
	font-size: 20px ;
}

.inq_item_demo{
}
.inq_item_mag input,
.inq_item_demo input{
}



.inq_mailmagbox{
}

.inq_item_mag{
}

.inq_item_magagree_wrap{
}
.inq_item_magagree{
}

.contact01_q{
}
textarea::placeholder{
}

.inq_privacty{
}

.mailform_submit{
	font-size: 20px ;
}

.mailform_submit img{
	position: absolute;
	top : 50% ;
	left: 40px ;
	width: 60px ;
	transform: translate(0%,-50%);
}


#contact01_name1_notice,
#contact01_name2_notice,
#contact01_company_notice,
#contact01_section_notice,
#contact01_mail_notice,
#contact01_state_notice,
#contact01_tel_notice,
#contact01_genre_notice,
#contact01_mag_notice,
#contact01_magagree_notice,
#contact01_q_notice{
	color : #E05A24 ;
	font-weight: 700 ;
	display: none ;
}





.send_section{
	padding : 40px 24px 0px ;
}


.send_logo{
	max-width: 160px ;
}



.send_title{
	font-size: 16px ;
	margin-top: 20px ;
}

.send_holiday_superbox{
	padding : 10px ;
}

.send_holiday_l{
	position: relative;
	top : auto ;
	left: auto ;
	width: 100% ;
	height: 40px ;
	line-height: 40px ;
	font-size: 20px ;
}
.send_holiday_l div{
	position: relative;
	top : auto ;
	left: auto ;
	width: 100%;
	transform: translate(0%,0%);
}

.send_holiday_r{
	padding: 10px ;
	font-size: 20px ;
}


.send_story{
	font-size: 14px ;
	margin-top : 20px ;
	line-height: 1.8;
}

.send_story a{
}
	
	
	.ad_side {
		padding: 0 30px !important;
	}
	
	.box_half_w {
  width: 100%;	
}
.box_half_s {
  width: 100%;	
}
	.cta_btn button {
    font-size: 20px;
    width: 100%;
    padding: 32px;
}
	
	.motif_left {
	display: none;
}
.motif_right {
	display: none;
}
	
}

/*
-------------------------------------------------------------------------------

under 450px

-------------------------------------------------------------------------------
*/


@media screen and (max-width: 450px) {
	
.contents_icon {
    padding: 14px;
    white-space: nowrap;
		font-size: 12px;
}
	.contents_icon span {
    padding-top: 4px;
    line-height: 1.0;
		font-size: 20px;
}
	
	.contents_flex_title {
    font-size: 22px;
    padding-left: 14px;
    line-height: 1.3;
        font-weight: bold;
}
	.font32 {
    font-size: 22px !important;
}
	
	.flex49 {
    width: 100%;
}
		.contents_title {
    font-size: 34px;
    color: #00284C;
    line-height: 1.3;
    padding: 32px 0 24px;
}
	.contents_title_sub {
    font-size: 18px;
}
	.contents_no {
    display: inline;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 4px solid #DFF73F;
    padding-top: 8px;
}
	.contents_title02 {
    font-size: 28px;
    padding: 32px 0 16px;
}
	
	.contents_title02_sub {
    font-size: 18px;
    padding-bottom: 24px;
}
	
	.lease_flex_parts {
    display: block;
    padding: 30px;
}
	
	.lease_icon {
    width: 60%;
    margin: 0 auto 24px;
}
	.lease_details {
    width: 100%;
}
	.shien_box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

	.cost_flex {
    display: block;
}
.cost_flex_parts {
    width: 100%;
    padding: 30px;
    border-right: 0px;
    /* border-right: 1px solid #ddd; */
}
	.cost_flex_parts:first-child {
    border-bottom: 1px solid #ddd;
}
	
	
	  .d_block_sp450 {
    display: block!important;
  }
	
	.w25_100 {
    width: 64%;
    margin: 0 auto;
}
	
	.w75_100 {
    width: 100%;
}
	
	
	.problem_title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
	    .probrem_table .cell-inner {
        font-size: 17px;
        line-height: 1.3;
    }
	
	.lease_title {
    font-size: 22px;
    line-height: 1.3;
}
  .menu_foot_2 a {
        margin: 0 auto;
    margin: 0px 12px;
    }
        .menu_foot_w_normal {
        white-space: normal !important;
        line-height: 2 !important;
        padding-top: 10px;
                text-align: center;
    }
        .menu_sub {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0px 14px 50px;
    }
	
	.footer_logo {
    width: 228px;
    margin: 0 auto;
}
	
		    .main_catch {
        padding-left: 0px;
        width: 100%;
        margin: 0 auto;
        flex: 0 0 66%;
    }


		.main_v {
display: block;
        width: 90%;
        margin: 0 auto;
}
	.main_v_btn {
    width: 100%;
    margin: 16px auto 0;
		padding-bottom: 0px;
}
	
	.balloon-heading {
    font-size: 16px;
}
	
	
	
	
	
	
	
	
	
	
}
