@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500;600&display=swap');

html {
    font-size: 62.5%;/* 1rem=10px */
}

body {
    color: #231815;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2;
}

.font_min {
    font-family: 'Noto Serif JP', serif;
}

.dsp_ib {
  display: inline-block;
}


/*-------------------------------

.inner

-------------------------------*/
.inner {
    width: 100%;
    max-width: 100rem;
    margin: auto;
}


/*-------------------------------

#page-top

-------------------------------*/
#page-top {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 99;
}

#page-top a {
    position: relative;
    display: block;
    background: #D01126;
    text-decoration: none;
    color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a::before {
    content: "▲";
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}


/*-------------------------------

header

-------------------------------*/
header {
    position: relative;
    overflow: hidden;
    height: 26rem;
    margin-bottom: 4.5rem;
    background: url("../images/header_bg.jpg") repeat-x left top;
}

header .btn {
    position: absolute;
    top: 1.5rem;
    right: -1rem;
    z-index: 1000;
    display: inline-block;
    border: 3px solid #00AEE0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

header .btn_a {
    top: 9rem;
}

header .btn a {
    display: block;
    width: 17rem;
    padding: 1.5rem 2.5rem 1.5rem 4.5rem;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.2;
    background: url("../images/arrow_01.png") no-repeat left 2rem center, linear-gradient(to right, rgba(0,174,224,1) 0%, rgba(0,123,187,1) 100%);
    border: 1px solid #ffffff;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}

header .btn a:hover {
    text-decoration: none;
    background: url("../images/arrow_01.png") no-repeat left 2rem center, linear-gradient(to right, rgba(0,123,187,1) 0%, rgba(0,174,224,1) 100%);
}

header .inner {
    position: relative;
    height: 26rem;
}

header .inner h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

header .inner p {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.8rem;
    line-height: 1;
    background: #D01126;
}

header .inner .txt_01 {
    top: 7rem;
    left: 9.5rem;
}

header .inner .txt_02 {
    top: 12.5rem;
    left: 16.5rem;
}

#internship header .inner h1 img {
    width: 100%;
    max-width: 47rem;
    margin-right: 0;
}


/*-------------------------------

main

-------------------------------*/
main {
	display: block;
}

main .inner {
    max-width: 100rem;
    margin: auto;
}

#internship main {
  padding-top: 3rem;
}

/*-------------------------------

section

-------------------------------*/
section {
}

/*-------------------------------
見出し
-------------------------------*/
/*----------------
.headline_01
----------------*/
.headline_01 {
    position: relative;
    margin-bottom: 2rem;
    color: #D01126;
    font-size: 3.2rem;
    text-align: center;
}

.headline_01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 47rem;
    height: 0.2rem;
    margin: auto;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(208,17,38,1) 40%,rgba(208,17,38,1) 60%,rgba(208,17,38,1) 60%,rgba(255,255,255,1) 100%);

}

/*----------------
.headline_02
----------------*/
.headline_02 {
    position: relative;
    margin-bottom: 2rem;
    color: #00AEE0;
    font-size: 3.2rem;
    text-align: center;
}

.headline_02::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 47rem;
    height: 0.2rem;
    margin: auto;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(0,174,224,1) 40%,rgba(0,174,224,1) 60%,rgba(0,174,224,1) 60%,rgba(255,255,255,1) 100%);

}

/*-------------------------------
ボタン
-------------------------------*/
.btn {
    text-align: center;
}


/*-------------------------------

#voice

-------------------------------*/
#voice h2.headline_01::after {
    content: "";
    position: absolute;
    bottom: -0.6rem;
    right: 0;
    left: 0;
    display: inline-block;
    width: 40rem;
    height: 3rem;
    margin: auto;
    background: url("../images/pic_voices.png") no-repeat right top;
}

#voice .anchor {
    margin-bottom: 7.5rem;
    text-align: center;
}

#voice .anchor a {
    display: inline-block;
    margin: 0 2rem;
    color: #D01126;
    font-size: 3rem;
}

#voice .anchor a:last-child {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
}

#voice .anchor a:last-child:hover {
    text-decoration: none;
    color: #231815;
}

