body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
textarea,
input,
select,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", Hiragino Sans, Roboto, "Droid Sans", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.layout-business-bottom {
	margin-top: 4.5rem;
}

.layout-business-top {
	margin-top: 3.5rem;
}

.layout-company-bottom {
	margin-top: 6rem;
}

.layout-company {
	margin-top: 4rem;
}

.layout-footer {
	margin-top: 4.625rem;
}

.layout-news {
	margin-top: 3.75rem;
}

.layout-pagenation {
	margin-top: 7.75rem;
}

.layout-strength {
	margin-top: 3.75rem;
}

.layout-top-footer {
	margin-top: 8.125rem;
}

.layout-top-news {
	margin-top: 6.25rem;
}

.layout-top-strength {
	margin-top: 4rem;
}

.top-mv {
	margin-top: 5rem;
}

.business-top {
	padding-bottom: 4.25rem;
}

.business-top__contents {
	align-items: center;
	display: flex;
	gap: min(100px, 2vw);
	justify-content: space-between;
}

.business-top__content {
	width: 50%;
}

.business-top__copy {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.6666666667;
}

.business-top__text {
	font-size: 1.125rem;
	line-height: 2.6666666667;
	margin-top: 1.5rem;
}

.business-top__image-wrap {
	width: 41%;
}

.business-top__image-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 450/450;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.business-center {
	background-color: #e0e0e0;
	padding-top: 4.5rem;
}

.cards {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
}

.card {
	display: flex;
	flex-direction: column;
}

