@charset "UTF-8";
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
/* Mobile Layout: 480px and below. */
.read {
	color: #e83820;
	text-align: center;
	margin-top: 2em;
}
.subtext {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
}
.map-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 1em;
}
.support-img-wrap {
	width: 100%;
	position: relative;
	margin-top: 2em;
	background: url(../images/future.jpg) center center no-repeat;
	background-size: cover;
}
.support-img-wrap:before {
	content: "";
	display: block;
	padding-top: 60%;
}
.inner-text-wrap {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 2em;
	;
	background: rgba(255,255,255,0.8)
}
.inner-text-wrap h2 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: .5em;
	text-align: center;
}
.support-content-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.support-headding {
	font-size: 1.5em;
	margin-top: 1em;
}
.support-icon {
	position: relative;
	color: #58b77d;
	top: 1px;
	margin-right: .2em;
}
.support-text {
	margin-top: 1em;
}
.support-text a {
	color: #8a1c28;
	text-decoration: underline;
}
.g-map iframe{
	width: 100%;
	height: 300px;
}
.cardimg {
	width: 180px;
	max-width: 227px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.table-wrap {
	position: relative;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
}
.table-top-left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff8ea;
	border: 1px solid #aaa;
	padding: 1em;
}
.table-top-right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1em;
}
.table-middle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1em;
}
.table-middle a {
	color: #8a1c28;
	text-decoration: underline;
}
.table-bottom {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff8ea;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1.6em 1em;
	padding-bottom: 5em;
}
.monthly {
	margin-top: 1em;
}
.monthly-icon {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 3em;
	padding-top: .3em;
	padding-bottom: .3em;
	background-color: rgba(91,186,125,0.4);
}
.montyly-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	color: #FFF;
	background-color: #58b77d;
}
.transfer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	border: 1px solid #aaa;
	margin-top: 1em;
	padding: 1em;
}
.table-top-right input {
	border-radius: .2em;
}
.submit-bt {
	position: absolute;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: .7em 2em;
	background-color: #8a1c28;
	color: #FFF;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	bottom: 1.2em;
	z-index: 3;
}
.submit-bt:hover{
	background-color: #e7364f;
}

.fb-news{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	background-color: #fff8ea;
}
.fbicon{
	position: relative;
	bottom: -1px;
	color: #305097;

}
.fb-h3{
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .3em;
}
.fb-svg-wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.new-svg{
	display: block;
	max-width: 180px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#topics {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#topics ul {
	padding-left: 0;
	margin: 0;
}
#topics ul li {
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#topics ul li a {
	color: #000;
}
#topics ul li a:hover {
	color: #e7364f;
}
#topics span {
	margin-right: 1em;
}
.corporate-1-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.corporate-h3 {
	font-size: 1.6em;
	position: relative;
	margin-bottom: 1.5em;
	text-align: center;
}
.corporate-h3:before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
	content: '';
	width: 60%;
	height: 13px;
	background-color: rgba(232,160,110,0.4);
}
.corporate-2-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.greeting-p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	margin-left: 20%;
	padding-top: 2em;
	clear: both;
	display: block;
}
.greeting-txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.corporate-3-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.overview {
	width: 100%;
}
.overview th, .overview td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-left: 2em;
	border: 1px solid #aaa;
	border-bottom: none;
}
.overview th {
	background-color: #fff8ea;
}
.overview tr:last-child td {
	border-bottom: 1px solid #aaa;
}
.corporate-4-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.history {
	width: 100%;
}
.act-wrap1-inner2{

}
.history th, .history td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-left: 2em;
	border: 1px solid #aaa;
	border-bottom: none;
}
.history th {
	background-color: #fff8ea;
}
.history tr:last-child td {
	border-bottom: 1px solid #aaa;
}
.corporate-5-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.corporate-6-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.closing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 1em 2em;
}
.closing ul {
	margin: 0;
	padding: 0;
}
.closing ul li {
}
.raw-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 2em;
	margin-bottom: 3em;
}
.h2-raw {
	position: relative;
	margin-bottom: 1em;
}
.h2-raw:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	height: 1px;
	content: '';
	background: -prefix-linear-gradient(left, #aaa, transparent);
	background: linear-gradient(to right, #aaa, transparent);
}
.rawtable {
	width: 100%;
}
.rawtable th, .rawtable td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-left: 2em;
	border: 1px solid #aaa;
	border-bottom: none;
}
.rawtable th {
	background-color: #fff8ea;
}
.rawtable tr:last-child td {
	border-bottom: 1px solid #aaa;
}
.credit-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2em;
	border: 1px solid #aaa;
	margin-bottom: 3em;
}
.h3-credit {
	font-size: 1.3em;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}