#voice article {
    position: relative;
    padding: 0 2rem 10rem;
    background: url("../images/arrow_02.png") no-repeat center bottom 4rem;
}

#voice article:last-of-type {
    background: none;
}

#voice #voice_01 h3,
#voice #voice_02 h3,
#voice #voice_03 h3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 52vw;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
    padding: 4rem 2rem 2rem 4rem;
    background: url("../images/bg_01.png"), #D01126;
    mix-blend-mode: multiply;  
}

#voice #voice_02 h3 {
    max-width: 50vw;
    right: inherit;
    left: 0;
    padding: 4rem 4rem 2rem 2rem;
    text-align: right;
}

#voice #voice_01 .inner,
#voice #voice_02 .inner,
#voice #voice_03 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#voice article .inner .img {
    width: 54%;
}

#voice article .inner .text {
    width: 41%;
}

#voice #voice_02 .inner .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#voice #voice_02 .inner .text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

#voice article .inner .img img {
    max-width: 100%;
}

#voice article .inner .img {
    position: relative;
    padding-top: 3rem;
}

#voice article .inner .img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10rem;
    width: 10.1rem;
    height: 4.2rem;
    background: url("../images/pic_voice.png") no-repeat left top;
}

#voice #voice_02 .inner .img::before {
    right: 0;
    left: 8.5rem;
}

#voice article .inner .img::after {
    position: absolute;
    top: 5rem;
    right: 8.5rem;
    color: #ffffff;
    font-size: 7.5rem;
    line-height: 1;
}

#voice #voice_01 .inner .img::after {
    content: "01";
}

#voice #voice_02 .inner .img::after {
    content: "02";
    right: 0;
    left: 8.5rem;
}

#voice #voice_03 .inner .img::after {
    content: "03";
}

#voice article .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 18rem;
}

#voice article .inner .text .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#voice article .inner .text .date .name {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
}

#voice article .inner .text .date .name span {
    margin-right: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

#voice article .inner .text .date .career p {
    display: inline-block;
    padding: 0.5rem;
    color: #D01126;
    font-size: 1.8rem;
    line-height: 1;
    border: 1px solid #D01126;
}

#voice article .inner .text .date .career p span {
    font-size: 2rem;
}

#voice article .inner .text .img_s {
    margin-top: 3rem;
}

#voice article .inner .text .img_s img {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

#voice article .inner .text .img_s img:first-child {
    margin-right: 0.5rem;
}

#voice #others {
        background: url("../images/arrow_03.png") no-repeat center bottom 4rem;
}

#voice #others .inner {
    position: relative;
    padding: 3rem;
    background: #F0EFEF;
}

#voice #others .inner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 0;
    border-bottom: solid 50px #ffffff;
    border-left: solid 50px transparent;
}

#voice #others .inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 0;
    border-top: solid 50px #D01126;
    border-right: solid 50px transparent;
}

#voice #others .inner h4 {
    color: #D01126;
    font-size: 2rem;
}

#voice #others .inner h4::before {
    content: "■";
}

#voice #others .inner p {
    line-height: 1.6;
}

/*-------------------------------
#internship
-------------------------------*/
#internship #sec_01 {
  padding: 0 2rem;
}

#internship #sec_01 .inner {
  margin-bottom: 5rem;
  padding: 3rem;
  text-align: center;
  background: #F0EFEF;
}

#internship #sec_01 .headline_01 {
  margin-bottom: 1.5em;
  padding: 0;
}

#internship #sec_01 .headline_01 span {
  display: inline-block;
  padding: 0.5em;
  color: #fff;
  font-weight: bold;
  background: #D01126;
}

#internship #sec_01 .lead_copy {
  margin-bottom: 1em;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#internship #sec_01 .tit_schedule {
  margin: 2em 0 0.5em;
  padding: 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

#internship #sec_01 .schedule {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#internship #sec_01 .schedule li {
  position: relative;
  margin-bottom: 4rem;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: url(../images/bg_01.png), #D01126;
  border-radius: 1rem;
}

