@charset "UTF-8";
.rsp {
  display: none;
}

/*共通
----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #010101;
  min-width: 1140px;
  line-height: 1.8;
  background-color: #f2efeb;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  width: 1140px;
  margin: 0 auto;
}

.ophv {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
}

.ophv:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}

.noto-sans {
  font-family: "Noto Sans JP";
}

section h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 2%;
  letter-spacing: 0.2em;
}

section h2 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

address {
  font-style: normal;
}

.ttl-type-01 {
  padding: 10px 10px 10px 0px;
  background-color: #fff;
  position: relative;
  font-size: 18px;
  border-left: 10px solid #049cdb;
  border-bottom: 1px solid #049cdb;
  line-height: 1.2;
  padding-left: 15px !important;
  margin-bottom: 15px;
}

table.tablepress {
  border: 1px solid #d3d3d3;
}

table.tablepress tr {
  border-bottom: 1px dashed #d3d3d3;
}

table.tablepress th {
  font-weight: normal;
  text-align: left;
  padding: 18px 30px;
  vertical-align: top;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  table.tablepress th {
    font-size: 2vw;
    padding: 5px;
  }
}

table.tablepress td {
  padding: 18px 30px;
  border: 1px solid #ccc;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  table.tablepress td {
    font-size: 2vw;
    padding: 5px;
  }
}

main .greeting {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  main .greeting {
    margin-bottom: 5%;
    text-align: left;
  }
}

/*下層共通
---------------------------------------------------------------*/
.bottom .main_img_area {
  height: 363px;
  position: relative;
}

.bottom .main_img_area h2 {
  font-size: 90px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(1.2);
  transform: translate(-50%, -50%) scaleY(1.2);
  width: 1140px;
  color: #fff;
  font-weight: bold;
  line-height: 0.9em;
  letter-spacing: 0.05em;
}

.bottom .main_img_area h2 span {
  font-size: 30px;
  display: block;
}

.bottom .bread_crumb {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 60px;
}

.bottom .bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom .bread_crumb li {
  font-size: 15px;
}

.bottom .bread_crumb li::after {
  content: ">";
  margin-right: 5px;
}

.bottom .bread_crumb li:last-child::after {
  content: none;
}

.bottom .bread_crumb li a {
  font-size: 15px;
  border-bottom: 1px solid #010101;
}

.bottom .bread_crumb li a:hover {
  text-decoration: none;
  border-bottom: none;
}

.bottom section h3 {
  padding: 10px 10px 10px 0px;
  background-color: #fff;
  position: relative;
  font-size: 18px;
}

.bottom section h3 span {
  border-left: 4px solid #1d2089;
  padding-left: 15px;
  display: block;
}

/*header
----------------------------------------------------------------*/
header .h_head {
  width: 25%;
  padding: 45px 0;
}

header .h_head h1 {
  width: 100%;
}

header .h_head h1 a {
  display: block;
}

header .h_head h1 img {
  width: 100%;
}

header .menu_btn {
  width: 20%;
  padding: 5%;
}

header .menu_btn .btn_inner {
  position: relative;
  height: 100%;
  min-height: 8vw;
}

header .menu_btn span {
  width: 100%;
  height: 3px;
  background-color: #010101;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 1vw;
}

header .menu_btn span:nth-child(1) {
  top: 0;
}

header .menu_btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .menu_btn span:nth-child(3) {
  bottom: 0;
}

header .on span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

header .on span:nth-child(2) {
  opacity: 0;
}

header .on span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

header nav {
  padding-bottom: 50px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin-left:10px;
}

header ul li {
  margin-right: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
}

header ul li:last-child {
  margin-right: 0;
}

/*footer
-----------------------------------------------------------------------*/
footer {
  background-color: #e1e1e1;
  padding: 35px 0;
}

footer .f_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