.point {
	margin-bottom: 1em;
}
.b {
	font-weight: 600;
}
.credit-contact-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	padding: 1em;
	border: 1px solid #aaa;
	margin-bottom: 3em;
}
.credit-contact-wrap2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	padding: 1em;
	border: 1px solid #aaa;
}
.act-wrap1 {
	margin-top: 1em;
	margin-bottom: 2em;
}
.act-wrap1-inner1 {
	margin-bottom: 1em;
}
.act-wrap1-p {
	margin-top: 1em;
}
.act-wrap1-txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
	margin-top: 1em;
}
.act-content{
	margin-top: 2em;
	margin-bottom: 2em;
}
.act-past-content{
	margin-top: 2em;
	margin-bottom: 2em;
}
.act-h3{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5em;
	text-align: center;
	padding-top: .3em;
	padding-bottom: .3em;
	color: #fff;
}
.acticon{
	position: relative;
	color: #fff;
	bottom: -1px;
}
.c1{
	position: relative;
	background-color: #45add5;
}
.c1:before{
	position: absolute;
	content:" ";
	width:100%;
	top: -4px;
	left: 0;
	height: 2px;
	background-color: #45add5;
}
.c1:after{
	position: absolute;
	content:" ";
	width:100%;
	bottom: -4px;
	left: 0;
	height: 2px;
	background-color: #45add5;
}
.block1{
	color:#45add5;
}
.c2{
	position: relative;
	background-color: #59b079;
	border-color: #59b079;
}
.c2:before{
	position: absolute;
	content:" ";
	width:100%;
	top: -4px;
	left: 0;
	height: 2px;
	background-color: #59b079;
}
.c2:after{
	position: absolute;
	content:" ";
	width:100%;
	bottom: -4px;
	left: 0;
	height: 2px;
	background-color: #59b079;
}
.block2{
	color:#59b079;
}
.c3{
	position: relative;
	background-color: #e0b854;
}
.c3:before{
	position: absolute;
	content:" ";
	width:100%;
	top: -4px;
	left: 0;
	height: 2px;
	background-color: #e0b854;
}
.c3:after{
	position: absolute;
	content:" ";
	width:100%;
	bottom: -4px;
	left: 0;
	height: 2px;
	background-color: #e0b854;
}
.c4{
	position: relative;
	background-color: #eba076;
}
.c4:before{
	position: absolute;
	content:" ";
	width:100%;
	top: -4px;
	left: 0;
	height: 2px;
	background-color: #eba076;
}
.c4:after{
	position: absolute;
	content:" ";
	width:100%;
	bottom: -4px;
	left: 0;
	height: 2px;
	background-color: #eba076;
}
.c5{
	position: relative;
	background-color: #E67D7E;
}
.c5:before{
	position: absolute;
	content:" ";
	width:100%;
	top: -4px;
	left: 0;
	height: 2px;
	background-color: #E67D7E;
}
.c5:after{
	position: absolute;
	content:" ";
	width:100%;
	bottom: -4px;
	left: 0;
	height: 2px;
	background-color: #E67D7E;
}
.act-content-inner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2em;
}
.act-h4{
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}
.act-content-p{
	margin-bottom: 1em;
	font-size: 1em;
}
.act-caption{
	margin-left: 1em;
}
.act-content-txt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
}
.act-content-inner-past{
	margin-top: 2em;
}
.act-h4-past{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3em;
	padding-left: 24px;
	margin-bottom: 1em;
}
.act-h4-past-n{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
}
.act-past-fig{
	margin-bottom: 2em;
}
.act-past-fig figcaption{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1em;
}
.act-past-fig{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.act-past-fig figcaption{
	padding: 0;
}
.act-past-wrap-l{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.act-past-wrap-r{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.act-past-p-ll{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0;
	padding-right: 1em;
}
.act-past-p-lr{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-left: 1em;
	clear: none;
}
.act-past-p-rl{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0;
	padding-right: 1em;
}
.act-past-p-rr{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-left: 1em;
	clear: none;
}
.act-support {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2em);
	margin: auto;
}
.act-support__article p {
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 1.5em auto 2em;
}
.act-support a {
	display: block;
	width: 100%;
}
.act-support a:hover {
	text-decoration: none;
	color: #000;
}
.act-support-intro {
	text-align: left;
	line-height: 1.75em;
	letter-spacing: 0.05em;
	width: calc(100% - 2em);
	margin: auto;
}
.act-support-item {
	width: 100%;
	margin-bottom: 3em;
	padding-bottom: 0.1em;
}
.act-support-item:hover {
    transform: scale(1.01);
    transition: 0.3s;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
}
.act-support-item-title, .act-support-item-title-min {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0.75em 0;
}
.act-support-item-title:hover, .act-support-item-title-min:hover {
	color: #d60935;
}
.act-support-item img {
	width: calc(100% - 1em);
	margin: 0.5em;
}
.act-support-item p {
	flex-grow: 1;
	margin-left: 0.5em;
	line-height: 1.75em;
	height: 5em;
	letter-spacing: 0.05em;
	width: calc(100% - 1em);
}
.act-support-more {
	margin: 0 0.5em 1em auto;
	width: 7em;
	padding: 0.5em 1em;
	background-color: #d60935;
	text-align: center;
	font-weight: bold;
	color: #fff;
    border-radius: 0.7em;
}
.act-support-more:hover {
	opacity: 0.7;
}
.act-support__article {
	margin: 0 auto 5em auto;
	max-width: 960px;
}
#act-support__article_sub_img li.current {     /* 現在選択中 */
    transition: border .5s;
    transition: 0.3s;
	opacity: 0.5;
}
#act-support__article_main_img {
    width: 100%;
    position: relative;
    transition: 0.3s;
	margin: auto;
}
#act-support__article_main_img img {
    width: 100%;
    transition: 0.3s;
}
#act-support__article_main_img:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
}
#act-support__article_main_img a:hover {
    cursor: zoom-in;
}
.act-support__article_zoom {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	background: #fff;
	color: #333;
	font-size: 0.9em;
	padding: 0.3em 0.6em;
	border-radius: 0.4em;
	display: flex;
	align-items: center;
	gap: 0.3em;
	font-weight: bold;
}
.act-support__article ul {
	margin-left: -40px;
}
#act-support__article_sub_img {
    object-fit: contain;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1em;
    margin-top: 1em;
	width: 100%;
}
#act-support__article_sub_img li {
    width: calc((100% - 3em) / 4);
    aspect-ratio: 1 / 1;
    list-style: none;
}
#act-support__article_sub_img li:last-child {
    margin-right: 0;
}
#act-support__article_sub_img li img {
    border: 2px solid transparent;
    transition: border .5s;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 0.3s;
}
#act-support__article_sub_img img {
    cursor: pointer;
    width: 100%;
    object-fit: contain;
}
#act-support__article_sub_img img:hover {
    transform: scale(1.05);
}
.thanks-txt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
}
.thanks-txt a{
	color: #8a1c28;
	text-decoration: underline;
}
.thanks-contactbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	margin: 1em 2em;
	margin-bottom: 3em;
	padding: 1em;
	border: 1px solid #aaa;
}
.contact-subtxt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 3em;
}
.contact-h3{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 1em;
}
.contact-h3 h3{
	font-size: 1.3em;
}
.contact-allwrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2em;
	padding-right: 2em;
}
.contact-wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 3em;
	padding: 2em;
	border: 1px solid #aaa;
}
.sofar-archive_txt {
	text-align: center;
}
.sofar-archive_txt ul {
    font-size: 1.1em;
	width: 500px;
	max-width: 80%;
    margin-inline: auto;
    padding: 0;
}
.sofar-archive_txt ul li {
	padding-block: 0.5em;
	border-block-end: 1px solid #aaa;
}
.sofar-card_wrap {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2em;
	justify-content: center;
	margin-block-start: 2em;
 }
 .sofar-card_img {
	margin-block-end: 0.7em;
 }
