@charset "UTF-8";
/*
Theme Name: 健康栄養学科 入学定員増構想中
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #666;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: #414141;
  background-color: #fff;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1140px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

:-ms-input-placeholder {
  color: #C4C4C4;
}

::-moz-placeholder {
  color: #C4C4C4;
}

::-placeholder {
  color: #C4C4C4;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-header .btn a {
  display: block;
  color: #fff;
  background: #F08300;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}

/*=======================================
KV
=========================================*/
.p-kv {
/*  background: url(../img/kv_img1.jpg) no-repeat center;*/
/*  background-size: cover;*/
/*  padding: 30px;*/
/*  padding-bottom: 130px;*/
/*  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 170px), 50% 100%, 0 calc(100% - 170px));*/
}
.p-kv .logo {
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 6px #fff);
  margin-bottom: 50px;
}
.p-kv .h {
  text-align: center;
}
.p-kv-wrap {
  position: relative;
  margin-bottom: 100px;
}
.p-kv-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: linear-gradient(45deg, #e5b640 0%, #ed6b00 90%);
  z-index: -1;
}


.p-feature {
  background: #FFFAEF;
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-feature__heading {
  text-align: center;
  margin-bottom: 60px;
}
.p-feature__heading .title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ED6B00;
}
.p-feature__heading .title em {
  font-size: 60px;
  font-size: 6.0rem;
}
.p-feature__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-feature__nav .nav {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-feature__nav .nav li {
  width: 23%;
  margin-left: 2.6%;
}
.p-feature__nav .nav li:nth-child(4n+1) {
  margin-left: 0;
}
.p-feature__nav .nav li a {
  display: block;
  text-decoration: none;
  position: relative;
/*  background: #fff;*/
  background: #ED6B00;
  color: #fff;
  padding: 20px 0 15px;
  text-align: center;
}
.p-feature__nav .nav li .icon {
  position: absolute;
  width: 25px;
  left: -10px;
  top: -15px;
}
.p-feature__nav .nav li .h {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
/*  margin-bottom: 10px;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
/*  color: #ED6B00;*/
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-feature__nav .nav li .h img {
  vertical-align: -5px;
  margin-right: 10px;
}
.p-feature__nav .nav li .l {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-feature__nav .nav li .more {
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 12px;
/*  border-top: 1px dotted #ccc;*/
  border-top: 1px dotted #fff;
  font-size: 14px;
  font-size: 1.4rem;
/*  color: #ED6B00;*/
  color: #fff;
  font-weight: 700;
}
.p-feature__nav .nav li .more span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.p-feature__nav .nav li .more span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
/*  border-top: 10px solid #ED6B00;*/
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-feature__nav .topic,
.p-feature__nav .attention {
  background: #ED6B00;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-feature__nav .topic .t,
.p-feature__nav .attention .t {
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
.p-feature__nav .topic .t:before,
.p-feature__nav .attention .t:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  border-top: 2px solid #fff;
}
.p-feature__nav .topic ul {
  text-align: left;
  counter-reset: count;
}
.p-feature__nav .topic li,
.p-feature__nav .attention p {
  margin-bottom: 10px;
  font-weight: 700;
  padding-right: 40px;
}
.p-feature__nav .topic li:last-child,
.p-feature__nav .attention p:last-child {margin-bottom: 0;}
.p-feature__nav .topic li::before {
  counter-increment: count;
  content: counter(count);
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 9px;
  line-height: 1.2;
/*  color: #ED6B00;*/
  color: #fff;
/*  background: #fff;*/
  background: #ED6B00;
  border-radius: 2px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-feature__nav .topic li a,
.p-feature__nav .attention p a {
  position: relative;
}
.p-feature__nav .topic li a::after,
.p-feature__nav .attention p a::after {
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-feature__nav .topic li a,
.p-feature__nav .attention p a {
  color: #fff;
}
.p-feature__nav .attention {
  width: 40%;
  background: #ed2f00;
}
.p-feature__nav .topic {
/*  width: 55%;*/
  width: 100%;
  background: #fff;
  color: #333;
  border: 2px solid #ED6B00;
}
.p-feature__nav .topic .t:before {
  border-top-color: #ED6B00;
}
.p-feature__nav .topic li a {
  color: #333;
}
.p-feature__content {}
.p-feature__content .block1 {
  margin-bottom: 80px;
  background: #fff;
  box-shadow: 4px 4px 0 #F2D9A6;
  padding: 40px 50px;
  position: relative;
}
.p-feature__content .block1:last-child {
  margin-bottom: 0;
}
.p-feature__content .block1 .icon {
  position: absolute;
  z-index: 1;
  right: -46px;
  top: -35px;
}
.p-feature__content .block1 .h {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ED6B00;
}
.p-feature__content .block1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}


.p-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-content__heading {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.p-content__heading:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  border-bottom: 2px solid #ED6B00;
}
.p-content__heading .title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ED6B00;
}
.p-content__heading .title em {
  font-size: 60px;
  font-size: 6.0rem;
}
.p-content__body {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #ccc;
}
.p-content__body.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.p-content__body .icon {
  text-align: center;
  margin-bottom: 15px;
}
.p-content__body .heading {
  text-align: center;
  margin-bottom: 35px;
}
.p-content__body .heading .title {
  font-size: 44px;
  font-size: 4.4rem;
  color: #ED6B00;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-content__body .heading .title img {
  vertical-align: -5px;
  margin-right: 15px;
}
.p-content__body .heading .lead {
  line-height: 1.6;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-content__body .heading .t {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-top: 20px;
  color: #ED6B00;
}
.p-content__body .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-content__body .block1.is-start {
  align-items: flex-start;
}
.p-content__body .block1.is-center {
  justify-content: center;
}
.p-content__body .block1 .box1 {
  width: 50%;
}
.p-content__body .block1 .box1.w48 {
  width: 48%;
}
.p-content__body .block1 .box1.w100 {
  width: 100%;
}
/*.p-content__body .block1 .box1.w48 .recruit {
  margin-top: 0;
}*/
.p-content__body .block1 .box1 .t {}
.p-content__body .block1 .box1 .recruit {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-content__body .block1 .box1 .recruit strong {
  background: #ED6B00;
  color: #fff;
  padding: 2px 10px 3px;
  margin-bottom: 8px;
  font-weight: 400;
}
.p-content__body .block1 .video {
  width: 45%;
}
.p-content__body .block1 .video.w48 {
  width: 48%;
  margin-top: 30px;
}
.p-content__body .block1 .video.w48:nth-child(2n+1):last-child {
  margin-left: auto;
  margin-right: auto;
}
.p-content__body .block1 .video  > div {
  margin-bottom: 15px;
}
.p-content__body .block1 .video  > div:last-child {
  margin-bottom: 0;
}
.p-content__body .block1 .video video {
  width: 100%;
}
.p-content__body .block1 .video p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.p-content__topic {
  background: #FFFAEF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-content__topic .title {
  text-align: center;
  color: #ED6B00;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.p-content__topic .title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  border-bottom: 2px solid #ED6B00;
}
.p-content__topic .block1 {
  display: flex;
  justify-content: space-between;
}
.p-content__topic .block1 .box1 {
  width: 46%;
}
.p-content__topic .block1 .box1 .h {
  color: #ED6B00;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.p-content__topic .block1 .box1 .h span {
  display: inline-block;
  background: #ED6B00;
  color: #fff;
  margin-right: 12px;
  vertical-align: 0;
  padding: 4px 10px 5px;
  line-height: 1.1;
  font-size: 90%;
  border-radius: 3px;
}
.p-content__topic .block1 .box1 .img1 {
  margin-bottom: 15px;
}


.p-contest {
  background: #FFDA82;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.p-contest .bnr {
  margin-bottom: 40px;
}


.p-lecture {
  position: relative;
/*  margin-top: -50px;*/
  /* margin-bottom: 100px; */
  text-align: center;
  background: linear-gradient(to right,  #ffb027 0%,#ed6b00 100%);
  padding-top: 80px;
  padding-bottom: 50px;
}

.p-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;

}
.p-lead .txt1 {
  white-space: nowrap;
  width: calc(100% - 750px);
  position: relative;
  z-index: 1;
}
.p-lead .txt1 .h {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ED6B00;
}
.p-lead .txt1 span {
  display: inline-block;
  background: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 4px 7px;
}
.p-lead .txt1 span:last-child {
  margin-bottom: 0;
}

.p-point .h {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-point .h:before, .p-point .h:after {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: calc(50% - 150px);
  height: 54px;
}
.p-point .h:before {
  clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 27px) 0);
}
.p-point .h:after {
  clip-path: polygon(27px 0, 0 100%, 100% 100%, 100% 0);
}
.p-point .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-point .content .box1 {
  width: 48.5784%;
  margin-left: 2.8432%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border-bottom: 2px solid #DCAE18;
}
.p-point .content .box1:nth-child(2n+1) {
  margin-left: 0;
}
.p-point .content .t {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.p-point .content .t span {
  display: inline-block;
  background: #ED6B00;
  color: #fff;
  padding: 6px 12px;
}
.p-point .content .img1 {
  margin-top: 17px;
}

/*=======================================
魅力
=========================================*/
.p-charm {
  position: relative;
  z-index: 1;
  margin-bottom: 118px;
}
.p-charm-wrap {
  padding-bottom: 100px;
}
.p-charm .h {
  text-align: center;
  margin-bottom: 22px;
}
.p-charm .block1 {
  margin-bottom: 38px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px 50px;
  border-bottom: 2px solid #DCAE18;
}
.p-charm .block1.row {
  display: block;
}
.p-charm .block1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
  background: #fff;
}
.p-charm .block1:nth-child(n+2)::before {
  height: calc(100% - 40px);
}
.p-charm .block1:nth-child(4) .title {
  margin-bottom: 50px;
}
.p-charm .block1:last-child {
  margin-bottom: 0;
}
.p-charm .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-charm .title span {
  margin-right: 25px;
}
.p-charm .title .t {
  color: #ED6B00;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 109px - 25px);
}
.p-charm .box1 {
  width: 60.4116%;
}
.p-charm .img1 {
  width: 36.4583%;
}
.p-charm .box2 {
  display: flex;
  justify-content: space-between;
}
.p-charm .box2-b1 {
  width: 46.875%;
  position: relative;
}
.p-charm .box2-b1 + .box2-b1:before {
  display: block;
  content: "";
  position: absolute;
  left: -6.55%;
  top: 0;
  height: 100%;
  border-left: 2px dotted #DCAE18;
}
.p-charm .box2 .title2 {
  color: #ED6B00;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: url(../img/arrow_1.svg) no-repeat left center;
  background-size: 18px 13px;
  padding-left: 28px;
  margin-bottom: 13px;
}
.p-charm .box2 ul {
  background: rgba(237, 107, 0, 0.1);
  padding: 16px 20px;
  margin-top: 20px;
}
.p-charm .box2 li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 13px;
  margin-bottom: 3px;
}
.p-charm .box2 li:last-child {
  margin-bottom: 0;
}
.p-charm .box2 li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #DCAE18;
}
.p-charm .box2-i1 {
  margin-top: 30px;
}

.p-closeup {
  padding-bottom: 70px;
  background: linear-gradient(to right,  #ffb027 0%,#ed6b00 100%);
}
.p-closeup .block1 {
  position: relative;
  background: linear-gradient(45deg, rgba(220, 174, 24, 0.3) 0%, rgba(237, 107, 0, 0.3) 100%);
  padding: 60px 50px 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.p-closeup .block1 .h {
  position: absolute;
  left: 0;
  top: -22px;
  width: 100%;
  text-align: center;
}
.p-closeup .block1 .box1 {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.9130%;
}
.p-closeup .block1 .box1 .t {
  color: #ED6B00;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-closeup .block1 .box1 .rate {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.p-closeup .block1 .box1 .rate img {
  vertical-align: bottom;
}
.p-closeup .block1 .box1 .rate small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-closeup .block1 .box1 .data {
  margin-top: 20px;
  font-weight: 700;
}
.p-closeup .block1 .box1 .data small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
.p-closeup .txt1 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 36px;
}
.p-closeup .lecture-block {
/*  background: linear-gradient(45deg, rgba(220, 174, 24, 0.3) 0%, rgba(237, 107, 0, 0.3) 100%);*/
/*  background: linear-gradient(to right, #bbe4eb 0%, #c1ddeb 100%);*/
/*  padding: 40px;*/
  /* margin-top: 80px; */
/*  margin-bottom: 100px;*/
}
.p-closeup .lecture-block .h {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  color: #0068B7;
  line-height: 2;
  margin-bottom: 20px;
}
.p-closeup .lecture-block .c-btn1 {
  margin-top: 30px;
}
.p-closeup .lecture-block .c-btn1 a {
  background: #ed2f00;
}
.p-closeup .lecture-method {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
.p-closeup .lecture-method-trigger {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border-radius: 30px;
}
.p-closeup .lecture-method-trigger span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold;
}
.p-closeup .lecture-method-trigger span:before, .p-closeup .lecture-method-trigger span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  border-top: 3px solid #333;
  transition: .2s ease all;
  -webkit-transition: .2s ease all;
}
.p-closeup .lecture-method-trigger span:after {
  transform: rotate(-90deg);
}
.p-closeup .lecture-method-trigger.is-open span:after {
  transform: rotate(0);
}
.p-closeup .lecture-method-content {
  display: none;
  padding: 30px 40px;
}
.p-closeup .lecture-method-content p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
.p-closeup .lecture-method-content li {
  border-top: 1px dotted #fff;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
}
.p-closeup .lecture-method-content li::before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  width: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 30px solid #e31a1a;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.p-closeup .lecture-method-content li:first-child {
  border-top: 0;
  padding-top: 30px;
}
.p-closeup .lecture-method-content li:first-child::before {
  display: none;
}
.p-closeup .lecture-method-content .t {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: bold;
}
.p-closeup .lecture-method-content img {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}


.p-facility {
/*  background: #FFFAEF;*/
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.p-facility.bg2 {
  background: #FFFAEF;
}
.p-facility__heading {
  text-align: center;
  margin-bottom: 40px;
}
.p-facility__heading .title {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ED6B00;
  margin-bottom: 28px;
}
.p-facility__heading .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-facility__content {
  display: flex;
  flex-wrap: wrap;
}
.p-facility__content .block1 {
  width: 48.3333%;
  margin-left: 3.3334%;
  margin-bottom: 40px;
}
.p-facility__content .block1:nth-child(2n+1) {
  margin-left: 0;
}
.p-facility__content .block1 .h {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  background: #F4840E;
  padding: 18px;
  margin-bottom: 20px;
}
.p-facility__content .block1 .img1 {
  margin-bottom: 20px;
}
.p-facility__content .block1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-facility__slider {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-facility__slider .slick-list {
  overflow: visible !important;
}
.p-facility__voice {
  margin-top: 50px;
  text-align: center;
}
.p-facility__voice p {
  margin-bottom: 40px;
}
.p-facility__voice p:last-child {
  margin-bottom: 0;
}


.p-achievement {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-achievement .block1 {
  margin-bottom: 80px;
}
.p-achievement .block1:last-child {
  margin-bottom: 0;
}
.p-achievement .block1 .title {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-achievement .block1 .title strong {
/*  background: #ED6B00;*/
  border: 2px solid #ED6B00;
/*  color: #fff;*/
  color: #ED6B00;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 3px;
}
.p-achievement .block1 .title span {
  display: inline-block;
  background: #ED6B00;
  color: #fff;
  margin-right: 15px;
  vertical-align: 0;
  padding: 4px 15px 6px;
  line-height: 1.1;
  font-size: 90%;
  border-radius: 3px;
}
.p-achievement .block1 .figure1 {
  text-align: center;
  margin-bottom: 60px;
}
.p-achievement .block1 .figure1 .img1 {
  margin-bottom: 25px;
}
.p-achievement .block1 .figure1 p {
  font-weight: 700;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ED6B00;
}
.p-achievement .block1 .img1 {
  text-align: center;
}
.p-achievement .block1 .employer-list-container {}
.p-achievement .block1 .employer-list {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.p-achievement .block1 .employer-list:nth-child(2n) {
  background-color: rgba(227,128,0,.15);
}
.p-achievement .block1 .employer-list dt {
  width: 7em;
  color: #e38000;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-achievement .block1 .employer-list dd {
  width: calc(100% - 8em);
  font-size: 1.4rem;
  line-height: 1.8;
}


.p-graduate {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFF8F3;
}
.p-graduate__heading {
  text-align: center;
  margin-bottom: 56px;
}
.p-graduate__heading .title {
  text-align: center;
  color: #ED6B00;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 56px;
}
.p-graduate__content {
  margin-bottom: 40px;
}
.p-graduate__content .block1 {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 10px rgba(0,0,0,.16);
}
.p-graduate__content .block1:nth-child(2n) {
  flex-direction: row;
}
.p-graduate__content .block1:last-child {
  margin-bottom: 0;
}
.p-graduate__content .block1 .txt1 {
  width: 61.4035%;
}
.p-graduate__content .block1 .txt1 p {
  margin-top: 20px;
}
.p-graduate__content .block1 .txt1 p:first-child {
  margin-top: 0;
}
.p-graduate__content .block1 .txt1 .name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.p-graduate__content .block1 .txt1 .name span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 12px;
}
.p-graduate__content .block1 .txt1 .school {
  margin-bottom: 38px;
  font-weight: 700;
}
.p-graduate__content .block1 .txt1 .lead {
  font-weight: 700;
  color: #ED6B00;
  font-size: 20px;
  font-size: 2.0rem;
}
.p-graduate__content .block1 .txt1 .comment {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-graduate__content .block1 .img1 {
  width: 35.0877%;
}
.p-graduate .bnr {
  margin-top: 50px;
  text-align: center;
}


/*=======================================
フッター
=========================================*/
.l-footer {
  text-align: center;
  padding-top: 88px;
  padding-bottom: 18px;
  background: #fff;
}
.l-footer .logo {
  margin-bottom: 40px;
}
.l-footer .address {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
}
.l-footer .copyright {
  margin-top: 80px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.64;
    min-width: initial;
  }

  .l-header {
    padding: 10px;
  }
  .l-header .logo img {
    width: 160px;
  }
  .l-header .btn a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 12px;
    line-height: 1.3;
    border-radius: 6px;
  }

  .p-kv {
/*    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));*/
/*    margin-bottom: 60px;*/
/*    padding: 80px 20px;*/
  }
  .p-kv-wrap {
    margin-bottom: 80px;
  }
  .p-kv .logo {
    text-align: center;
    filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
    margin-bottom: 80px;
  }
  .p-kv .logo img {
    width: 200px;
  }


  .p-feature {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-feature__heading {
    margin-bottom: 40px;
  }
  .p-feature__heading .title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-feature__heading .title em {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-feature__nav {
    display: block;
  }
  .p-feature__nav .nav {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .p-feature__nav .nav li {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 20px;
    display: flex;
  }
  .p-feature__nav .nav li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-feature__nav .nav li a {
    padding: 20px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-feature__nav .nav li .icon {
    width: 35px;
    top: -10px;
  }
  .p-feature__nav .nav li .h {
    font-size: 19px;
    font-size: 1.9rem;
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
  }
  .p-feature__nav .nav li .h img {
    margin-right: 3px;
    vertical-align: -4px;
    width: 15px;
  }
  .p-feature__nav .nav li .l {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-feature__nav .nav li .more {
    margin-top: 8px;
    padding-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-feature__nav .topic,
  .p-feature__nav .attention {
    padding: 20px;
    padding-bottom: 35px;
  }
  .p-feature__nav .topic .t,
  .p-feature__nav .attention .t {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .p-feature__nav .topic li,
  .p-feature__nav .attention p {
    padding-right: 15px;
  }
  .p-feature__nav .topic li::before {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-feature__nav .topic {
    width: auto;
    margin-bottom: 25px;
  }
  .p-feature__nav .attention {
    width: auto;
  }
  .p-feature__content .block1 {
    margin-bottom: 40px;
    padding: 20px 15px;
    margin-bottom: 6px;
  }
  .p-feature__content .block1 .icon {
    right: 5px;
    top: -15px;
  }
  .p-feature__content .block1 .icon img {
    width: 50px;
  }
  .p-feature__content .block1 .h {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-right: 40px;
  }
  .p-feature__content .block1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }


  .p-contest {
    padding: 40px 20px;
  }
  .p-contest .bnr {
    margin-bottom: 25px;
  }


  .p-content {}
  .p-content__heading {
    margin-bottom: 40px;
  }
  .p-content__heading .title {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-content__heading .title em {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-content__body {
    margin-bottom: 40px;
  }
  .p-content__body .icon {
    margin-bottom: 10px;
  }
  .p-content__body .icon img {
    width: 60px;
  }
  .p-content__body .heading {
    margin-bottom: 30px;
  }
  .p-content__body .heading .title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-content__body .heading .title img {
    width: 25px;
    margin-right: 8px;
  }
  .p-content__body .heading .lead {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-content__body .heading .t {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 10px;
  }
  .p-content__body .block1 {
    display: block;
    margin-bottom: 20px;
  }
  .p-content__body .block1:last-child {
    margin-bottom: 0;
  }
  .p-content__body .block1 .box1 {
    width: auto;
    margin-bottom: 30px;
  }
  .p-content__body .block1 .box1.w48 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-content__body .block1 .box1.w48 + .video.w48 {
    margin-top: 30px;
  }
  .p-content__body .block1 .box1:last-child {
    margin-bottom: 0;
  }
  .p-content__body .block1 .box1 .recruit {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-content__body .block1 .video {
    width: auto;
  }
  .p-content__body .block1 .video.w48 {
    width: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .p-content__body .block1 .video.w48:last-child {
    margin-bottom: 0;
  }
  .p-content__topic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-content__topic .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .p-content__topic .block1 {
    display: block;
  }
  .p-content__topic .block1 .box1 {
    width: auto;
    margin-bottom: 60px;
  }
  .p-content__topic .block1 .box1:last-child {
    margin-bottom: 0;
  }
  .p-content__topic .block1 .box1 .h {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .p-content__topic .block1 .box1 .img1 {
    margin-bottom: 10px;
  }


  .p-lecture {
    padding: 40px 20px 20px;
  }


  .p-lead {
    display: block;
    margin-bottom: 40px;
  }
  .p-lead .txt1 {
    width: auto;
    white-space: normal;
    position: relative;
    z-index: 1;
  }
  .p-lead .txt1 .h {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-lead .txt1 span {
    padding: 2px 6px;
    margin-bottom: 6px;
  }
  .p-lead .txt1 span:last-child {
    margin-bottom: 0;
  }
  .p-lead .img1 {
    position: relative;
    margin-top: -20px;
    margin-right: -17px;
    padding-left: 30px;
  }

  .p-point .h {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-point .h:before, .p-point .h:after {
    width: calc(50% - 70px);
    height: 36px;
  }
  .p-point .content {
    display: block;
  }
  .p-point .content .box1 {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .p-point .content .box1:last-child {
    margin-bottom: 0;
  }
  .p-point .content .t {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-point .content .t span {
    padding: 4px 6px 5px;
  }

  .p-charm-wrap {
    padding-bottom: 60px;
  }
  .p-charm .h {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  .p-charm .h img {
    object-fit: cover;
    height: 11.3vw;
  }
  .p-charm .block1 {
    display: block;
    padding: 0 20px 25px;
    margin-bottom: 30px;
  }
  .p-charm .block1::before {
    height: calc(100% - 30px);
  }
  .p-charm .block1:nth-child(n+2)::before {
    height: calc(100% - 65px);
  }
  .p-charm .block1:nth-child(4) .title {
    margin-bottom: 25px;
  }
  .p-charm .box1 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-charm .title {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .p-charm .title span {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
  .p-charm .title span img {
    width: 50px;
  }
  .p-charm .title .t {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
  }
  .p-charm .img1 {
    width: auto;
  }
  .p-charm .box2 {
    display: block;
  }
  .p-charm .box2-b1 {
    width: auto;
    border-bottom: 2px dotted #DCAE18;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-charm .box2-b1 + .box2-b1::before {
    display: none;
  }
  .p-charm .box2-b1:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-charm .box2 .title2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 20px;
    background-size: 15px 10px;
  }
  .p-charm .box2 ul {
    margin-top: 15px;
    padding: 12px 15px;
  }
  .p-charm .box2 li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 3px;
    padding-left: 12px;
  }
  .p-charm .box2 li:before {
    top: 7px;
    width: 6px;
    height: 6px;
  }

  .p-closeup {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1px;
  }
  .p-closeup .block1 {
    display: block;
    padding: 36px 20px 20px;
  }
  .p-closeup .block1 .h {
    margin-bottom: 15px;
    top: -15px;
  }
  .p-closeup .block1 .h img {
    width: 170px;
  }
  .p-closeup .block1 .box1 {
    width: auto;
    margin-bottom: 20px;
    padding: 25px 15px;
  }
  .p-closeup .block1 .box1:last-child {
    margin-bottom: 0;
  }
  .p-closeup .block1 .box1 .t {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
  .p-closeup .block1 .box1 .rate {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-closeup .block1 .box1 .rate img {
    width: auto;
    height: 45px;
  }
  .p-closeup .block1 .box1 .rate small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-closeup .block1 .box1 .data {
    margin-top: 15px;
  }
  .p-closeup .txt1 {
    padding-left: 20px;
    padding-right: 25px;
  }
  .p-closeup .lecture-block {
/*    margin-top: 60px;*/
    padding-top: 0;
    margin-bottom: 40px;
    padding: 25px;
  }
  .p-closeup .lecture-block .h {
    line-height: 1.6;
  }
  .p-closeup .lecture-block .c-btn1 {
    margin-top: 20px;
  }
  .p-closeup .lecture-method {
    margin-top: 30px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 15px;
  }
  .p-closeup .lecture-method-trigger {
    font-size: 17px;
    font-size: 1.7rem;
    border-radius: 15px;
  }
  .p-closeup .lecture-method-trigger span {
    padding-left: 0;
    padding-right: 25px;
  }
  .p-closeup .lecture-method-trigger span:before, .p-closeup .lecture-method-trigger span:after {
    width: 15px;
    border-top-width: 2px;
  }
  .p-closeup .lecture-method-content {
    padding: 10px 25px;
  }
  .p-closeup .lecture-method-content li {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .p-closeup .c-btn1 {
    margin-left: 20px;
    margin-right: 20px;
  }


  .p-facility {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-facility__heading {
    margin-bottom: 25px;
  }
  .p-facility__heading .title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .p-facility__heading .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-facility__content {
    display: block;
  }
  .p-facility__content .block1 {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-facility__content .block1:last-child {
    margin-bottom: 0;
  }
  .p-facility__content .block1 .h {
    padding: 10px;
    margin-bottom: 15px;
  }
  .p-facility__content .block1 .img1 {
    margin-bottom: 15px;
  }
  .p-facility__content .block1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-facility__slider img {
    width: 280px;
  }
  .p-facility__voice {
    margin-top: 30px;
  }
  .p-facility__voice p {
    margin-bottom: 20px;
  }


  .p-achievement {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .p-achievement .block1 {
    margin-bottom: 40px;
  }
  .p-achievement .block1 .figure1 {
    margin-bottom: 40px;
  }
  .p-achievement .block1 .figure1 .img1 {
    margin-bottom: 15px;
  }
  .p-achievement .block1 .figure1 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-achievement .block1 .title {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .p-achievement .block1 .title strong {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 12px;
    margin-bottom: 10px;
  }
  .p-achievement .block1 .title span {
    padding: 3px 9px 4px;
    margin-right: 10px;
    vertical-align: 1px;
  }
  .p-achievement .block1 .employer-list {
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 10px;
  }
  .p-achievement .block1 .employer-list dt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .p-achievement .block1 .employer-list dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
  }


  .p-graduate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-graduate__heading {
    margin-bottom: 35px;
  }
  .p-graduate__heading .title {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .p-graduate__content {}
  .p-graduate__content .block1 {
    display: block;
    padding: 20px;
  }
  .p-graduate__content .block1 .txt1 {
    width: auto;
  }
  .p-graduate__content .block1 .txt1 p {
    margin-top: 10px;
  }
  .p-graduate__content .block1 .txt1 .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-graduate__content .block1 .txt1 .name span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-graduate__content .block1 .txt1 .school {
    margin-bottom: 20px;
  }
  .p-graduate__content .block1 .txt1 .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-graduate__content .block1 .txt1 .comment {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-graduate__content .block1 .img1 {
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
  .p-graduate .bnr {
    margin-top: 40px;
  }


  .l-footer {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .l-footer .logo {
    margin-bottom: 20px;
  }
  .l-footer .logo img {
    width: 240px;
  }
  .l-footer .address {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer .copyright {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 40px;
  }
}
