@charset "UTF-8";
/* ---------------------------------------------------
Foundation
--------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
line-height: 1.15;
}
body {
margin: 0;

}

article, aside, footer, header, nav, section {
display: block;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
figcaption, figure, main {
display: block;
}
figure {
margin: 0;
}
hr {
overflow: visible;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b, strong {
font-weight: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub, sup {
position: relative;
font-size: 75%;
vertical-align: baseline;
line-height: 0;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
audio, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button, input, optgroup, select, textarea {
margin: 0;
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
}
button, input {
overflow: visible;
}
button, select {
text-transform: none;
}
button, html [type='button'], [type='reset'], [type='submit'] {
-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
}
legend {
display: table;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
max-width: 100%;
color: inherit;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type='checkbox'], [type='radio'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details, menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
/* ---------------------------------------------------
/* base
/* -------------------------------------------------- */
html {
height: 100%;
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-size: .625em;
font-display: swap;
}
@-ms-viewport {
width: device-width;
}
body {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #333333;
font-size: 18px;
line-height: 1.75;
letter-spacing: 0;
}
@media print, screen and (max-width: 767.98px) {
  body {
    font-size: 17px;
  }
}

@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
.delay04 {
animation-delay: 0.4s;
}
.animate{
animation: fadeInUpsmall 1.5s ease 0s 1 normal;
}

@-webkit-keyframes fadeInUpsmall {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(0,40%,0);
            transform: translate3d(0,40%,0)
    }

    to {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
    }
}

@keyframes fadeInUpsmall {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(0,40%,0);
            transform: translate3d(0,40%,0)
    }

    to {
            opacity: 1;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
    }
}


section, div, p {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
}
dl, dt, dd {
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
dl {
margin: 0;
padding: 0;
}
dd {
margin: 0;
}
ul, ol {
margin: 0;
padding: 0;
}
li {
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style-type: none;
}
hr {
border-bottom: 1px solid #ddd;
}
span {
font-weight: inherit;
}
address, em {
font-style: inherit;
}
strong, b, em {
font-weight: bold;
}
a {
text-decoration: none;
-webkit-transition: .25s;
transition: .25s;
}
a img {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
a:hover img {
opacity: .8;
-webkit-transition: .25s;
transition: .25s;
}
img {
max-width: 100%;
height: auto;
}
img[src$='.svg'] {
width: 100%;
}

/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
img {
image-rendering: -webkit-optimize-contrast;
}
source {
image-rendering: -webkit-optimize-contrast;
}
}
*/

/* ==heading
/* ==================================== */
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: "source-han-serif-japanese", serif;
font-weight: 700;
font-style: normal;
/*font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', YuGothic,'Yu Gothic', sans-serif;*/
}
/* ---------------------------------------------------
Layout
--------------------------------------------------- */
.l-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-right: auto;
margin-left: auto;
max-width: 850px;
}
/* ---------------------------------------------------
Object
--------------------------------------------------- */
/* -----------------------------
# ヘッダー
-------------------------------- */
.page-header {
color: #fff;
}
.page-header a {
color: #fff;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
.page-header a:hover, .page-header a:active, .page-header a:focus {
opacity: .8;
}
.page-header_top {
background-color: #0070e1;
font-size: 12px;
text-align: center;
}
.page-header_top a {
text-decoration: underline;
}
.page-header_bottom {
background-color: #09f;
}
.page-header_bottom > .inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.page-header_bottom .img {
line-height: 0;
}
/* # ヘッダーロゴ
----------------------- */
/* -----------------------------
# フッター
-------------------------------- */
.page-footer {
color: #fff;
}
.page-footer a {
color: #fff;
}
.sp_footer_link {
margin-top: 15px;
}
.sp_footer_link a {
padding-left: 15px;
background: url(../img/blockbottom_icon.gif) no-repeat left center;
background-size: 7px auto;
color: #0096ff;
font-size: 13px;
}
.sp_footer_link li {
display: inline-block;
margin-right: 10px;
}
/* # ページトップ
----------------------- */
.pagetop p {
text-align: right;
}
.pagetop a {
display: inline-block;
padding-right: 20px;
background-repeat: no-repeat;
background-position: right center;
background-size: 15px 15px;
color: #09f;
}
.pagetop .top a {
background-image: url(../img/icon_circle_top.png);
}
.pagetop .home a {
background-image: url(../img/icon_circle_right.png);
}
/* # クレジット
----------------------- */
.credit {
color: #444;
font-size: 10px;
line-height: 1.5;
}
/* # フッター注記
----------------------- */
.footer_text_annotation {
margin-top: 20px;
font-size: 13px;
line-height: 1.5;
}
/* # コピーライト
----------------------- */
.copyright {
padding-top: 10px;
padding-bottom: 10px;
}
.copyright .text_sm {
font-weight: normal;
}
/* -----------------------------
# サイドバー
-------------------------------- */
.sidefixed1 {
display: none;
position: fixed !important;
z-index: 999;
right: 0;
bottom: 40px;
-webkit-transform: translate3d(0, 0, 0);
}
/* -----------------------------
# SP / フローとボタン
-------------------------------- */
#floatbtn {
display: none;
position: fixed;
z-index: 9999;
top: 0;
padding: 1% 0;
width: 100%;
background: #fff;
line-height: 0;
}
#floatbtn .floatTitle {
display: inline-block;
margin: 0 0 0 2%;
width: 26%;
}
#floatbtn .btnArea {
display: inline-block;
margin: 0 0 0 0;
width: 34%;
}
#floatbtn .btnArea a {
width: 100%;
}
#floatbtn .btnArea .fundBtn {
height: auto !important;
}
/* -----------------------------
# 見出し
-------------------------------- */
.title {
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
}
/* -----------------------------
# SNSシェアボタン
-------------------------------- */
.block_share {
margin-top: 40px;
margin-bottom: 40px;
}

.c-sns-nav01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px 0;
}
.c-sns-nav01 a {
overflow: hidden;
width: 48px;
height: 48px;
margin: 0 17px 0 0;
background: 50% 50% no-repeat;
background-size: contain;
text-indent: 100%;
white-space: nowrap;
}
.c-sns-nav01 a:last-of-type {
margin-right: 0;
}
.c-sns-nav01 a.c-sns-nav01-facebook {
background-image: url("../img/icon-facebook01.png");
}
.c-sns-nav01 a.c-sns-nav01-twitter {
background-image: url("../img/icon-twitter01.png");
}
.c-sns-nav01 a.c-sns-nav01-youtube {
background-image: url("../img/icon-youtube01.png");
}
.c-sns-nav01 a.c-sns-nav01-instagram {
background-image: url("../img/icon-instagram01.png");
}
.c-sns-nav01 a.c-sns-nav01-line {
background-image: url("../img/icon-line01.png");
}

