@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : second.css
Description :
===================================================================== */
#second .inner {
    padding-right: 0;
    padding-left: 0;
    width: calc(630 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  #second .half {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
  }
}

/*----------------------------------
  見出し
----------------------------------*/
#second h2.tit {
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: bold;
    font-size: 4.8rem;
}
#second h3 {
    background: #fccb02;
    border-radius: 0.5em;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.8em 1em;
    color: #000;
    position: relative;
    margin-bottom: calc(60 / 750 * 100%);
}
#second h3::before {
    content: "";
    display: block;
    background: #fff;
    border-radius: 0 0.2em 0.2em 0;
    width: 0.5em;
    height: calc(100% - 1.6em);
    position: absolute;
    left: 0;
}
#second h4,
#second h5,
#second h6 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-left: 3rem;
    margin-bottom: calc(60 / 750 * 100%);
}
#second h4::before,
#second h5::before,
#second h6::before {
    content: "";
    display: block;
    border-radius: 0.2em;
    width: 0.5em;
    height: 100%;
    position: absolute;
    left: 0;
}
#second h4 {
    padding: 1rem 0 1rem 3rem;
}
#second h4::before {
    content: "";
    display: block;
    background: #fccb02;
    border-radius: 0.2em;
    width: 0.5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#second h5 {
    margin-bottom: calc(30 / 750 * 100%);
}
#second h5::before {
    content: "■";
    font-size: 0.8em;
    color: #ff8c00;
    top: 0.2em;
}
#second h6 {
    font-size: 2.4rem;
    margin-bottom: calc(30 / 750 * 100%);
}
#second h6::before {
    content: "・";
    color: #ff8c00;
}
#second p.indent {
    padding-left: 3rem;
    margin-bottom: calc(50 / 750 * 100%);
}
#second p a {
    position: relative;
    border-bottom: 1px solid #ff8c00;
}
@media screen and (min-width: 768px) {
  #second h2.tit {
        font-size: 3.6rem;
  }
  #second h3.subttl {
        font-size: 2.7rem;
        margin-bottom: calc(60 / 1024 * 100%);
  }
  #second h4 {
        font-size: 2.1rem;
        margin-bottom: calc(60 / 1024 * 100%);
  }
  #second h5,
  #second h6 {
        font-size: 1.8rem;
        margin-bottom: calc(10 / 1024 * 100%);
  }
}

/*----------------------------------
  orange btn
----------------------------------*/

#second .btn_seni {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 calc(110 / 1024 * 100%);
}
.jc_center{
    justify-content: center !important;
}
#second .btn_seni li {
    width: 48%;
    margin: 0 1% 2rem;
}
#second .btn_seni li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    background: #ff8c00;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 1em;
    border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  #second .btn_seni li {
        width: calc(320 / 1024 * 100%);
        margin: 0 0 2rem;
  }
  #second .btn_seni li:not(:nth-child(3n)) {
        margin-right: calc(32 / 1024 * 100%);
  }
}

/*----------------------------------
  yellow_block
----------------------------------*/

#second .yellow_block {
    background: #fff7d9;
    width: 100vw;
    margin-left: calc(75 / 750 * 100% * -1);
    margin-bottom: calc(60 / 750 * 100%);
    padding: calc(80 / 750 * 100%);
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #second .yellow_block {
        width: 100%;
        margin-left: auto;
        margin-bottom: calc(160 / 1024 * 100%);
        padding: calc(80 / 1024 * 100%);
        border-radius: 4rem;
  }
}

/*----------------------------------
  btn　３種類　地球をつけるときはearth
----------------------------------*/