.sofar-card_img img {
	aspect-ratio: 400/267;
}
.sofar-report {
	padding-inline: 2em;
	box-sizing: border-box;
}
.sofar-report + .sofar-report {
	border-block-start: 1px solid #45add5;
}
.sofar-report__top {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block-start: 2em;
	flex-direction: column;
	margin-bottom: 1em;
}
.sofar-report__top_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	}
.sofar-report__top_txt {
	width: 100%;
}
.sofar-report__top_txt > div {
	display: flex;
	flex-direction: column;
	border-block-end: 1px solid #aaa;
	padding-block: 0.5em;
}
.sofar-report__top_txt dt,
.sofar-report__top_txt dd {
	width: 100%;
}
.sofar-report__top_txt dt{
	font-weight: bold;
	padding-left: 1em;
}
.sofar-report__imgbox {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.sofar-report__imgbox_item{
	text-align: center;
}
.sofar-report__imgbox_item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.sofar-report__block {
	overflow: hidden;
  	margin-bottom: 24px;
}
.sofar-report__block img{
    float: none;
    display: block;
    margin: 0 auto 20px auto;
}
.sofar-report__block p {
	text-align: justify;
	margin:0em auto 0em auto;
}
.sofar-report__block span{
	font-weight: bold;
}
.sofar-report-tomioka2024{
	background-color: rgba(230, 125, 126, 0.1);
	padding: 24px;
}
.sofar-report-tomioka2024 h4 {
    color: #E67D7E;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    border: 1px solid #E67D7E;
    border-radius: 10em;
    box-sizing: border-box;
    padding: 0.5em;
    margin: 0 auto 1em;
}
.sofar-report-tomioka2024__block{
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}
.sofar-report-tomioka2024__block_img p{
	font-weight: bold;
	font-size: 1.23em;
	text-align: center;
	margin-bottom: 0;
}
.btn-fb {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-block-start: 1px solid #d60a35;
    padding-block-start: 2em;
}
.btn-fb p {
	text-align: center;
}
.btn-fb a {
	background-color: #1877f2;
	color: #fff;
    padding: 1.2em 2em;
    border-radius: 0.7em;
    text-align: center;
    font-size: 1.3em;
	width: 300px;
	max-width: 90%;
	box-sizing: border-box;
}
.btn-fb a:hover {
	opacity: 0.7;
}
.fukushima-about_img {
	text-align: center;
	margin-block-end: 3em;
}
.fukushima-about_img img {
	aspect-ratio: 280/187;
	width: 700px;
}
.fukushima-card_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-block-start: 2em;
 }