footer nav {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 50px;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer nav li {
  margin-right: 15px;
}

footer nav li::before {
  content: "";
  display: inline-block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

footer nav li:last-child {
  margin-right: 0;
}

footer nav li a:hover {
  text-decoration: underline;
}

footer .info_area {
  width: 26.5%;
  margin: 0 0 0 auto;
}

footer .f_logo {
  width: 100%;
  margin-bottom: 20px;
}

footer .f_logo a {
  display: block;
  margin: 0 auto;
}

footer .f_logo img {
  width: 100%;
}

footer address {
  margin: 0 0 20px 0;
}

footer .tel span {
  font-size: 20px;
  font-weight: bold;
}

footer .copyright {
  font-size: 12px;
}

/*top
-------------------------------------------------------------------*/
.top .main_img_area {
  height: 564px;
  background-position: center;
  background-color: #fff;
  background-size: cover;
  position: relative;
}

.top .main_img_area .cap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px !important;
  line-height: 1.8;
  text-shadow: 0px 0px 1px #fff;
  padding: 2%;
  max-width: 1140px;
  letter-spacing: 0.1em;
  display: inline-table;
}

.top .main_img_area .cap .l_blue {
  color: #009de8;
}

.top .main_img_area .cap .d_blue {
  color: #1d2089;
}

.top .main_img_area.bg-pos-top {
  background-position: top;
}

.top .main_img_area.bg-pos-center {
  background-position: center;
}

.top .main_img_area.bg-pos-bottom {
  background-position: bottom;
}

.top .loop-section {
  padding: 75px 0;
}

.top .loop-section .cap {
  text-align: center;
  font-size: 20px;
  padding: 2%;
}

.top .loop-section ul.box li .overflow-hidden {
  overflow: hidden;
  border: 1px solid rgba(190, 190, 190, 0);
  -webkit-transition: .3s;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0);
}

.top .loop-section ul.box li .overflow-hidden:hover {
  border: 1px solid #bebebe;
  background-color: white;
}

.top .loop-section ul.box li .box_in {
  background-size: cover !important;
  width: 100%;
  position: relative;
}

.top .loop-section ul.box li .box_in:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top .loop-section ul.box li .box_in.no_link:hover {
  -webkit-transform: none;
  transform: none;
}

.top .loop-section ul.box li a {
  display: block;
}

.top .loop-section ul.box h3 {
  position: absolute;
    padding: 1%;
    letter-spacing: 0.14em;
    border: 1px solid #fff;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: justify;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 90%;
    display: inline-block;
    background: #a0a5aa;
}

.top .loop-section ul.box .txt {
  padding: 2%;
  text-align: center;
}

.top .column-type-1 ul.box li {
  width: 100%;
  margin-bottom: 3%;
}

.top .column-type-1 ul.box li a {
  height: 300px;
}

.top .column-type-2 ul.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .column-type-2 ul.box li {
  width: 49%;
  margin-right: 2%;
}

.top .column-type-2 ul.box li:nth-child(2n) {
  margin-right: 0;
}

.top .column-type-2 ul.box li a {
  height: 300px;
}

.top .column-type-3 ul.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .column-type-3 ul.box li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.top .column-type-3 ul.box li:nth-child(3n) {
  margin-right: 0;
}

.top .column-type-3 ul.box li a {
  height: 300px;
}

.top .column-type-4 ul.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .column-type-4 ul.box li {
  --w01:2%;
  /*ブロックの余白幅*/
  --w02:calc( var(--w01) * 3 );
  /*余白幅×余白の数*/
  --w03:calc( 100% - var(--w02) );
  --w04:calc( var(--w03) / 4 );
  /*ブロックの横幅*/
  width: var(--w04);
  margin-right: var(--w01);
  margin-bottom: var(--w01);
}

.top .column-type-4 ul.box li:nth-child(4n) {
  margin-right: 0;
}

.top .column-type-4 ul.box li a {
  height: 250px;
}

.top .topics {
  padding: 75px 0;
  background: #d6e2ef;
}

.top .topics .topics_wrap {
  max-height: 300px;
  overflow-y: scroll;
}

.top .topics .topics_wrap li {
  border-bottom: 1px dashed #010101;
}

.top .topics .topics_wrap li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 15px;
}

.top .topics .topics_wrap li a:hover {
  background-color: #fdef51;
}

.top .topics .topics_wrap .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .topics .topics_wrap .ttl .date {
  margin-right: 20px;
}

/*business
-----------------------------------------------------------------*/
.business .main_img_area {
  background: url(../img/business/main_img.jpg) center;
}

.business .sec_01 {
  margin-bottom: 60px;
}

.business .sec_01 .business_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3% 0 0 0;
}

.business .sec_01 .business_menu li {
  position: relative;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.business .sec_01 .business_menu li:nth-child(2n) {
  margin-right: 0;
}

.business .sec_01 .business_menu li h4 {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5%;
  width: 100%;
}

.business .sec_01 .business_menu li h4 span {
  display: block;
  margin-left: 20px;
}

.business .sec_01 .business_menu li h4 img {
  width: 35px;
}

.business .sec_01 .business_menu li img {
  width: 100%;
}

.business .sec_02 {
  margin-bottom: 60px;
}

.business .sec_02 ul {
  padding-top: 30px;
}

.business .sec_02 ul h4 {
  font-weight: bold;
}

.business .sec_02 ul .txt {
  font-size: 15px;
}

.business .sec_02 li {
  margin-bottom: 30px;
}

.business .sec_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: number 0;
  margin-top: 40px;
}

