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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.report{

  display: block;
  margin: 0 auto;
}

.v1 {
  margin: 0;
text-align: center;
}

        .news1 {
            position: relative;
padding-bottom: 20px;
        }

        .news1::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 10%; 
            border-bottom: 2px solid #999; 
            transform: translateX(-50%);
        }



.rounded-image {
    border-radius: 10px; /* 角の丸さを10pxに設定 */
    width: 200px;       /* 画像の幅を指定（任意） */
    height: auto;       /* アスペクト比を維持 */
}


.np1{
padding-bottom: 50px;
}
.np2{
margin-top: -20px!important;
padding-bottom: 40px;
}
.moji-c{
text-align: center!important;
}
.red-f1{
color: red;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.suf-1{
font-size: 32px !important;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.mgt20{
margin-top: 20px!important;
}
button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --red: #E42548;
    --grey: #EAEAEA;
    --primary: #000000;
    --text-body: #000000;
}

/* Base Setting
---------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-wrap: break-word;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.7;
    position: relative;
    width: 100%;
    background: var(--white);
    max-width: 767px;
}

body.menu-open {
    overflow: hidden;
}

a {
    transition: all 0.3s;
    color: var(--primary);
    outline: none !important;
}
a:hover {
    opacity: 1;
}
ul,ol{
    list-style:none;margin:0;padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: var(--primary);
}

h1 {
    font-size: 1.75rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 1.125rem;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.25rem;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 1.375rem;
    }
}

h5 {
    font-size: 1rem;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1rem;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 1.125rem;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}
.w100{width:100%}
.w100 img{width:100%}
p{margin-bottom:15px;}
.center{text-align:center;}
.container-fluid, .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.header {
    display: flex;

    justify-content: space-between;
    padding: 30px;
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
    width: 100%;
    max-width: 767px;
    transform: translateX(-50%);
}
.logo_text{
width: 65%;
}

.h-shop{
width: 180px;
height: 50px;
margin-top: -10px;

    margin-right: 40px; /* ショップボタンとメニューアイコンの間に余白を追加 */
}

.kk10
{
padding: 40px 0px 15px 0px;
font-size: 40px;
text-align: center;
font-weight: 700;

}

.kk10s{
font-size: 26px;
padding: 0px 0px 60px 0px;
color: #333;
text-align: center;
font-weight: normal;
}

.kk11{
margin-top: -40px!important;
color: #333;
            position: relative;
padding-bottom: 60px;
}

.kk11::after{

            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 100px; /* ボーダーの長さ */
            height: 1px; /* ボーダーの厚さ */
            background-color: #999;
            transform: translateX(-50%);
}

.h-shop a {
}

.logo_text a{color: var(--white);font-size: 1.4rem;
             font-weight: 600;
             letter-spacing: 0.5px;}

.menu-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    position: absolute;
    top: 10px; /* 上からの位置を調整 */
    right: 22px; /* 右からの位置を調整 */
}




.hamburger {
    display: flex;
    margin-left: auto;
    position: absolute;
    z-index: 10;
    width: 38px;
    border: none;
    background-color: transparent;
    right: 40px;
    top: 25px;

    padding: 30px !important;
    gap: 10px !important;
}
.hamburger.-active{position:fixed !important;}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}

.hamburger__line {
    display: block;
    height: 3px;
    position: absolute;
    top: 28px;
    width: 50px;
    background-color: #000;
    transition: 0.4s;

}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--black);
    transition: inherit;
}
.hamburger__line:before {
    top: -10px;
}
.hamburger__line:after {
    top: 10px;
}
.subpage .hamburger {
    display: block;
    margin-left: auto;
    position: absolute;
    z-index: 10;
    width: 80px;
    border: none;
    height: 100px;
    background-color: transparent;
    right: 0;
    top: 0;
    padding: 0;
}
.subpage .hamburger__line:before,.subpage .hamburger__line:after {background-color:var(--black)}
.subpage .hamburger.-active .hamburger__line:before,.subpage .hamburger.-active .hamburger__line:after {background-color:var(--white)}
.subpage .hamburger__line {
    top: 42px;
    width: 38px;
    right: 20px;
}
.subpage .hamburger__line:before  {top: 0;}
.subpage .hamburger__line:after  {top: 10px;}
.subpage .hd_menu{display:none !important;}
.header__nav-area {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding: 60px 30px;
    background-color: var(--white);
    color: var(--black);
    transition: 0.4s;
    text-align: center;
    overflow-y: scroll;
    scrollbar-width: thin;
    font-size: 24px;
}
.header__nav-area.-active {
    top: 0!important;
    visibility: visible!important;
    height: 100vh!important;
width: 100%;
    position: fixed!important;
}
.header__nav-area ul.menu li{margin-bottom:11px;}
.header__nav-area ul.menu li a{color:var(--black);padding-bottom:20px;position:relative;text-align:center;font-size:2rem;}
.header__nav-area ul.menu li a:after{content:'';position:absolute;bottom:0;left:calc(50% - 150px);width:300px;height:2px;background:var(--white);}

