@charset "UTF-8";
/*
Theme Name: LOG CHILD
Theme URI: https://www.log-cp.com/log-theme
Description: Kenji Custom theme for LOG
Version: 1.0.0
Author: LOG inc
Author URI: https://www.log-cp.com/

Template: swell

*/
/*ーーーー リセットCSS ーーーーーー*/
html, body, div, span, object, iframe,p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2 ,h3 ,h4 ,h5 ,h6 {
	margin: 0;
}
h2 {
	font-size: 2.4rem;
}
h3 {
	font-size: 2rem;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	background-color: #fff;
}
body {
	font-family: "Roboto", YakuHanJP_Narrow, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	color: #140E00;
	line-height: 1.5;
	letter-spacing: 0.15rem;
	background-color: #fff;
	font-feature-settings: "palt" 1;
	position: relative;
}
main, article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section {
	display: block;
}
img, figure {
	border-style: none;
	line-height: 0;
}
nav ul, nav li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,a:visited {
	text-decoration: none;
}
a:active,a:hover {
	outline: 0;
	text-decoration: none;
	opacity: 0.7;
	transition: .3s;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: 600;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
  width: 100%;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,::before,::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
/*ーーーー リセットCSS ーーーーーー*/
@media screen and (min-width: 0) and (max-width: 768px) {
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	a:active,a:hover {
		opacity: 1!important;
		transition: 0s!important;
	}
}

/* ============= page common =============== */
:root {
  --en-font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--bk: #140E00;
	--sub-color: #098DD9;
	--main-color: #134795;
	--back: #F3F6F9;
	--backgray: #F3F6F9;
	--gradation: linear-gradient(270deg,rgba(15, 44, 88, 1) 0%, rgba(21, 85, 143, 1) 100%);
}
#page-container {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.inner_width {
	width: 100%;
	padding: 0 48px;
	margin: 0 auto;
	max-width: 1240px;
}
.section_height {
	padding-top: 100px;
	padding-bottom: 100px;
}
.seo_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.back-color-gradation {
	background: linear-gradient(270deg,rgba(15, 44, 88, 1) 0%, rgba(21, 85, 143, 1) 100%);
}
.page_navi {
	padding-top: 10px;
	padding-left: 30px;
	position: relative;
	font-weight: bold;
}
.page_navi::before {
	position: absolute;
	content: "■";
	font-size: 1rem;
	color: #094AA9;
    top: 61%;
    left: 14px;
	transform: translate(0,-50%);
}
.pc {
    display: block!important;
}
.sp {
    display: none!important;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
p + p {
	margin-top: 30px;
}
h2.wp-block-heading {
	background: var(--main-color);
	color: #fff;
	padding: 10px;
	position: relative;
}
h2.wp-block-heading::after {
	position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}
h2.wp-block-heading::before {
	position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}
h3.wp-block-heading {
	padding-left: 12px;
    position: relative;
    border-left: 5px solid;
}
#lp-content h2.wp-block-heading {
	background: inherit;
	color: inherit;
	padding: inherit;
	position: inherit;
	font-size: 3.4rem;
}
#lp-content h2.wp-block-heading::after {
	position: inherit;
    content: "";
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
}
#lp-content h2.wp-block-heading::before {
	position: inherit;
    content: "";
    bottom: inherit;
    left: inherit;
    width: inherit%;
    height: inherit;
    background: inherit;
}
#lp-content h3.wp-block-heading {
	padding-left: inherit;
    position: inherit;
    border-left: inherit;
}
@media screen and (min-width: 0) and (max-width: 1240px) {
}
@media screen and (min-width: 0) and (max-width: 768px) {
	#lp-content h2.wp-block-heading {
		font-size: 2.4rem;
	}
    body {
        font-size: 1.6em;
        font-size: 1.6rem;
    }
	img {
	  width: 100%;
	}
	.common_btn {
		margin: 0 auto;
		margin-top: 30px;
		display: block;
		width: 72%;
		max-width: 420px;
	}
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
	.inner_width {
		padding-left: 5%;
		padding-right: 5%;
	}
	.section_height {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.left_text p {
		text-align: left!important;
	}
}
.l-header__logo {
	color: var(--main-color);
}
.c-headLogo {
	font-size: 2.4rem;
	line-height: 1;
	display: flex;
	align-items: center;
	color: var(--main-color);
}
@media screen and (min-width: 0) and (max-width: 786px) {
	.c-headLogo {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 0) and (max-width: 375px) {
	.pc-mb {
		display: none!important;
	}
}
.common_btn {
    margin-top: 30px;
    position: relative;
    padding: 7px 60px 7px 45px!important;
    text-align: center;
    border-radius: 50px;
    background: #0a3c94;
    box-shadow: 2px 2px 1px 0px rgba(14, 42, 1, 0.16);
    color: #fff!important;
    font-weight: bold;
    display: inline-block;
}
.common_btn::before {
    position: absolute;
    content: "";
    background: url(images/white_arrow.svg)no-repeat center center/15px 7px;
    width: 15px;
    height: 7px;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
}
.home_common_ttl h2 {
	font-size: 5.4rem;
	color: var(--main-color);
	line-height: 1;
}
.home_common_ttl p {
	margin-top: 2px;
	font-weight: 500;
}
.home_more_btn_wrap {
	margin-top: 45px;
	text-align: center;
}
.home_more_btn_wrap a {
    color: #fff;
    display: inline-block;
    background: var(--sub-color);
    padding: 9px 100px 10px 100px;
    position: relative;
    border-radius: 50px;
}
.arrow_gr {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline;
	text-align: 1.4;
}
.arrow_wh {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--sub-color);
	text-align: center;
	line-height: 1.4;
}
.page_ttl_wrap {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 100px;
}
.page_ttl_wrap h1 {
    color: var(--main-color);
    font-size: 5.2rem;
	letter-spacing: 0.6rem;
    margin-right: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.common_btn {
	}
	.common_btn::before {
	}
	.home_common_ttl {
		display: flex;
		align-items: center;
		padding-bottom: 5px;
		position: relative;
	}
	.home_common_ttl::before {
	}
	.home_common_ttl h2 {
		font-size: 4rem;
		display: inline-block;
		margin-right: 10px;
	}
	.home_common_ttl p {
		margin-top: 1px;
		display: inline-block;
	}
	.home_more_btn_wrap {
		margin-top: 45px;
		text-align: center;
	}
	.home_more_btn_wrap a {
		max-width: 320px;
		margin: 0 auto;
	}
	.arrow_gr {
		width: 25px;
		height: 25px;
	}
	.arrow_wh {
		width: 25px;
    	height: 25px;
	}
	.arrow_size {
		width: 14px;
		margin-bottom: -1px;
	}
	.page_ttl_wrap {
		text-align: center;
		margin-bottom: 60px;
		flex-direction: column;
	}
	.page_ttl_wrap h1 {
		font-size: 4.6rem;
		margin-right: 0;
	}
}
/* ============= page common =============== */
.c-gnav {
	font-weight: 700;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children::before {
    color: inherit;
    content: "\e921";
    display: inline-block;
    left: 43%;
    position: absolute;
    bottom: 6px;
    vertical-align: middle;
    font-family: icomoon !important;
    transform: rotate(90deg);
    font-weight: normal;
    font-size: 1.2rem;
}
.lp-btn-fv a {
	padding: 0.5em 4em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.menu-item-has-children::before {
		content: "";
	}
}
.home_fv {
	height: 88vh;
	max-height: 727px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 0;
}
.home_fv_con {
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 610px;
}
.home_fv_txt {
	position: relative;
	z-index: 2;
}
.home_fv_txt_main {
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.4rem;
    font-weight: 500;
}
.home_fv_txt_main span {
	color: var(--main-color);
}
.home_fv_txt_sub {
    margin-top: 30px;
    padding: 6px 10px 4px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.3;
}
.home_fv_txt_en {
    margin-top: 50px;
    width: 60%;
    min-width: 300px;
}
#home_fv_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 88vh;
	max-height: 727px;
    width: 50vw;
    overflow: hidden;
}
.home_fv_img_item {
    height: 100%;
}
.home_fv_scroll {
	position: absolute;
    bottom: 0%;
    left: 40%;
    padding-left: 5px;
    height: 100px;
    color: var(--main-color);
    letter-spacing: .2em;
    font-size: 1.5rem;
    text-align: left;
    z-index: 1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.home_fv_scroll::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--main-color);
    content: "";
}
.home_fv_scroll::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    -webkit-animation: 1.5s ease 0s infinite forwards animeScroll;
    animation: 1.5s ease 0s infinite forwards animeScroll;
}
@keyframes animeScroll {
  0% {
    top: 0
  }
  100% {
    top: 80px
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.home_fv {
		height: auto;
		padding-top: 90px;
        max-height: 100%;
	}
	.home_fv_con {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.home_fv_con::before {
		width: 100px;
		height: 331px;
		z-index: 1;
		top: auto;
		bottom: 0;
		left: 70%;
		background: url(images/logo_gy.svg) no-repeat center center / 70px auto;
		transform: translate(-50%, 0);
	}
	.home_fv_con .inner_width {
		margin: 0;
	}
	.home_fv_txt {
	}
	.home_fv_txt_main {
		font-size: 2.4rem;
		line-height: 1.45;
		font-weight: 700;
	}
	.home_fv_txt_sub {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.home_fv_txt_en {
		margin: 0 auto;
		margin-top: 30px;
	}
	#home_fv_img {
		position: relative;
		height: auto;
		width: 100%;
		border-radius: 0 0 0 0;
		margin-top: 60px;
	}
	#home_fv_img div {
		line-height: 0;
	}
	.home_fv_img_item {
		width: 100%;
	}
	.home_fv_scroll {
		display: none;
	}
	.home_fv_scroll::after {
		left: -1px;
		width: 3px;
		height: 15px;
	}
}

.dm_banner {
	padding: 60px 0 0;
}
.dm_banner_wrap {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.dm_banner_wrap a {
	display: inline-block;
	width: 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.dm_banner {
		padding: 0;
	}
	.dm_banner_wrap {
		flex-direction: column;
		gap: 10px 15px;
	}
	.dm_banner_wrap a {
		width: 100%;
	}
}

#news .section_height {
	padding-bottom: 150px;
}
.news_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.home_news_items_wrap {
	width: 70%;
	max-width: 880px;
}
.home_news_items {
	border-top: 1px solid #F0F2F1;
}
.home_news_item {
	border-bottom: 1px solid #F0F2F1;
}
.home_news_item a {
	padding: 30px 20px;
	color: var(--bk);
	display: flex;
    align-items: center;
    column-gap: 20px;
}
.home_news_item a:hover {
	background: #EAEAEA;
	transition: .3s;
}
.home_news_item_img {
	width: 180px;
}
.home_news_item_txt_wrap {
	width: calc(100% - 200px);
}
.home_news_item_sub time, .home_news_item_sub p {
	display: inline-block;
	font-size: 1.4rem;
}
.home_news_item_sub time {
	color: #9C9C9C;
	font-size: 1.4rem;
}
.home_news_item_sub p {
	color: var(--sub-color);
	margin-left: 20px;
}
.home_news_item_ttl {
	margin-top: 5px;
}
.home_news_btn_wrap {
	position: absolute;
	bottom: -60px;
	right: 10px;
	display: inline-block;
}
.home_news_btn_wrap a {
    color: var(--sub-color);
    display: flex;
    align-items: center;
}
.home_news_btn_wrap .arrow_wh {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--sub-color);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.news_wrap {
		flex-direction: column;
	}
	.home_news_items_wrap {
		width: 100%;
		margin-top: 30px;
	}
	.home_news_item a {
		padding: 10px 0 20px;
		flex-direction: column;
	}
	.home_news_item_img {
		width: 100%;
	}
	.home_news_item_txt_wrap {
		margin-top: 10px;
		width: 100%;
	}
  .home_news_item_ttl {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

#home_service {
	background: var(--gradation);
	color: #fff;
}
#home_service .home_common_ttl h2 {
	color: #fff;
}
.home_sev_subttl {
	margin-top: 20px;
}
.home_sev_con_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.home_sev_con {
    width: 48%;
    position: relative;
    padding: 80px 60px;
    color: var(--bk);
    background: #fff;
    border-radius: 5px 5px 20px 5px;
    filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.2));
}
.home_sev_con:hover {
    opacity: 0.9;
    transition: .3s;
    filter: drop-shadow(8px 10px 3px rgba(12, 28, 32, 0.1));
}
.home_sev_con_ttl_en {
	font-size: 1.2rem;
	letter-spacing: 0.25rem;
}
.home_sev_con dt {
	color: var(--main-color);
	font-size: 2.4rem;
	font-weight: bold;
}
.home_sev_con dd {
	margin-top: 30px;
	font-weight: normal;
	font-size: 1.6rem;
}
.home_sev_con:nth-child(2):hover {
	opacity: 0.8;
}
.home_sev_con .arrow_wh,.home_sev_con .arrow_gr {
    top: auto;
    bottom: 0;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	transform: translate(0, -50%);
}
.home_sev_stady {
	margin-top: 30px;
	text-align: center;
}
.home_sev_stady h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.home_sev_stady p {
	font-size: 1.4rem;
	max-width: 670px;
	margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	#home_service .home_common_ttl::before {
		background: var(--backgray);
	}
	.home_sev_subttl {
		margin-top: 20px;
	}
	.home_sev_con_wrap {
		margin-top: 30px;
		flex-direction: column;
	}
	.home_sev_con {
		width: 100%;
    	padding: 70px 35px;
	}
	.home_sev_con::before {
		background: url(images/home_sev_img01.png) no-repeat center center / 100%;
		width: 111px;
		height: 94px;
	}
	.home_sev_con:nth-child(2)::before {
		background: url(images/home_sev_img02.png) no-repeat center center / 100%;
		width: 111px;
		height: 94px;
	}
	.home_sev_con:hover {
	}
	.home_sev_con_ttl_en {
		font-size: 1.2rem;
		letter-spacing: 0.25rem;
	}
	.home_sev_con dt {
		font-size: 2rem;
	}
	.home_sev_con dd {
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.home_sev_con:nth-child(2) {
		margin-top: 20px;
	}
}
#case , #document {
	background-color: var(--back);
	color: var(--bk);
}
.home_blog_ttl_wrap {
	display: flex;
	align-items: flex-end;
	column-gap: 30px;
}
.home_blog_ttl_wrap h2 {
    font-size: 5.4rem;
    color: var(--main-color);
    line-height: 0.7;
    position: relative;
    letter-spacing: 0.3rem;
}
.home_blog_ttl_wrap p {
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.3rem;
}
.home_blog_con_wrap {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.home_blog_con_wrap a {
	color: var(--bk);
	width: calc((100% - 5%) / 3);
	margin-top: 45px;
	display: block;
}
.home_blog_con_wrap a:nth-child(2) ,
.home_blog_con_wrap a:nth-child(5) {
	margin: 45px 2.5% 0;
}
.home_blog_con_img {
	position: relative;
	line-height: 1;
}
.home_blog_con_img img {
	border-radius: 5px;
}
.home_blog_con_time {
    background: #fff;
    padding: 2px 5px 1px;
    position: absolute;
    bottom: 3px;
    left: 0px;
    font-size: 1.2rem;
    color: #9C9C9C;
    border-radius: 0 0 0 5px;
}
.home_blog_con_category {
    position: absolute;
    bottom: 7px;
    right: 5px;
    background: var(--sub-color);
    font-size: 1.2rem;
    color: #fff;
    padding: 4px 6px 3px;
	border-radius: 0 0 5px 0;
}
.home_blog_con_txt {
}
.home_blog_con_title {
	font-weight: normal;
	margin-top: 10px;
}
.home_blog_con_tag {
	display: inline-block;
	font-size: 1.2rem;
	color: var(--sub-color);
	padding: 0px 10px;
	border-radius: 50px;
	border: var(--sub-color) 1px solid;
	margin-right: 5px;
	margin-top: 10px;
}
#method , #document {
	background: #F6F6F6;
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.home_blog_ttl_wrap {
		align-items: flex-start;
		flex-direction: column;
		column-gap: 0;
	}
	.home_blog_ttl_wrap h2 {
		font-size: 4rem;
		letter-spacing: 0.5rem;
	}
	.home_blog_ttl_wrap p {
		letter-spacing: 0.1rem;
		margin-top: 10px;
		margin-left: 2px;
		padding-bottom: 6px;
	}
	.home_blog_ttl_wrap h2::before {
		background: url("images/home_blog_ttl_icon.png")no-repeat center center/18px;
		width: 18px;
		height: 18px;
		top: -25px;
		left: -15px;
	}
	.home_blog_con:nth-child(4),.home_blog_con:nth-child(5),.home_blog_con:nth-child(5) {
		display: none;
	}
	.home_blog_con_wrap {
		margin-top: 0px;
		flex-direction: column;
		justify-content: flex-start;
	}
	.home_blog_con_wrap a:nth-child(2) ,
	.home_blog_con_wrap a:nth-child(5) {
		margin: 0;
		margin-top: 30px;
	}
	.home_blog_con_wrap a {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid var(--sub-color);
	}


}