#internship #sec_01 .schedule li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  margin: auto;
  width: 8rem;
  height: 4rem;
  background: #fff;
  border-left: 3px solid #D01126;
  border-right: 3px solid #D01126;
}

#internship #sec_01 .schedule li:last-child {
  margin-bottom: 0;
}

#internship #sec_01 .schedule li:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  margin: auto;
  width: 12rem;
  height: 4rem;
  background: url("../images/arrow_04.png") no-repeat center center;
}

#internship #sec_01 .schedule li:nth-last-child(2)::after,
#internship #sec_01 .schedule li:last-child::after {
  content: none;
}

#internship figure {
  margin-top: 3rem;
}



/*-------------------------------
#requirements
-------------------------------*/
#requirements {
    padding: 5rem 2rem 2rem;
    background: #F9F8F8;
}

#requirements .inner {
    max-width: 94rem;
    margin: auto;
}

#requirements h2.headline_02::after {
    content: "";
    position: absolute;
    bottom: -1.7rem;
    right: 0;
    left: 0;
    display: inline-block;
    width: 50rem;
    height: 5.5rem;
    margin: auto;
    background: url("../images/pic_requirements.png") no-repeat right top;
}

#requirements table {
    width: 100%;
    margin-bottom: 0.5rem;
}

#requirements th,
#requirements td {
    padding: 1rem;
}

#requirements th {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
    white-space: nowrap;
    background: #96C1D7;
    border-bottom: 1px solid #F9F8F8;
}

#requirements td {
    background: #ffffff;
    border-bottom: 1px solid #96C1D7;
}

#requirements table .list_mark {
    margin: 0;
    padding: 0;
    list-style: none;
}

#requirements table .list_mark li::before {
    content: "■";
    color: #96C1D7;
    margin-right: 0.5rem;
}

#requirements table h3 {
    font-size: 1.6rem;
    font-weight: 500;
}

#requirements table h3::before {
    content: "■";
    color: #96C1D7;
    margin-right: 0.5rem;
}

#requirements table h4 {
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: 500;
}

#requirements table p {
    padding: 0 1.5em;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

#requirements table .note::before {
    content: "※";
}

#requirements table .list_01 {
    margin: 0 0 1rem 0;
    padding: 0 0 0 8rem;
    list-style: none;
    font-size: 1.4rem;
}

#requirements .attention {
    font-size: 1.2rem;
    text-align: right;
}

#requirements .results {
    width: 100%;
    max-width: 52rem;
    margin: auto;
}

#requirements .results h3 {
    font-size: 2rem;
}

#requirements .results dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#requirements .results dt {
    width: 8rem;
}

#requirements .results dd {
    width: calc(100% - 8rem);
}

#requirements .entry {
    position: relative;
    width: 100%;
    max-width: 52rem;
    margin: 0 auto 7rem;
    padding: 1.5rem 1.5rem 0;
    background: #D01126;
}

#requirements .entry::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5rem 26rem 0 26rem;
    border-color: #d01127 transparent transparent transparent;

}

#requirements .entry p {
    margin: 0;
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
}

#requirements .mynavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    width: 100%;
    max-width: 55rem;
    margin: 0 auto 3rem;
    padding: 0;
    list-style: none;
}

#requirements .mynavi li {
    width: 50%;
    text-align: center;
}

#requirements .mynavi li p {
    margin: 0;
    font-size: 1.4rem;
}


/*-------------------------------

footer

-------------------------------*/
footer {
    min-height: 14.5rem;
    background: url("../images/footer_bg.jpg") left top;
}

footer .inner {
    padding: 2rem;
    color: #ffffff;
    text-align: center;
}

footer .inner a {
    color: #ffffff;
    text-decoration: none;
}

footer .inner h2 {
    font-size: 1.8rem;
}

footer .inner p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
}

footer .inner span {
    font-size: 6.5rem;
    line-height: 1;
    vertical-align: middle;
}footer .inner p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
}

footer .inner span {
    font-size: 6.5rem;
    line-height: 1;
    vertical-align: middle;
}

footer .inner .logo {
  margin: 2rem 0 0;
  text-align: center;
}

footer .inner .logo img {
  width: 100%;
  max-width: 15rem;
}
