@charset "UTF-8";
/*CSSリセット

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  letter-spacing: .5px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}
------------------------------*/
/*Override
------------------------------*/
.new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content {
  width: 1050px;
  padding-top: 20px;
}
/*Internship
------------------------------*/
html {
  font-size: 62.5%;
}
.intern-content {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.intern-content ul, li {
  list-style: none;
}
@media screen and (max-width:767px) {
  .new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content {
    padding: 15px 7.5px 45px;
    padding: 8vw 4vw 24vw
  }
}
@media screen and (max-width:767px) {
  .new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content {
    padding: 15px 0 45px;
    padding: 8vw 0 24vw
  }
}
#jtweb-layout-main .jtweb-elem-color-box .style-contact {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width:768px) {
  #jtweb-layout-main .jtweb-elem-color-box .style-contact {
    width: calc(100% - 15px);
    width: calc(100% - 8vw);
  }
}
/*
html.wf-active {
  visibility: visible;
}
*/
/*共通チップス
------------------------------*/
.intern-content .clear {
  clear: both;
}
.intern-content img {
  border: 0px;
  max-width: 100%;
}
.intern-content a {
  color: #FFAF38;
  text-decoration: none
}
.intern-content a.spliink:hover {
  color: #FFAF38;
  text-decoration: none;
  cursor: pointer;
}
/**************************************

共通

**************************************/
/*entry
=========================================*/
.entry_block {
  border: 1px solid #d0d0d0;
  background-color: #f7f7f7;
  text-align: center;
  padding: 20px 12px;
  width: 100%;
  margin: 20px auto;
  box-sizing: border-box;
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .entry_close {
    text-align: left;
  }
}
.nobg {
  background: none;
  border: none;
}
.entry_message {
  margin: 15px 0;
  text-align: center;
}
a.entry_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: .3s;
  width: 450px;
}
@media screen and (max-width:768px) {
  a.entry_btn {
    width: 100%;
  }
}
a.entry_btn:hover {
  opacity: .8;
}
@media screen and (max-width:768px) {
  .entry_block {
    width: calc(100% - 0px);
  }
  .entry_btn img {
    width: calc(100% - 0px);
  }
}
/*
#jtweb-layout-main #jtweb-wrapper-content {
  width: 100%;
  padding: 0;
}

#jtweb-layout-main .jtweb-elem-color-box .style-contact {
  width: 1000px;
  margin: 30px auto;
}

@media screen and (max-width:768px) {
  #jtweb-layout-main .jtweb-elem-color-box .style-contact {
    width: calc(100% - 40px);
  }
}
------------------------------*/
a.blank {
  background: url(../images/blank.png) right no-repeat;
  text-decoration: underline;
  background-size: 12px;
  padding-right: 16px;
  margin-left: 3px;
}
a.blank:hover {
  text-decoration: none;
}
.lead-txt {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 45px;
}
/*
.lead-txt:after{
	width:50px;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	margin: 18px auto; 
}*/
.line-it-button {
  display: block;
  margin: 20px auto 0;
}
.lineBtn {
  margin: 20px auto 0;
  text-align: center;
}
.lineBtn a:hover {
  opacity: .8;
}
.txt-black {
  color: #111 !important;
}
main.intern-content {
  display: block;
}
@media screen and (max-width:768px) {
  main.intern-content {
    margin-top: 43px;
  }
}
.intern-wrap {
  width: 1000px;
  margin: 0 auto;
}
/**************************************

si

**************************************/
.kv-box {
  width: 1000px;
  margin: auto;
  /*background: url("../images/bg-lead.png") no-repeat;*/
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:768px) {
  .kv-box {
    margin-bottom: 45px;
  }
}
.kv-box h1 {
  padding: 0 0 30px 0;
  line-height: 1;
}
.kv-box h1 span {
  display: none;
}
@media screen and (max-width:768px) {
  .kv-box h1 {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  .kv-box {
    width: 100%;
  }
}
.kv-box p {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  width: 800px;
  margin: 0 auto;
  padding: 0 0 35px;
}
@media screen and (max-width:768px) {
  .kv-box p {
    font-size: 1.6rem;
    width: calc(100% - 40px);
    padding-bottom: 30px;
  }
}
.kv-box p strong {
  font-size: 3.2rem;
  color: #00AE67;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .kv-box p strong {
    font-size: 2.1rem;
  }
}
.kv-box--img {
  width: 1000px;
  margin: 0 auto;
}
.kv-box--img img {
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .kv-box--img {
    width: 100%;
  }
  .kv-box--img img {
    width: 100%;
  }
}
.lead-box {
  width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
    .lead-box {
        width: 100%;
        margin-bottom: 30px;
    }
}
.lead-box p {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
  color: #326dbb;
}
.lead-box p span {
  display: inline-block;
  background: linear-gradient(transparent 63%, #cfdef1 30%);
}
@media screen and (max-width:768px) {
    .lead-box p span{
        display: inline;
        line-height: 2.2;
    }
}
.about-box {
  width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .about-box {
    width: calc(100% - 40px);
  }
}
.about-box--lead p {
  font-size: 25px;
  font-weight: bold;
  color: #1675d1;
  padding-bottom: 45px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width:768px) {
  .about-box--lead p {
    padding-bottom: 30px;
  }
}
.about-box--text p {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .about-box .about-box--text p {
    font-size: 1.5rem;
  }
}
.intern-content .about-box--point {
  margin-bottom: 40px;
}
.about-box--point li {
  color: #1675d1;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .about-box--point li {
    margin-bottom: 15px;
    font-size: 1.5rem;
    justify-content: flex-start;
  }
}
.about-box--point li:before {
  display: inline-block;
  content: "\025a0";
  margin-right: 2px;
}
.about-box .about-box-bullet {
  width: 620px;
  background: #f2f2f2;
  padding: 35px 45px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .about-box .about-box-bullet {
    width: 100%;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.about-box .about-box-bullet dl {
  font-weight: normal;
}
.about-box dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.about-box dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .about-box dl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.about-box dl dt {
  width: 160px;
}
@media screen and (max-width:768px) {
  .about-box dl dt {}
}
.about-box dl dd {
  width: 450px;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .about-box dl dd {
    width: 100%;
  }
}
.about-box dl dd p strong {
  font-size: 2.2rem;
  color: #00AE67;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width:768px) {
  .about-box dl dd p strong {
    text-align: center !important;
  }
}
.about-box dl dd p {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .about-box dl dd p {
    text-align: left;
    font-size: 1.7rem;
  }
}
.intern-list ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width:768px) {
  .intern-list ul {
    margin-bottom: 40px;
  }
}
.intern-list ul li {
  width: 460px;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .intern-list ul li {
    width: calc(50% - 5px);
  }
}
.information {
  margin-bottom: 145px;
}
@media screen and (max-width:768px) {
  .information {
    margin-bottom: 50px;
    margin-top: -53px;
    padding-top: 53px;
  }
}
.information:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .information:last-of-type {
    margin-bottom: 35px;
  }
}
.information .lead-box p:last-child {
  padding-bottom: 0;
}
.information h2 {
  line-height: 0;
}
.information figure {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .information figure {
    margin-bottom: 30px;
  }
}
.information .outline {
  padding: 40px;
  background: #d2e3f3;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .information .outline {
    padding: 20px;
  }
}
.information .outline .outline-block {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block {
    margin-bottom: 20px;
  }
}
.information .outline .outline-block:last-of-type {
  margin-bottom: 58px;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block:last-of-type {
    margin-bottom: 29px;
  }
}
.information .outline .outline-block h3 {
  line-height: 1;
  font-size: 2.4rem;
  padding: 15px;
  background: #1675d1;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block h3 {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.information .outline .outline-block .outline-block--content {
  background: #fff;
  padding: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content {
    padding: 30px 15px;
    font-size: 1.5rem;
  }
}
.information .outline .outline-block .outline-block--content .theme-txt {
  text-align: center;
  font-size: 2.5rem;
    font-weight: bold;
  margin: 0;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .theme-txt {
    font-size: 1.9rem;
  }
}
.information .outline .outline-block .outline-block--content .menu-spacing {
  width: calc(100% - 60px);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .menu-spacing {
    width: 100%;
  }
}
.information .outline .outline-block .outline-block--content .menu-spacing_wide {
  width: calc(100% - 380px);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .menu-spacing_wide {
    width: 100%;
  }
}
.information .outline .outline-block .outline-block--content .menu-list {}
.information .outline .outline-block .outline-block--content .menu-list li {
  list-style: disc;
  list-style-position: inside;
  line-height: 2.2;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .menu-list li {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: normal;
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 15px;
  }
}
.information .outline .outline-block .outline-block--content .definition-summary dt, .information .outline .outline-block .outline-block--content .definition-summary dd {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.9;
  margin: 0;
}