#footer_contact {
	border-top: 1px solid var(--backgray);
}
.home_contact_wrap {
    background: var(--main-color);
    color: #fff;
    padding: 100px 60px 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}
.home_contact_txt {
	margin-left: 30px;
}
.home_contact_txt h2 {
	color: #fff;
	font-size: 4.6rem;
	letter-spacing: 0.15rem;
}
.home_contact_txt p {
	margin-top: 5px;
	letter-spacing: 0.2rem;
}
.home_contact_btn {
	color: #fff;
    display: inline-block;
    background: #fff;
    padding: 9px 100px 10px 100px;
    position: relative;
    border-radius: 50px;
	filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.2));
}
.home_contact_wrap a {
    color: var(--bk);
    display: inline-block;
    background: #fff;
    padding: 15px 80px 14px 50px;;
    position: relative;
    border-radius: 50px;
}
.home_contact_wrap .arrow_wh {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--main-color);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline;
}
@media screen and (min-width: 0) and (max-width: 1030px) {
	.home_contact_wrap {
		padding: 50px 5% 50px 5%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		border-left: 0;
		border-bottom: 70px solid var(--main-color);
	}
	.home_contact_txt {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.home_contact_txt h2 {
		font-size: 4rem;
	}
	.home_contact_txt p {
		margin-top: 7px;
	}
	.home_contact_btn {
		color: #fff;
		display: inline-block;
		background: #fff;
		padding: 9px 100px 10px 100px;
		position: relative;
		border-radius: 50px;
		filter: drop-shadow(0 0 6px rgba(12, 28, 32, 0.2));
	}
	.home_contact_wrap a {
	    margin-bottom: -70px;
		max-width: 320px;
		display: block;
		width: 100%;
		padding: 15px 20px 14px 0;
	}
	.home_contact_wrap .arrow_wh {
		width: 25px;
    	height: 25px;
	}
	.home_contact_wrap .arrow_size {
		width: 14px;
        margin-bottom: -2px;
	}
}





.sev_lp_ttl_h2 {
	margin-top: 0;
}


footer {
	background: #0F294F;
 }
 .l-footer {
    background-color: #0F294F;
    color: #fff;
    position: relative;
    z-index: 0;
}
.l-footer__inner {
	padding: 60px 0 30px;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer_log {
	width: 138px;
}
.footer_log_txt {
	margin-top: 10px;
	font-size: 1.4rem;
}
.footer_page_wrap {
	max-width: 700px;
	width: 100%;
}
.l-footer__nav {
	padding: 0;
	gap: 15px 30px;
}
.l-footer__nav li:first-child a {
	border: 0
}
.l-footer__nav a {
	border: 0;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.25;
}
.sub-menu {
	margin-top: 8px;
	margin-left: 15px;
}
.sub-menu a {
	font-weight: normal;
	font-size: 1.3rem;
}
.footer_policy {
	padding-bottom: 5px;
}
.footer_policy_items {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 10px;
}
.footer_policy_item:first-child a {
	border-left: 1px var(--backgray) solid;
}
.footer_policy_item a {
	padding: 1px 10px;
	font-size: 1.2rem;
	border-right: 1px var(--backgray) solid;
	color: var(--backgray);
}
.l-footer .copyright {
	background: #091C16;
	padding: 2px 0;
	color: var(--backgray);
}
@media screen and (min-width: 0) and (max-width: 1030px) {
	.l-footer__inner {
		padding: 60px 0 30px;
	}
	.footer_wrap {
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.footer_logo_wrap {
		text-align: left;
		width: 100%;
	}
	.footer_log {
	}
	.footer_log_txt {
	}
	.footer_page_wrap {
		margin-top: 30px;
	}
	.l-footer__nav {
		padding: 0;
		gap: 20px 30px;
	}
	.l-footer__nav li {
		width: 45%;
		text-align: left;
		border-left: 3px solid var(--backgray);
		line-height: 0.8;
	}
	.l-footer__nav li:first-child a {
		border: 0;
		padding-bottom: 0;
		padding-top: 3px;
		line-height: 1;
	}
}

#service {
	background: #fff;
	padding-top: 100px;
}
.sev {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}
.sev_ttl {
	margin-bottom: 3em;
}
.sev_ttl h2 {
	margin-bottom: 5px;
}
.sev_wrap {
	padding: 100px 10%;
/* 	background: var(--backgray); */
	background: #fff;
	position: relative;
	border-radius:12px;
}
.sev_wrap::before,.sev_wrap::after  {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 20px;
	background: url("images/prosperity.svg");
}
.sev_wrap::after {
	left: auto;
	right: 10px;
}
.sev_con_top_ttl {
	font-size: 2.4rem;
}
.sev_class_txt_wrap {
	text-align: left;
}
.sev_class_txt_wrap:first-child {
	margin-top: 3em;
}
.sev_class_txt_wrap+.sev_class_txt_wrap {
	padding-top: 3em;
	border-top: 1px solid #ddd;
}
.sev_class_en_ttl {
	margin-bottom: 0;
	line-height: 1.5;
}
.sev_class h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 20px;
	padding-left: 0;
    position: relative;
    border-left: 0;
}
.sev_class h3 , .sev_class p {
	text-align: left;
}
.sev_border {
	border: 2px solid var(--main-color);
	width: 50px;
	margin-bottom: 1.5em;
}
.sev_con_btn {
	text-align: left;
}
.sev_con_btn a {
	display: inline-block;
	width: 300px;
}
.sev_con_btn a:hover {
	opacity: 1;
}
@media screen and (min-width: 0) and (max-width: 1030px) {
	#service {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.sev_class {
		padding: 0;
	}
	.sev_class h2 {
		font-size: 2.4rem;
		margin-bottom: 30px!important;
	}
	.sev_class_txt_wrap {
		flex-direction: column-reverse;
	}
	.sev_class_en_ttl {
		font-size: 1.2rem;
	}
	.sev_class h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.sev_border {
		display: none;
	}
	.sev_con_btn {
		width: 80%!important;
	}
	.sev_con_btn a {
		width: 100%!important;
	}
}

