@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
.wrap,
#navi,
#main,
.container,
.content,
.article {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0px !important;
	margin-top: 0px !important;
	scroll-behavior: smooth;
}

#container {
	margin-top: 100px; /* ヘッダーの高さぶん避ける */
	scroll-behavior: smooth;
}

.top-mov-title,
.top-mov-sub-title,
.toppage-section-title,
.toppage-section-sub-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.top-mov-title.visible,
.top-mov-sub-title.visible,
.toppage-section-title.visible,
.toppage-section-sub-title.visible {
  opacity: 1;
  transform: translateY(0);
}

.toppage-section-title {
	line-height: 140%;
}

.view-more-project-link {
	display: none !important;
}

.recruit-page-category-btns a.wp-block-button__link {
  pointer-events: none;
}

.entry-content {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.nowrap-columns {
	white-space: nowrap;
}

.is-nowrap {
  white-space: normal !important;
}

.single-post-img {
	width: 920px;
	max-width: 920px;
}

.wp-block-navigation__responsive-container-open svg {
  display: none !important;
}

.wp-block-navigation__responsive-container-open {
	background-image: url('https://47partners.jp/wp-content/uploads/2025/04/hamburger-menu-img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border: none;
}

.wp-block-navigation__responsive-container-close svg {
	display: none !important;
}

.wp-block-navigation__responsive-container-close {
	background-image: url('https://47partners.jp/wp-content/uploads/2025/04/hamburger-menu-close-img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px !important;
	height: 40px !important;
	border: none;
}

.service-text {
	max-width: 640px !important;
}

.recruit-cover {
	height: auto;align-content
}
.recruit-cover .wp-block-cover__image-background {
  height: 100% !important;
  width: 100%;
}

/* フォント */
body {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0px;
	margin: 0 auto;
	padding: 0 auto;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0px;
	margin: 0 auto;
	padding: 0 auto;
}
.president_name {
	font-family: 'Zen Old Mincho', sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0px;
}
.toppage-sdgs-section-title {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0px;
	margin: 0 auto;
	padding: 0 auto;
}

/* ヘッダー */
/* デフォルトヘッダー */
header,
#header-container {
	display: none;
}
/* 自作ヘッダー */
.my-header {
	width: 100% !important;
    height: 100px !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.myheader-logo-area {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.myheader-logo {
	max-width: 363px !important;
	max-height: 60px !important;
}

.myheader-logo a:hover {
    opacity: 0.6;
	cursor: pointer;
}

.myheader-nav-area .wp-block-navigation-item {
	background: transparent !important;
	font-size: 20px !important;
	color: #083040 !important;
	width: 150px !important;
	height: 36px !important;
	border-radius: 100px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	justify-content: center;
	align-content: center;
/* 	margin-left: 10px;
	margin-right: 10px;
	color: #083040;
	font-size: 16px;
	font-weight: 600;
	width: 136px !important;
	height: 36px !important; */
}

/* .my-header-contact-btn */
.myheader-nav a:hover {
	background-color: #1780AA !important;
	line-height: 8px;
	color: white !important;
	width: 150px !important;
	height: 36px !important;
	border-radius: 100px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	justify-content: center;
	align-content: center;
/* 	transition: 0.3s; */
}

/* .my-header-contact-btn:hover,
.my-header-contact-btn .wp-block-navigation-item__content:hover {
    opacity: 0.6;
	cursor: pointer;
	color: white !important;
} */

/* フッター */
/* デフォルトフッター */
#footer {
	display: none;
}
/* 自作フッター */
.my-footer a {
	pointer-events: auto;
}

.page-header {
	margin-left: 80px;
}

.page-content {
	width: 1440px !important;
	max-width: 1440px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.single-post-category {
	border-radius: 100px;
	background-color: background: #74B3CC;
}

.single-post-category-text {
	margin-left: 10px !important;
	margin-right: 10px !important;
	font-family: Zen Maru Gothic;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 5%;
	color: #FFFFFF;
}

.entry-title {
	display: none;
}

.wp-block-group {
	max-width: 100%;
}

.my-post-list .taxonomy-category {
	margin-top: 20px;
	margin-bottom: 10px;
}

.my-post-list .taxonomy-category a {
	pointer-events: none;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #74B3CC !important;
	color: white !important;
	border-radius: 100px;
	font-size: 12px !important;
	text-align: center;
}

.my-post-list .taxonomy-category span {
	display: inline-block;
	width: 10px !important;
	height: 20px !important;
	margin-bottom: 5px !important;
	visibility: hidden;
}

.my-post-list h2 {
	all: unset;
	font-family: Zen Maru Gothic;
	font-weight: 500;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 5%;
	pointer-events: auto;
}

.my-post-list h2 a {
	color: #083040;
}

.my-post-list h2:hover {
    opacity: 0.6;
}

.my-post-list h2 a,
.post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* リンク */
a {
	text-decoration: none;
}

.underline-link {
	text-decoration-line: underline;
	text-decoration-color: #338FB5;	
}

.underline-link:hover {
    opacity: 0.6;
	text-decoration: none;
}

.wp-block-button__link {
	box-shadow: 5px 5px 10px 0px #0000001A;
}

.contact-btn {
	border-radius: 100px;
	box-shadow: 5px 5px 20px 0px #0000001A;
}

.margin-left-and-right-0px {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.section-title-image,
.section-title-image img {
	height: 100% !important;
	max-height: 86px !important;
}

.wp-block-button__link {	
	font-weight: 500 !important;
}

.toppage-button,
.view-more-btn {
	width: 200px !important;
	height: 50px !important;
}

.join-us-btn {
	width: 200px !important;
	height: 50px !important;
	box-shadow: 5px 5px 20px 0px #0000001A;
}

.contact-btn,
.footer-btn,
.post-go-back-btn {
	width: 160px !important;
	height: 50px !important;
}

.toppage-button a:hover,
.join-us-btn a:hover,
.contact-btn a:hover,
.footer-btn a:hover,
.view-more-btn a:hover,
.post-go-back-btn a:hover {
	background-color: #0B5978 !important;
	box-shadow: none !important;
	font-size: 20px !important;
	color: white !important;
	transition: 0.3s;
}

.scroll-button {
	display: inline-block;
	height: 32px;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 100px;
	background: #1780AA;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 22px;
	border: none;
	cursor: pointer;
}

.scroll-button:hover {
  color: #fff;
  opacity: 0.6;
}

#regional-development-support-section,
#local-business-management-support-section,
#tourism-pr-support-section,
#relocation-settlement-policy-support-section,
#young-community-project-section,
#other-regional-support-section {
  padding-top: 80px;
}

.wp-block-button,
.wp-block-buttons,
.filter-button {
    pointer-events: auto;
}

.wp-block-button a:hover,
.filter-button a:hover {
	color: white;
	box-shadow: none !important;
/*     opacity: 0.6 !important; */
}

.filter-button {
  padding: 5px 20px;
  text-align: center;
  line-height: 8px;
	height: 32px;
	gap: 10px;
	border-radius: 100px;
	border: none;
	background-color: #1780AA;
	color: white;
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif !important;
	font-size: 18px !important;
	font-weight: bold;
	opacity: 0 !important;
	transform: scale(0.98) !important;
}

.fade-in-up.show.filter-button.active {
	opacity: 1;
	transform: scale(1) !important;
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in-up.show.filter-button:not(.active) {
	opacity: 0.6 !important;
	transform: scale(1) !important;
	transition: opacity 1.5s ease, transform 1.5s ease;
}

.footer-btn {
	font-family: Montserrat !important;
	font-weight: 600px !important;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 5%;
}

.right-alignment {
	margin-left: auto !important;
}

.company-page-information-content {
	padding-bottom: 80px;
}

/* トップページ */
.service-content,
.project-content,
.news-content,
.sdgs-content-1,
.sdgs-content-2,
.recruit-content,
.contact-content,
.contact-main-content {
	display: block !important;
	width: 100%;
	max-width: 1440px !important;
	margin: auto;
}

.partner-content,
.partner-content-child,
.company-content {
	justify-content: center;
	margin: auto !important;
	width: 1440px !important;
	max-width: 1440px !important;
}

.top-page-sdgs-section {
  position: relative;
}

.sdgs-content-2-column-mans {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 255px !important;
}

.sdgs-content-2 {
	display: flex;
	justify-content: flex-end;
}

.company-column-text {
	width: 100%;
	white-space: nowrap;
}

.company-column-img {
	width: 100%;
	margin-left: auto !important;
}

.wp-block-button {
	position: relative;
	z-index: 10;
}
.company-column-img img {
	position: relative;
	z-index: 1;
}

.sdgs-grid {
	width: 100%;
	max-width: 1440px !important;
	margin: auto !important;
}

.contact-section {
  position: relative;	
}

.contact-content-woman-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 296px !important;	
}

.contact-main-content {
	display: flex;
	justify-content: flex-end;
}

.contact-content-2 {
	width: 72% !important;
	max-width: 920px !important;
	margin-left: auto !important;
	box-shadow: 5px 5px 20px 0px #0000001A;
}

.recruit-content p {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	padding: 0px !important;
}

.company-column-img {
    max-width: 433px;
    max-heigt: 487px;
}

.partner-grid-container {
	width: 100%;
	display: flex;
	column-gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center !important;
}

.partner-grid-container figure.aligncenter {
    margin: 0 !important;
	align-items: center;
	justify-content: center !important;
}

.partner-logo-01,
.partner-logo-02,
.partner-logo-03,
.partner-logo-04,
.partner-logo-05,
.partner-logo-06,
.partner-logo-07,
.partner-logo-08 {
	display: flex;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-width: 1px;
	height: 125px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-shadow: 5px 5px 50px 0px #00000000;
    margin: 0 !important;
	align-items: center;
	justify-content: center !important;
}

.partner-logo-01 img {
	width: 327.59px;
	height: 65px;
    margin: 0 !important;
}

.partner-logo-02 img {
	width: 242px;
	height: 70px;
    margin: 0 !important;
}
.partner-logo-03 img {
	width: 218px;
	height: 80px;
    margin: 0 !important;
}
.partner-logo-04 img {
	width: 109px;
	height: 100px;
    margin: 0 !important;
}
.partner-logo-05 img {
	width: 91px;
	height: 100px;
    margin: 0 !important;
}
.partner-logo-06 img {
	width: 196px;
	height: 70px;
    margin: 0 !important;
}
.partner-logo-07 img {
	width: 276px;
	height: 70px;
    margin: 0 !important;
}
.partner-logo-08 img {
	width: 296px;
	height: 50px;
    margin: 0 !important;
}

.partner-logo-01:hover,
.partner-logo-02:hover,
.partner-logo-03:hover,
.partner-logo-04:hover,
.partner-logo-05:hover,
.partner-logo-06:hover,
.partner-logo-07:hover,
.partner-logo-08:hover {
    opacity: 0.6;
	cursor: pointer;
}

.contact-columns {
	display: flex;
	justify-content: center;
}

.contact-column-mail {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 40px !important;
}

.contact-column-tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 40px !important;
}

.cat-label{
	padding-top: 80px;
	font-size: 80px;
}


.post-template-default .wp-container-core-group-is-layout-1 {
	padding-bottom: -112.4px;
}

/* お問い合わせフォーム */
.wpforms-form input,
.wpforms-form textarea {
  border: 1px solid #1780AA !important;
}

.wpforms-form button[type="submit"] {
	width: 210px !important;
	height: 50px;	
	background-color: #1780AA !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	box-shadow: 5px 5px 10px 0px #0000001A !important;
	padding: 5px 20px !important;
	border: none !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	display: block !important;
	margin-left: auto !important; 
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif !important;
}

.wpforms-submit:hover,
#wpforms-submit-438:hover {
	background-color: #0B5978 !important;
	box-shadow: none !important;
	font-size: 20px !important;
	color: white !important;
	transition: 0.3s;
	cursor: pointer;
}

/* 投稿一覧 */
#post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 60px !important;
	width: 100%;
	max-width: 1440px;
}

.post-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.post-item a img {
    width: 100%;
    height: auto;
}

.post-category {
    text-align: left;
	padding-top:20px;
	padding-bottom: 10px;
}

.post-category-item {	
    display: inline-block;
    margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #74B3CC;
	border-radius: 100px;
	font-size: 12px;
}

.post-title {
    text-align: left;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 40px !important;
}

.post-title a {
	color: #083040;
}
.post-title a:hover {
    opacity: 0.6;
}

.copyright {
	color: #fff !important;
}

/* カルーセルスライダー */
.slide-container {
	width: 100vw;
	display: flex;
	align-items: center;
	overflow: hidden;
	flex-direction: row;
}
.slide-wrapper {
	display: flex;
	flex-direction: row;
	animation: slide-flow 20s infinite linear 1s both;
}
.slide {
	width: 600px;
	margin-left: 20px;
	margin-right: 20px;
	object-fit: cover;
}
@keyframes slide-flow {
	0% {transform: translateY(0);}
	100% {transform: translateX(-100%);}
}
.slide-container:hover .slide-wrapper {
	animation-play-state: paused;
 }
 .slide-paused:hover .slide-wrapper img:hover {
	 opacity: .8;
	 cursor: grabbing;
 }

.page-id-11 .top-page-project-section .my-post-list figure,
.page-id-11 .top-page-project-section .my-post-list figure a,
.page-id-11 .top-page-project-section .my-post-list img {
	height: 401px !important;
	width: 100%;
}

#post-list .post-item a img {
	height: 267px !important;
	width: 100%;
	border-radius: 10px;
}

