/*
Theme Name: ommea
Theme URI: https://arkhe-theme.com/
Version: 3.4.2
Tested up to: 6.1
Requires at least: 5.8
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  font-size: 100%;
  letter-spacing: .05em;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  line-height: 2;
  color: black;
}

p {
  letter-spacing: .1em;
  line-height: 2;
}

#breadcrumb {
  display: none;
}
.l-container {
  padding: 0;
}
.btn {
  padding: 1rem 3rem;
  background-color: #229DDF;
  color: white;
  font-weight: bold;
  border-radius: 0;
}
.w-1080 {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  overflow: unset;
}

#footer {
  background-color: #229DDF;
  color: white;
  padding-top: 2rem;
}

.l-footer__nav {
  justify-content: flex-end;
  font-size: 1rem;
  font-weight: 400;
}
.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-logo img {
  max-width: 300px;
}
.footer-contact {
  text-align: center;
  padding: 4rem 0;
  background-color: #F4F4F4;
	z-index: 1;
}
.c-copyright {
  text-align: right;
}
.mv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
.mv-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./assets/img/mv-bg.jpg);
  background-size: cover;
	background-position: center;
}
.mv-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  display: block;
}
.l-header__body {
  background-color: #229DDF;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
.has-text>.c-headLogo {
  font-size: 1.5rem;
  font-weight: 700;
}
.mv-text {
  position: absolute;
  bottom: 9vw;
  right: 5%;
  z-index: 1;
  text-align: right;
  color: white;
  font-weight: 600;
  letter-spacing: .1em;
}
.mv-text h1 img {
  width: 40vw;
}
.mv-text p {
  font-size: 1.5rem;
}

.about {
  position: relative;
  padding: 5rem 0;
}
.about-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./assets/img/about-bg.jpeg);
  background-size: cover;
}
.about-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  display: block;
}
.about-conts {
  z-index: 1;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4rem 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-conts h2 {
  color: #229DDF;
}
.about-conts h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.cause {
  background-color: #E2F5FF;
  padding: 5rem 0;
 
}
.cause-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cause-wrap h2 {
  font-size: 1.5rem;
  text-align: center;
}
.cause-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cause-img .cause-img-cont{
  width: 55%;
}
.cause-img .cause-img-cont:nth-child(2) {
  width: 40%;
  padding-top: 5rem;
}
.cause-text {
  max-width: 1080px;
  margin: auto;
}
.act {
  background-color: #229DDF;
  padding: 5rem 0;
  color: white;
}
.act-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.act-wrap h2 {
  text-align: center;
  font-size: 1.5rem;
}
.act-wrap > p {
  text-align: center;
}
.act-cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.act-cont h4 {
  font-size: 1.25rem;
}
.top-bg-zone {
  width: 100%;
  height: 400px;
}
.report {
  background-color: #E2F5FF;
  padding: 5rem 0;
 
}
.report-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
.report-wrap .col-md-4 {
  padding-bottom: 2rem;
}
.report-wrap h2 {
  color: #229DDF;
  text-align: center;
}
.report-wrap h3 {
  text-align: center;
  font-size: 1.5rem;
}
h3.related-post__items--title {
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.5;
}
.gallery {
  background-color: #E2F5FF;
  padding: 0 0 5rem;
}
.gallery-wrap {
  
}
.gallery-wrap h2 {
  color: #229DDF;
}
.gallery-wrap h3 {
  font-size: 1.5rem;
}
.gallery-wrap .col-md-5 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
}
.gallery-img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.gallery-img {
  width: calc(50% - 1rem);
}
.gallery-img > .cont {
  width: 100%;
  padding-top: 100%;
}
.cont {
  background-size: cover;
  background-position: center;
}
.img1 .cont {
  background-image: url(./assets/img/gallery-img1.jpeg);
}
.img2 .cont {
  background-image: url(./assets/img/gallery-img2.jpeg);
}
.img3 .cont {
  background-image: url(./assets/img/gallery-img3.jpeg);
}
.img4 .cont {
  background-image: url(./assets/img/gallery-img4.jpeg);
}

#top_title_area.l-content__top {
  background-image: url(./assets/img/about-bg.jpeg);
  background-position: center;
  background-size: cover;
}
#top_title_area h1 {
  text-shadow: 1px 1px 5px black;
}

.simple-table table {
  border-right: none;
}
.simple-table tr td {
  border-left: none;
  border-right: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.simple-table tr td:first-child {
  width: 20%;
  font-weight: bold;
}

.form li {
  border-top: 1px solid #D1D1D1;
  padding: 20px 8px;
}
.form li .col-md-3 {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.required {
  font-size: 0.75rem;
  padding: 6px 16px;
  background-color: #229DDF;
  border-radius: 5px;
  white-space: nowrap;
  color: white;
}
.form {
  margin-bottom: 100px;
}
.form ul {
  padding: 0;
}
.form > .container > li {
  border-top: none;
}
.form ul ul {
  padding: 0;
}
.form li .col-md-9 .form-text {
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: #F0F0F0;
  padding: 0.5rem 1rem;
}
.form li .col-md-9 .form-text.tel {
  width: 5rem;
}
.mwform-checkbox-field input {
  border: none;
  background-color: #F0F0F0;
}
.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 10px;
  line-height: 2;
}
.form .box {
  margin-top: 40px;
  max-height: 500px;
  overflow: scroll;
  border: solid 1px #D1D1D1;
  padding: 1rem;
  margin-bottom: 20px;
}
.form .contact-button {
  text-align: center;
}
.form .form-btn {
  padding: 1rem 4rem;
  background-color: #229DDF;
  color: white;
  font-weight: bold;
}
.form .mwform-checkbox-field {
  display: block;
  width: 100%;
}
.c-postTimes__item {
  font-size: 0.75rem;
  font-weight: 700;
  color: #229DDF;
}
.c-postTimes__item svg {
  display: none;
}

#sb_instagram {
  max-width: 1080px;
}
#sb_instagram .sbi_follow_btn a {
  padding: 1rem 3rem ;
  border-radius: 0 ;
}
.l-main__body>.c-postContent {
  margin-top: 0;
}
.sp {
  display: none;
}
#drawer_menu {
  background-color: #229DDF;
}
#gnav .menu-item {
  font-weight: 400;
  color: white;
	font-size: 1.15rem;
}
.c-gnav__li>.c-gnav__a {
	padding-left: 2rem;
	padding-right: 2rem;
}
.support-mv {
  color: white;
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  background-image: url(./assets/img/support-bg.png);
  background-size: cover;
}
.support-mv > .wp-block-group__inner-container {
  position: absolute;
  right: 5%;
  bottom: 10%;
}
.support-text {
	text-align: right;
}

.support-block {
  padding: 2rem 2%;
  background-color: #E5F4FE;
}
.btn .wp-block-button__link {
  padding: 1rem 3rem !important;
}
.question,.answer {
  display: flex;
  align-items: center;
}
.question {
  color: #229DDF;
  font-weight: bold;
}
.answer {
  margin-top: 1rem;
}
.question::before,.answer::before {
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  margin-right: 1rem;
  width: 2.8rem;
}
.question::before {
  content: "A";
  color: white;
  background-color: #229DDF;
}
.answer::before {
  content: "Q";
  color: #229DDF;
  background-color: white;
  border: 1px solid #229DDF;
}
.qwa {
  padding: 3%;
  border: 1px solid #229DDF;
}
.qwa-wrap  > .wp-block-group__inner-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.support-bg .is-layout-flex {
  width: 100%;
}


@media screen and (max-width:1080px) {
  .w-1080 {
    width: 94%;
  }
}

@media screen and (max-width:1000px) {
	.l-header__body {
		background-color: white;
	}
	.arkhe-svg-menu.__open path {
		color: black;
		fill: black;
	}
	.mv-text h1 img {
 		width: 60vw;
	}
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mv-text h1 {
    font-size: 5vw;
  }
  .mv-text p {
    font-size: 3.5vw;
  }
  .cause-img .cause-img-cont {
    width: 100%;
  }
  .cause-img .cause-img-cont:nth-child(2) {
    width: 100%;
    padding-top: 2rem;
  }
  .simple-table tr td {
    display: block;
    width: 100%;
  }
  .simple-table tr td:first-child {
    border: none;
    width: 100%;
    padding-bottom: 0;
  }
  .u-flex--c {
    flex-direction: column;
    text-align: right;
  }
  .has-text>.c-headLogo {
    font-size: 1rem;
  }
}
.l-header__center svg {
	display:none;
}
.c-headLogo__img {
	height: 90%;
}
	.l-header__logo {
		margin-top: -20px;
	}
@media screen and (min-width:1000px){
	.l-header__body {
		display: block;
	}
	[data-logo=left] .l-header__logo ,.l-header__right {
		justify-content: center;
	}
	[data-btns=l-r][data-logo=left] .l-header__body, [data-btns=r-l][data-logo=left] .l-header__body {
		padding: 0;
	}
	.l-header__center {
		background-color: white;
		position: relative;
		margin-bottom: 3vw;
	}
	.l-header__center svg {
		position: absolute;
		top: 100%;
		display: block;
	}
	.c-headLogo__img {
		height: 85%;
	}
}
.bg-zone-wrap::before {
	background: url(./assets/img/top-bg-zone.jpeg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}