.header__nav-area h2.mesage_from_ceo{
    padding-top: 70px;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: ;
}
.header__nav-area h2.mesage_from_ceo:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 21px;
    height: 21px;
    background: var(--white);
}
.header__nav-area h3{
    font-size: 1.6rem;margin: 60px 0 30px;
}

main{padding-top:100px;}
h2.title{
    font-size: 2.4rem;font-weight: 500;letter-spacing:0.5px;
}
h2.title.round_boder{
    font-size: 2.4rem;font-weight: 500;letter-spacing:0.5px;
    padding:30px;text-align:center;
    border:2px solid var(--black);
    border-radius:80px;
    margin: 30px auto;
    max-width: 520px;
}
ul.three_cols {
    display: flex;
    gap: 20px;
    margin: 30px;
    justify-content: center;
}
ul.three_cols h2 {
    font-size: 1.4rem;
    line-height: 1.15;
    text-align: center;
    margin: 30px 0 0;
}
#corporation {
    margin: 30px 0 120px;
}
#corporation h2{
    text-align:center;font-size: 2rem;font-weight: 500;margin-bottom:60px;
}
#corporation h2 span{
    padding:0 30px 20px;border-bottom:1px solid var(--black);
}
#corporation h3{
    text-align:center;font-size: 2.2rem;
    font-weight: 500;
}
#about_company .container {
    padding: 0 30px;
}
#about_company .container  h2.title{
    padding-bottom: 120px;
    border-left: 1px solid #000;
    padding-left: 20px;
    position: relative;
}
#about_company .container  h2.title:after{
    content:'';
    position:absolute;
    bottom:0;
    left:-10px;
    width:21px;
    height:21px;
    background:var(--black);
}
#about_company .container ul {
    margin: 50px 0 ;
}
#about_company .container ul li{
    font-size: 24px;
    text-align:center;margin-bottom:80px;background:var(--grey);padding:60px 30px 40px;border-left:4px solid  var(--black);
}
#about_company .container ul li:nth-child(2n){
    text-align:center;margin-bottom:80px;background:var(--grey);padding:60px 30px 40px;border-left:0;border-right:4px solid  var(--black);
}
#about_company .container ul li h2{
    font-size: 3rem;font-weight: 500;margin-bottom:10px;margin-top:-90px;font-family: "Noto Serif JP", serif;
}
#about_company .container ul li h3{
    font-size: 1.7rem;font-weight: 500;margin-bottom:30px;
}
.human {
    margin: 0 15% 100px;
}
#latest_information .container {
    padding: 0 30px;
    margin-bottom:100px;
}
#latest_information .container h2.title{
    font-size:3.2rem;font-weight:500;text-align:center;color:var(--red);margin-bottom:20px;font-family: "Noto Serif JP", serif;
}
#latest_information .item{font-size: 1.7rem;display:flex;    flex-direction: column;width:100%;}
#latest_information .item img{width:70%;}
#latest_information .item p.date{font-size:1.4rem;text-align:center;margin-bottom:5px;}
#foster_parents_wanted{margin-bottom:60px;}
#foster_parents_wanted .img_item{display:flex;justify-content: space-between;}
#foster_parents_wanted .img_item img{width:calc(20% - 5px);}
#volunteer_wanted {margin-bottom:60px;}
#volunteer_wanted img{max-width:50%;}