#about {
	background: #fff;
	padding: 100px 0 0;
}
.about_ttl,.about_ttl h1 {
	color: var(--main-color);
}
.about_wrap {
	background: var(--main-color);
	padding: 100px 0;
	color: #fff;
	position: relative;
}
.about_page_list {
	text-align: center;
	justify-content: center;
    margin-bottom: 30px;
	column-gap: 0;
}
.about_page_list li {
	padding: 0 10px;
    border-right: 1px solid;
}
.about_page_list li:first-child {
    border-left: 1px solid;
}
.about_page_list li a:hover {
	color: #fff!important;
	opacity: 0.8;
}
.about_pro_name {
	font-size: 3rem;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 0!important;
}
p.about_pro_name_en {
	font-size: 1.2rem;
	list-style: 1;
	margin-top: 0;
}
.about_pro_column .swell-block-columns__inner {
	display: flex;
	gap: 3%;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.about_pro_column .swell-block-column:first-child {
	width: 100%;
}
.about_pro_column .swell-block-column:last-child {
	width: 64%;
}
.about_con_ttl {
	font-size: 5.2rem;
	letter-spacing: 0.2;
}
.about_con_ttl_sub {
	font-size: 1.4rem;
}
.about_border {
    display: block;
    width: 80px;
    background: #fff;
    height: 3px;
    margin: 0 auto;
	margin-bottom: 2em;
}
.about_con_value_max {
	max-width: 600px;
	margin: 0 auto;
}
.about_con_txt_big {
	font-size: 2.4rem;
	font-weight: 700;
}
.about_con_txt {
	margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 1030px) {
	#about {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.about_ttl,.about_ttl h1 {
	}
	.about_wrap {
		padding: 60px 0;
    	background: url(images/about_back_01.png) no-repeat 60% 10% / 220%, url(images/about_back_02.png) no-repeat 92% 0% / 180%, var(--main-color);
	}
	.about_con_ttl {
		font-size: 3.6rem;
	}
	.about_con_ttl_sub {
		font-size: 1.2rem;
	}
	.about_pro_column .swell-block-columns__inner {
		display: flex;
		gap: 3%;
		justify-content: space-between;
		align-items: center;
		flex-direction: column-reverse;
	}
	.about_pro_column .swell-block-column:first-child {
		width: 100%;
	}
	.about_pro_column .swell-block-column:last-child {
		width: 64%;
	}
	.about_book_column .swell-block-column:first-child {
		width: 30%;
	}
	.about_book_column .swell-block-column:last-child {
		width: 62%;
	}
	.about_book_column p + p {
		margin-top: 0;
	}
	.about_border {
		display: block;
		width: 80px;
		background: #fff;
		height: 3px;
		margin: 0 auto;
		margin-bottom: 2em;
	}
	.about_con_txt_big {
		font-size: 1.8rem;
	}
	.about_con_txt {
		margin-top: 10px;
	}
}
#outline {
	margin-top: -30px;
	padding-bottom: 30px;
	border-radius: 30px 30px 0 0;
	background: #f6f6f6;
	position: relative;
	z-index: 1;
}
#outline .inner_width {
	display: flex;
	justify-content: center;
}
.about_ot_ttl {
	width: 30%;
}
.about_ot_ttl h2 {
	font-size: 4rem;
	line-height: 1;
	font-weight: bold;
}
.about_ot_ttl p {
	margin-top: 10px;
}
.about_ot_txt {
	width: 70%;
}
.about_ot_txt dl {
	padding: 40px 0;
	border-bottom: 1px solid #111;
	display: flex;
	align-items: center;
}
.about_ot_txt dl:first-child {
	padding-top: 0;
}
.about_ot_txt dt {
	font-weight: bold;
	display: block;
	width: 170px;
}
.about_ot_txt dd {
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	#outline .inner_width {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.about_ot_ttl h2 {
		font-size: 3.6rem;
	}
	.about_ot_ttl p {
		font-size: 1.2rem;
	}
	.about_ot_ttl {
		width: 100%;
		text-align: center;
	}
	.about_ot_txt {
		width: 100%;
		margin-top: 30px;
	}
	.about_ot_txt dl {
		padding: 20px 0;
		flex-direction: column;
	}
	.about_ot_txt dl:first-child {
		border-top: 1px solid #111;
		padding-top: 20px;
	}
	.about_ot_txt dt {
		width: 100%;
	}
	.about_ot_txt dd {
		width: 100%;
		margin-top: 3px;
	}
}
/* =============
about
=============== */