.fukushima-card_img img {
	aspect-ratio: 400/267;
}
.fukushima-report {
	padding-inline: 2em;
	box-sizing: border-box;
}
.fukushima-report + .fukushima-report {
	border-block-start: 1px solid #45add5;
}
.fukushima-report__profile {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-block-start: 2em;
	flex-direction: column;
}
.fukushima-report__profile_img {
	max-width: 100%;
}
.fukushima-report__profile_img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.fukushima-report__profile_img_trim img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50% 100%;
	aspect-ratio: 1 / 1;
}
.fukushima-report__profile_txt {
	width: 100%;
}
.fukushima-report__profile_txt > div {
	display: flex;
	flex-direction: column;
	border-block-end: 1px solid #aaa;
	padding-block: 0.5em;
}
.fukushima-report__profile_txt dt,
.fukushima-report__profile_txt dd {
	width: 100%;

}
.fukushima-report__profile_txt dt{
	font-weight: bold;
}
.fukushima-report__imgbox {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.fukushima-report__imgbox_item img {
	max-width: 80%;
}
.fukushima-report__imgbox_item_trim img {
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50% 100%;
}
.fukushima-report__block {
	overflow: hidden;
  	margin-bottom: 24px;
}
.fukushima-report__block img{
    float: none;
    display: block;
    margin: 0 auto 20px auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.fukushima-report__block p {
	text-align: justify;
	margin:0em auto 0em auto;
}
.fukushima-report__block span{
	font-weight: bold;
}
.fukushima-voice {
	padding-inline: 2em;
	box-sizing: border-box;
}
.fukushima-voice + .fukushima-voice {
	margin-block-start: 4em;
	padding-block-start: 4em;
	border-block-start: 1px solid #45add5;
}
.fukushima-voice__profile {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-block-start: 2em;
	flex-direction: column;
}
.fukushima-voice__profile_img {
	max-width: 80%;
}
.fukushima-voice__profile_img img {
	aspect-ratio: 640/427;
}
.fukushima-voice__profile_txt {
	width: 100%;
}
.fukushima-voice__profile_txt > div {
	display: flex;
	border-block-end: 1px solid #aaa;
	padding-block: 0.5em;
}
.fukushima-voice__profile_txt dt {
	width: 120px;
	font-weight: bold;
}
.fukushima-voice__imgbox {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.fukushima-voice__imgbox_item img {
	aspect-ratio: 640/427;
}
.fukushima-flyer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	margin-block-start: 2em;
	padding-inline: 2em;
	box-sizing: border-box;
	flex-direction: column;
}
.fukushima-flyer_img {
	width: 400px;
	max-width: 60%;
}
.fukushima-flyer_img a:hover img {
	opacity: 0.7;
}
.fukushima-flyer_img img {
	aspect-ratio: 210/297;
}
.fukushima-flyer_txt {
	width: 400px;
	max-width: 90%;
}
.fukushima-flyer_txt p {
	font-size: 1.5em;
    color: #45add5;
}
.fukushima-flyer_txt dl > div {
	display: flex;
	border-block-end: 1px solid #aaa;
	padding-block: 0.5em;
}
.fukushima-flyer_txt dt {
	width: 80px;
	font-weight: bold;
}
.btn-contact {
    padding-block-start: 2em;
}
.btn-contact a {
	background-color: #d60935;
	color: #fff;
    padding: 1.2em 2em;
    border-radius: 0.7em;
    text-align: center;
    font-size: 1.3em;
	width: 300px;
	max-width: 90%;
	box-sizing: border-box;
}
.btn-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block-start: 0;
}
.btn-contact a:hover {
	opacity: 0.7;
}
.multicultural-card_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-block-start: 2em;
 }