.business .sec_03 li {
  background-color: #fff;
  width: 14.666666%;
  padding: 25px 20px;
  text-align: center;
  position: relative;
}

.business .sec_03 li::before {
  counter-increment: number 01;
  content: counter(number, decimal-leading-zero) "";
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #e1e1e1;
  line-height: 1;
  letter-spacing: 0.06em;
}

.business .sec_03 li::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px solid #004ea2;
  border-right: 4px solid #004ea2;
  -webkit-transform: rotateZ(45deg) translateY(-50%);
  transform: rotateZ(45deg) translateY(-50%);
  position: absolute;
  color: #004ea2;
  font-weight: bold;
  top: 50%;
  right: -22px;
  z-index: 1;
}

.business .sec_03 li:last-child::after {
  content: none;
}

.business .sec_03 li figure {
  width: 55%;
  margin: 0 auto 20px auto;
}

.business .sec_03 li figure img {
  width: 100%;
}

.business .sec_03 li .txt {
  font-size: 14px;
}

/*company
----------------------------------------------------------------*/
.company .main_img_area {
  background: url(../img/company/main_img.jpg) center;
}

.company .bg_image {
  background: url(../img/company/greetiong_bg.jpg) center;
  height: 290px;
}

.company .sec_01 .greeting {
  text-align: center;
  padding-bottom: 10px;
  line-height: 40px;
}

.company .sec_02 {
  padding: 60px 0;
}

.company .sec_02 table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.company .sec_02 table tr {
  border-bottom: 1px dashed #d3d3d3;
}

.company .sec_02 table th {
  font-weight: normal;
  text-align: left;
  padding: 18px 30px;
  vertical-align: top;
}

.company .sec_02 table td {
  padding: 18px 30px;
  border: 1px solid #ccc;
}

.company .sec_02 .others-block {
  margin-top: 30px;
}

.company .sec_02 .others-block li {
  padding: 3% 0;
  border-bottom: 1px dashed #ccc;
}

.company .sec_02 .others-block h3 {
  border-left: 10px solid #049cdb;
  border-bottom: 1px solid #049cdb;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 15px;
}

.company .sec_02 .others-block .txt {
  padding: 0 10px;
  line-height: 3em;
}

.company .sec_02 .others-block .txt iframe {
  width: 100%;
}

/*contact
----------------------------------------------------------------*/
.contact .main_img_area {
  background: url(../img/contact/main_img.jpg) center;
}

.contact .sec_01 .cap {
  text-align: center;
  font-size: 15px;
}

.contact .sec_01 .tel_bnr {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.contact .sec_01 .tel_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .sec_01 .tel_bnr li {
  font-size: 35px;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .sec_01 .tel_bnr li:last-child {
  margin-right: 0;
}

.contact .sec_01 .tel_bnr li span {
  background-color: #004ea2;
  color: #fff;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
  line-height: 1;
  padding: 3px;
}

.contact .sec_01 span.red {
  color: #c00000;
}

.contact .sec_01 .note ul {
  margin-top: 55px;
}

.contact .sec_01 .note li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}

.contact .sec_01 .note li::before {
  content: "●";
  color: #004ea2;
  margin-right: .3em;
}

.contact .sec_01 form {
  margin-top: 30px;
}

.contact .sec_01 form table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d3d3d3;
}

.contact .sec_01 form table tr {
  border: 1px dashed #d3d3d3;
  vertical-align: top;
}

.contact .sec_01 form table th {
  padding: 15px 30px;
  text-align: left;
  font-weight: normal;
}

.contact .sec_01 form table td {
  padding: 10px 30px;
}

.contact .sec_01 form input[type="text"], .contact .sec_01 form input[type="tel"], .contact .sec_01 form input[type="email"] {
  border-radius: 5px;
  padding: 5px;
}

.contact .sec_01 form select, .contact .sec_01 form textarea {
  border-radius: 5px;
  padding: 5px;
}

.contact .sec_01 form input[type="text"], .contact .sec_01 form input[type="tel"], .contact .sec_01 form input[type="email"] {
  height: 30px;
}

.contact .sec_01 form select {
  height: 30px;
}