#contact {
	background: #fff;
	padding: 100px 0 100px;
}
.contact_page_con {
	background: var(--main-color);
	color: #fff;
	border-radius: 30px;
}
.contact_page_con_txt_wrap {
	text-align: center;
}
.contact_page_con_mail {
    width: auto;
    margin: 0 auto;
}
.contact_page_con_ttl {
	margin-top: 10px;
}
.contact_page_con_txt {
	margin-top: 10px;
}
.contact_page_form_wrap {
	margin: 0 auto;
	margin-top: 60px;
	width: 600px;
}
#contact label , #contact select , #contact input , #contact input , #contact textarea {
	width: 100%;
	display: block;
	padding: .6em .65em;
	font-weight: 700;
	
}
#contact select , #contact input , #contact input , #contact textarea {
	border-radius: 3px;
	border: 1px solid var(--backgray);
	font-weight: 400;
	margin-top: 5px;
}
.contact_page_form_item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--sub-color);
}
.contact_page_form_item p {
	line-height: 2;
}
.contact_page_form_item label {
	margin-bottom: 5px;
}
.contact_page_form_item label span {
}
.contact_page_form_item span.contact_page_form_item_label {
    position: relative;
}
.contact_page_form_item span.contact_page_form_item_label::before {
    position: absolute;
    content: "必須";
    font-size: 1.2rem;
    top: 50%;
    right: -50px;
    background: #FFEF5C;
    color: #333;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 30px;
    transform: translate(0, -50%);
}
.contact_page_form_any {
    background: #aaa;
    font-size: 1.4rem;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 10px;
    margin-left: 5px;
	display: inline-block!important;
}
#contact .wpcf7-acceptance label {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
#contact .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}
#contact .form_check {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	margin-top: 0;
}
.form_smalltxt {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1!important;
}
.form_smalltxt a {
	color: #fff;
	text-decoration: underline;
}
#contact .wpcf7-list-item a {
	color: #fff;
}
.wpcf7-not-valid-tip {
	color: #FDFF83
}
.wpcf7-submit  {
    display: block;
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 50px!important;
    padding: 20px 10px 18px;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--sub-color);
    font-weight: 700;
    letter-spacing: 0.2rem;
    filter: drop-shadow(2px 6px 3px rgba(12, 28, 32, 0.2));
}
.contact-confirm p + p {
	margin-top: 15px;
}
.contact-confirm form p:first-of-type {
	margin-top: 30px;
}
.confirm_txt {
    padding: 20px;
    border: 1px solid #fff;
	border-radius: 5px;
    color: #fff;
    margin-top: 4px;
    display: block!important;
}
.confirm_txt_last {
	margin-bottom: 60px;
}
.contact_page_form_btn p {
	line-height: 0.4;
}
.wpcf7-previous {
	margin: 0 auto;
    margin-top: 60px;
    background: transparent;
    width: 100%;
    max-width: 100px;
    color: #fff;
    border: 0!important;
}
.form_document_warning {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
		#contact {
			background: #fff;
			padding: 60px 0;
		}
		#contact select {
			height: 26px;
		}
		.contact_page_con {
			border-radius: 50px;
		}
		.contact_page_con_txt_wrap {
		}
		.contact_page_con_mail img {
			width: auto;
		}
		.contact_page_con_ttl {
		}
		.contact_page_con_txt {
		}
		.contact_page_form_wrap {
			margin: 0 auto;
			margin-top: 45px;
			width: 100%;
		}
		.contact_page_form_item {
			margin-top: 20px;
			padding-top: 20px;
		}
		.contact_page_form_item label {
			margin-bottom: 2px;
		}
		.contact_page_form_item label span {
			font-size: 1.2rem;
		}
		.contact_page_form_note {
			margin-top: 20px;
			padding-top: 20px;
		}
		.contact_page_form_note a {
		}
		.contact_page_form_note button {
			width: 100%;
			max-width: 100%;
		}
		.contact_thanks_check {
			max-width: 60px;
			margin: 0 auto;
		}
}