.multicultural-card_img img {
	aspect-ratio: 400/267;
}
.multicultural-about_contact p {
	text-align: center;
	font-size: 1.2em;
}
.multicultural-about_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block-start: 2em;
	margin-block-start: 2em;
	border-block-start: 1px solid #e0b854;
}
.multicultural-about_contact a {
	background-color: #d60935;
	color: #fff;
    padding: 1.2em 2em;
    border-radius: 0.7em;
    text-align: center;
    font-size: 1.3em;
	width: 300px;
	max-width: 90%;
	box-sizing: border-box;
}
.multicultural-about_contact a:hover {
	opacity: 0.7;
}
.multicultural-case {
	margin-block-start: 2em;
}
.multicultural-case + .multicultural-case {
	margin-block-start: 4em;
}
.multicultural-case__ttlwrap {
	border-block: 2px dotted #e0b854;
	background-color: #faefd4;
	padding: 1em;
}
.multicultural-case__ttlwrap_label {
	background-color: #e0b854;
	color: #fff;
	width: fit-content;
	padding: 0.1em 0.5em;
	margin-block-end: 0.5em;
}
.multicultural-case__ttlwrap_ttl {
	font-size: 1.2em;
}
.multicultural-case__country {
	text-align: right;
	margin-block-start: 0.5em;
    font-size: 0.9em;
}
.multicultural-case p {
	padding-inline: 2em;
	box-sizing: border-box;
}
.multicultural-school_txt {
	padding-inline: 2em;
	box-sizing: border-box;
}
.multicultural-school_img {
    text-align: center;
}
.multicultural-school_img img {
    aspect-ratio: 280/187;
    width: 700px;
}
.multicultural-school_detail {
	width: 700px;
	max-width: 100%;
	margin-inline: auto;
	margin-block-end: 2em;
	float: none;
	padding-inline: 2em;
	box-sizing: border-box;
}
.multicultural-school_detail > div {
    display: flex;
    border-block-end: 1px solid #aaa;
    padding-block: 0.5em;
}
.multicultural-school_detail dt {
    width: 120px;
    font-weight: bold;
}
.reconstruction_txt {
	padding-inline: 2em;
	box-sizing: border-box;
}
.reconstruction_img {
	margin-block-start: 2em;
    text-align: center;
}
.reconstruction_img img {
    aspect-ratio: 280/187;
    width: 700px;
}
.reconstruction_detail {
	width: 700px;
	max-width: 100%;
	margin-inline: auto;
	margin-block-end: 2em;
	float: none;
	padding-inline: 2em;
	box-sizing: border-box;
}
.reconstruction_detail > div {
    display: flex;
    border-block-end: 1px solid #aaa;
    padding-block: 0.5em;
}
.reconstruction_detail dt {
    width: 120px;
    font-weight: bold;
}
.reconstruction-voice {
	background-color: #e1f2e7;
	padding: 3em 2em;
	box-sizing: border-box;
}
.reconstruction-voice h4 {
	color: #59b079;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    border: 1px solid #59b079;
    border-radius: 10em;
    box-sizing: border-box;
    padding: 0.5em;
    width: 600px;
    max-width: 80%;
    margin: 0 auto 1em;
}
.reconstruction-voice__inner {
    display: flex;
    flex-direction: column;
}
.reconstruction-voice__img img {
	aspect-ratio: 640 / 427;
 }
.message-to {
	padding-inline: 2em;
	box-sizing: border-box;
}
.message-to__block {
	overflow: hidden;
  	margin-bottom: 24px;
	margin-block-start: 2em;
}
.message-to__block img{
    float: none;
    display: block;
    margin: 0 auto 20px auto;
	max-width: 80%;
}
.message-to__block p {
	text-align: justify;
	margin:0em auto 0em auto;
}
.message-to__block span{
	font-weight: bold;
}
 .btn-sofar {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-block-start: 1px solid #59b079;
    padding-block-start: 2em;
}
.btn-sofar a {
	background-color: #E67D7E;
	color: #fff;
    padding: 1.2em 2em;
    border-radius: 0.7em;
    text-align: center;
    font-size: 1.3em;
	width: 300px;
	max-width: 90%;
	box-sizing: border-box;
}
.btn-sofar a:hover {
	opacity: 0.7;
}
.global-menu-dropdown {
	background-color: #fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	display: block;
	opacity: 1;
	transition-property: display, opacity, height;
	transition-behavior: allow-discrete;
	transition-duration: .3s;

	@starting-style {
		opacity: 0;
	}
}
.global-menu-child.dropdown:not(.is-hidden) .global-menu-dropdown {
	display: none;
	opacity: 0;
}
.global-menu-dropdown li:not(:first-child) a {
	border-block-start: 1px solid #aaa;
}
.global-menu-dropdown li a {
	padding: 1em;
}
.global-menu-child.dropdown .dropdown-link {
	cursor: pointer;
}
/* Tablet Layout: 481px to 860px. */