/* Utility
/* ==================================== */
/* display
/* ------------------ */
.u-flex {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.u-hide {
display: none;
}
.u-block {
display: block;
}
/* position
/* ------------------ */
.u-pos_static {
position: static;
}
.u-pos_relative {
position: relative;
}
.u-pos_absolute {
position: absolute;
}
.u-pos_fixed {
position: fixed;
}
/* border
/* ------------------ */
.u-border {
border: 1px solid #ddd;
}
.u-radius {
border-radius: 10px;
}
/* background
/* ------------------ */
.u-bg_white {
background-color: #fff;
}
.u-bg_primary {
background-color: #09f;
color: #fff;
}
.u-bg_primary a {
color: #fff;
}
.u-bg_white {
background-color: #fff;
}
.u-bg_blue {
background-color: #e6f7fd;
}
/* text
/* ------------------ */
.u-text_bold {
font-weight: bold;
}
.u-text_ul {
text-decoration: underline;
}
.u-text_md {
font-size: 16px;
}
.u-text_xs {
font-size: 11px;
}
.u-text_sm {
font-size: 13px;
}
.u-text_lg {
font-size: 18px;
}
.u-text_xl {
font-size: 22px;
}
.u-text_primary {
color: #09f;
}
.u-text_secondary {
color: #fd883b;
}
/* size
/* ------------------ */
.u-w100 {
width: 100%;
max-width: 100%;
height: auto;
}
.u-h100 {
width: auto;
height: 100%;
max-height: 100%;
}
/* align
/* ------------------ */
.u-al_left {
text-align: left;
}
.u-al_right {
text-align: right;
}
.u-al_center {
text-align: center;
}
/* vertical-align
/* ------------------ */
.u-val_baseline {
vertical-align: baseline;
}
.u-val_top {
vertical-align: top;
}
.u-val_middle {
vertical-align: middle;
}
.u-val_bottom {
vertical-align: bottom;
}
.u-val_text-bottom {
vertical-align: text-bottom;
}
.u-val_text-top {
vertical-align: text-top;
}
/*
*[class^='section'] {
content-visibility: auto;
}
*/

@media print, screen and (min-width: 1025px) {
	br.nopc_1025{
		display: none;
	}
	
}
@media print, screen and (max-width: 1024.98px) {
		br.nopc_1025{
		display: block;
	}
	
}



@media print, screen and (min-width: 768px) {
br.nopc{
display: none;
}

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

br.nosp{
display: none;
}

}




/* -----------------------------
# メインビジュアル
-------------------------------- */
.mainvisual {
position: relative;
z-index: 3;
background-color: #c2e3f1;
}
@media print, screen and (min-width: 768px) {
.mainvisual {
background-image: url(../img/mainvisual_pc.jpg);
background-image: image-set(url(../img/mainvisual_pc.jpg) 1x, url(../img/mainvisual_pc@2x.jpg) 2x);
background-image: -webkit-image-set(url(../img/mainvisual_pc.jpg) 1x, url(../img/mainvisual_pc@2x.jpg) 2x);
background-color:  #c2e3f1;
background-position: center 0;
background-repeat: no-repeat;
}
.mainvisual-btn-wrap{
width: 850px;
position: relative;
margin: 0 auto;
}
}




@media screen and (min-width: 768px) and (max-width: 1024px) {
.mainvisual {
height: 500px;
background-size: cover;
}
}
@media print, screen and (min-width: 1024.02px) {
.mainvisual {
height: 708px;
}
}
.mainvisual_img {
line-height: 0;
}
.mainvisual_btn {
position: absolute;
top: 539px;
left: -177px;
}
@media screen and (max-width: 1024px) {
.mainvisual_btn {
top: 350px;
left: 10%;
width: 300px;
}
}
@media screen and (max-width: 1210px) {
  .mainvisual_btn {
    left: -72px;
    width: 300px;
}
}
@media screen and (max-width: 990px) {
  .mainvisual_btn {
    left: 10px;
    width: 250px;
}
}

/* -----------------------------
# SP / CTA
-------------------------------- */
.block_donation_sp {
line-height: 1;
}
.block_donation_sp.mt0 {
margin-top: 0;
}
.block_donation_sp hr {
margin: 7px 10px 7px 10px;
border: none;
border-bottom: 1px solid #b5b5b5;
}
.block_donation_sp > .head {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 4%;
padding-right: 18.75%;
height: 64px;
background: #09f url(../img/donation_title_img.jpg) right 0/contain no-repeat;
text-align: center;
line-height: 0;
}
.block_donation_sp > .head img {
height: 32px;
}
.block_donation_sp .fund_btn {
display: block;
margin-right: auto;
margin-left: auto;
width: 93.4375%;
max-width: 375px;
height: auto;
text-align: center;
}
.block_donation_sp .link a, .block_donation_sp .link2 a {
display: block;
color: #09f;
font-size: 14px;
text-decoration: underline;
line-height: 1.5;
}
.block_donation_sp .link {
margin: 4% auto 0 auto;
padding: 2% 0 6%;
background: url(../img/cta_bg1.png) calc(50% - 140px) top no-repeat;
background-size: 20%;
text-align: center;
}
.block_donation_sp .link a {
margin: 0 4% 0 12%;
}
.block_donation_sp .link2 {
margin: 4% auto 0;
padding: 2% 0 2%;
width: 90%;
text-align: left;
}
.block_donation_sp .guideArea {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
margin: 5% auto 10px;
padding: 1em;
width: calc(100% - 40px);
min-height: 20px;
border: 2px dotted #c7c7c7;
background-color: #fff;
color: #5f4c41;
font-size: 12px;
}

.guideArea.secguide{
margin: 5% auto 30px;
}

.block_donation_sp .guidecap {
margin: 4% auto 0;
padding: 2% 0 2%;
width: 90%;
text-align: left;
font-size: 12px;
line-height: 1.4;
}

.block_donation_sp .guideArea p {
font-weight: bold;
}
.block_donation_sp .guideArea a {
display: inline-block;
padding-left: 6%;
background: url(../img/guide_bg1.png) left no-repeat;
background-size: 18px;
color: #5f4c41;
font-size: 12px;
text-decoration: underline;
}
.block_donation_sp .guideArea a + a {
margin-left: 5%;
}
/* -----------------------------
# SP / ソフトバンク つながる募金
-------------------------------- */
.block_softbank_sp {
margin: 4% 0 30px 0;
width: 100%;
background: #f7f7f7;
color: #000;
}
.block_softbank_sp .contents_box {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
margin: 0 2% 10px 2%;
width: 96%;
border-bottom: 1px dotted #4b4847;
background: #f7f7f7;
}
.block_softbank_sp .contents_box2 {
border-bottom: none;
}
.block_softbank_sp .contents_box3 {
padding: 4%;
background: #eaf7ff;
font-size: 14px;
text-align: center;
}
.block_softbank_sp .contents_box3 a {
color: #09f;
text-decoration: underline;
}
.block_softbank_sp .text0 {
padding: 5px 3% 15px 3%;
color: #4b4847;
font-size: 12px;
}
.block_softbank_sp .text0 span {
color: #3797ce;
font-weight: bold;
}
.block_softbank_sp .img1 {
padding: 5% 0 0 3%;
width: 30%;
}
.block_softbank_sp .text1 {
padding: 15px 3% 20px 3%;
width: 68%;
color: #4b4847;
font-size: 14px;
text-align: justify;
line-height: 1.5;
}
.block_softbank_sp .sbBox2 {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.block_softbank_sp .sbBox2_wrap {
margin: 0 4%;
padding: 1% 4% 3% 4%;
border: 5px solid #dcdcdc;
border-radius: 5px;
background-color: #fff;
font-size: 12px;
}
.block_softbank_sp .sbleft {
display: inline-block;
margin: 0 5%;
width: 26%;
}
.block_softbank_sp .sbright {
display: inline-block;
width: 55%;
}
.block_softbank_sp .sbright a {
display: inline-block;
padding-top: 15px;
}
.contents-wrap {
overflow: hidden;
}
/* アコーディオン */
.block_softbank_sp .toggle_ttl {
cursor: pointer;
	line-height: 1;
}
.block_softbank_sp .toggle_ttl:not(.is-active) .toggle_on {
display: none;
}
.block_softbank_sp .toggle_ttl.is-active .toggle_off {
display: none;
}

.section01, .section02, .section03{
font-family: "source-han-serif-japanese", serif;
font-weight: 400;
font-style: normal;
}

/* -----------------------------
# section01 / 生まれてすぐに失われる命
-------------------------------- */
.w1200{
max-width: 1200px;
margin:  0 auto;
}

.section01 {
position: relative;
z-index: 2;
}


.section01_item h4 em{
text-shadow: 2.837px 0.977px 0px rgba(16, 14, 13, 0.83);
font-size: 21px;
padding: 0 0 10px;
font-feature-settings: "palt";
}

.section01_item p b{
border-bottom: 1px solid #fff;
padding-bottom: 4px;
}
.section01_item_text{
position: relative;
color: #333333;
text-align: justify;
}

.section01 h3.head {
font-size: 32px;
line-height: 1.4;
position: relative;
z-index: 10;
}



@media screen and (min-width: 768px) {
  .section01{
    padding-bottom: 40px;
  }
.section01_title{
  position: relative;
}
.section01 .section01_title_bg {
  /* background-image: url( "../img/section01_ title_bg.jpg"); */
padding: 70px 0 25px;
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgb(12, 9, 52);
background: linear-gradient(90deg, rgba(12, 9, 52, 1) 0%, rgba(12, 9, 52, 1) 20%, rgba(12, 9, 52, 0.604079131652661) 50%, rgba(12, 9, 52, 1) 80%, rgba(12, 9, 52, 1) 100%);
z-index: 5;
}
.title_pc {
position: relative;
z-index: 2;
padding: 0 20px;
text-align: center;
font-size: 45px;
color: #fff;
line-height: 1.5;
}
.section01 .title_pc{
  max-width: 1200px;
  margin-inline: auto;
}
.section01 .title_pc::before{
  content:url( "../img/sec01_title_item01.png");
  display: block;
  position: absolute;
  top: -40px;
  left: -60px;
}

.title_pc span {
  position: relative;
display: block;
font-size: 28px;
}
.section01_title_bg  .title_pc .section01_title_read::before{
  content:url( "../img/yemen_map.png");
  display: block;
  position: absolute;
  top: 99px;
left: -81px;
z-index: 4;
}

.title_pc .section01_title_font_large{
  display: inline-block;
  font-size: 40px;
}
.title_pc b {
border-bottom: 1px solid #fff;
padding-bottom: 3px;
}

.section01_img01_box{
  position: relative;
text-align: center;
}
.section01_img01_box img{
  position: relative;
  z-index: 1;
}
.section01_img01_box::before{
  content:url( "../img/parts01.png");
  display: block;
  position: absolute;
  left: -25px;
  bottom: 120px;
}
.section01 .body {
  position: relative;
  }
  .section01 .body::before {
    content: url(../img/parts02.png);
    display: block;
    position: absolute;
    }
    .section01 .body::after {
      content: url(../img/parts03.png);
      display: block;
      position: absolute;
      }
      .section01 .body::before {
        top: -79px;
        right: -22px;
        }
        .section01 .body::after {
          left: 0;
          bottom: -148px;
              }

/* .section01 figure.section01_img01{
width: 572px;
} */
.flex02  .section01_img01{
  padding-right: 90px;
}

.item_flex{
display: flex;
justify-content: space-between;
max-width: 100%;
margin: 0 auto 50px;
gap: 56px;
}
.section01_item  .item_flex.story01{
  flex-direction: row-reverse;
  padding: 0 30px;
  margin-top: 50px;  gap: 56px;
}
.item_flex.story01 .section01_item_text{
  display: flex;
  justify-content: flex-start;
}

.section01_item_text {
z-index: 2;
position: relative;
width: 48.4%;
margin: 0 auto 0;
align-self: center;
}
.section01_item_text .item_text_pc{
  max-width: 476px;
}
.item_text_pc  .item01 img{
  max-width: 500px;
}
.section01_item_text .item_text_pc .item01{
  background-image: linear-gradient(180deg, #5b9bd5 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2.5em; /* 行の高さ */
  line-height: 2.5em; /* 文字の高さ */
  text-indent: 1em;
}

.section01_item_text .item_text_pc .item01:nth-child(2){
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.section01_item{
padding:  0 20px;
}	
.section01 figure.section01_img01_sp{
display: none;
}
.section01 .body .section01_item_read_sp{
  display: none;
}
.section01 .body .item_text_sp{
  display: none;
}
.section01_item_img {
  display: block;
  width: 100%;
  }
.item_flex.flex02 .section01_item_text{
  display: flex;
  justify-content: end;
}
  .section01_img01_box_map{
    display: none;
  }
}


@media screen and (max-width: 1372px){
  .section01_img01_box::before {
    left: -62px;
    bottom: 140px;
    z-index: 1;
    transform: scale(0.6);
  }
  .section01 .body::before{
    top: -122px;
   right: -72px;
    transform: scale(0.6);
  }
  .section01 .body::after{
    left: -69px;
    bottom: -194px;
    transform: scale(0.6);
  }
}


@media screen and (min-width: 1000px) and (max-width: 1372px) {
  .section01_title_bg img{
width: 70%;
  }
  .section01 .section01_title_bg{
    padding: 14px 0 12px
  }
  .title_pc span{
    font-size: 21px;
  }
  .title_pc .section01_title_font_large{
    font-size: 30px;
  }
  .section01 .title_pc::before {
    top: -36px;
    left: 110px;
    transform: scale(0.55);
}


.section01_title_bg .title_pc .section01_title_read::before{
  top: 53px;
  left: -30px;
  transform: scale(0.8);
}

}


@media screen and (max-width: 999.98px) {
  .section01 .section01_title_bg{
    padding: 15px 0 10px;
  }
  .section01_title_bg .title_pc img{
    width: 80%;
  }
  .title_pc .section01_title_font_large {
    font-size: 32px;
  }
  .title_pc span {
    font-size: 23px;
}
.section01 .title_pc::before {
  top: -45px;
  left: 42px;
  transform: scale(0.5);
}

.section01_title_bg .title_pc .section01_title_read::before {
  top: 39px;
  left: -13px;
  transform: scale(0.6);
}

.section01 figure.section01_img01{
  width: 415px;
  }
  .flex02 .section01_img01 {
    padding-right: 45px;
}

.section01_item .item_flex.story01 {
  padding: 0;
}
.item_text_pc .item01 img {
  max-width: 100%;
}
.flex02 .section01_img01 {
  padding-right: 0;
}


}

.section01_item {
position: relative;
z-index: 1;

}



@media screen and (min-width: 1200px) {
.item_text_pc {
display: block;
max-width: 100%;
}

.item_flex{
display: flex;
justify-content:space-between;
max-width: 1300px;
 margin: 0 auto 50px;
 gap: 56px;
}

}

@media screen and (min-width: 869.98px) and (max-width: 1199.98px) {
  .section01_item .item_flex.story01 {
padding: 0;
}
  .flex02 .section01_img01{
    padding: 0;
  }

.item_text_pc {
display: block;
max-width: 100%;
padding: 0 30px 0 0
}
.item_text_pc {
padding: 0;
}
.section01 figure.section01_img01 {
  width: 505px;
}
.item_text_pc .item01 img {
max-width: 100%;
}

}

@media screen and (max-width: 896.98px) {
.section01_item .w1200 {
margin: 0 auto;
width: 100%;
}
.section01_map{
display: none;

}
.section01_map img{
width: 100%;
}
}

em.imptnt {
color: #ff0000;
font-weight: bold;
}

@media screen and (max-width: 825px) {
  .section01 figure.section01_img01 {
    width: 350px;
}
}
@media screen and (min-width: 768px) and (max-width: 1373px) {
  .sec02_textbox {
    text-shadow: 0 0 6px rgb(0, 0, 0, 1);
}
}

@media screen and (max-width: 767.98px) {
  .section01{
    background-color: #f9faff;
  }
  .section01 h2.title_pc .section01_title_read {
  display: none;
  }
  .section01 h2.title_sp{
  margin-top: 11px;
    }
  .section01 h2.title_sp img{
  width: 100%;
  vertical-align: bottom;
  }
  .section01_img01_box {
position: relative;
  }
  .section01_img01_box::before {
    content: '早産で生まれた新生児ハッサン';
    position: absolute;
    left: 12px;
    bottom: 33px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.4vw;
    color: #fff;
    transform: unset;

      }
  .section01_img01_box_map {
    position: absolute;
    right: 4px;
    bottom: -17px;
    width: 30%;
      }
  .section01_img01_box img{
    aspect-ratio: unset;
    display: block;
    padding-bottom: 30px;
    }

  .section01 .body{
    padding: 0 32px;
  }
  .section01 .body .section01_item_read_sp{
    display: block;
    text-align: center;
    margin-bottom: 36px;
  }
  .section01 .body .section01_item_read_sp p {
    color: #202949;
  font-size: 20px;
  font-weight: bold;
  }
  .section01 .body .section01_item_read_sp p em {
    font-size: 32px;
    }
  
    .section01 .body .item_text_pc{
    display: none;
  }
  .section01 .body .section01_img01 {
    display: none;
  }
  .section01 .body .item_text_sp{
    margin-top: 52px;
    margin-bottom: 53px;
  }
  .section01 .body .item_text_sp p{
    background-image: linear-gradient(180deg, #5b9bd5 1px, transparent 1px); /* 罫線の色と太さ  */
    background-size: 100% 2.5em; /* 行の高さ */
    line-height: 2.5em; /* 文字の高さ */
    text-indent: 1em;
  }
  
  .section01 .body .item_text_sp p:nth-child(2){
    padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  }

  .section01 figure{
    width: 100%;
    }
    .section01 figure img{
    width: 100%;
    }
    .section01 .section01_title_bg{
      padding: 0;
    }
    .section01_img01_box{
      margin-bottom: -15px;
    }
  
  }
  
  @media screen and (max-width: 550px) {
  .section01 figure{
  order: 1;
  }
  }


/* -----------------------------
# section02 / 生まれた環境で決まる命の格差
-------------------------------- */
.section02{
text-align: center;
color: #fff;
}

.section02 h2{
font-size: 38px;
line-height: 1.5;
}

.section02 h4{
font-size: 32px;
padding: 0 0 32px;
}

.font_l1_red{
font-size: 35px;
color: #e33624;
}

@media print, screen and (min-width: 768px) {

.section02_title{
  background-color: #202949;
padding: 55px 0 49px;
position: relative;
z-index: 2;
}
.section02 h2{
font-size: 43px;
line-height: 1.5;
color: #fff;
}
.section02_title h2 .font_l1{
  font-size: 60px;
}
.section02_title h2 .font_l2{
  font-size: 65px;
}
.section02_title h2 .font_red{
 color: #e33624; 
}
.section02_body{
  position: relative;
  z-index: 2;
}
.section02 .section02_body{
  background: url("../img/sec02_back.jpg") no-repeat;
  background-position:center top;
height: 569px;
  }
  .section02_body_flex{
    display: flex;
    justify-content: flex-end;
    margin-inline: auto;
    max-width: 1200px;
    padding-top: 45px;
    padding-right: 60px;
  }
.sec02_textbox{
width: 45%;
text-align: left;
}

.sec02_textbox p{
line-height: 2.8;
}

.flex_center figure{
max-width: 650px;
width: 55%;
}
.flex_center figure img{
width: 100%;
}
.section02_body_img_sp{
  display: none;
}
}

@media print, screen and (max-width: 1192px) {
  .section02 h4 {
    font-size: 21px;
}
.sec02_textbox  .font_l1_red {
    font-size: 27px;
}
.sec02_textbox p {
  line-height: 1.8;
}
}
@media screen and (min-width: 1000px) and (max-width: 1368px) {
  .section02 .section02_body {
    background-position: 33% center;
}
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
  .section02 .section02_body {
    background-position: 33% center;
}
}

@media screen and (max-width: 767.98px) {
  .section02{
    padding: 0;
  }
.flex_center{
display: flex;
flex-direction: column;
position: relative;
}
.section02 .section02_title{
  background-color: #202949;
  padding: 20px 0 12px;
}
.section02 .section02_title h2{	
font-size: 24px;
}
.section02 .section02_title .font_l2{
font-size: 38px;
}
.section02 .section02_title .font_l1{
  font-size: 35px;
  }
.font_red{
color: #e33624;
}
.section02_body_img_sp{
  display: block;
  margin-bottom: -1px;
}
.section02_body_img_sp img{
  vertical-align: bottom;
}

.section02_body_flex{
  background-color: #0e253f;
  padding: 0 32px 60px;
}
.section02 .sec02_textbox h4{
  font-size: 24px;
line-height: 1.5;	
font-weight: lighter;
}
.sec02_textbox .font_l1_red{
  font-size: 24px;
}
.section02 .sec02_textbox p{
  font-size: 17px;
}
.sec02_textbox{
order: 2;
}
.section02 figure{
order: 1;
position: relative;
z-index: 1;
}
.section02 figure img{
width: 100%;
}
.sec02_textbox{
text-align: left;
}

}




/* -----------------------------
# section03 / 生まれた環境で決まる命の格差
-------------------------------- */
.section03 h2{
color: #fff;
text-align: center;
position: relative;

}

.section03 li h3{
background: #202949;
padding: 10px;
display: inline-block;
     position: absolute;
    margin: 0 auto;
text-align: center;
color: #fff;
z-index: 10;
top:-30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 85%;
max-width: 300px;
}

.section03 li h3 .font_red{
  color: #e33624;
}

.section03 ul li figure{
line-height: 0;
}
.section03 .w1200{
padding: 0 20px;
}
.section03 ul li p{
width: 100%;
background-color: #1c0903;
padding: 20px;
	text-align: justify;
}

.section03 ul li figure img{
width: 100%;
}

.sec03_02 .text_box h3{
color: rgb(208, 180, 149);
text-shadow: 1.5px 2.598px 6.51px rgba(0, 0, 0, 1);
}

@media print, screen and (min-width: 768px) {
  .section03{
    position: relative;
  }
  .section03::before{
    content: url(../img/parts04.png);
      display: block;
      position: absolute;
      top: -28px;
left: 0;
  }
  .section03::after{
    content: url(../img/parts05.png);
      display: block;
      position: absolute;
      left: 0;
bottom: -20px;
  }
  .sec03_02{
    position: relative;
  }
  .sec03_02::after{
    content: url(../img/parts06.png);
      display: block;
      position: absolute;
      top:62px;
      right: 0;
  }

.section03 .item_flex{
display: flex;
justify-content: space-between;
max-width: 100%;
 margin: 30px auto 0;
}

.section03 li h3{
font-size: 25px;
box-shadow: 9px 9px 0px -5px #c3cadb;
}
.section03 li:nth-child(2) h3{
top: -68px;
}

.section03{
background-image: url(../img/section03_back_pc.jpg);
padding: 60px 0 70px;
}
.section03 ul{
margin: 40px 0 0;
}



.section03 ul li{
width: 31%;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.section03 ul li:nth-child(2){
  margin-top: 80px;
}


.sec03_02{
display: flex;
justify-content: center;
width: 100%;
margin: 70px auto 0;
align-items: center;
position: relative;
z-index: 1;
}

.sec03_02 figure{
position: relative;
z-index: 1;
}
.sec03_02 .text_box{
width: 56%;
color: #fff;
}
.sec03_02 .text_box p{
padding: 25px 10px 25px 25px;
text-align: justify;
}
.sec03_02 .text_box h3{
font-size: 33px;	
padding: 25px 0 0 25px;
line-height: 1.5;
}

}

@media screen and (max-width: 1372px) {
  .section03::before {
    top: -83px;
    left: -73px;
    transform: scale(0.6);
}
.section03::after {
  left: -62px;
  bottom: -89px;
  transform: scale(0.6);
}
.sec03_02::after{
  top: -63px;
  right: -71px;
  transform: scale(0.6);
}
}
@media screen and (max-width: 999.98px) {
  .section03 li h3{
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 767.98px) {
.section03{
background: url( "../img/sec03_back_sp.jpg") no-repeat;
background-size: cover;
background-position:center top;
padding: 40px 0;
margin-top: -3px;
}

.section03 ul{
margin: 75px 0 0;
}

.section03 ul li{
width: 90%;
color: #fff;
position: relative;
margin: 55px auto;
}
.section03 li:nth-child(2),.section03 li:nth-child(3){
  margin-top: 100px;
}

.section03 li h3{
  font-size: 24px;
  max-width: 441px;
  border-bottom: 3px solid #c3cadb;
}
.section03 li h3 .font_red{
  font-size: 32px;
}

.sec03_02 figure img{
width: 100%;
line-height: 0;
margin: 0 auto;
transform: unset;
}
.sec03_02 .text_box{
padding: 0 20px;
}
.sec03_02 .text_box p{
color: #fff;
text-align: justify;
}
.sec03_02 .text_box h3{
font-size: 22px;	
line-height: 1.5;
padding: 10px 0 10px 0;
}	
}
@media screen and (max-width: 500px) {
  .section03 li h3{
    top: -78px;
    width: 80%;
    font-size: 21px;
    padding: 10px 5px;
  }

    .section03 li:nth-child(3) h3{
      font-size: 20px;
    }

  .section03 li h3 .font_red{
    font-size: 28px;
  }
  .section03 li:nth-child(3) h3 .font_red{
    font-size: 26px;
  }

}
@media screen and (max-width: 388px) {
  .section03 li h3{
    top: -65px;
    width: 88%;
    font-size: 21px;
  }
}
@media screen and (max-width: 354px) {
  .section03 li:nth-child(3) h3{
    font-size: 19px;
  }

.section03 li:nth-child(3) h3 .font_red{
  font-size: 23px;
}
}



/* -----------------------------
# section.support / 途上国の村々で、紛争地や被災地で...小さな命を守り続けています
-------------------------------- */
section.support{
color: #fff;
position: relative;
background: #cfecff;
}

section.support h3{
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-feature-settings: "palt";
}

section.support h2{
  position: relative;
text-align: center;
background: #0096ff;
color: #fff;
text-shadow: 2px 3.464px 2.31px rgba(58, 61, 66, 0.4);
}


section.support .support_main_text em{
color: #0096ff;
font-weight: bold;
}

.support_cace{
background: #fff;
padding: 0 30px 107px;
}

.support_cace_top{
  text-align: center;
}

.support_cace .support_cace_list{
  display: flex;
gap: 36px;
  max-width: 100%;
  margin: 130px auto 0;
}
.support_cace .support_cace_item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.support_cace_item_text{
  color: #000;
}

.font_yellow{
  color: #f4fb15;
}

rt {
  text-align: center;
	letter-spacing: 0.03em;
	line-height: 2;
	font-size: 13px;
	position: relative;
  top: -0.4em;
  transform: translateY(-0.4em);
}
.support_bottom img{
  vertical-align: bottom;
}
.support_bottom02{
  text-align: center;
}
.suppert02_case{
  padding: 0 30px;
}

@media print, screen and (min-width: 768px) {

section.support .support_main{
background: url( "../img/support_img@2x.jpg") no-repeat;
background-size: cover;
background-position:60% center;
padding-bottom: 100px;
}
section.support h2{
padding: 40px 10px 35px;
font-size: 42px;
line-height: 1.5;
font-weight: 900;
-webkit-text-stroke: 1px white;
}

section.support h2::before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0096ff;
}

.support_main_text{
width: 50%;
padding: 50px 20px ;
}

section.support .vaccination{
background: #fff;
border-radius: 20px;
margin: 25px 0 0;
text-align: center;
padding: 53px 25px 55px;
}
.support .vaccination .vaccination_list{
  display: flex;
  justify-content: center;
  gap: 11px;
padding-bottom: 34px;
}
.support .vaccination .vaccination_item{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #0096ff;
  border-radius: 50px;
  padding: 13px ;
}

section.support .vaccination p{
  font-family: "source-han-serif-japanese", serif;
  font-size: 28px;
  color: #3d3d3d;
  padding-bottom: 39px;
  }

  section.support .vaccination h4{
width: 80%;
margin-inline: auto;
  }
.support_main_sp{
display: none;
}

.support_cace_top img{
  margin-top: -80px;
}

.vaccination_sp{
display: none;
}
.support_cace .support_cace_item:nth-child(2){
padding-bottom: 150px;
}
.support_cace .support_cace_item .support_cace_item_img02 {
  margin-top: -190px;
}
.support_cace_item_read{
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, 25%);
  -webkit-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  background-color: #0096ff;
  box-shadow: 11px 9px 0px -6px #ffffff;
  width: 75%;
  max-width: 398px;
  margin-inline: auto;
  text-align: center;
  padding: 19px 0;
  margin-bottom: -116px;
}
.support_cace_item:nth-child(2) .support_cace_item_read{
  top: -80%;
  left: 50%;
  transform: translate(-50%, 85%);
  -webkit-transform: translate(-50%, 85%);
  -ms-transform: translate(-50%, 85%);
}
.support_cace_item_read p {
  font-family: "source-han-serif-japanese", serif;
font-size: 25px;
  line-height: 1.3;
}
.support_cace_item_read p .font_yellow{
  font-size: 35px;
}
.support_cace_item .support_cace_item_text{
margin-top: 16px;
}

.support_bottom_sp{
display: none;
}
.suppert02_case{
  position: relative;
  margin-bottom: 132px;
}
.suppert02_case::before{
  content: url(../img/parts07.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.suppert02_case_flex{
  margin-top: 80px;
  padding-top: 10px;
}
.suppert02_case_flex.flex_end{
  max-width: 1420px;
  margin-inline: auto;
  display: flex;
justify-content: space-between;
  position: relative;
}
.suppert02_case_flex.flex_end {
  align-items: flex-end;
}
.suppert02_case_flex.flex_end .case_img{
  position: relative;
  z-index: 3;
}
.suppert02_case_textblock{
  text-align: center;
  top: 42px;
  right: calc(100vw / 19.2);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
}
.row_reverse .suppert02_case_textblock{
  right: calc(-100vw / 19.2);
}
.flex_end .suppert02_case_textblock_pc{
position: relative;
}
.suppert02_case_mark{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top:-250px;
  width: 193px;
  height: 193px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #0096ff;
  border-radius: 50%;
  z-index: 2;

}
.support02 .suppert02_case_mark_text {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.support02 .suppert02_case_mark_ruby{
  display: block;
  font-size: 26px;
}

.suppert02_case_flex_textblock_read{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #edf7fe;
  padding: 85px 20px 50px;
}

.suppert02_case_textblock_pc h3{
  position: absolute;
  top: -13%;
  left: 50%;
  width:100%;
  transform: translate(-50%, 13%);
  -webkit-transform: translate(-50%, 13%);
  -ms-transform: translate(-50%, 13%);
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  color: #0096ff;
}
.suppert02_case_textblock_pc h4{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #0096ff;
  padding-bottom: 24px;
}
.suppert02_case_textblock_pc p{
  text-align: left;
}
.row_reverse .suppert02_case_flex_textblock_read{
  padding: 82px 20px 50px;
}
.row_reverse .suppert02_case_textblock_pc h3{
  top: -10%;
  transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
}
.row_reverse .suppert02_case_textblock_pc p{
  max-width: 477px;
}

.suppert02_case_flex.flex_end.row_reverse{
  flex-direction: row-reverse;
  padding-top: 80px;
}
.suppert02_case02_2{
  position: relative;
}
.suppert02_case02_2::before{
  content: url(../img/parts08.png);
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}

.support_bottom02{
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.support_bottom02::after{
  content: url(../img/parts09.png);
  display: block;
  position: absolute;
  top: -224px;
  right:  0;
  z-index: 1;
}
.support_bottom02::before{
  content: url(../img/parts10.png);
  display: block;
  position: absolute;
  left:  0;
  bottom: 52px;
  z-index: 1;
}
.support_bottom02 img{
  position: relative;
  z-index: 3;
  margin-bottom: 45px;
}
.support_cace_top_sp{
  display: none;
}

.suppert02_case_title_sp{
  display: none;
}
.suppert02_case_textblock_sp{
  display: none;
}
.suppert02_case_mark_sp{
  display: none;
}
}

@media print, screen and (max-width: 1400px) {
  .suppert02_case_textblock{
    left: calc(-86vw / 14);
    right: 0;
    max-width: 740px;
  }
  .row_reverse  .suppert02_case_textblock{
    left: calc(69vw / 14);
    right: 0;
    max-width: 740px;
  }


}
@media screen and (max-width: 1336px){
  .suppert02_case_mark{
    top: -215px;
    width: 164px;
    height: 164px;
   }
   .support02 .suppert02_case_mark_text {
    font-size: 36px;
}
.support02 .suppert02_case_mark_ruby {
  font-size: 22px;
}
.suppert02_case_flex.flex_end .case_img {

  min-width: 450px;
}
}
@media screen and (max-width: 1372px){
  .suppert02_case::before{
    top: -120px;
    right: -81px;
    transform: scale(0.6);
  }
  .suppert02_case02_2::before {
    top: -60px;
    left: -90px;
    transform: scale(0.6);
}
.support_bottom02::after {
  top: -251px;
  right: -62px;
  transform: scale(0.6);
}
.support_bottom02::before {
  left: -72px;
  bottom: -30px;
  transform: scale(0.6);
}
}
@media screen and (max-width: 1211px){
  .suppert02_case_textblock {
    left: calc(-41vw / 12.11);
    max-width: 630px;
}
  .suppert02_case_mark{
    top: -172px;
    width: 135px;
    height: 135px;
  }
  .support02 .suppert02_case_mark_text {
    font-size: 32px;
}
.support02 .suppert02_case_mark_ruby {
  font-size: 19px;
}
.suppert02_case_textblock_pc h3 {
  top: -10%;
  transform: translate(-50%, 10%);
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  font-size: 30px;
}
.suppert02_case_textblock_pc h4 {
  font-size: 26px;
  padding-bottom: 18px;
}
  .support_cace {
    padding: 0 30px 80px;
}
}
@media screen and (max-width: 1155px) {
  .support .vaccination .vaccination_item {
    font-size: 2.3vw;
  }
  section.support .vaccination p {
    font-size: 2.46vw;
}
.support_cace .support_cace_item:nth-child(2) {
  padding-bottom: 100px;
}
.suppert02_case_textblock_pc p {
  max-width: 475px;
}
}
@media screen and (max-width: 1086px) {
  .row_reverse .suppert02_case_textblock {
    left: calc(32vw / 10.86);
}
.suppert02_case_textblock_pc p {
  max-width: 383px;
}
.row_reverse .suppert02_case_textblock_pc p {
  max-width: 383px;
}
}
@media screen and (max-width: 999.98px) {
  .suppert02_case_textblock{
    top: 105px;
  }
  .support_cace_item_read p{
    font-size: 2.5vw;
  }
  .support_cace_item_read p .font_yellow {
    font-size: 3.2vw;
}
.suppert02_case02_2{
  margin-top: 120px;
}
.suppert02_case_flex.flex_end .case_img {
    min-width: 300px;
  }
  .suppert02_case_mark{
    top: -154px;
    width: 100px;
    height: 100px;
  }
  .support02 .suppert02_case_mark_text {
    font-size: 25px;
}
.support02 .suppert02_case_mark_ruby {
  font-size: 16px;
}
.suppert02_case_textblock {
  left: calc(-50vw / 9.99);
}
.suppert02_case_flex_textblock_read{
  padding-inline: 64px;
}
.row_reverse .suppert02_case_flex_textblock_read{
  padding-inline: 64px;
}
.suppert02_case_textblock_pc h3{
  font-size: 2.8vw;
}
.suppert02_case_textblock_pc h4{
  font-size: 2.2vw;
}
  .support .vaccination .vaccination_item{
    padding: 8px 13px;
  }
  .support .vaccination .vaccination_item {
    font-size: 2.1vw;
}
section.support .vaccination p {
  font-size: 2.4vw;
}

}


@media screen and (max-width: 767.98px) {
  section.support h2 {
    font-size: 37px;
    padding: 20px 15px ;
    line-height: 1.3;
}
.support_main_sp img {
  vertical-align: bottom;
}
section.support .support_main_text{
  background-color: #e9e6da;
  padding-bottom: 60px;
}
section.support .vaccination {
  background: rgba(255, 255, 255, 0.8);;
  border-radius: 20px;
  text-align: center;
  padding: 53px 25px 55px;
  margin-inline: 20px;
position: relative;
z-index: 1;
margin-top: -85px;
}
.support .vaccination .vaccination_list {
  display: flex;
  justify-content: center;
  gap: 11px;
  padding-bottom: 34px;
}
.support .vaccination .vaccination_item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #0096ff;
  border-radius: 50px;
  padding: 9px 17px 8px 18px;
}
section.support .vaccination p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 25px;
  color: #3d3d3d;
  padding-bottom: 39px;
}
section.support .vaccination h4{
  width: 80%;
  margin-inline: auto;
}
.support_cace_item{
  width: calc( 100%  - 60px );
  margin-inline: auto;
}
.support_cace .support_cace_item:nth-child(2) {
  padding: 10px;
}
.support_cace_item_read{
  position: relative;
  background-color: #0096ff;
  box-shadow: 10px 10px 0px -5px #ffffff;
  width: 90%;
  max-width: 509px;
  margin-inline: auto;
  text-align: center;
  padding: 3vw 0;
  margin-bottom: -10vw;
}
.support_cace_item_read p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.3;
}
.support_cace_item_read p .font_yellow{
  font-size: 6vw;
}
.support_cace_item_text {
  margin-top: 8px;
}

.support_main_sp{
display: block;
}
.support_main_sp img{
width: 100%;
}

.suppert_case_flex{
margin: 0 auto;
display: flex;
 flex-direction: column;
position: relative;
padding: 20px 0 0;
}
.support_cace {
  position: relative;
      background: #fff;
      padding: 24px 0 30px;
}

.support_cace::before{
  content: url(../img/parts01_sp.png);
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
}
.support_cace_top{
  position: relative;
  width: 100%;
    margin-inline: auto;
padding: 0 20px;
z-index: 2;
}
.support_cace_top img{
  width: 80%;
  margin-bottom: -37px;
}
.support_cace_top_sp{
  padding: 40px 18px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1.046px 11.954px 8px 0px rgba(149, 199, 234, 0.98);
  z-index: 2;
}
.support_cace_top_sp p{
  font-size: 5.1vw;
  font-weight: bold;
  color: #0096ff;
  font-family: "source-han-serif-japanese", serif;
}
.support_cace_top_sp p span {
  font-size: 6.3vw;
  border-bottom: 1px solid #0096ff;
}

.support_cace .support_cace_list{
  flex-direction: column;
}

.support_bottom_sp{
text-align: center;
 color: #3d3d3d;
padding: 10px 0 20px;
}
.suppert02_case{
  padding: 0;
}
.suppert02_case_flex.flex_end{
  margin: 60px 0 32px;
  padding-bottom: 42px;
  background-color: #edf7fe;
}
.suppert02_case_mark_box{
  position: relative;
}
.suppert02_case_mark{
  display: none;
}
.suppert02_case_mark_sp{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -15px;
  width: 150px;
  height: 150px;
  background: #0096ff;
  border-radius: 50%;
  z-index: 2;

}
.support02 .suppert02_case_mark_text_sp {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.support02 .suppert02_case_mark_ruby_sp{
  display: block;
  font-size: 18px;
}
.suppert02_case_title_sp{
  margin-inline: auto;
  width: fit-content;
}
.suppert02_case_title_sp h2{
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  color: #0096ff;
  top: -13px;
  left: 50%;
  transform: translate(-50%, -13%);
  -webkit-transform: translate(-50%, -13%);
  -ms-transform: translate(-50%, -13%);
  text-align: center;
}
.case_img{
  text-align: center;
  }
.case_img img{
  width: calc( 100% - 60px );
  }
  .suppert02_case_textblock_sp p{
    padding: 0 40px;
  }
.suppert02_case_textblock_sp h3{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  color: #0096ff;
  font-size: 24px;
        line-height: 1.3;
        margin: 32px 0 24px;
}

.suppert02_case_flex.flex_end.row_reverse .suppert02_case_title_sp h2{
  top: -9px;
  left: 50%;
  transform: translate(-50%, -9%);
  -webkit-transform: translate(-50%, -9%);
  -ms-transform: translate(-50%, -9%);
}
.suppert02_case02_2{
  margin-top: 60px;
}
.support_bottom02{
  margin-bottom: 32px;
}
.support_cace .support_cace_list{
  margin-top: 90px;
}
.suppert02_case_textblock_pc{
  display: none;
}
}
@media screen and (max-width: 500px) {
  .suppert02_case_mark_sp{
    right: 35px;
    top:-12px;
    width: 100px;
    height: 100px;
  }
  .support02 .suppert02_case_mark_text_sp {
    font-size: 26px;
  }
  .support02 .suppert02_case_mark_ruby_sp{
    font-size: 13px;
  }
  .support .vaccination .vaccination_list {
padding-bottom: 15px;
  }
  section.support .vaccination p{
padding-bottom: 15px;
  }
}
@media screen and (min-width: 375px) and (max-width: 500px) {
  section.support h2 {
    padding: 15px 10px ;
    font-size: 25px;
    line-height: 1.3;
}

section.support .vaccination {
  padding: 20px;
  margin-top: -45px;
}
.support .vaccination .vaccination_list {
  padding-bottom: 15px;
}
.support .vaccination .vaccination_item {
  font-size: 16px;
  padding: 8px 12px;
}
section.support .vaccination p {
  font-size: 17px;
  padding-bottom: 15px;
}
.support_cace .support_cace_list{
  margin-top: 50px;
}
}
@media screen and (max-width: 374.98px) {
  section.support h2{
    font-size: 23px;
  }
  section.support .support_main_text {
    padding-bottom: 46px;
}
  section.support .vaccination {
    padding: 40px 10px 40px;
    margin-top: -62px;
}
  .support .vaccination .vaccination_item {
    font-size: 15.5px;
    padding: 7px 8px;
  }
  section.support .vaccination p {
    font-size: 16px;
}

.suppert02_case_title_sp h2{
  top: -13px;
  left: 50%;
  transform: translate(-50%, -13%);
  -webkit-transform: translate(-50%, -13%);
  -ms-transform: translate(-50%, -13%);
}
.suppert02_case_flex.flex_end.row_reverse .suppert02_case_title_sp h2{
  top: -7px;
  left: 50%;
  transform: translate(-50%, -7%);
  -webkit-transform: translate(-50%, -7%);
  -ms-transform: translate(-50%, -7%);
}
.support_cace .support_cace_list{
  margin-top: 50px;
}
}


/* -----------------------------
# section04 / あなたのご支援でできること
-------------------------------- */
.section04 > .head {
background: #09f url(../img/section04_title_bg.png) calc(50% - 280px) center no-repeat;
color: #fff;
font-weight: bold;
text-align: center;
letter-spacing: .2em;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
	position: relative;
}




@media print, screen and (min-width: 768px) {
.section04 {
  padding-top: 55px;
  padding-bottom: 70px;
  contain-intrinsic-size: 775px;
  background: #ecf6ff;
}
.section04 > .head {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding-left: 80px;
width: calc(100% - 40px);
max-width: 850px;
font-size: 32px;
line-height: 85px;
}
	.section04 > .head figure{
	position: absolute;
	left:14%;
	top:15px;
	max-width: 45px;
}
.section04_items {
display: flex;
flex-wrap: wrap;
position: relative;
}
}
@media screen and (max-width: 767.98px) {
.section04 {
/*margin-top: 35px;*/
}
	.section04 > .head figure{
	position: absolute;
	left:9%;
	top:13px;
	max-width: 30px;
}
.section04 > .head {
padding-left: 15px;
background-position: calc(50% - 150px);
background-size: 24px auto;
font-size: 16px;
line-height: 65px;
}
}
@media screen and (max-width: 374.98px) {
.section04 > .head {
background-position: calc(50% - 130px);
letter-spacing: .1em;
}
}

.section04_items::before {
content: '';
display: inline-block;
position: absolute;
left: calc(50% + 173px);
bottom: 35px;
width: 100%;
max-width: 336px;
height: 294px;
background-image: url(../img/section04_bg_pc.png);
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width: 1024px) {
.section04_items::before {
left: calc(50% + 133px);
bottom: 35px;
}
}
@media screen and (max-width: 767.98px) {
.section04_items::before {
	display: none;
/*left: 50%;
bottom: 10px;
width: 50%;
background-position: 0 bottom;*/
}
}
@media print, screen and (min-width: 768px) {
.section04_item {
margin-top: 30px;
padding-top: 175px;
background-repeat: no-repeat;
background-position: center 0;
width: calc((100% - 40px) / 3);
background-color: #0099ff;
color: #fff;
}
.section04_item:not(:nth-of-type(3n + 1)) {
margin-left: 20px;
}
.section04_item:nth-of-type(1) {
background-image: url(../img/section04_item01_img@2x.jpg);
background-size: auto 175px;
}
.section04_item:nth-of-type(2) {
background-image: url(../img/section04_item02_img@2x.jpg);
background-size: auto 175px;
}
.section04_item:nth-of-type(3) {
background-image: url(../img/section04_item03_img@2x.jpg);
background-size: auto 175px;
}
.section04_item:nth-of-type(4) {
background-image: url(../img/section04_item04_img@2x.jpg);
background-size: auto 175px;
}
.section04_item:nth-of-type(5) {
background-image: url(../img/section04_item05_img@2x.jpg);
background-size: auto 175px;
}
.section04_item > .head:before {
content: '';
display: inline-block;
position: absolute;
bottom: -14px;
left: 50%;
margin-left: -12.5px;
width: 0;
height: 0;
border-width: 14px 12.5px 0 12.5px;
border-style: solid;
border-color: #fcdf1b transparent transparent transparent;
}
}
@media screen and (max-width: 767.98px) {
.section04_item {
margin-top: 15px;
width:100%;
background-size: contain;
color: #2d1e04;
}

}
.section04_item > .head {
position: relative;
background-color: #fcdf1b;
color: #0066cc;
font-weight: bold;
text-align: center;
letter-spacing: -.01em;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}

@media print, screen and (min-width: 768px) {
.section04_item > .head {
font-size: 18px;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
}
@media screen and (max-width: 1024px) {
.section04_item > .head {
font-size: 15px;
}
}
@media screen and (max-width: 767.98px) {
.section04_item > .head {
padding-top: 6px;
padding-bottom: 6px;
font-size: 13px;
line-height: 1.2;
background-color: #0099ff;
color: #fff;
border-radius: 15px 15px 0 0;
	letter-spacing: 0.05em;
}
.section04_item > .head::before {
bottom: -8px;
margin-left: -8px;
border-width: 8px 8px 0 8px;
}
}
@media screen and (max-width: 374.98px) {
.section04_item > .head {
font-size: 12px;
}
}
.section04_item > .head .text_sm {
margin-right: -.5em;
}
@media print, screen and (min-width: 768px) {
.section04_item > .head .text_sm {
font-size: 12px;
}
}
@media screen and (max-width: 1024px) {
.section04_item > .head .text_sm {
font-size: 12px;
}
}
@media screen and (max-width: 767.98px) {
.section04_item > .head .text_sm {
/*display: block;*/
}
}
.section04_item > .head .text_price {
position: relative;
margin-left: 3px;

letter-spacing: -.02em;
}
@media print, screen and (min-width: 768px) {
.section04_item > .head .text_price {
top: 3px;
font-size: 24px;
}
}
@media screen and (min-width: 1024px) {
.section04_item > .head .text_price {
font-size: 27px;
}
}
@media screen and (max-width: 767.98px) {
.section04_item > .head .text_price {
top: 2px;
font-size: 19px;
}
}
.section04_item > .body {
font-size: 16px;
line-height: 1.56;
}
@media print, screen and (min-width: 768px) {
.section04_item > .body {
padding: 20px 20px 30px;
text-align: justify;
}
.section04_item > .body figure{
display: none;
}
}
@media screen and (max-width: 767.98px) {
.section04_item > .body {
background-image: none;
color: #2d1e04;
font-size: 14px;
display: flex;
justify-content:flex-start;
margin: 15px 0 0;
}
.section04_item > .body p{
padding: 0 0 0 20px;
	width: 50%;
}
.section04_item > .body figure{
        width: 50%;
        max-width: 250px;
}
	
.section04_item > .body figure img{
/* max-width: -webkit-fill-available;*/
	height: inherit;
}	

.section04_item:nth-of-type(2) figure {

}
}
.section04_item > .body em {
color: #fcff00;
font-weight: bold;
	position: relative;
	display: inline;
}

.marker {
  background:linear-gradient(transparent 88%, rgba(252, 255, 0) 88%);
  display: inline;
padding-bottom: 4px; /* オフセット */
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0 100%;
	
	background-position: 0 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}



@media print, screen and (min-width: 768px) {
.section04_item > .body em {
font-size: 18px;
}
.section04_item > .body p{
		line-height: 1.6;
	}

}
@media screen and (max-width: 767.98px) {
.section04_item > .body em {
color: #0099ff;
}
.marker {
  background:linear-gradient(transparent 88%, rgba(0, 153, 255) 88%);
  display: inline;
padding-bottom: 4px; /* オフセット */
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0 100%;
	
	background-position: 0 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

}
@media print, screen and (min-width: 768px) {
.section04 .text_annotation {
margin-top: 30px;
font-size: 14px;
text-align: right;
}
}
@media screen and (max-width: 767.98px) {
.section04 .text_annotation {
margin-top: 20px;
font-size: 10px;
}
}
/* -----------------------------
# section05 / 世界の子どもたちの命と未来を守るユニセフの活動は...
-------------------------------- */
.section05 {
background-color: #cde6fb;
}
@media screen and (max-width: 767.98px) {
.section05 {
margin-top: 30px;
contain-intrinsic-size: 1066px;
}
}
.section05 > .head {
text-align: center;
}
.section05 > .head img {
margin-top: -13px;
width: calc(100% - 30px);
max-width: 796px;
}
@media screen and (max-width: 767.98px) {
.section05 > .body {
margin-top: -40px;
}
}
.section05_item {
position: relative;
background-color: #fff;
}
@media screen and (max-width: 767.98px) {
.section05_item {
margin-top: 0;
}
}
.section05_item > .head {
color: #fff;

font-weight: bold;
text-align: center;
}
@media screen and (max-width: 767.98px) {
.section05_item > .head {
line-height: 35px;
}
}
.section05_item:nth-of-type(1) > .head {
background-color: #008751;
}
.section05_item:nth-of-type(2) > .head {
background-color: #002776;
}
@media screen and (max-width: 767.98px) {
.section05_item > .body .img {
line-height: 0;
}
}
@media screen and (min-width: 768px) {
.section05_item_text {
padding: 20px 25px 20px 28px;
}
}
@media screen and (max-width: 767.98px) {
.section05_item_text {
padding: 10px 20px;
}
}
.section05_item_text > .head {
font-weight: bold;
text-align: center;
}
.section05_item:nth-of-type(1) .section05_item_text > .head {
color: #008751;
}
.section05_item:nth-of-type(2) .section05_item_text > .head {
color: #002776;
}
.section05_item_text > .body {
margin-top: 10px;
line-height: 1.647;
text-align: justify;
letter-spacing: 0;
font-size: 17px;
}
.section05_item_text > .body em {
color: #09f;
font-weight: bold;
}
.section05_item_text > .body p + p {
margin-top: 1em;
}
.section05_item > .foot {
position: absolute;
}
.section05_item > .foot img {
max-width: 100%;
height: auto;
}
@media print, screen and (min-width: 768px) {
.section05 {
padding-top: 32px;
}
.section05_items {
display: flex;
justify-content: space-between;
margin-top: 45px;
}
.section05_item {
margin-bottom: 220px;
padding-bottom: 30px;
width: calc(50% - 14px);
max-width: 410px;
}
.section05_item > .head {

font-size: 21px;
line-height: 50px;
letter-spacing: .05em;
}
.section05_item > .body {
min-height: 560px;
}
.section05_item > .foot {
margin-right: -10px;
left: 10px;
}
.section05_item_text > .head {
font-size: 19px;
}
}
@media screen and (max-width: 1024px) {
.section05_item_text {
font-size: 17px;
}
}
@media screen and (min-width: 768px) and (max-width: 879px) {
  .section05_item_text {
    padding: 15px ;
}
}
@media screen and (max-width: 767.98px) {
.section05 {
margin-top: 30px;
background-color: #e6f7fd;
}
.section05 > .head {
margin-top: -10px;
}
.section05 > .head img {
width: calc(100% - 30px);
max-width: 596px;
}
.section05_items {
margin-top: -30px;
padding-bottom: 1px;
}
.section05_item {
margin-left: auto;
margin-right: auto;
margin-bottom: 180px;
padding-bottom: 50px;
max-width: 410px;
}
.section05_item > .head {
font-size: 16px;
line-height: 35px;
}
.section05_item_text {
padding: 15px;
}
.section05_item_text > .head {
font-size: 18px;
line-height: 1.16;
}
.section05_item > .foot {
margin-left: 15px;
width: calc(100% - 30px);
text-align: center;
}

}
/*==================================================
sectionReport
世界の子どもたちへ、2022年、たとえばこんな支援を届けることができます
==================================================*/

@media screen and (min-width: 950px){
.sectionReport {

}

.report_main{
background: url("../img/sectionreport_img@2x.jpg") no-repeat center top;
height: 936px;
background-size:cover;
display: flex;
justify-content: flex-end;
position: relative;
}

.report_textwrap{
width: 50%;
background-color: rgb(0, 120, 255);
/* mix-blend-mode: Multiply; */
 /* 重ね方を指定 */
height: 936px;

}

.report_text{
position: absolute;
left:53%;
top:30px;
}

.sectionReport h2{
font-size: 28px;
color: #fff;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.4;
}

.report_text figure{
position: absolute;
top:0;
left:415px;
width: 50%;
}
.report_text figure img{
width: 100%;
}

.sectionReport p{
max-width: 410px;
margin: 25px 0 0;
}
.sectionReport p img{
width: 100%;
}
.report_sp{
display: none;
}
.report_main_sp{
  display: none;
}

}

@media screen and (max-width: 949.98px){
.report_main {
display: none;
}

.report_main_sp{
  background-color: #0078ff;
}
.report_main_sp p {
  width: 100%;
  margin-inline: auto;
  padding: 26px;
}
}



/* -----------------------------
# ユニセフ（国際連合児童基金）について、
# 日本ユニセフ協会の支出内訳
/ 共通
-------------------------------- */
.section_about > .head, .section_expenditure > .head {
width: 100%;
background-color: #09f;
color: #fff;
font-weight: bold;
text-align: center;
letter-spacing: .05em;
}
/* -----------------------------
# ユニセフ（国際連合児童基金）について
-------------------------------- */
.section_about .main p + p {
margin-top: 1em;
}
.section_about .sub {
max-width: 426px;
}
.section_about .movie iframe {
width: 100%;
}
/* -----------------------------
# 日本ユニセフ協会の支出内訳
-------------------------------- */
.section_expenditure .main a {
color: #09f;
text-decoration: underline;
}
.section_expenditure .sub {
line-height: 1.615;
}
.section_expenditure .block_report {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.section_expenditure .block_report a {
color: #09f;
text-decoration: underline;
}
.section_expenditure .block_report > .img {
width: 58%;
max-width: 288px;
}
.section_expenditure .block_report > .text {
padding-left: 1em;
width: 42%;
}
.section_expenditure .block_report > .text span {
margin-bottom: .5em;
}
/* -----------------------------
# ユニセフ募金は税額控除の対象となり、…
-------------------------------- */
.section_tax > .head {
margin-right: auto;
margin-left: auto;
font-weight: bold;
text-align: center;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section_tax > .body {
width: 100%;
color: #333333;
line-height: 1.86;
}
.section_tax > .body mark {
color: inherit;
}
.section_tax > .body > .img {
text-align: center;
}
.section_tax > .body > .img p {
margin-top: 20px;
}
.section_tax > .body .text_annotation {
line-height: 1.75;
}
/* -----------------------------
# ユニセフ募金にご協力ください
-------------------------------- */
.section_donation {
padding: 15px 15px 20px;
background-color: #09f;
}
.section_donation > .head {
position: relative;
color: #fff;
font-size: 27.5px;
font-weight: bold;
text-align: center;
line-height: 32px;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section_donation > .head:before {
content: '';
display: block;
position: absolute;
top: -32px;
left: 5px;
width: 125px;
height: 125px;
background: url(../img/section_donation_img_pc.png);
}
.section_donation > .head span {
display: block;
}
.section_donation > .head .text_sm {
font-size: 20px;
}
.section_donation > .body {
margin-top: 15px;
padding: 40px 40px 35px;
border-radius: 5px;
background-color: #fff;
}
.donation_btn_list {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.donation_btn_list > li {
width: calc((100% - 35px) / 2);
max-width: 352px;
}
.donation_text_list > li {
padding-right: 16px;
background: url(../img/chevron-right-solid.svg) right center/8px 13px no-repeat;
font-size: 12px;
text-align: right;
line-height: 26px;
}
.donation_text_list a {
color: #09f;
text-decoration: underline;
}
@media screen\0 {
html {
/* ie */
font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'MS UI Gothic', 'Arial', sans-serif;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
}
@media print {
body {
color: #000;
-webkit-print-color-adjust: exact;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
.l-container {
width: calc(100% - 40px);
}
.section05 > .head {
font-size: 24px;
}
.section05_items:before {
right: 20px;
width: 24vw;
background-position: right center;
}
.section05_item > .head .text_sm {
font-size: 13px;
letter-spacing: -.02em;
}
.section05_item > .head .text_price {
top: 1px;
font-size: 22px;
}
.section05_item > .body {
font-size: 14px;
}
.section_about > .head, .section_expenditure > .head {
width: calc(100% - 40px);
font-size: 24px;
}
.section_report {
width: calc(100% - 40px);
}
.section_tax {
width: calc(100% - 40px);
}
.section_tax > .head {
position: relative;
font-size: 19px;
}
.section_tax > .head:before, .section_tax > .head:after {
content: '';
display: block;
position: absolute;
z-index: -1;
top: 0;
width: 50%;
height: 100%;
background-image: url(../img/tax_title_bg_pc.png);
background-repeat: no-repeat;
}
.section_tax > .head:before {
left: 0;
background-position: 0 0;
}
.section_tax > .head:after {
left: 50%;
background-position: 100% 0;
}
.section_donation > .head {
padding-left: 60px;
}
}
@media screen and (max-width: 767.98px) {
.l-container {
width: calc(100% - 30px);
}
.page-header_top {
padding: 5px 0;
font-size: 10px;
line-height: 1.529;
}
.page-header_bottom > .inner {
padding-top: 3px;
padding-bottom: 3px;
height: 43px;
}
.page-header_bottom .name {
font-size: 11px;
line-height: 1.3;
}
.page-header_bottom .img {
width: 45%;
text-align: right;
}
.page-header_bottom .img img {
max-width: 100px;
}
.header_logo {
line-height: 0;
}
.page-footer {
margin-top: 20px;
background-color: #08f;
}
.pagetop {
font-size: 12px;
}
.pagetop a {
font-weight: bold;
}
.credit {
margin-top: 20px;
}
.copyright {
font-size: 15px;
font-weight: bold;
text-align: center;
}
.copyright .text_sm {
font-size: 10px;
}
.sidefixed1 {
display: none;
pointer-events: none;
}
.block_softbank_sp > .head, .block_softbank_sp > .body {
margin-right: auto;
margin-left: auto;
max-width: 480px;
}
.section_about > .head, .section_expenditure > .head {
font-size: 15px;
line-height: 60px;
}
.section_about > .body, .section_expenditure > .body {
margin-top: 20px;
font-size: 14px;
line-height: 1.5;
}
.section_about {
/*background: #e6f7fd;*/
}
.section_about .sub {
margin: 20px auto 0;
}
.section_about .movie {
overflow: hidden;
position: relative;
padding-top: 30px;
padding-bottom: 56.25%;
width: 100%;
height: 0;
}
.section_about .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.section_expenditure {
padding-top: 30px;
padding-bottom: 30px;
}
.section_expenditure .sub > .img {
margin-top: 18px;
margin-right: auto;
margin-left: auto;
max-width: 253px;
}
.section_expenditure .sub > .text {
margin-top: 18px;
}
.section_expenditure .block_report {
margin-top: 18px;
}
.section_tax {
margin-top: 45px;
padding-bottom: 20px;
background-color: #fcfbdc;
}
.section_tax > .head {
padding-top: 15px;
padding-bottom: 15px;
background-color: #09f;
color: #fff;
font-size: 15px;
line-height: 1.2;
letter-spacing: .05em;
}
.section_tax > .body {
margin: 20px auto 0;
width: calc(100% - 40px);
font-size: 14px;
line-height: 18px;
}
.section_tax > .body p + p {
margin-top: 8px;
}
.section_tax > .body mark {
border-bottom: 4px solid #fcfbdc;
background-color: #f1e63b;
line-height: 22px;
}
.section_tax > .body > .img {
margin-right: auto;
margin-left: auto;
max-width: 480px;
}
.section_tax > .body .text_annotation {
margin-top: 20px;
font-size: 11px;
line-height: 1.3;
}
.block_share {
margin-top: 20px;
margin-bottom: 20px;
}
.u-hide_sm {
display: none;
}
.u-block_sm {
display: block;
}
}
@media print, screen and (min-width: 768px) {
.page-header_top {
/*line-height: 30px;*/
padding:3px 0;
}
.page-header_bottom > .inner {
height: 60px;
}
	.page-header_bottom .img img{
		max-width: 130px;
	}
	
.page-header_wrap {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.page-header_bottom .name {
font-size: 16px;
line-height: 1.437;
}
.header_logo {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
-ms-flex-direction: row;
}
.page-footer {
margin-top: 60px;
background-color: #09f;
}
.page-footer > .inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row nowrap;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.pc_footer_link {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.pagetop {
font-size: 13px;
}
.credit {
margin-top: 40px;
}
.footer_text_annotation {
text-align: right;
}
.copyright {
font-size: 16px;
}
.copyright .text_sm {
font-size: 13px;
}
.block_introduction {
padding-top: 70px;
padding-bottom: 60px;

}
.block_introduction h3{
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.section_about > .head, .section_expenditure > .head {
margin-right: auto;
margin-left: auto;
max-width: 850px;
line-height: 86px;
}
.section_about > .body, .section_expenditure > .body {
margin-top: 35px;
}
.section_about > .body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.section_about > .body > .main, .section_about > .body > .sub {
width: calc(50% - 17.5px);
}
.section_about .main {
max-width: 400px;
font-size: 16px;
line-height: 1.875;
}
.section_expenditure {
margin-top: 60px;
contain-intrinsic-size: 608px;
}
.section_expenditure .main {
font-size: 16px;
line-height: 2;
}
.section_expenditure .sub {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
margin-top: 45px;
font-size: 13px;
}
.section_expenditure .sub > .img {
width: 38%;
max-width: 325px;
}
.section_expenditure .sub > .text {
margin-left: 50px;
width: 62%;
}
.section_expenditure .sub > .text p + p {
margin-top: 1em;
}
.section_expenditure .block_report {
margin-top: 45px;
}
.section_expenditure .block_report a {
font-size: 12px;
}
.section_tax {
margin-top: 55px;
contain-intrinsic-size: 1126px;
}
.section_tax > .head {
max-width: 824px;
color: #7aa92f;
line-height: 51px;
}
.section_tax > .body {
margin-top: 25px;
margin-right: auto;
margin-left: auto;
max-width: 810px;
font-size: 16px;
}
.section_tax > .body mark {
background-color: inherit;
}
.section_tax > .body .text_annotation {
margin-top: 15px;
font-size: 12px;
}
.section_donation {
margin-top: 50px;
contain-intrinsic-size: 323px;
}
.u-hide_over-md {
display: none;
}
}
@media only screen and (max-width: 320px) {
.page-header_top {
font-size: 10px;
}
.header_logo {
margin-left: -10px;
width: 20%;
}
.mainvisual_exam_list > li {
font-size: 10px;
}
.block_donation_sp .link {
background-position: 0 0;
}
.block_donation_sp .link a {
margin-left: 16%;
}
.section05 > .head {
letter-spacing: .2em;
}
.section05_item > .body {
padding-right: 0;
font-size: 12px;
}
.section_expenditure .block_report > .text {
font-size: 13px;
}
}
@media print, screen and (min-width: 1024px) {
.section_about > .head, .section_expenditure > .head {
font-size: 25px;
}
.section_tax > .head {
background: url(../img/tax_title_bg_pc.png) center 0 no-repeat;
font-size: 22px;
}
}
@media only screen and (max-width: 1023.98px) {
.mainvisual_exam_list {
margin-top: 15px;
}
.section_tax {
margin-right: auto;
margin-left: auto;
}
}
@media only screen and (min-width: 601px) and (max-width: 767.98px) {
.section05_item {
min-height: 175px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.section05_items:before {
width: 30%;
max-width: 100%;
}
}