.page-header-line {
	width: 20px;
	height: 2px;
	background-color: #91a7c0;
	display: inline-block;
	margin-top: 15px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
	margin: 0px !important;
	width: 100vw !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	background-color: #E8F2F6;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100vw !important;
	height: 100vh !important;
	text-align: center !important;
	padding: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-navigation__responsive-container-content {
	padding-top: 0px !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__label {
	display: flex !important;
/* 	text-align: center !important; */
}

.wp-block-navigation__responsive-container.is-menu-open .myheader-nav {
	display: flex !important;
	justify-content: center !important;
}

.wp-block-navigation__responsive-container.is-menu-open .myheader-nav li {
	background: transparent !important;
	color: #083040 !important;
	width: auto !important;
	height: auto !important;
	font-size: 18px !important;
	border-radius: 0 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .myheader-nav a:hover {
	background: transparent !important;
	color: #083040 !important;
	width: auto !important;
	height: 30.1px !important;
	font-size: 18px !important;
	border-radius: 0 !important;
	opacity: 0.6 !important;
}

.wp-block-navigation__responsive-container-close {
	margin-right: 20px;
	margin-top: 38px;
}

#modal-1-content {
  position: relative;
}

html.has-modal-open #modal-1-content::before {
	display: block;
	position: relative;
	text-align: center !important;
	content: "";
	background-image: url('https://47partners.jp/wp-content/uploads/2025/03/logo_47partners_top.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 220px;
	height: 36px;
	margin: 0 auto 60px auto;
}

html:not(.has-modal-open) .my-header-top-button {
  display: none;
}

html.has-modal-open .wp-block-navigation__container {
	display: flex;
	justify-content: center;
}

html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

html.has-modal-open .wp-block-navigation__container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
}
	
.top-mov-title {
	line-height: 1.4 !important;
	letter-spacing: 5% !important;
}
	
.top-mov-sub-title {
	line-height: 1.4 !important;
	letter-spacing: 5% !important;
}

.wp-block-group.footer-nav a {
	display: inline-block;
}

.wp-block-group.footer-nav a:hover {
	color: #fff !important;	
	transform: scale(1.05);
	opacity: 0.6;
}

/* アニメーション */
.section-title-image {
  opacity: 0;
  transform: translateX(30px); /* 右に30pxずらしておく */
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}

/* 表示トリガー用のクラスを付けるとアニメーションが始まる */
.section-title-image.show {
  opacity: 1;
  transform: translateX(0);
}

/* 要素の拡大フロートイン */
.fade-in-up {
  opacity: 0 !important;
  transform: scale(0.98) !important;
}

.fade-in-up.show {
	opacity: 1 !important;
	transform: scale(1) !important;
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.section-title-image-service { width: 554px; }
.section-title-image-project { width: 592.5px; }
.section-title-image-news { width: 385px; }
.section-title-image-company { width: 675px; }
.section-title-image-partner { width: 608.5px; }
.section-title-image-sdgs { width: 336px; }
.section-title-image-joinus { width: 530.5px; }
.section-title-image-contact { width: 622px; }
.section-title-image-information { width: 867px; }
.section-title-image-message { width: 620px; }
.section-title-image-recruit { width: 566.5px; }
.section-title-image-policy { width: 476.5px; }
.section-title-image-detail { width: 458px; }

/************************************
** モバイルメニューブレークポイント変更用のメディアクエリ
************************************/
/* デフォルトのブレークポイント無効化. */
@media (min-width: 600px) {
  /* メニューを非表示. */
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  /* Openボタン（ハンバーガーボタン）を表示. */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

/* 新しいブレークポイント設定. */
@media (min-width: 1200px) {
  /* メニューを表示. */
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  /* Openボタン（ハンバーガーボタン）を非表示. */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/* PC */
@media screen and (max-width: 1600px) {
	.wp-block-group.service-content,
	.wp-block-group.project-content,
	.wp-block-group.news-content,
	.wp-block-group.sdgs-content-1,
	.sdgs-content-2,
	.wp-block-group.recruit-content,
	.wp-block-group.contact-content,
	.contact-main-content,
	.wp-block-group.partner-content {
		display: flex;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
	.wp-block-group.company-content {
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
@media screen and (max-width: 1440px) {
	.wp-block-group.service-content,
	.wp-block-group.project-content,
	.wp-block-group.news-content,
	.wp-block-group.sdgs-content-1,
	.sdgs-content-2,
	.wp-block-group.recruit-content,
	.wp-block-group.contact-content,
	.contact-main-content,
	.page-content {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
	.wp-block-group.company-content,
	.page-content {
		max-width: 1440px !important;
		width: 100% !important;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
	.wp-block-group.partner-content {
		display: flex !important;
		justify-content: flex-end !important;
		width: 100% !important;
		max-width: 1440px !important;
		margin-right: 0 !important;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
	.single-post-img {
		width: 100% !important;
		max-width: 920px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.partner-content-child {
		margin-left: auto !important;
		display: block !important;
		width: fit-content !important;
	}
	
	.partner-content-child p {
		width: 100%;
		white-space: wrap !important;
	}
	
	.partner-logo-01 figure,
	.partner-logo-02 figure,
	.partner-logo-03 figure,
	.partner-logo-04 figure,
	.partner-logo-05 figure,
	.partner-logo-06 figure,
	.partner-logo-07 figure,
	.partner-logo-08 figure {
		max-height: 100% !important;
		max-width: 100% !important;
	}
	.partner-logo-01 img,
	.partner-logo-02 img,
	.partner-logo-03 img,
	.partner-logo-04 img,
	.partner-logo-05 img,
	.partner-logo-06 img,
	.partner-logo-07 img,
	.partner-logo-08 img {
		max-height: 100% !important;
		max-width: 100% !important;
		object-fit: contain !important;
		padding: 10px !important;
	}
}


@media screen and (max-width: 1340px) {
	.service-columns {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 0px !important;
	}
	
	.service-column-sub-title {
		margin-top: 20px !important;
	}
	
	.contact-column-title {
		font-size: 18px !important;
	}
	
	.toppage-section-sub-title {
		padding-bottom: 40px !important;
		margin-bottom: 0px !important;
	}
	
	.contact-column-comment {
		font-size: 16px !important;
	}
	
	.company-content-columns {
		flex-direction: column;
		align-items: flex-start;		
	}
	
	.company-column-img {
		width: 480px !important;
		margin-top: -100px !important;
	}
	
	.company-content-child *　{
		width: 100% !important;
	}
	
	.my-footer-logo img {
		height: 40px !important;
	}
	
	.footer-content {
		margin-left: 30px;
		margin-right: 30px
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.footer-content .wp-block-group {
		padding-left: 0px !important;
		margin-bottom: 40px !important;
	}
	
	.footer-content-detail {
		width: 100vw;
		height: 480px !important;
		padding-top: 0px !important;
	}
	
	.wp-block-group.footer-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 5% !important;
		margin-left: 0px !important;
	}
	
	.footer-content .wp-block-buttons {
		padding-bottom: 30px !important;
	}
	
	.myheader-nav,
	.myheader-nav li,
	.myheader-nav li a {
		justify-content: center !important;
		text-align: center !important;
		display:none;
	}
	
	.wp-block-navigation__responsive-container-open {
		display: inline-flex !important;
	}
	
	.copyright,
	.copyright-content {
		max-width: 100% !important;
		text-align: start !important;
		margin-right: auto !important;
	}
	
	.footer-content {
		height: 510px !important;
		margin-right: 30px !important;
	}
	
	.wp-block-group.footer-content-detail {
		height: 357px !important;
		margin: 0px !important;
	}
	.wp-block-group.my-footer-logo-group {
		margin: 0px !important;
	}
	
	.my-footer-logo {
		margin-top: 40px !important;
	}
	
	.wp-block-group.my-footer-main-content {
		margin: 0px !important;
		padding: 0px !important;
	}
	.wp-block-group.footer-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px !important;
		margin-left: 0px !important;
		margin-top: 40px !important;
		margin-bottom: 30px !important;
		padding-bottom: 0px !important;
	}
	
	.wp-block-button.footer-btn {
		margin-bottom: 10px !important;
	}
	
	p.copyright-content {
		margin-top: 20px !important;
	}
	
	#post-list .post-item a img {
		height: 200px !important;
		width: 100%;
	}
	
	.section-title-image-service {width: 322px !important;}
	.section-title-image-project { width: 344.5px !important; }
	.section-title-image-news { width: 223.5px !important; }
	.section-title-image-company { width: 392.5px !important; }
	.section-title-image-partner { width: 353.5px !important; }
	.section-title-image-sdgs { width: 195px !important; }
	.section-title-image-joinus { width: 308.5px !important; }
	.section-title-image-contact { width: 361.5px !important; }
	.section-title-image-information { width: 504px !important; }
	.section-title-image-message { width: 360.5px !important; }
	.section-title-image-recruit { width: 329.5px !important; }
	.section-title-image-policy { width: 277px !important; }
	.section-title-image-detail { width: 266px !important; }
	
	.section-title-image,
	.section-title-image img {
		height: 100% !important;
		max-height: 50px !important;
	}
}

/* タブレット */
@media screen and (max-width: 960px) {	
	#post-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
    	gap: 20px;
    	margin-top: 60px;
		width: 100%;
		max-width: 1440px;
	}
	
	.my-post-list li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.my-post-list .wp-block-columns {
		gap: 20px;
	}
	
	.post-title {
		font-size: 16px !important;
		margin-bottom: 30px !important;
	}
	
	.single-post .wp-block-buttons {
		display: flex;
		justify-content: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.top-mov-title {
		font-size: 2.5rem !important;
	}
	.top-mov-sub-title {
		font-size: 1.5rem !important;
	}

	.page-content {
		font-size: 16px !important;
	}

	.sdgs-content-2 {
		margin-right: 30px;
	}
	
	.service-content .wp-block-buttons {
		display: flex;
		justify-content: flex-start;
	}
	
	.project-content .wp-block-buttons,
	.news-content .wp-block-buttons {
		display: flex;
		justify-content: center;
	}

	.service-columns {
		flex-direction: column;
	}
	
	.service-column-sub-title {
		padding-left: 0px !important;
	}
	
	.partner-grid-container {
		width: 100%;
		display: flex;
		column-gap: 40px;
		row-gap: 20px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center !important;
	}
	
	.partner-grid-container figure.aligncenter {
		margin: 0 !important;
	}
	
	.page-header {
		margin-left: 30px;
	}
	
	.company-column-text {
		white-space: wrap;		
	}
	
	.page-id-426 .page-content .wp-block-columns {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	
	.page-id-435 .page-content .wpforms-description[style*="font-size"] {
		font-size: 16px !important;
	}
	
	.wpforms-form button[type="submit"] {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.copyright {
		max-width: 100% !important;
		margin-right: auto !important;
	}
	
	.slide {
		max-width: 400px;
	}
	
	.page-id-11 .top-page-project-section .my-post-list figure,
	.page-id-11 .top-page-project-section .my-post-list figure a,
	.page-id-11 .top-page-project-section .my-post-list img {
		height: 267px !important;
		max-width: 400px !important;
	}
}
	

@media screen and (max-width: 860px) {
	.wp-block-group.service-content,
	.wp-block-group.project-content,
	.wp-block-group.news-content,
	.wp-block-group.sdgs-content-1,
	.sdgs-content-2,
	.wp-block-group.recruit-content,
	.wp-block-group.contact-content,
	.contact-main-content,
	.page-content {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.wp-block-group.company-content {
		max-width: 1440px !important;
		width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.page-header {
		margin-left: 0px !important;
		padding-left: 40px !important;
	}
	
	.wp-block-group.partner-content {
		display: flex !important;
		justify-content: flex-end !important;
		width: 100% !important;
		max-width: 1440px !important;
		margin-right: 0 !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	.wp-block-group.is-layout-flex .toppage-section-sub-title {
		padding-bottom: 20px !important;
	}
	
	.section-title-image {
		margin-right: -40px !important;
	}
	
	.contact-content-woman-img {
		display: none;
	}
	
	.contact-main-content {
		padding-left: 80px !important;
	}
	
	.service-content p,
	.project-content p,
	.news-content p,
	.company-content p,
	.partner-content p,
	.sdgs-content-1 p,
	.recruit-content p,
	.contact-content p {
		margin: 0px !important;		
		padding: 0px !important;
	}
	
	.toppage-section-title {
		font-size: 32px !important;	
		margin-bottom: 10px !important;
	}
	
	.company-content .toppage-section-title-company {
		margin-top: 30px !important;
		font-size: 24px !important;
	}
	
	.partner-content .toppage-section-title,
	.sdgs-content-1 .toppage-section-title,
	.contact-content .toppage-section-title {
		margin-top: 30px !important;
	}
	
	.toppage-section-sub-title {
		font-size: 18px !important;	
	}
	
	.text-32px {
		font-size: 32px !important;
	}
	
	.text-20px {
		font-size: 20px !important;
	}
	
	.text-18px {
		font-size: 18px !important;
	}
	
	.text-16px {
		font-size: 16px !important;
	}
	
	.text-14px {
		font-size: 14px !important;
	}
	
	.text-12px {
		font-size: 12px !important;
	}
	
	.wp-block-group .recruit-main-message {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	
	.service-columns {
		flex-direction: column;
	}
	
	.service-column-sub-title .wp-block-columns {
        flex-wrap: nowrap !important;
    }
	
	.sdgs-grid {
		gap: 20px !important;
	}
	
	.sdgs-content-2 {
		display: flex;
		width: 100% !important;
	}
	
	.sdgs-content-2-column {
		display: flex;
		flex-direction: column;
		max-width: 50%;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		align-items: center;
	}

	.sdgs-content-2-column .sdgs-content {
		max-width: 280px;
		margin-bottom: 80px !important;
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	
	.contact-main-content {
		padding-top: 8px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.company-columns {
		flex-direction: column;
		text-align: flex-start;
		justify-content: center
	}
	
	.toppage-company-section-sub-title {
		margin-top :10px !important;
		margin-bottom: 20px !important;
	}
	
	.my-post-list ul {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.sdgs-content-2-column-mans {
		display: none;
	}
	
	.sdgs-grid,
	.contact-content-2 {
		margin: 0px !important;
		width: 100% !important;
		gap: 30px;
	}
	
	.company-page-information-content {
		margin-bottom: 0px;
		padding-bottom: 50px;
	}
	
	.service-content p.top-page-service-text {
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 790px) {
	.top-mov-title {
		font-size: 2rem !important;
	}
	
	.top-mov-sub-title {
		font-size: 1rem !important;
		margin-top: 40px !important;
	}
	
	.section-title-image,
	.section-title-image img {
		height: 100% !important;
		max-height: 50px !important;
	}
}

/* スマホ */
@media screen and (max-width: 540px) {
	
	#post-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
    	gap: 20px;
    	margin-top: 60px;
		width: 100%;
		max-width: 1440px;
	}
	
	.wp-container-content-2 {
		flex-basis: 80vh !important;
	}
	
	.my-post-list li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	.my-post-list .wp-block-columns {
		gap: 20px;
	}
	
	.post-title {
		font-size: 14px !important;
		margin-bottom: 30px !important;
	}
	
	#container {
		margin-top: 66px !important; /* ヘッダーの高さぶん避ける */
	}
	
	.page-id-11 #container {
		margin-top: 0px !important; /* ヘッダーかぶせる */
	}
	
	.page-header-wrapper {
		margin-top: 0px !important;
		flex-basis: 60px !important;
		height: 60px !important;
	}
	
	.page-header {
		padding-top: 19px !important;
	}
	
	.page-header p {
		font-size: 12px !important;
	}
	
	.service-page-section-content {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.service-section-number-img {
		width: 40px !important;
	}
	
	.service-section-main-text {
		font-size: 16px !important;
	}
	
	.service-section-sub-text {
		font-size: 12px !important;
	}
	
	.category-buttons {
		gap: 5px !important;
	}
	.filter-button {
		margin-bottom: 5px !important;
	}
	
	.page-id-382 .page-content .information-page-information-section-content .wp-block-columns,
	.page-id-382 .page-content .president-message .wp-block-columns,
	.page-id-426 .page-content .wp-block-columns {
		display: flex;
		flex-direction: column;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		gap: 10px;
	}
	
	.president_name {
		font-size: 20px !important;
	}
	
	.page-content {		
		font-size: 12px !important;
	}
	
	.page-id-382 .page-content {
		padding-top: 0px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.page-id-382 .page-content .text-20px {
		font-size: 16px !important;
	}
	
	.page-id-382 .page-content .wp-block-column,
	.page-id-426 .page-content .wp-block-column {
		flex: 0 1 auto !important;
		width: fit-content !important;
		height: fit-content !important;
	}
	
	.president-sign {
		width: 264px;
		margin-bottom: 20px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.page-id-426 .toppage-button {
		font-size: 16px !important;
	}
	
	.top-mov-title {
		font-size: 1.75rem !important;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.4 !important;
		letter-spacing: 5% !important;
	}
	
	.top-mov-sub-title {
		font-size: 1rem !important;
		margin-top: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.4 !important;
		letter-spacing: 5% !important;
	}
	
	.my-header {
    	height: 66px !important;
	}
	.myheader-logo-area {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.myheader-logo-area img,
	.myheader-logo-area figure,
	.footer-content .my-footer-logo-group .my-footer-logo,
	.footer-content .my-footer-logo-group .my-footer-logo img {
		max-height: 36px !important;
		max-width: 220px !important
	}
	
	.wp-block-group.is-layout-flex .toppage-section-sub-title {
		padding-bottom: 20px !important;
	}
	
	.project-content .toppage-button,
	.news-content .toppage-button,
	.company-content .toppage-button {
		margin-left: 0px !important;
		margin-right: auto !important;
	}
	
	.service-content .wp-block-buttons,
	.company-content .wp-block-buttons {
		padding-top: 30px !important;
	}
	
	.service-columns {
		padding-bottom: 60px !important;
	}
	
	.service-text-columns {
		flex-direction: column;
	}
	
	.service-text-columns-sub-text {
		margin-top:10px !important;
		margin-bottom: 10px !important;
	}
	
	.news-content .wp-block-buttons,
	.project-content .wp-block-buttons {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	
	.my-post-list .wp-block-columns {
		gap: 30px;
	}
	
	.toppage-section-title {
		margin-top: 0px !important;
		margin-bottom: 5px !important;
	}
	
	.toppage-section-sub-title {
		margin-top: 0px !important;
	}
	
	.company-content .toppage-section-title,
	.partner-content .toppage-section-title,
	.sdgs-content-1 .toppage-section-title,
	.contact-content .toppage-section-title {
		margin-top: 0px !important;
	}
	
	.partner-grid-container {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		column-gap: 20px;
		row-gap: 20px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center !important;
		padding-top: 10px !important;
		padding-bottom: 50px !important;
	}
	
	.partner-grid-container figure.aligncenter {
		margin: 0 !important;
	}
	
	.partner-grid-container img {
		width: auto;
		object-fit: contain;
	}
	
	.sdgs-grid {
		padding-bottom: 60px !important;
	}
	
	p.recruit-sub-message {
		font-size: 14px !important;
	}
	
	.recruit-content .has-bottom-margin.is-style-bottom-margin-2em {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.section-title-image {
		margin-top: 20px !important;
		margin-right: -20px !important;
	}	
	
	.contact-columns {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: center;
		height: 100% !important;
		padding: 20px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.contact-column {
		display: flex;
		flex-direction: column;
		height: 100vh;
		width: 100vw;
		align-items: center;
		justify-content: center;
	}
	
	.contact-column-mail,
	.contact-column-tel {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.contact-column-tel-all {
		border-left: none;
		border-top: 1px solid #D9D9D9;
	}

	
	.contact-column {
		height: 340px !important;
	}
	
	.contact-main-content .contact-content-2 {
		display: flex;
		text-align: center;
		margin-bottom: 50px !important;
		width: 100% !important;
	}
	
	.contact-content-2 .wp-block-buttons {
		padding-top: 20px !important;
		padding-bottom: 30px !important;
	}
	
	.wp-block-group.service-content,
	.wp-block-group.project-content,
	.wp-block-group.news-content,
	.wp-block-group.sdgs-content-1,
	.sdgs-content-2,
	.wp-block-group.recruit-content,
	.wp-block-group.contact-content,
	.wp-block-group.company-content,
	.wp-block-group.partner-content,
	.contact-main-content,
	.page-content {
 		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	figure.wp-block-image {
		padding-top: 0 !important;
	}
	
	.contact-columns figure.wp-block-image {
		width:120px !important;
		height: 120px !important;
	}

	.company-columns {
		flex-direction: column;
		margin-bottom: -150px !important;
	}

	.company-column-text {
		display: block;
		height: auto;
	}
	
	.company-column-img {
		display: block;
		padding-top: 350px !important;
	}
	
	.company-columns .wp-block-buttons {
		padding-bottom: 0px !important;
	}
	
	.wp-block-column,
	.company-column-text {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.company-column-img {
		width: 100% !important;
	}
	
	.partner-content {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	
	.entry-content .has-cocoon-white-background-color {
		margin-top: 0px !important;
	}
	
	.page-header-border img {
		padding-top: 15px !important;
		height: 2px !important;
		width: 20px !important;
	}
	
	.wpforms-form label {
		font-size: 14px !important;
	}
	
	.page-id-435 .page-content .wpforms-description[style*="font-size"] {
		font-size: 12px !important;
	}
	
	.wpforms-form button[type="submit"] {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.page-header {
		display: flex;
		flex-direction: column;
	}
	
	.post-page-title-in-header {
		font-size: 12px !important;
	}
	
	.post-page-title {
		font-size: 16px !important;
	}
	
	.page-content-img-and-text {
		margin-top: 40px !important;
	}
	
	.page-header {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.page-content-text {
		font-size: 12px !important;
	}
	
	.view-more-project-link a {
		font-size: 14px !important;
	}
	
	.go-apply-buttons-columns {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
	}
	
	.go-apply-buttons {		
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.centered-element {
		width: fit-content !important;
	}
	
	.recruit-page-category-btns {
		padding-bottom: 0px !important;
	}
	
	.section-title-image,
	.section-title-image img {
		height: 100% !important;
		max-height: 36px !important;
	}
	
	.section-title-image-service { width: 232px !important; }
	.section-title-image-project { width: 248px !important; }
	.section-title-image-news { width: 161px !important; }
	.section-title-image-company { width: 282.5px !important; }
	.section-title-image-partner { width: 254.5px !important; }
	.section-title-image-sdgs { width: 140.5px !important; }
	.section-title-image-joinus { width: 222px !important; }
	.section-title-image-contact { width: 260.5px !important; }
	.section-title-image-information { width: 363px !important; }
	.section-title-image-message { width: 259.5px !important; }
	.section-title-image-recruit { width: 237px !important; }
	.section-title-image-policy { width: 199.5px !important; }
	.section-title-image-detail { width: 191.5px !important; }

	.section-title-image,
	.section-title-image img {
		height: 100% !important;
		max-height: 36px !important;
	}
	
	.contact-column {
		height: 318px !important;
		max-height: 318px !important;
	}

	.page-id-11 .contact-column-mail .wp-block-buttons,
	.page-id-11 .contact-column-tel .wp-block-buttons,
	.page-id-435 .contact-column-mail .wp-block-buttons,
	.page-id-435 .contact-column-tel .wp-block-buttons {
		margin-top: 0px !important;
		padding-top: 20px !important;
		padding-bottom: 0px !important;
	}
	
	.wp-block-group .recruit-main-message {
		font-size: 20px !important;
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
	
	.recruit-section,
	.wp-block-group.recruit-section .wp-block-cover.recruit-cover,
	.wp-block-group.recruit-section .wp-block-cover.recruit-cover img,
	.wp-block-group.recruit-section .wp-block-cover.recruit-cover span {
		height: 320px !important;
	}
	
	.recruit-section .wp-block-cover, .wp-block-cover-image {
		min-height: 320px !important
	}
	
	.page-id-11 .recruit-content  {
		margin-top: 0px !important;
	}
	
	.section-title-image-joinus {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	
	.page-id-11 .wp-block-buttons {
		margin-top: 0px !important;
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	
	.recruit-content .wp-block-buttons {
		padding-bottom: 13.5px !important;
	}
	
	.service-columns {
		padding-bottom: 0px !important;
	}
	
	.page-id-426 .wp-block-buttons {
		margin-top: 0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.recruit-page-category-btns {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.recruit-page-category-btns .wp-block-buttons,
	.recruit-page-category-btns .wp-block-buttons.wp-block-button {
		display: flex;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.recruit-page-category-btn {
/* 		height: 32px;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
		font-weight: bold; */
	}
	
	.wp-block-button.footer-btn a {
		font-size: 14px !important;
	}
	
	html.has-modal-open .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: 20px !important;
	}
	
	html.has-modal-open #modal-1-content::before {
		margin: 0 auto 40px auto;
	}
	
	.slide {
		width:300px;
	}
	
	.policy-title {
		font-size: 16px !important
	}
	
	.policy-text {
		font-size: 14px !important
	}
	
	.service-content p.top-page-service-text {
		margin-top: 0px !important;
	}
	
	.partner-logo-01,
	.partner-logo-02,
	.partner-logo-03,
	.partner-logo-04,
	.partner-logo-05,
	.partner-logo-06,
	.partner-logo-07,
	.partner-logo-08 {
		height: 80px;
	}
	
	.partner-logo-01 img {
		width: 201.59px;
		height: 40px;
    	margin: 0 !important;
	}
	.partner-logo-02 img {
		width: 172px;
		height: 50px;
    	margin: 0 !important;
	}
	.partner-logo-03 img {
		width: 163px;
		height: 60px;
    	margin: 0 !important;
	}
	.partner-logo-04 img {
		width: 60px;
		height: 55px;
    	margin: 0 !important;
	}
	.partner-logo-05 img {
		width: 60px;
		height: 66px;
    	margin: 0 !important;
	}
	.partner-logo-06 img {
		width: 140px;
		height: 50px;
    	margin: 0 !important;
	}
	.partner-logo-07 img {
		width: 197px;
		height: 50px;
    	margin: 0 !important;
	}
	.partner-logo-08 img {
		width: 296px;
		height: 50px;
    	margin: 0 !important;
	}
	
	.contact-column-comment {
		font-size: 16px !important;
	}
	
	.top-page-company-section-end-img {
		margin-top: 0px !important;
	}
	
	.page-id-11 .my-post-list figure,
	.page-id-11 .my-post-list figure a,
	.page-id-11 .my-post-list img {
		height: 200px !important;
		width: 100% !important;
	}
	
	.page-id-11 .top-page-project-section .my-post-list figure,
	.page-id-11 .top-page-project-section .my-post-list figure a,
	.page-id-11 .top-page-project-section .my-post-list img {
		height: 200px !important;
	}
	
	.wp-block-button__link {
		font-size: 16px !important;
	}
	
	.toppage-button,
	.view-more-btn {
		width: 161px !important;
		height: 46px !important;
		font-size: 16px !important;
	}

	.join-us-btn {
		width: 161px !important;
		height: 46px !important;
		box-shadow: 5px 5px 20px 0px #0000001A;
		font-size: 16px !important;
	}

	.contact-btn,
	.footer-btn,
	.post-go-back-btn {
		width: 130px !important;
		height: 46px !important;
		font-size: 16px !important;
	}

	.toppage-button a:hover,
	.join-us-btn a:hover,
	.contact-btn a:hover,
	.footer-btn a:hover,
	.view-more-btn a:hover,
	.post-go-back-btn a:hover {
		background-color: #0B5978 !important;
		box-shadow: none !important;
		font-size: 18px !important;
		color: white !important;
		transition: 0.3s;
	}
	
	.sdgs-grid {
		gap: 10px !important;
	}
	
	.single-post-category-text {
		font-size: 12px;
	}
	
	.company-content .company-content-columns .toppage-company-section-sub-title {
		font-size: 14px !important;
		margin-bottom: 5px !important;
	}
	
	.company-content .top-page-main-text {
		margin-top: 10px !important;
	}
	
	.service-section-main-text,
	.service-section-sub-text {
		margin-top: 10px !important;
	}
	
	.company-content .toppage-section-title-company {
		font-size: 20px !important;
	}
	
	.company-column-img {
		width: 70% !important;
		height: auto;
	}
	
	.recruit-page-consultant-section {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 400px) {
	.section-title-image-information {
		height: 25px !important;
		width: 252px !important;
	}
}
