@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

img {
  max-width: 100%; }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
/* 目指せる職業 */
.profession_page .lead_section {
  margin-top: 55px; }
  .profession_page .lead_section .orange_text {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.7;
    color: #FF8C00;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 500px) {
      .profession_page .lead_section .orange_text {
        font-size: 23px; } }
    @media only screen and (max-width: 360px) {
      .profession_page .lead_section .orange_text {
        font-size: 21px; } }
  .profession_page .lead_section .sp_br {
    display: none; }
    @media only screen and (max-width: 500px) {
      .profession_page .lead_section .sp_br {
        display: block; } }
  .profession_page .lead_section .lead_exp {
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2; }
    @media only screen and (max-width: 500px) {
      .profession_page .lead_section .lead_exp {
        line-height: 2.2;
        font-size: 14px; } }

.profession_page .img_ul {
  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;
  margin-top: 45px; }
  @media only screen and (max-width: 900px) {
    .profession_page .img_ul {
      max-width: 560px;
      margin: 45px auto 0;
      gap: 40px 0; } }
  @media only screen and (max-width: 600px) {
    .profession_page .img_ul {
      display: none; } }
  .profession_page .img_ul .img_li {
    width: 22.7%;
    max-width: 250px; }
    @media only screen and (max-width: 900px) {
      .profession_page .img_ul .img_li {
        width: 46%; } }
    .profession_page .img_ul .img_li img {
      width: 100%; }

.profession_page .img_ul_sp {
  display: none;
  max-width: 330px;
  margin: 45px auto 0; }
  @media only screen and (max-width: 600px) {
    .profession_page .img_ul_sp {
      display: block; } }
  .profession_page .img_ul_sp .img_li_sp {
    margin-top: 30px; }
  .profession_page .img_ul_sp .list_fukidashi_img {
    display: block;
    margin-bottom: 15px; }
  .profession_page .img_ul_sp .list_fukidashi_icon {
    display: block;
    margin: auto; }
  .profession_page .img_ul_sp .list_fukidashi_icon_1 {
    width: 76px; }
  .profession_page .img_ul_sp .list_fukidashi_icon_2 {
    width: 112px; }
  .profession_page .img_ul_sp .list_fukidashi_icon_3 {
    width: 70px; }
  .profession_page .img_ul_sp .list_fukidashi_icon_4 {
    width: 95px; }

.detail_section {
  position: relative;
  background-color: #FAFAFA;
  max-width: 1100px;
  margin: 180px auto 0;
  padding: 69px 0 55px 0;
  border-radius: 30px; }
  @media only screen and (max-width: 900px) {
    .detail_section {
      border-radius: 0; } }
  @media only screen and (max-width: 500px) {
    .detail_section {
      margin: 150px auto 0; }
      .detail_section:first-of-type {
        margin: 100px auto 0; } }
  .detail_section .orange_fukidashi {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 18px 0;
    width: 300px;
    text-align: center;
    background-color: #FF8C00;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em; }
    .detail_section .orange_fukidashi::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -11px;
      border: 11px solid transparent;
      border-top: 14px solid #FF8C00; }
  .detail_section .fukidashi_icon {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto; }
  .detail_section .detail_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90.9%;
    margin: auto; }
    @media only screen and (max-width: 900px) {
      .detail_section .detail_ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 55px 0; } }
    @media only screen and (max-width: 500px) {
      .detail_section .detail_ul {
        width: 100%; } }
    .detail_section .detail_ul .detail_li {
      width: 30%; }
      @media only screen and (max-width: 900px) {
        .detail_section .detail_ul .detail_li {
          width: 84%;
          max-width: 350px;
          margin: auto; } }
    .detail_section .detail_ul .detail_img {
      border-radius: 10px; }
    .detail_section .detail_ul .profession_name {
      margin-top: 25px;
      color: #FF8C00;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.7; }
      @media only screen and (max-width: 500px) {
        .detail_section .detail_ul .profession_name {
          font-size: 16px; } }
    .detail_section .detail_ul .exp {
      margin-top: 10px;
      letter-spacing: 0.05em;
      line-height: 2; }
      @media only screen and (max-width: 500px) {
        .detail_section .detail_ul .exp {
          margin-top: 8px;
          margin-left: 0.5em;
          font-size: 14px;
          line-height: 2.28; } }
  .detail_section.umidasu_section {
    margin-top: 238px; }
    .detail_section.umidasu_section .fukidashi_icon {
      top: -57px; }
  .detail_section.tutaeru_section .fukidashi_icon {
    top: -48px; }
  .detail_section.tutaeru_section .detail_ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .detail_section.bunseki_section .fukidashi_icon {
    top: -55px; }
  .detail_section.bunseki_section .detail_ul {
    max-width: 630px; }
  .detail_section.bunseki_section .detail_li {
    width: 47.6%; }
    @media only screen and (max-width: 900px) {
      .detail_section.bunseki_section .detail_li {
        width: 84%;
        max-width: 350px;
        margin: auto; } }
  .detail_section.todokeru_section {
    margin-bottom: 150px; }
    .detail_section.todokeru_section .fukidashi_icon {
      top: -59px; }

.lead_img_wrap {
	width: 60%;
	margin: 2em auto 0;
}
@media only screen and (max-width: 500px) {
	.lead_img_wrap {
		width: 100%;
	}
}
.field_section {
	max-width: 1100px;
    margin: 5em auto 0;
}
@media only screen and (max-width: 500px) {
	.field_section {
		width: 84%;
	}
}
.field_section h2 {
	margin-bottom: 1em;
}
.field_section_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.field_section_wrap p {
	letter-spacing: 0.05em;
    line-height: 2;
	width: 70%
}
.field_section_wrap img {
	width: 25%;
}
@media only screen and (max-width: 500px) {
	.field_section_wrap {
		display: block;
	}
	.field_section_wrap p,
	.field_section_wrap img {
		width: 100%;
	}
	.field_section_wrap p {
		margin-bottom: 2em;
	}
}
.header_sp {
	display: none;
}
@media only screen and (max-width: 500px) {
	.header_pc {
		display: none;
	}
	.header_sp {
		display: block;
	}
}