#second .btn_yellow,
#second .btn_blue,
#second .btn_green {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 60px;
    background: #fccb02;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 1em;
    border-radius: 10rem;
    margin: 0 auto 1em;
}
#second .btn_yellow::after,
#second .btn_blue::after,
#second .btn_green::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 4rem;
    background: url(../images/common/icon_arrow_w.svg) no-repeat center center/contain;
}
#second .btn_yellow.earth::before,
#second .btn_blue.earth::before,
#second .btn_green.earth::before {
    content: "";
    display: block;
    width: 7rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 4rem;
    background: url(../images/common/logo_earth.svg) no-repeat center center/contain;
}
#second .btn_yellow {
    color: #000;
}
#second .btn_yellow::after {
    background: url(../images/common/icon_arrow_bk.svg) no-repeat center center/contain;
}
#second .btn_blue {
    background: #00ddd5;
}
#second .btn_green {
    background: #5bc750;
}
@media screen and (min-width: 768px) {
  #second .btn_yellow,
  #second .btn_blue,
  #second .btn_green {
        width: calc(390 / 1024 * 100%);
        font-size: 1.8rem;
        margin: 0 auto 4rem;
  }
  #second .btn_yellow::after,
  #second .btn_blue::after,
  #second .btn_green::after {
        width: 0.6rem;
        right: 3rem;
  }
  #second .btn_yellow.earth::before,
  #second .btn_blue.earth::before,
  #second .btn_green.earth::before {
        width: 4.5rem;
        left: 3rem;
  }
  #second .half .btn_yellow,
  #second .half .btn_blue,
  #second .half .btn_green {
        margin-left: calc(40 / 1024 * 100%);
        margin-right: calc(40 / 1024 * 100%);
  }
}

/*----------------------------------
  txt_link
----------------------------------*/

#second ul.txt_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: calc(60 / 750 * 100%);
}
#second ul.txt_link li {
    text-align: center;
    max-width: calc(220 / 750 * 100%);
    margin: 0 calc(30 / 750 * 100%) 2rem;
    position: relative;
}
#second ul.txt_link li span {
    border-bottom: 1px solid #ff8c00;
    padding-bottom: 3px;
}

/*----------------------------------
  photo
----------------------------------*/

#second .photo1,
#second .photo2,
#second .photo4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#second .photo1 figure,
#second .photo2 figure,
#second .photo4 figure {
    margin-bottom: calc(80 / 750 * 100%);
}
#second .photo1 figure figcaption,
#second .photo2 figure figcaption,
#second .photo4 figure figcaption {
    font-size: 2rem;
    line-height: 1.2;
    padding-top: 0.5em;
}
#second .photo1 figure {
    width: 100%;
}
#second .photo2 figure,
#second .photo4 figure {
    width: calc((100% - 10px) / 2);
}
#second .photo2 figure:nth-child(2n),
#second .photo4 figure:nth-child(2n) {
    margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #second .photo1 figure,
  #second .photo2 figure,
  #second .photo4 figure {
        margin-bottom: calc(80 / 1024 * 100%);
  }
  #second .photo1 figure figcaption,
  #second .photo2 figure figcaption,
  #second .photo4 figure figcaption {
        font-size: 1.4rem;
  }
  #second .photo1 figure {
      width: 70%;
  }
  #second .photo2 figure,
  #second .photo4 figure {
        width: calc((100% - 20px) / 2);
  }
  #second .photo2 figure:nth-child(2n),
  #second .photo4 figure:nth-child(2n) {
        margin-left: 20px;
  }
  #second .photo4 figure {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
  }
  #second .photo4 figure:nth-child(2n) {
        margin-left: 0;
  }
  #second .photo4 figure:nth-child(4n) {
        margin-right: 0;
  }
}

/*----------------------------------
  information
----------------------------------*/

#second .information {
    border-top: 1px solid #ff8c00;
    padding-top: calc(50 / 750 * 100%);
}
#second .information .left {
    width: 100%;
    margin-bottom: 6rem;
}
#second .information .photo1 {
    width: 100%;
}
#second .information .photo1 figure {
    width: calc((100% - 10px) / 2);
}
#second .information .photo1 figure:nth-child(2n) {
    margin-left: 10px;
}
#second .information dl {
    justify-content: flex-start;
}
#second .information dl dt {
    width: 100%;
    font-weight: bold;
    color: #ff8c00;
}
#second .information dl dd {
    width: 100%;
    margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #second .information {
        padding: calc(50 / 1024 * 100%);
        justify-content: space-between;
  }
  #second .information .left {
        width: calc(600 / 1024 * 100%);
  }
  #second .information .photo1 {
        width: calc(300 / 1024 * 100%);
  }
  #second .information .photo1 figure {
        width: 100%;
  }
  #second .information .photo1 figure:nth-child(2n) {
        margin-left: 0;
  }
  #second .information dl dt {
        width: 8em;
        margin-bottom: 2rem;
  }
  #second .information dl dd {
        width: calc(100% - 8em);
        margin-bottom: 2rem;
  }
}