.contact .sec_01 form input[type="text"], .contact .sec_01 form input[type="tel"], .contact .sec_01 form input[type="email"] {
  background-color: #e9e9e9;
  border: none;
}

.contact .sec_01 form textarea {
  background-color: #e9e9e9;
  border: none;
}

.contact .sec_01 form .zip input {
  border: 1px solid #d3d3d3;
  width: 80px;
}

.contact .sec_01 form .name input, .contact .sec_01 form .kana input {
  width: 120px;
}

.contact .sec_01 form .mail input {
  width: 450px;
}

.contact .sec_01 form .tel input {
  width: 80px;
}

.contact .sec_01 form .address input[type="text"] {
  width: 640px;
}

.contact .sec_01 form .address select {
  margin-right: 25px;
  width: 120px;
  border-color: #d3d3d3;
}

.contact .sec_01 form .address label span {
  margin-right: 10px;
}

.contact .sec_01 form textarea {
  width: 100% !important;
  min-height: 220px !important;
  max-width: 888px;
}

.contact .sec_01 form .to label input {
  vertical-align: middle;
}

.contact .sec_01 form .privacy {
  overflow-y: scroll;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  margin-top: 50px;
  height: 260px;
  resize: vertical;
}

.contact .sec_01 form .privacy .ttl {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

.contact .sec_01 form .privacy > ul > li {
  margin-bottom: 30px;
}

.contact .sec_01 form .privacy > ul > li:last-child {
  margin-bottom: 0;
}

.contact .sec_01 form .submit_btn {
  margin-top: 50px;
  text-align: center;
}

.contact .sec_01 form .submit_btn button {
  cursor: pointer;
  background: none;
  border: none;
}

.contact .sec_01 form .submit_btn img {
  width: 100%;
}

.form .submit_btn button, .form .submit_btn input {
  background-color: #049cdb;
  border: 1px solid #049cdb;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form .submit_btn button, .form .submit_btn input {
    font-size: 13px;
    padding: 10px;
  }
}
.form .submit_btn button:hover, .form .submit_btn input:hover {
  opacity: 0.7;
}

/*recruit
--------------------------------------------------------------*/
.recruit .main_img_area {
  background: url(../img/recruit/main_img.jpg) center;
}

.recruit .sec_01 .greeting {
  text-align: center;
  padding-bottom: 90px;
  line-height: 40px;
  font-size: 15px;
}

.recruit .sec_01 table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.recruit .sec_01 table tr {
  border-bottom: 1px dashed #d3d3d3;
}

.recruit .sec_01 table th {
  font-weight: normal;
  text-align: left;
  padding: 18px 30px;
  vertical-align: top;
  width: 20%;
}

.recruit .sec_01 table td {
  padding: 18px 30px;
  width: 80%;
}

/*FAQ
---------------------------------------------------------------*/
.faq .main_img_area, .results .main_img_area {
  background-color: #ccc;
}

/*results
------------------------------------------------------------*/
/*works
----------------------------------------------------------------*/
.works .main_img_area {
  background: url(../img/works/main_img.jpg) center;
}

.works .main_img_area h2 {
  font-size: 86px;
}

.works .sec_01 .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works .sec_01 .inner > ul > li {
  --w01:2%;
  /*ブロックの余白*/
  --w02:calc( var(--w01) * 2 );
  --w03:calc( 100% - var(--w02) );
  --w04:calc( var(--w03) / 3 );
  /*ブロックの横幅*/
  width: var(--w04);
  margin-right: var(--w01);
  margin-bottom: var(--w01);
}

.works .sec_01 .inner > ul > li:nth-child(3n) {
  margin-right: 0;
}

.works .sec_01 .inner > ul > li figure img {
  width: 100%;
}

.works .sec_01 .inner > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works .sec_01 .inner > ul > li ul li {
  padding: 5px;
  border: 1px solid #a5a5a5;
  margin-right: 3%;
  margin-top: 3%;
  font-size: 14px;
  border-radius: 5px;
  color: #a5a5a5;
}

/*404-page
-----------------------------------------------------------------*/
._404 .sec_01 .note {
  width: 90%;
  padding: 5%;
  margin: 50px auto 100px auto;
  border: 1px solid #ddd;
}

/*190730追加*/
.partner .wrap {
  padding: 0px 20px;
  border-bottom: 1px dashed #ccc;
  width: 90%;
  margin-bottom: 60px;
}

.partner .wrap p {
  margin-top: 0;
  font-size: 16px;
}