.archive_blog_con_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 2.5%;
}
.archive_blog_con {
	width: calc((100% - 5%) / 3);
}
#main_content .page_ttl_wrap {
	margin-bottom: 30px;
}
.archive_blog_con_img {
	position: relative;
	line-height: 1;
}
.archive_blog_con_img img {
	border-radius: 5px;
}
.archive_blog_con_time {
    background: #fff;
    padding: 2px 5px 1px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 1.2rem;
    color: #9C9C9C;
    border-radius: 5px 0 0 0;
}
.archive_blog_con_category {
    position: absolute;
    bottom: 7px;
    right: 5px;
    background: var(--sub-color);
    font-size: 1.2rem;
    color: #fff;
    padding: 4px 6px 3px;
	border-radius: 0 0 5px 0;
}
.archive_blog_con_txt {
}
.archive_blog_con_title {
	font-weight: normal;
	margin-top: 8px;
	color: var(--bk);
}
.archive_blog_con_tag {
	display: inline-block;
	font-size: 1.2rem;
	color: var(--main-color);
	padding: 0px 10px;
	border-radius: 50px;
	border: var(--main-color) 1px solid;
	margin-right: 5px;
	margin-top: 10px;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.archive_blog_con_wrap {
		gap: 30px 2.5%;
	}
	.archive_blog_con {
		width: 100%;
	}
}
/* =============
サービス詳細ページ
=============== */
.service_page_fv .wp-block-cover__inner-container {
	max-width: 1440px;
}
.service_page_maincopy {
	font-size: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
	.service_page_maincopy {
		font-size: 4rem;
	}
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.two-column-wrap .wp-block-columns:nth-child(even) {
		flex-direction: column-reverse;
	}
}