.card__image{
	border-radius: 1.25rem;
	overflow: hidden;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 347/345;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card__body {
	margin-top: 1.6875rem;
}

.card__title {
	color: #2dbbed;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.card__text {
	flex-grow: 1;
	font-size: 1rem;
	line-height: 1.875;
	margin-bottom: 4rem;
	margin-top: 0.625rem;
}

.business-bottom {
	padding-bottom: 7rem;
}

.business-bottom__text {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.business-bottom__contents {
	display: flex;
	flex-direction: column;
	gap: 4.5rem;
	margin-top: 2.875rem;
}

.business-bottom__content {
	align-items: center;
	display: flex;
	gap: min(46px, 2vw);
	justify-content: space-between;
}

.business-bottom__detail {
	flex-shrink: 0;
	width: 64%;
}

.business-bottom__category {
	font-feature-settings: "palt";
	color: #2dbbed;
	font-size: 1.25rem;
}

.business-bottom__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 0.625rem;
}

.business-bottom__items {
	align-items: center;
	display: flex;
}

.business-bottom__item {
	flex-basis: 9.5rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.business-bottom__name {
	font-size: 1rem;
}

.business-bottom__image-wrap {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	max-width: 370px;
}

.business-bottom__analog-image,
.business-bottom__digital-image{
	width: 50%;
}

.business-bottom__analog-image img {
	-o-object-fit: cover;
	aspect-ratio: 178/155;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.business-bottom__digital-image img {
	-o-object-fit: cover;
	aspect-ratio: 175/175;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.button {
	align-items: center;
	background-color: #2372b2;
	border-radius: 1.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	transition: opacity 0.3s;
	width: 8.125rem;
}

.button:hover {
	opacity: 0.7;
}

.company__container {
	display: flex;
	gap: min(80px, 2vw);
	justify-content: space-between;
}

.company__contents {
	flex-shrink: 0;
	max-width: 550px;
	width: 50%;
}

.company__content {
	margin-left: 1rem;
	margin-top: 2.5rem;
}

.company__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.company__items {
	display: flex;
}

.company__name {
	flex-basis: 5.625rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.company__text {
	font-size: 1.125rem;
}

.company__image-container {
	align-items: center;
	display: flex;
	gap: min(48px, 2vw);
	justify-content: center;
	margin-top: 6.25rem;
}

.company__image-container figure {
	border-radius: 1.25rem;
	overflow: hidden;
	width: 100%;
	max-width: 250px;
}

.company__image-container img {
	aspect-ratio: 250/250;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__image-wrap {
	aspect-ratio: 620/770;
	border-radius: 1.25rem 0 0 1.25rem;
	height: auto;
	margin-right: calc((50vw - 50%) * -1);
	overflow: hidden;
	width: 44.29vw;
}

.company__image-wrap img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-bottom {
	padding-bottom: 7rem;
}

.company-bottom__contents {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.company-bottom__list {
	font-size: 1.125rem;
	line-height: 2.6666666667;
	margin-left: 1rem;
	margin-top: 1.875rem;
}

.detail {
	border-bottom: 0.0625rem dotted #000;
	padding-bottom: 4.8125rem;
}

.detail h2 {
	font-size: 1.25rem;
	font-weight: 700;
}

.detail p {
	font-size: 1rem;
	line-height: 3;
	margin-top: 3.5rem;
}

.detail-bottom {
	margin-top: 1.25rem;
	text-align: right;
}

.detail-bottom span {
	margin-right: 1.25rem;
}

.detail-button {
	display: block;
	margin-top: 4.5rem;
	margin-top: 1.25rem;
	text-align: center;
	transition: opacity 0.3s;
}

.detail-button a:hover {
	opacity: 0.7;
}

.drawer {
	background-color: #f7f7f7;
	height: 16.25rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(101%);
	-webkit-transform: translateX(101%);
	transition: transform 0.5s ease;
	width: 100%;
	z-index: 97;
}

.drawer.js-show {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-bottom: 2.125rem;
	padding-left: 1.5625rem;
	padding-top: 3.75rem;
	width: 100%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.drawer__item a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	padding-left: 1rem;
	position: relative;
}

.drawer__item a::before {
	border-bottom: 6px solid transparent;
	border-left: 9px solid #2372b2;
	border-right: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0.75rem;
}

.footer {
	padding-bottom: 5.25rem;
}

.footer__container {
	align-items: center;
	border: 1rem solid #2372b2;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: center;
	padding: 3.125rem 0 1rem;
}

.footer__logo {
	max-width: 20rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 320/39;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.footer__nav {
	border-bottom: 0.0625rem solid #2372b2;
	border-top: 0.0625rem solid #2372b2;
	max-width: 33.125rem;
	padding: 1rem;
	width: 100%;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.footer__nav-item a {
	color: #000;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	transition: opacity 0.3s;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.footer__bottom {
	align-items: center;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	justify-content: center;
}

.footer__info {
	align-items: center;
	display: flex;
}

.footer__address {
	margin-left: 0.375rem;
}

.footer__contact {
	align-items: center;
	display: flex;
}

.footer__fax {
	margin-left: 1rem;
}

.footer__copy-right {
	font-size: 0.75rem;
}

.header {
	background: #fff;
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	/* z-index: 100; */
	z-index: 9999;
}

.header.js-show {
	background-color: #f7f7f7;
}

.header__inner {
	/* align-items: center;
	display: grid;
	grid-template-columns: 300px 1fr;
	padding-bottom: 20px;
	padding-top: 24px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
}

/*追記*/
.header__logo{
	position: relative;
	padding-top: 24px;
	width: 300px;
	z-index: 9999;
}
/*kokomade
*/


.header__logo a {
	transition: opacity 0.3s;
}

.header__logo a:hover {
	opacity: 0.7;
}

.header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 300/36;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.header__nav {
	-moz-column-gap: 60px;
	align-items: center;
	column-gap: 60px;
	display: flex;
	justify-content: end;
}

.header__list {
	-moz-column-gap: 30px;
	align-items: center;
	column-gap: 30px;
	display: flex;
}

.header__list-item a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	transition: color 0.3s;
}

.header__list-item a:hover {
	color: #2372b2;
}

.header__list-item.color-blue a {
	color: #2372b2;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.links {
	background-image: url(../images/common/top/bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.5625rem;
	padding-top: 6.5625rem;
}

.links__inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.links__button {
	border-radius: 1.25rem;
	max-width: 480px;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.links__button img {
	-o-object-fit: cover;
	aspect-ratio: 480/220;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.links__button a:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

.links__text {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	left: 6%;
	position: absolute;
	top: 10%;
}

.mv-lower {
	background-color: #f7f7f7;
	height: 10rem;
	width: 100%;
}

.mv-lower__inner {
	display: flex;
	height: inherit;
}

.mv-lower__title-wrap {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}

.mv__inner {
	position: relative;
}

.mv__image-wrap {
	border: 1rem solid #2372b2;
}

.mv__image-wrap img {
	aspect-ratio: 1065/515;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__copy-wrap {
	bottom: -0.625rem;
	left: 1.875rem;
	position: absolute;
	width: 71%;
}

.mv__copy-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 831/212;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news {
	padding-bottom: 10.3125rem;
}

.news.news--top {
	padding-bottom: 4rem;
}

.news__container {
	align-items: flex-start;
	display: flex;
	gap: min(95px, 2vw);
	justify-content: space-between;
}

.news__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.news__wrap {
	flex-shrink: 0;
	width: 80%;
}

.news__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.news__list--top {
	gap: 1.125rem;
}

.news__item a {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	transition: opacity 0.3s;
}

.news__item--top a {
	gap: 2rem;
}

.news__item a:hover {
	opacity: 0.7;
}

.news__item time {
	color: #000;
	font-size: 0.875rem;
	font-weight: 700;
}

.news__tag {
	align-items: center;
	background-color: #2dbbed;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.875rem;
	justify-content: center;
	width: 6.875rem;
}

.news__name {
	flex-shrink: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 74%;
}

.news__name.news__name--top {
	width: 65%;
}

.news__pagination .wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.news__pagination .wp-pagenavi a,
.news__pagination .wp-pagenavi .first ,
.news__pagination .wp-pagenavi span {
	font-size: 1rem;
	transition: opacity 0.3s;
	border-bottom: 0.0625rem solid transparent;
}

.news__pagination .wp-pagenavi a:hover {
	opacity: 0.7;
}

.news__pagination .wp-pagenavi .current {
	border-bottom: 0.0625rem solid #000;
}

.page-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 68.75rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
}

.page-top__button {
	background-color: #2dbbed;
	border-radius: 50%;
	bottom: 3.125rem;
	cursor: pointer;
	height: 3.8125rem;
	position: fixed;
	right: calc((100% - 1100px) / 2);
	transition: opacity 0.3s;
	width: 3.8125rem;
	z-index: 999;
}

.page-top__button:hover {
	opacity: 0.7;
}

.page-top__button::before {
	border-bottom: 21px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.space-bg {
	background-color: #cfdde9;
	height: 1.875rem;
	width: 100%;
}

.strength {
	padding-bottom: 7rem;
}

.strength__container {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.strength__box {
	display: flex;
	gap: min(100px, 2vw);
	justify-content: space-between;
}

.strength__box:nth-child(2n) {
	flex-direction: row-reverse;
}

.strength__contents {
	margin-top: 0.625rem;
	width: 39%;
}

.strength__content {
	border-bottom: 0.0625rem solid #000;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.25rem;
}

.strength__number {
	color: #2dbbed;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}

.strength__copy {
	color: #000;
	font-size: 2.25rem;
	font-weight: 700;
}

.strength__sub-copy {
	color: #2372b2;
	font-size: 1.125rem;
	font-weight: 700;
}

.strength__text {
	font-size: 1.125rem;
	line-height: 2.6666666667;
	margin-top: 1.5rem;
}

.strength__image-wrap {
	border-radius: 1.25rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 52%;
}

.strength__image-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 570/370;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.title {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	justify-content: center;
}

.title__sub-title {
	color: #2372b2;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
}

.title__sub-title:first-letter {
	color: #2dbbed;
}

.title__sub-title span {
	color: #2dbbed;
}

.title__main-title {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
}

.title-lower {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 1rem;
	position: relative;
}

.title-lower::before {
	background-color: #2372b2;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.1875rem;
}

.title__button-wrap {
	margin-top: 1.5rem;
}

.top-strength {
	padding-bottom: 9.125rem;
}

.top-strength__title .title__box {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.top-strength__container {
	align-items: start;
	display: flex;
	gap: min(78px, 2vw);
	justify-content: space-between;
	margin-top: 2rem;
}

.top-strength__box {
	margin-top: 1rem;
}

.top-strength__list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.top-strength__item {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 2.25rem;
	font-weight: 700;
}

.top-strength__item span {
	color: #2dbbed;
	font-size: 1.25rem;
	margin-right: 1rem;
}

.top-strength__text {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	margin-top: 2.5rem;
}

.top-strength__image-wrap {
	flex-shrink: 0;
	width: 52%;
	border-radius: 1.25rem;
	overflow: hidden;
}

.top-strength__image-wrap img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 530/370;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.page-top__button {
	right: 1.5625rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.layout-business-bottom {
	margin-top: 3.3125rem;
}

.layout-business-top {
	margin-top: 1.875rem;
}

.layout-company-bottom {
	margin-top: 3.75rem;
}

.layout-company {
	margin-top: 2.25rem;
}

.layout-news {
	margin-top: 2.8125rem;
}

.layout-pagenation {
	margin-top: 3.75rem;
}

.layout-strength {
	margin-top: 1.125rem;
}

.layout-top-footer {
	margin-top: 3.125rem;
}

.layout-top-news {
	margin-top: 1.125rem;
}

.layout-top-strength {
	margin-top: 1.5rem;
}

.top-mv {
	margin-top: 3.75rem;
}

.business-top__contents {
	flex-direction: column;
	gap: 1rem;
}

.business-top__content {
	width: 100%;
}

.business-top__copy {
	font-size: 1.5rem;
	line-height: 1.5;
}

.business-top__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.125rem;
}

.business-top__image-wrap {
	width: 90%;
}

.business-center {
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.cards {
	grid-template-columns: repeat(1, 3fr);
}

.card {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.card__body {
	margin-top: 1rem;
}

.card__title {
	font-size: 1.125rem;
}

.card__text {
	line-height: 1.5;
	margin-bottom: 1rem;
	margin-top: 0;
}

.business-bottom {
	padding-bottom: 3.3125rem;
}

.business-bottom__contents {
	gap: 2.5rem;
	margin-top: 2.25rem;
}

.business-bottom__content {
	align-items: flex-start;
	flex-direction: column;
}

.business-bottom__detail {
	width: 100%;
}

.business-bottom__category {
	font-size: 1rem;
}

.business-bottom__list {
	grid-area: 0.625rem;
	margin-top: 0.375rem;
}

.business-bottom__items {
	align-items: flex-start;
	flex-direction: column;
}

.business-bottom__item {
	flex-basis: 0;
	font-size: 1rem;
}

.business-bottom__image-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
}

.button {
	font-size: 0.625rem;
	height: 1.25rem;
	width: 4.0625rem;
}

.company__container {
	display: grid;
	grid-template-areas: "title" "text" "image" "image-box";
	grid-template-columns: 1fr;
}

.company__contents {
	display: contents;
}

.company__title {
	grid-area: title;
}

.company__content {
	grid-area: text;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

.company__list {
	gap: 0.5rem;
}

.company__name {
	flex-basis: 4.5rem;
	font-size: 1rem;
}

.company__text {
	font-size: 1rem;
}

.company__image-container {
	grid-area: image-box;
	margin-top: 1.5rem;
}

.company__image-container figure {
	width: 50%;
}

.company__image-wrap {
	border-radius: 1.25rem;
	grid-area: image;
	margin-right: 0;
	margin-top: 0.625rem;
	width: 100%;
}

.company-bottom {
	padding-bottom: 3.75rem;
}

.company-bottom__contents {
	gap: 4.5rem;
}

.company-bottom__list {
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 0.625rem;
	margin-top: 0.625rem;
}

.detail {
	padding-bottom: 1.5rem;
}

.detail h2 {
	font-size: 1rem;
}

.detail p {
	line-height: 1.6;
	margin-top: 1.5rem;
}

.detail-bottom {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}

.detail-bottom span {
	margin-right: 0.625rem;
}

.detail-button a {
	margin-top: 5.4375rem;
}

.drawer-icon {
	z-index: 9999;
}

.drawer-icon span{
	background-color: #000;
	display: block;
	height: 2px;
	width: 30px;
	transition: all 0.3s ease-in-out;
	position: relative;
	margin: 0;
}

.drawer-icon span:nth-child(1) {
	top: 0;
}

.drawer-icon span:nth-child(2) {
	margin: 6px 0;
}

.drawer-icon span:nth-child(3) {
	top: 0;
}


.drawer-icon.js-show span:nth-of-type(1) {
	transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
}

.drawer-icon.js-show span:nth-of-type(2) {
	opacity: 0;
}

.drawer-icon.js-show span:nth-of-type(3) {
	transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
}

.footer {
	padding-bottom: 2.5rem;
}

.footer__container {
	border: 0.5rem solid #2372b2;
	gap: 0.625rem;
	padding: 2.125rem 0 1.25rem;
}

.footer__logo {
	width: 63%;
}

.footer__bottom {
	line-height: 1.3;
}

.footer__info {
	flex-direction: column;
	justify-content: center;
}

.footer__address {
	margin-left: 0;
}

.footer__contact {
	flex-direction: column;
	justify-content: center;
}

.footer__fax {
	margin-left: 0;
}

.header {
	height: 3.75rem;
	transition: background-color 0.3s;
}

.header__inner {
	grid-template-columns: 200px 1fr;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.header__logo{
	width: 200px;
	padding-top: 10px;
}

.inner {
	max-width: 600px;
	padding-left: 25px;
	padding-right: 25px;
}

.links {
	padding-bottom: 2.875rem;
	padding-top: 2.875rem;
}

.links__inner {
	gap: 1rem;
	max-width: 37.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.links__button {
	max-width: 100%;
}

.links__button img {
	aspect-ratio: 311/142;
}

.links__text {
	font-size: 1rem;
}

.mv-lower {
	height: 5rem;
}

.mv__image-wrap {
	border: 0.5rem solid #2372b2;
}

.mv__copy-wrap {
	bottom: 0;
	width: 64%;
}

.news {
	padding-bottom: 6.5625rem;
}

.news.news--top {
	padding-bottom: 1.5rem;
}

.news__container {
	flex-direction: column;
}

.news__title {
	flex-direction: row;
}

.news__title .title__main-title {
	margin-right: 1rem;
}

.news__wrap {
	margin-top: 0.375rem;
	width: 100%;
}

.news__list {
	gap: 0.0625rem;
}

.news__list--top {
	gap: 0.0625rem;
}

.news__item a {
	display: inline-block;
	width: 100%;
}

.news__item time {
	font-size: 0.75rem;
}

.news__tag {
	font-size: 0.625rem;
	height: 0.9375rem;
	margin-left: 0.75rem;
	width: 3.75rem;
}

.news__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin-top: 0;
	white-space: wrap;
	width: 100%;
}

.news__name.news__name--top {
	width: 100%;
}

.page-top {
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.space-bg {
	height: 1rem;
}

.strength__container {
	gap: 2.5rem;
}

.strength__box {
	flex-direction: column;
}

.strength__box:nth-child(2n) {
	flex-direction: column;
}

.strength__contents {
	width: 100%;
}

.strength__content {
	padding-bottom: 0.625rem;
}

.strength__number {
	font-size: 1rem;
	line-height: 1;
}

.strength__copy {
	font-size: 1.5rem;
}

.strength__sub-copy {
	font-size: 0.75rem;
	line-height: 1;
}

.strength__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.strength__image-wrap {
	margin-top: 1.5rem;
	width: 100%;
}

.title {
	gap: 0;
}

.title__sub-title {
	font-size: 2.25rem;
}

.title__main-title {
	font-size: 1.25rem;
}

.title-lower {
	font-size: 1.5rem;
	padding-left: 0.625rem;
}

.title__button-wrap {
	margin-top: 0;
}

.top-strength {
	padding-bottom: 4.375rem;
}

.top-strength__title .title__bottom-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.top-strength__container {
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 0;
}

.top-strength__list {
	gap: 0;
}

.top-strength__item {
	font-size: 1.5rem;
}

.top-strength__item span {
	font-size: 0.75rem;
	margin-right: 0.5rem;
}

.top-strength__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.top-strength__image-wrap {
	width: 100%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.page-top {
	max-width: 20.1875rem;
}

}


/*# sourceMappingURL=style.css.map */