.partner .image {
  min-height: 200px;
}

.partner .wrap img {
  width: 100%;
}

.partner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partner .image {
  padding-right: 0;
  padding-left: 5vw;
  width: 100%;
  -webkit-box-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
}

.partner .text {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

/*blog
------------------------------------------------------------------------*/
.blog .sec-01 {
  padding: 0 0 70px 0;
  /************************************
      ** レスポンシブページネーション
      ************************************/
}

.blog .sec-01 ul.article-list {
  margin-bottom: 30px;
}

.blog .sec-01 ul.article-list li {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.blog .sec-01 ul.article-list li .ttl {
  font-size: 16px;
  font-weight: bold;
}

.blog .sec-01 ul.article-list li .ttl::before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #202020;
  display: inline-block;
  margin-right: 10px;
}

.blog .sec-01 ul.article-list li .ttl a:hover {
  text-decoration: underline;
}

.blog .sec-01 .content img {
  max-width: 100%;
}

.blog .sec-01 .pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .sec-01 .pagination li {
  margin-right: 10px;
}

.blog .sec-01 .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .sec-01 .pagination li:last-child {
  margin-right: 0;
}

.blog .sec-01 .pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #adadad;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.blog .sec-01 .pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.blog .sec-01 .pagination li:first-of-type a {
  border-left-width: 1px;
}

.blog .sec-01 .pagination li.first span, .blog .sec-01 .pagination li.last span, .blog .sec-01 .pagination li.previous span, .blog .sec-01 .pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.blog .sec-01 .pagination li.first a::before, .blog .sec-01 .pagination li.last a::after, .blog .sec-01 .pagination li.previous a::before, .blog .sec-01 .pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.blog .sec-01 .pagination li.first a::before {
  content: "\f100";
}

.blog .sec-01 .pagination li.last a::after {
  content: "\f101";
}

.blog .sec-01 .pagination li.previous a::before {
  content: "\f104";
}

.blog .sec-01 .pagination li.next a::after {
  content: "\f105";
}

.blog .sec-01 .pagination li.current a {
  background-color: #f5bb22;
  cursor: default;
  pointer-events: none;
  color: #fff;
}

.blog .sec-01 .archive-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 10px 10px 10px;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .blog .sec-01 .archive-list {
    margin-top: 50px;
  }
}

.blog .sec-01 .archive-list .ttl {
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog .sec-01 .archive-list .ttl span {
  background-color: #fff;
  padding: 5px;
}

.blog .sec-01 .archive-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog .sec-01 .archive-list ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog .sec-01 .archive-list ul li a {
  padding: 5px 10px;
  background-color: #59A4C3;
  display: block;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 0 0 3px #194457;
  border-radius: 3px;
  font-weight: bold;
}

.blog .sec-01 .archive-list ul li a:hover {
  opacity: .7;
}

.blog.single .date {
  margin-bottom: 10px;
}

.blog.single .ttl {
  border-left: 5px solid #ccc;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 30px;
}

.blog.single img.alignleft {
  float: left;
  text-align: left;
  margin: 5px 10px 5px 0;
}

.blog.single img.aligncenter {
  display: block;
  margin: 5px auto 10px auto;
}

.blog.single img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
  float: right;
  margin: 5px 0px 5px 10px;
}

.blog.single img.alignnone {
  margin: 5px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .blog .sec-01 {
    padding: 0 0 7% 0;
  }
}

@media only screen and (max-width: 680px) {
  .blog .sec-01 .pagination li.first, .blog .sec-01 .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .blog .sec-01 .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .blog .sec-01 .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .blog .sec-01 .pagination li.current, .blog .sec-01 .pagination li.first, .blog .sec-01 .pagination li.last, .blog .sec-01 .pagination li.previous, .blog .sec-01 .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .blog .sec-01 .pagination li.previous a {
    border-left-width: 0;
  }
}

@media only screen and (max-width: 400px) {
  .blog .sec-01 .pagination li.first, .blog .sec-01 .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .blog .sec-01 .pagination li.previous a {
    border-left-width: 1px;
  }
}

/*performance
---------------------------------------------------------------------------------------*/
.performance .sec-01 {
  padding-bottom: 70px;
}

.performance .sec-01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.performance .sec-01 .inner .content-area {
  width: 75%;
}

.performance .sec-01 .inner .content-area h3 {
  border-left: 10px solid #049cdb;
  border-bottom: 1px solid #049cdb;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-bottom: 20px;
}