/* =============
記事詳細ページ
=============== */
.post_content #contact , .lp-content__postContent .contact_page_con {
	background: #5F9476;
    padding: 60px 7% 40px;
    border-radius: 20px;
    color: #fff;
}
.post_content #contact h2 {
	border-left: solid 6px #fff;
	margin-bottom: 0!important;
}
.post_contact {
    background: url(../swell_child/images/post_cta_back.jpg) no-repeat center left / cover;
    padding: 60px 30px;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_contact_txt p {
    margin-top: 5px;
}
a.post_contact_btn {
    font-weight: bold;
    color: #333;
    background: #fff;
    border-radius: 50px;
    padding: 12px 67px 10px 50px;
    line-height: 1;
    position: relative;
}
.post_contact_btn .arrow_wh {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--sub-color);
    text-align: center;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
	.post_content #contact , .lp-content__postContent .contact_page_con {
		padding: 30px 5% 10px;
		border-radius: 10px;
	}
	.contact_page_form_item label span {
		font-size: 1.6rem;
	}
	#contact textarea {
		line-height: 1.5;
	}
	.wpcf7-submit {
		padding: 15px 10px 15px;
		font-size: 1.8rem;
	}
    .post_contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 5%;
    }
    .post_contact_txt p {
        margin-top: 5px;
    }
    a.post_contact_btn {
        margin-top: 10px;
    }
    .post_contact_btn .arrow_wh {
    }
}