@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-summary dd small {
    line-height: 1.6;
    font-size: 1.3rem;
    display: block;
    margin-top: 5px;
  }
}
.information .outline .outline-block .outline-block--content .definition-summary dd small.definition-summary_notice {
    margin-top: 15px;
    font-size: 1.2rem;
}
.information .outline .outline-block .outline-block--content .definition-summary dt {
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 40px;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-summary dt {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.information .outline .outline-block .outline-block--content .definition-summary dt:after {
  display: block;
  content: "";
  width: 45px;
  height: 4px;
  margin: 5px auto 10px;
  background: #1675d1;
}
.information .outline .outline-block .outline-block--content .definition-summary dt:first-child {
  padding-top: 0px;
}
.information .outline .outline-block .outline-block--content .definition-summary dd {
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-summary dd {
    padding-bottom: 20px;
  }
}
.information .outline .outline-block .outline-block--content .definition-summary dd:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div {
  padding: 25px;
  border: solid 2px #1675d1;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-schedule li > div {
    padding: 0px;
    border: none;
  }
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div p {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-schedule li > div p {
    font-size: 1.5rem;
  }
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div p strong {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-schedule li > div p strong {
    font-size: 1.6rem;
  }
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div dl {
  font-size: 1.6rem;
  display: flex;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-schedule li > div dl {
    font-size: 1.5rem;
    flex-flow: column;
  }
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div dl dt {
  min-width: 140px;
}
@media screen and (max-width:768px) {
  .information .outline .outline-block .outline-block--content .definition-schedule li > div dl dt {
    min-width: auto;
  }
}
.information .outline .outline-block .outline-block--content .definition-schedule li > div dl dd {}
.information .outline .outline-block .outline-block--content .definition-schedule li > div small, .information .outline .outline-block .outline-block--content .definition-schedule li > div p small {
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 7px;
}
.information .outline .outline-block .outline-block--content .definition-schedule li:after {
  content: "▼";
  text-align: center;
  display: block;
  margin: 10px auto;
  color: #1675d1;
  font-size: 2.8rem;
}
.information .outline .outline-block .outline-block--content .definition-schedule li:last-child:after {
  content: "";
  margin: 0;
}
.wrap-spwid100 {
  width: 1000px;
  margin: 0 auto;
}
/*
.pc {
  display: block !important;
}*/
.sp {
  display: none !important;
}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  .intern-wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .body-img img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wrap-spwid100 {
    width: 100%;
  }
}
.intern-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
.intern-header img {
  height: 30px;
  width: auto;
}
.intern-header a.btn {
  letter-spacing: 0;
  background: #00AE67;
  color: #fff;
  padding: 10px;
  font-size: 1.1rem;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  #jtweb-site-area-header {
    height: 0;
    opacity: 0;
    width: 0;
    margin-top: -40px;
    padding-top: 40px;
  }
  #jtweb-site-area-header div {
    display: none;
  }
}
/*footer


.footer-wrap {
  width: 1000px;
  margin: 0 auto;
  border-top: solid 1px #ccc;
  padding: 20px 0;
}

@media screen and (max-width:768px) {
  .footer-wrap {
    width: 100%;
    border-top: 0;
    padding: 20px 0 0;
  }
}

footer {}

footer ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width:768px) {
  footer ul {
    flex-flow: column;
    text-align: center;
  }
}

footer ul li {
  margin-right: 60px;
  margin-bottom: 13px;
}

@media screen and (max-width:768px) {
  footer ul li {
    border-top: solid 1px #ccc;
    margin: 0;
  }

  footer ul li:last-child {
    border-bottom: solid 1px #ccc;
  }
}

footer ul li a {
  color: #333;
  font-size: 1.3rem;
}

@media screen and (max-width:768px) {
  footer ul li a {
    background: #fefefe;
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
  }
}

footer ul li a img {
  margin-left: 2px;
}

.blank {
  width: auto;
  height: 10px;
}

@media screen and (max-width:768px) {
  footer p.copyright {
    text-align: center;
    padding: 20px 0;
    line-height: 1;
    background: #333;
    color: #fff;
  }
}

.footer-block {
  display: none;
}
------------------------------*/
.btn-entry {
  text-align: center;
}
.btn-entry a {
  transition: .3s;
}
.btn-entry a:hover {
  opacity: .8;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width:768px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}
.mh40 {
  margin: 40px auto !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width:768px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.mt100 {
  margin-top: 100px;
}
.tl {
  text-align: left !important;
}
@media screen and (max-width:768px) {
  .sp-tl {
    text-align: left !important;
  }
}
.mt10 {
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .sp-mt10 {
    margin-top: 10px;
  }
}
@media screen and (max-width:768px) {
  .mt100 {
    margin-top: 50px;
  }
}
.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width:768px) {
  .mb90 {
    margin-bottom: 45px;
  }
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}