.performance .sec-01 .inner .content-area .juniorhighschool {
  margin-bottom: 50px;
}

.performance .sec-01 .inner .side-contents {
  width: 20%;
}

.performance .sec-01 .inner .side-contents .ttl {
  color: #009de8;
  font-weight: bold;
  padding-bottom: 5px;
}

.performance .sec-01 .inner .side-contents .juniorhighschool {
  margin-bottom: 30px;
}

.performance .sec-01 .inner .side-contents ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.performance .sec-01 .inner .side-contents ul li a::before {
  content: "";
  display: inline-block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .performance .sec-01 {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .performance .sec-01 .inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .performance .sec-01 .inner .content-area {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .performance .sec-01 .inner .side-contents {
    width: 100%;
  }
}

/*flyer
-----------------------------------------------------------------------------*/
.flyer .sec-01 {
  padding-bottom: 70px;
}

.flyer .sec-01 .cap {
  margin-bottom: 50px;
  font-size: 16px;
}

.flyer .sec-01 ul.article-list > li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px dashed #ccc;
}

.flyer .sec-01 ul.article-list > li:first-child {
  padding-top: 0;
}

.flyer .sec-01 h4 {
  width: 30%;
  border-left: 10px solid #049cdb;
  border-bottom: 1px solid #049cdb;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.flyer .sec-01 .img-area {
  width: 65%;
}

.flyer .sec-01 .img-area ul li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}

.flyer .sec-01 .img-area ul li:first-child {
  padding-top: 0;
}

.flyer .sec-01 .img-area ul li:last-child {
  border-bottom: none;
}

.flyer .sec-01 .img-area ul li figure {
  width: 48%;
}

.flyer .sec-01 .img-area ul li figure figcaption {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.flyer .sec-01 .img-area ul li figure img {
  width: 100%;
}

/*notes
-----------------------------------------------------------------*/
.notes .sec-01 {
  padding-bottom: 70px;
}

.notes .sec-01 .cap {
  border-left: 10px solid #049cdb;
  border-bottom: 1px solid #049cdb;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 30px;
}

.notes .sec-01 ul li {
  padding: 7px;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.notes .sec-01 ul li .list-in {
  background: url(../img/notes/goukaku.png) no-repeat right 20px bottom 20px;
  padding: 50px 30px;
  background-color: #ffffe2;
}

@media screen and (max-width: 768px) {
  .notes .sec-01 ul li .list-in {
    padding: 20px 10px;
  }
}

.notes .sec-01 ul li .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.notes .sec-01 ul li h3 {
  font-size: 20px;
  background: none;
  padding: 0;
  color: #009de8;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 35px;
}

.notes .sec-01 ul li h3::before {
  content: url(../img/notes/markL.png);
  position: absolute;
  left: 0;
  top: -10px;
}

.notes .sec-01 ul li h3::after {
  content: url(../img/notes/markL.png);
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 0;
  top: -10px;
}

.notes .sec-01 ul li .txt {
  font-size: 15px;
  text-align: justify;
}

/*about
----------------------------------------------------------------------------------*/
.about .sec-01 {
  padding-bottom: 60px;
}

.about .sec-01 ul li {
  margin-bottom: 50px;
}

.about .sec-01 .txt {
  line-height: 3em;
}

/*guide
---------------------------------------------------------------------------------*/
.guide .sec-01 {
  padding-bottom: 60px;
}

.guide .sec-01 h3 {
  margin-bottom: 30px;
}

.guide .sec-01 ul li {
  margin-bottom: 50px;
}

/*facility
------------------------------------------------------------------------------------*/
.facility .sec-01 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .facility .sec-01 {
    padding: 7% 0;
  }
}

.facility .sec-01 .facility-gallery {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .facility .sec-01 .facility-gallery {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .facility .sec-01 .facility-gallery img {
    width: 100%;
  }
}

.facility .sec-01 ul li {
  padding: 3% 0;
}

.facility .sec-01 .txt {
  padding: 0 10px;
  line-height: 3em;
}

/*entry
----------------------------------------------------------------------------------*/
.entry .sec-01 ul li {
  padding: 3% 0;
}

.entry .sec-01 h3 {
  margin-bottom: 30px;
}

.entry .sec-01 .txt {
  padding: 0 10px;
  line-height: 3em;
}

/*now
-----------------------------------------------------------------------------------*/
.now .sec-01 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .now .sec-01 {
    padding: 7% 0;
  }
}

.now .sec-01 h3 {
  margin-bottom: 30px;
}