p.member_name_post {
    color: var(--main-color);
}
p.member_name_post , p.member_name_kana {
    margin-bottom: 0;
}
h2.member_name_ttl {
    padding: 0;
    margin: 0;
    border-left: 0;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}
p.member_name_kana {
    line-height: 1;
    letter-spacing: .2rem;
}
p.member_catch {
    font-size: 3rem;
    color: var(--main-color);
    margin-top: 30px;
    line-height: 1.3;
}
@media screen and (min-width: 0em) and (max-width: 768px) {
    p.member_name_post {
        text-align: center;
    }
    h2.member_name_ttl {
        font-size: 2.4rem;
        text-align: center;
    }
    p.member_name_kana {
        text-align: center;
    }
    p.member_catch {
        font-size: 2.4rem;
        color: var(--main-color);
        margin-top: 15px;
        text-align: center;
    }
}


/*資料請求ページ*/
#document_page .inner_wrap {
    display: flex;
    justify-content: space-between;
}
.document_contents {
  width: 58%; 
}
.document_con_ttl h1 {
    font-size: 4.8rem;
}
.document_con_ttl p {
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 5px solid var(--main-color);
}
.document_contents .post_thumbnail {
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.035);
}
.document_subcon_wrap {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ccc;
}
.document_subcon_service {
    text-align: center;
}
.document_subcon_service_txt {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 20px;
}
.document_subcon_sev_ttl , .document_subcon_logo_ttl {
    text-align: center;
    line-height: 1;
}
.document_subcon_sev_ttl p , .document_subcon_logo_ttl h2 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
.document_subcon_sev_ttl h2 {
    position: relative;
}
.document_subcon_sev_txt {
    font-size: 1.8rem;
    margin-top: 30px;
}
.document_subcon_sev_txt p + p {
    margin-top: 5px;
}
.document_subcon_logo {
}
.document_subcon_logo_ttl p {
    font-size: 1.2rem;
    margin-top: 5px;
}
.document_subcon_logo_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1px 20px;
    margin-top: 30px;
}
.document_subcon_logo_con figure {
    width: calc((100% - 60px) / 3);
    text-align: center;
}
.form_document {
    width: 38%;
}
.form_document_wrap {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form_document_input {
    display: block;
    margin-top: 30px;
}
.form_document_input span {
    display: block;
}
span.form_document_name_ttl {
    display: inline-block;
}
.form_document_name_ttl {
    margin-bottom: 7px;
    position: relative;
    padding-right: 40px;
}
.form_document_name_ttl.required::after {
    position: absolute;
    content: "必須";
    color: #fff;
    font-size: 1.2rem;
    background: var(--main-color);
    padding: 2px 6px;
    border-radius: 20px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.form_document_name_txt {
    padding: 5px 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.form_document_input .wpcf7-form-control-wrap {
    display: block;
}
.form_document_input .wpcf7-form-control {
    font-size: 1.6rem;
    width: 100%;
}
.form_document .wpcf7-not-valid-tip {
	color: red;
}
.form_policy_wrap {
    margin-top: 30px;
}
.form_policy {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.form_policy_wrap .checkbox {
    display: block;
    text-align: center;
}
.form_document_wrap .wpcf7-spinner {
    position: absolute;
    top: 24%;
    right: 70px;
}
.form_document_warning {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 30px;
    background: var(--main-color);
    display: block;
    color: #fff;
    padding: 10px 0 9px;
    line-height: 1;
    font-size: 1.4rem;
}
@media screen and (max-width: 980px) {
    #document_page .inner_wrap {
        flex-direction: column;
    }
    .document_contents {
      width: 100%; 
    }
    .document_con_ttl h1 {
        font-size: 3.2rem;
    }
    .document_con_ttl p {
        font-size: 2.4rem;
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 3px solid var(--main-color);
    }
    .document_subcon_service h2 {
        width: 80%;
        margin: 0 auto;
    }
    .document_subcon_service_txt {
        font-size: 1.6rem;
        margin-top: 10px;
    }
    .document_subcon_sev_ttl p, .document_subcon_logo_ttl h2 {
        font-size: 2rem;
    }
    .document_subcon_sev_txt {
        font-size: 1.6rem;
        margin-top: 5px;
    }
    .document_subcon_logo_con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1px 15px;
        margin-top: 20px;
    }
    .document_subcon_logo_con figure {
        width: calc((100% - 30px) / 3);
        max-height: 75px;
        text-align: center;
    }
    .form_document {
        width: 100%;
        margin-top: 60px;
    }
    .form_document_wrap {
        padding: 30px 5%;
    }
    .form_document_input {
        display: block;
        margin-top: 30px;
    }
}
.thanks_content .inner_wrap {
  max-width: 800px;
  margin: 0 auto;
}
#thanks a:hover {
    opacity: 0.6;
    transform: .3s;
}
.thanks_con_wrap {
    text-align: center;
}
.thanks_con_wrap figure {
    width: 45px;
    margin: 0 auto;
}
.thanks_con_wrap h2 {
    margin-top: 20px;
}
.thanks_con_document {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 30px 60px;
}
.thanks_con_document a {
    margin-top: 5px;
    display: block;
}
.thanks_br {
    width: 150px;
    background: var(--main-color);
    height: 5px;
    margin: 80px auto;
}
.thanks_post {
    margin-top: 80px;
    border-top: 1px solid #ccc;
    padding-top: 80px;
}
.post_3column {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px 1%;
}
.post_3column_list {
    position: relative;
    width: calc((100% - 2%) / 3);
    margin: 0;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    color: #121212;
}
.post_company_name {
    font-size: 1.8rem;
    margin-top: 7px;
    font-weight: bold;
}
.post_3column_list a {
    color: var(--txt);
}
@media screen and (max-width: 750px) {
    .post_3column {
        flex-wrap: wrap;
    }
    .post_3column_list {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .thanks_con_document {
        padding: 30px 5%;
    }
    .thanks_br {
        width: 80px;
        height: 2px;
    }
}