@media only screen and (min-width: 481px) {
	.subtext {
		width: 90%;
		margin-left: 5%;
	}
	.map-wrap {
		padding-left: 1.3em;
		padding-right: 1.3em;
	}
	.wrapper {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2em;
		padding-right: 2em;
	}
	.support-img-wrap:before {
		padding-top: 40%;
	}
	.inner-text-wrap {
		width: 90%;
		max-width: 574px;
		top: 1em;
		;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.table-top-left {
		width: 20%;
	}
	.table-top-right {
		width: 80%;
		clear: none;
		border-top: 1px solid #aaa;
		border-left: none;
	}
	.table-bottom {
		text-align: left;
		padding-bottom: 1.6em;
	}
	.submit-bt {
		padding: .4em 2em;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		right: 2em;
		bottom: 1.3em;
		z-index: 3;
	}
	.greeting-p{
		max-width: 300px;
		margin: 0 auto;
	}
	.corporate-h3:before {
		width: 60%;
	}
	.overview th {
		width: 30%;
		float: left;
	}
	.overview td {
		width: 70%;
		float: left;
		border-left: none;
	}
	.overview tr:last-child th {
		border-bottom: 1px solid #aaa;
	}
	.history th {
		width: 30%;
		float: left;
	}
	.history td {
		width: 70%;
		float: left;
		border-left: none;
	}
	.history tr:last-child th {
		border-bottom: 1px solid #aaa;
	}
	.rawtable th {
		width: 30%;
		float: left;
	}
	.rawtable td {
		width: 70%;
		float: left;
		border-left: none;
	}
	.rawtable tr:last-child th {
		border-bottom: 1px solid #aaa;
	}
	.act-wrap1 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2em;
		padding-right: 2em;
	}
	.act-wrap1-txt {
		padding: 0;
	}
	.act-content{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2em;
		padding-right: 2em;
	}
	.act-past-content{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2em;
		padding-right: 2em;
	}
	.act-past-wrap-l{
		padding-left: 0;
		padding-right: 0;
	}
	.act-past-wrap-r{
		padding-left: 0;
		padding-right: 0;
	}
	.act-content-txt{
		padding: 0;
	}
	.act-caption{
		margin: 0;
	}
	.act-h4-past{
		padding-left: 0;
	}
	.act-h4-past-n{
		padding-left: 0;
		text-align: left;
	}
	.fb-wrap{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 2em;
		padding-right: 2em;
	}
	.fb-news{
		padding-top: 1em;
	}
	.fb-svg-wrap{
		width: 30%;
		float: left;
	}
	#topics{
		width: 70%;
		padding-left: 2em;
		float: left;
		clear: none;
	}
	 .fukushima-about, .fukushima-content,
	 .reconstruction-about, .reconstruction-content,
	 .multicultural-about, .multicultural-content,
	 .sofar-archive_txt, .sofar-content {
		padding-left: 5.5em !important;
		padding-right: 5.5em !important;
		box-sizing: border-box;
	}
	.sofar-card_wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.sofar-report__top_txt > div{
		flex-direction: row;
		width: 100%;
	 }
	/* .sofar-report section{
		& p {
			margin-top: 0.75em;
		}
	} */
	.sofar-report__top_txt dt {
		width: 6em;
	}
	.sofar-report__top_txt dd::before {
		content: "：";
		margin-left: 0em;
	}
	 .sofar-report__top_img {
		max-width: 100%;
	}
	 .sofar-report__block1, .sofar-report__block2{
		width: 100%;
		margin-bottom: 2em;
	}
	.sofar-report-tomioka2024{
		background-color: rgba(230, 125, 126, 0.1);
		padding: 24px;
	}
	.sofar-report-tomioka2024 h4{
	    max-width: 100%;
	}
		.sofar-report-tomioka2024__block section{
		display: flex;
	}
	.sofar-report-tomioka2024__block{
	    width: 100%;
		}
	.sofar-report-tomioka2024__block_img{
		text-align: center;
	}
	.sofar-report-tomioka2024__block_img img{
		max-width: 80%;
	}
	.sofar-report-tomioka2024__block_img p{
		font-weight: bold;
		font-size: 1em;
		text-align: center;
		margin-top: 0.5em;
	}
	.sofar-report-tomioka2024__block_comment{
		align-items: center;
		margin: 0.5em 1em 1em 1em;
	}
	 .fukushima-card_wrap {
		gap: 2em;
		flex-wrap: nowrap;
	}
	 .fukushima-card {
		width: 400px;
		/* max-width: 33.3333%; 3枚配置用 */
		max-width: 50%;
	 }
	.fukushima-report__imgbox_item, .fukushima-report__imgbox_item_trim {
		max-width: 100%;
		overflow: hidden;
	}
	.fukushima-report__imgbox_item_trim img {
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: 50% 100%;
	}
	 .fukushima-voice {
		padding-inline: 0;
	 }
	 .fukushima-voice__profile {
		align-items: flex-end;
		flex-direction: row;
		gap: 3em;
	 }
	 .fukushima-voice__profile_img {
		max-width: calc(50% - 3em);
	}
	.fukushima-voice__imgbox {
		flex-direction: row;
	}
	.fukushima-voice__imgbox_item {
		width: 50%;
	}
	 .fukushima-flyer {
		padding-inline: 0;
		flex-direction: row;
		gap: 3em;
	 }
	 .fukushima-flyer_img {
		max-width: calc(50% - 3em);
	 }
	 .fukushima-flyer_txt {
		max-width: 50%;
	}
	.fukushima-flyer_txt dt {
		width: 120px;
	}
	.multicultural-card_wrap {
		flex-direction: row;
		gap: 2em;
	}
	 .multicultural-card {
		max-width: calc(50% - 1em);
	 }
	.multicultural-card-large{	/* 画像1枚のみ */
		max-width: 80%;
	}
	 .multicultural-case p {
		padding-inline: 0;
	 }
	 .multicultural-school_txt {
		padding-inline: 0;
	 }
	 .multicultural-school_detail {
		padding-inline: 0;
	 }
	 .reconstruction_txt {
		padding-inline: 0;
	 }
	 .reconstruction_detail {
		padding-inline: 0;
	 }
	 .reconstruction-voice__inner {
		flex-direction: row;
		gap: 3em;
	 }
	 .reconstruction-voice__inner > * {
		width: 50%;
	}
	.message-to-about {
		text-align: center;
	}
	 .message-to__top {
		align-items: flex-end;
		flex-direction: row;
		gap: 3em;
		margin-bottom: 24px;
	 }
	 .message-to__top_txt > div{
		flex-direction: row;
	 }
	 .message-to__block img{
		max-width: calc(33% - 3em);
		float: left;
		display: block;
		margin: 0 20px 20px auto;
	}
	.global-menu-child.dropdown {
		position: relative;
	}
	.global-menu-child.dropdown .dropdown-link {
		font-size: .9em;
		display: block;
        /* padding-top: 1.3em; */
        padding-bottom: 1em;
        -ms-transition: all 0s;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
	}
	.global-menu-child.dropdown .dropdown-link:hover {
		color: #df2c37;
		font-weight: 600;
	}
	.global-menu-dropdown {
		width: 250px;
		position: absolute;
		inset: 100% auto auto 50%;
		transform: translateX(-50%);
	}
}

