@charset "utf-8";

body {
  /*font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #846e58;
}


h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}



h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.container {
    width: 100%;
    background-color: #efefef;
}

.header-wrap {
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

header {
    width: 100%;
    margin: 0 auto;
}

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

.header_inner h1 {
    width: 260px;
}

.logo img {
    width: 100%;
}

.menulist {
    display: flex;
    font-size: 17px;
}

.menulist li {
    margin-left: 25px;
}

.menulist a {
    position: relative;
}

/* 下線のスタイル */
.menulist a::after {
  background-color: #333; /* 下線の色 */
  bottom: -10px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.menulist a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

/* メール固定アイコン */
.mail {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    background-color: #D8574C;
    color: #fff;
    display: block;
    padding: 42px;
    margin-right: 50px;
    font-size: 10px;
    text-align: center;
}
.mail img {
    width: 40px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
}

.box-wrap {
    width: 100%;
    background-color: #fcebf2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap-y {
    width: 100%;
    background-color: #fcf0df;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap-g {
    width: 100%;
    background-color: #e5f4d8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap-m {
    width: 100%;
    background-color: #fcfadf;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap-b {
    width: 100%;
    background-color: #dfedfc;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px;
}

.box-wrap2 {
    width: 100%;
    background-color: rgba(255, 255, 255, 1); /* 背景色の透明度 */
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg01 {
    background-image: url(../images/back-08.png),  url(../images/back-09.png), url(../images/back-10.png), url(../images/back-06.png);
    background-position: calc(50% - 600px) calc(20% - 200px), calc(50% + 600px) calc(40% - 100px), calc(50% - 550px) calc(55% - 100px), calc(50% + 600px) calc(95% - 100px);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size: 200px, 300px, 200px, 300px; /*背景画像のサイズ指定*/
}

.bg02 {
    background-image: url(../images/back-12.png),  url(../images/back-11.png), url(../images/back-13.png), url(../images/back-14.png);
    background-position: calc(50% - 600px) calc(30% - 300px), calc(50% + 600px) calc(40% - 100px), calc(50% - 650px) calc(65% - 100px), calc(50% + 600px) calc(95% - 100px);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size: 300px, 200px, 400px, 200px; /*背景画像のサイズ指定*/
}

.bg03 {
    background-image: url(../images/back-15.png),  url(../images/back-17.png), url(../images/back-16.png), url(../images/back-18.png);
    background-position: calc(50% - 550px) calc(50% - 200px), calc(50% + 600px) calc(40% - 200px), calc(50% - 550px) calc(95% - 100px), calc(50% + 600px) calc(110% - 100px);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size: 250px, 300px, 400px, 300px; /*背景画像のサイズ指定*/
}

.bg04 {
    background-image: url(../images/back-19.png), url(../images/back-20.png);
    background-position: calc(50% - 550px) calc(50% - 200px), calc(50% + 600px) calc(110% - 100px);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size: 200px, 300px; /*背景画像のサイズ指定*/
}

.bg05 {
    background-image: url(../images/back-21.png), url(../images/back-23.png), url(../images/back-22.png), url(../images/back-08.png), url(../images/back-09.png);
    background-position: calc(50% - 600px) calc(23% - 200px), calc(50% + 600px) calc(30% - 100px), calc(50% - 550px) calc(35% - 100px), calc(50% + 600px) calc(55% - 100px), calc(50% - 550px) calc(65% - 100px);
    background-repeat:no-repeat; /*背景画像の繰り返しを解除*/
    background-size: 150px, 200px, 150px, 200px, 150px; /*背景画像のサイズ指定*/
}

.box-wrap3 {
    width: 100%;
    background-color: #FFF7FE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap4 {
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-wrap5 {
    width: 100%;
    background-color: #fffff7;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.inner-txt {
    width: 40%;
    margin-right: 5%;
    position: relative;
}

.inner-txt h1 {
    margin-bottom: 25px;
}

.inner-txt img {
    position: absolute;
    top: -150px;
    left: -25px;
}

.inner-img {
    width: 55%;
    text-align: center;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 45px;
}

.flex-item {
  width: 40%;
  flex-grow: 1;
}

.flex-item img {
    object-fit: cover;
    width: 100%;
}

.flex-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #836E58;
}

.flex-item h3::before {
    width: 1em;
    margin-right: 10px;
    content: url(../images/flower3.png);
}

.flex-item p {
    margin-bottom: 15px;
}

/* ボタン */
.btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.btn{
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    color: #937A61;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    background: #fff100;
    transition: 0.5s; /* マウスホバーのスピード */
    margin-top: 10px;
    margin-bottom: 15px;
}
.btn::after{
  content: '';
  position: absolute;
  top:50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #937A61;
  border-right: 2px solid #937A61;
  transform: translate(0, -50%) rotate(45deg); /* 上下の中央配置と矢印の角度調整*/
}
.btn:hover {
  opacity: 0.7; /* マウスホバー時の透過度 */
}

/* ページコンテンツ */
.contents {
  padding-bottom: 20px;
}

.contents-inner {
  width: 100%;
  /*background-color: #fff;*/
  margin: 0 auto;
}

.contents-inner p {
    max-width: 768px;
    line-height: 2;
    margin: 0 auto;
}

.contents-inner ul {
    max-width: 768px;
    margin: 0 auto;
    list-style-type: circle;
}

.midashi-title-p {
    color: #675544;
    background-color: #f9bfe2;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-g {
    color: #675544;
    background-color: #cfe5a5;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-b {
    color: #675544;
    background-color: #C9ECFE;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-y {
    color: #675544;
    background-color: #FFFBAA;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-k {
    color: #675544;
    background-color: #ffd7aa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-o {
    color: #675544;
    background-color: #FFABAB;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.midashi-title-c {
    color: #675544;
    background-color: #B7CFF1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 768px;
    margin: 100px auto 50px;
}

.bressyou {
    font-weight: bold;
    color: #D8574C;
}

.footer-wrap {
    width: 100%;
    background-color: #FFF7FE;
    padding-top: 100px;
    border-top: 2px solid #efefef;
}

footer {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.footer-logo {
    width: 60%;
    display: block;
    margin-bottom: 50px;
}

.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 75px;
}

.flex-item2 {
  width: 30%;
  flex-grow: 1;
}

.flex-item2 img {
    object-fit: cover;
    width: 100%;
}

.flex-item2 h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.flex-item2 p {
    margin-bottom: 15px;
}

.flex-item2 li {
    line-height: 2;
}

.flex-item2 ul a {
    text-decoration: underline;
}

.figure-map {
    position: relative;
    padding-top: 56.25%;
    margin-top: 50px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copylight {
    display: block;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fffff7;
}

@media (min-width: 480px) and (max-width: 767px) {
        
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (min-width: 1024px) {
    header {
           max-width: 1024px;
        }

    footer {
           max-width: 1024px;
        }
}

/* ニュースリスト */
.news {
  padding-bottom: 20px;
}

.news-inner {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl::after {
    content: "NEWS";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl2::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl2::after {
    content: "Bress You";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl3::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl3::after {
    content: "Special Adoption";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl4::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl4::after {
    content: "Special Adoption";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl5 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl5::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl5::after {
    content: "What is Bress You?";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl6 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl6::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl6::after {
    content: "What is an adoptive parent?";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl7 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl7::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl7::after {
    content: "Steps to Becoming a Foster Parent";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl8 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl8::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl8::after {
    content: "Steps to Becoming a Foster Parent";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

.sub_ttl9 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #5E8221;
}

.sub_ttl9::before {
    content: url(../images/leaves2.png);
    padding-right: 5px;
}

.sub_ttl9::after {
    content: "Steps to Becoming a Foster Parent";
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    color: #937A61;
}

/* アコーディオン */
.accordion-006 {
    max-width: 700px;
    margin-bottom: 7px;
    background-color: #FAEBF0;
    border-radius: 5px;
    margin: 0 auto;
}

.a07 {
    background-color: #f3faeb;
}

.a08 {
    background-color: #ebeffa;
}

.a09 {
    background-color: #faf9eb;
}

.a10 {
    background-color: #faf1eb;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #c2c2c2;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

.accodion-ul {
    width: 80%;
    padding-bottom: 20px;
}

/* リーフレット */
.card3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    gap: 25px;
    color: #675544;
}

.card3-li {
    padding: 25px 0;
    border-radius: 10px;
    font-weight: bold;
}

.card3 a {
    transition: all .3s; /* 変形をアニメーション化 */
    width: 30%;
}

.card3 a:hover {
    opacity: 0.7;
}

.card3-1 {
    background-color: #E5A5CB;
}

.card3-2 {
    background-color: #CFE5A6;
}

.card3-3 {
    background-color: #C9ECFE;
}
.card3-4 {
    background-color: #FFFBAA;
}

.card3-5 {
    background-color: #FFD7AB;
}

.card3-6 {
    background-color: #ffabab;
}
.card3-7 {
    background-color: #b7cff1;
}

.flex-container3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 100px auto 0;
    gap: 50px;
    justify-content: space-between;
}

.flex-re {
    flex-direction: row-reverse;
}

.flex-item3 {
    flex: 3;
}

.flex-item4 {
    flex: 7;
}

.flex-item4 h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #836E58;
}

.flex-item4 h3::before {
    width: 1em;
    margin-right: 10px;
    content: url(../images/flower3.png);
}

/* 窓四つ */
.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.cardlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 24%;
    min-width: 190px;
    border: 4px solid #99d6f2;
    border-radius: 25px;
    padding: 35px 20px 15px;
    position: relative;
}

.cardlist::before {
    position: absolute;
    display: block;
    content: "";
    top: -26px;
    left: 50%;
    transform: translate(-50%);
    width: 40px;
    height: 41px;
    background-image: url(../images/flower6.png);
    background-repeat: no-repeat;
    background-size: 103%;
}

.cardlist2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 24%;
    min-width: 190px;
    border: 4px solid #b1c974;
    border-radius: 25px;
    padding: 35px 20px 15px;
    position: relative;
}

.cardlist2::before {
    position: absolute;
    display: block;
    content: "";
    top: -26px;
    left: 50%;
    transform: translate(-50%);
    width: 40px;
    height: 41px;
    background-image: url(../images/flower6.png);
    background-repeat: no-repeat;
    background-size: 103%;
}

.card h2 {
    font-size: 19px;
    color: #937A61;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    height: 60px;
    margin-bottom: 15px;
}

.card p {
    width: 100%;
    padding-top: 25px;
    flex-grow: 1;
}



/* ここからがニュース記事のCSS */

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #B2C67C;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 18px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
    }


}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}