/* Desktop Layout: 860px to a max of 1440px. */

@media only screen and (min-width: 860px) {
	.global-menu-child.dropdown .dropdown-link {
        padding-top: 1.3em;
    }
	.support-img-wrap:before {
		padding-top: 31.5%;
	}
	.inner-text-wrap {
		width: 90%;
		max-width: 657px;
		top: 2em;
		;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.support-content-left-wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-right: 1em;
	}
	.support-content-right-wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		clear: none;
		padding-left: 1em;
	}
	.corporate-h3:before {
		width: 60%;
	}
	.corporate-1-wrap, .corporate-2-wrap, .corporate-3-wrap, .corporate-4-wrap, .corporate-5-wrap, .corporate-6-wrap {
		margin-bottom: 5em;
	}
	.greeting-txt {
		width: 80%;
		float: left;
		padding-right: 1em;
	}
	.greeting-p {
		width: 20%;
		margin: 0;
		padding-top: 0;
		padding-left: 1em;
		float:left;
		clear: none;
	}
	.raw-wrap {
		margin-bottom: 5em;
	}
	.act-wrap1-inner1 .act-wrap1-p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: right;
		padding-left: 1em;
	}
	.act-wrap1-inner1 .act-wrap1-txt {
		width: 50%;
		clear: none;
		padding-right: 1em;
	}
	.act-wrap1-inner2 .act-wrap1-p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		float: left;
		padding-right: 1em;
	}
	.act-wrap1-inner2 .act-wrap1-txt {
		width: 50%;
		clear: none;
		padding-left: 1em;
	}
	.act-content-p{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		padding-right: 1em;
	}
	.act-content-txt{
		width: 50%;
		padding-left: 1em;
		clear: none;
	}
	.act-past-wrap-l{
		width: 50%;
		padding-right: 1em;
	}
	.act-past-wrap-r{
		width: 50%;
		clear: none;
		padding-left: 1em;
	}
	.act-past-fig figcaption{
		font-size: .9em;
	}
	.act-support {
		max-width: 1200px;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 48px;
	}
	.act-support a {
		display: block;
		width: calc(33.3% - 32px);
	}
	.act-support-item {
		width: 100%;
		margin-bottom: 0;
	}
	.act-support-intro {
		text-align: center;
	}
	.sofar-report section {
		display: flex;
		gap: 3em;
		align-items: stretch;
		margin-bottom: 1.5em;
	}
	.sofar-report section {
		& div:last-child {
			flex-grow: 1;
		}
	}
	/* .sofar-report section {
		& p {
			margin-bottom: 0;
		}
	} */
	.sofar-report__top_txt {
		width: 95%;
		display: flex;
		gap: 1em;
	}
	.sofar-report__top_txt dt{
		width: 130px;
		padding-left: 1em;
	}
	.sofar-report__top_txt dd::before {
		content: "：";
		margin-left: 0em;
	}
	.sofar-report__block1, .sofar-report__block2{
		margin-bottom: 0;
	}
	.sofar-report__block1 {
		& .sofar-report__imgbox_item {
			float: left;
			width: 50%;
			padding:0 1.5em 0.5em 0;
		}
	}
	.sofar-report__block1 p {
		margin-top: 0;
	}
	.sofar-report__imgbox_item {
		text-align: center;
		padding: 1em 1em 0 1em;
	}
	 .sofar-report__block2{
		width: calc(50% - 1.5em);
		border: 2px solid #E67D7E;
		border-radius: 1em;
	}
	 .sofar-report__block2 img{
		height: 370px;
		overflow: hidden;
		object-fit: cover;
	}
	.sofar-report__block2 p{
		padding: 0 1em;
	}
	.sofar-report-tomioka2024 section{
		margin-bottom: 0;
	}
	.sofar-report-tomioka2024__block{
	    width: calc(33% - 1.5em);
		margin-bottom: 0;
	}
	.sofar-report-tomioka2024__block_img{
		width: 400px;
		max-width: 80%;
		display: block;
		margin: 0 auto;
	}
	.sofar-report-tomioka2024__block_img p{
		font-weight: bold;
		font-size: 1em;
		text-align: center;
		margin-bottom: 0em;
	}
	.sofar-report-tomioka2024__block_comment{
		align-items: center;
		margin: 1em;
	}
	 .fukushima-report__profile {
		align-items: flex-end;
		flex-direction: row;
		gap: 3em;
		margin-bottom: 24px;
	 }
	 .fukushima-report__profile_img {
		max-width: calc(50% - 3em);
	}
	 .fukushima-report__profile_img_trim img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: 50% 100%;
		aspect-ratio: 1 / 1;
	}
	.fukushima-report__profile_txt {
		margin-bottom: 0em;
	}
	 .fukushima-report__profile_txt > div{
		flex-direction: row;
	 }
	.fukushima-report__profile_txt dt{
		width: 130px;
	}
	.fukushima-report__profile_txt dd::before {
		content: "：";
		margin-left: 0em;
	}
	.fukushima-report__block, .fukushima-report__block:nth-child(even){
		display: flex;
		align-items: center;
		gap: 1.5em;
	}
	.fukushima-report__block:nth-child(even) {
		flex-direction: row-reverse;
	}
	.fukushima-report__imgbox_item, .fukushima-report__imgbox_item_trim {
		max-width: 100%;
		overflow: hidden;
	}
	.fukushima-report__imgbox_item_trim img {
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: 50% 100%;
	}

	.new-svg{
		max-width: 250px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	nav.menu {
		position: relative;
	}
	.global-menu-dropdown {
		width: 100vw;
		position: absolute;
		inset: 100% 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	.act-support {
		max-width: 960px;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 48px;
	}	
	.act-support a {
		display: block;
		width: calc(50% - 24px);
	}
	.act-support-item {
		width: 100%;
		margin-bottom: 0;
	}
	.act-support-intro {
		text-align: center;
		line-height: 1.75em;
		letter-spacing: 0.05em;
	}
	#act-support__article_sub_img li {
		width: calc((100% - 11em) / 12);
	}
}
@media (min-width: 961px) and (max-width: 1024px) {
	.act-support {
		max-width: 1024px;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}	
	.act-support a {
		display: block;
		width: calc(33.333% - 16px);
	}
	.act-support-item {
		width: 100%;
		margin-bottom: 0;
	}
	.act-support-item-title-min {
		line-height: 1.3em;
		margin: 0.2em 0;
	}
	.act-support-intro {
		text-align: center;
		line-height: 1.75em;
		letter-spacing: 0.05em;
	}
	#act-support__article_sub_img li {
		width: calc((100% - 11em) / 12);
	}
}
@media only screen and (min-width: 1024px) {
	.act-support {
		max-width: 1200px;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 48px;
	}	
	.act-support a {
		display: block;
		width: calc(33.333% - 32px);
	}
	.act-support-item {
		width: 100%;
		margin-bottom: 0;
	}
	.act-support-item-title-min {
		line-height: 1.3em;
		margin: 0.2em 0;
	}
	.act-support-intro {
		text-align: center;
		line-height: 1.75em;
		letter-spacing: 0.05em;
	}
	#act-support__article_main_img {
		width: 960px;
		position: relative;
		transition: 0.3s;
		margin: auto;
	}
	#act-support__article_main_img img {
		width: 960px;
		transition: 0.3s;
	}
	.act-support__article ul {
		margin-left: calc(((100% - 960px) / 2) - 40px);
	}
	#act-support__article_sub_img li {
		width: calc((100% - 11em) / 12);
	}
}
@media (min-width: 860px) and (max-width: 1280px){
	.sofar-report section {
		gap: 1.5em;
	}
	.sofar-report__block2 img{
		height: 200px;
		overflow: hidden;
		object-fit: cover;
	}
	.sofar-report__block2{
		width: calc(50% - 0.75em);
		border: 2px solid #E67D7E;
		border-radius: 1em;
	}
	.sofar-report-tomioka2024 section{
		gap: 0em;
	}
	.sofar-report-tomioka2024__block{
	    width: calc(33% - 0.5em);
		margin-bottom: 0;
	}
}