﻿@charset "UTF-8";
/* ########### 株式会社事業パートナー東海 ########### */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/* Copyright (c) 2025 株式会社事業パートナー東海
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */

/* ################## 共通 ################## */

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}

.serif {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(60, 60, 60);
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #3c3c3c;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}


html {
  line-height: 1.5;
  text-align: justify;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  /* image-rendering: -webkit-optimize-contrast; */
}

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

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.back--white {
  background-color: rgb(255, 255, 255);
}

.back--green {
  background-color: rgb(76, 127, 55);
}

.back--green2 {
  background-color: rgb(164, 190, 153);
}

.back--lightgreen {
  background-color: rgb(238, 245, 226);
}

.back--blue {
  background-color: rgb(53, 140, 204) !important;
}


.back--red {
  background-color: rgb(180, 0, 25);
}

.back--gray {
  background-color: rgb(60, 60, 60);
}


.borderbottom1,
.borderbottom-gray {
  border-bottom: 1px solid rgb(60, 60, 60);
}

.borderbottom-blue2 {
  border-bottom: 2px solid rgb(37, 155, 210);
}

.borderbottom2,
.borderbottom-gray {
  border-bottom: 2px solid rgb(60, 60, 60);
}

.borderbottom-white {
  border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.borderbottom-green {
  border-bottom: 1px solid rgb(76, 127, 55);
}

.borderbottom-green2 {
  border-bottom: 2px solid rgb(76, 127, 55);
}

.borderbottom-red {
  border-bottom: 1px solid rgb(180, 0, 25);
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow2 {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.white {
  color: white;
}


.yellow {
  color: rgb(255, 255, 0);
}

.yellow2 {
  color: rgb(255, 255, 91);
}

.gray {
  color: rgb(60, 60, 60) !important;
}

.green {
  color: rgb(76, 127, 55);
}

.green2 {
  color: rgb(164, 190, 153);
}

.lightgreen {
  color: rgb(238, 245, 226);
}

.red {
  color: rgb(180, 0, 25);
}

.blue {
  color: rgb(53, 140, 204) !important;
}


.line-height1 {
  line-height: 1;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height2 {
  line-height: 2;
}

.line-height225 {
  line-height: 2.25 !important;
}

.margin-topl {
  margin-top: 0.25em;
}

.margin-top05 {
  margin-top: 0.5em;
}

.margin-top1 {
  margin-top: 1em;
}

.margin-top2 {
  margin-top: 2em;
}

.margin-bottom1 {
  margin-bottom: 1em;
}

.margin-bottom2 {
  margin-bottom: 2em;
}

.padding-bottom1 {
  padding-bottom: 1em;
}

.padding-bottom2 {
  padding-bottom: 2em;
}

.padding-top-none {
  padding-top: 0px !important;
}


.padding-bottom-none {
  padding-bottom: 0px !important;
}

.padding-left1 {
  padding-left: 0.75em;
}

.z-index2 {
  z-index: 2;
  position: relative;
}

.big {
  font-size: 120% !important;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.smallb {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
}

.small2 {
  font-size: 70%;
  vertical-align: top;
}

.smallx {
  font-size: 90%;
  vertical-align: 5%;
  margin-left: 5px;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}

.block {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-standard {
  display: flex;
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.text-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.text-indent1xx {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent1x {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.text-indent6 {
  padding-left: 6.15em;
  text-indent: -6.15em;
}

.padding-left6 {
  padding-left: 6.15em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}


/* effectfade*/
.effectfade {
  opacity: 0;
  animation: EffectFade 0.8s forwards;
}

@keyframes EffectFade {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.effectfade.second {
  animation-delay: 0.1s;
}

.effectfade.third {
  animation-delay: 0.2s;
}

.effectfade.fourth {
  animation-delay: 0.3s;
}

.effectfade.fifth {
  animation-delay: 0.4s;
}

.effectfade.sixth {
  animation-delay: 0.5s;
}

.effectfade.seventh {
  animation-delay: 0.6s;
}

.effectfade.eighth {
  animation-delay: 0.7s;
}

.effectfade.nineth {
  animation-delay: 0.8s;
}

/* effectfade2*/
.effectfade2 {
  opacity: 0;
  animation: EffectFade2 0.8s forwards;
}

@keyframes EffectFade2 {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ###### table ###### */

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}


/* ###### フッター ####### */

.footer__copy {
  background-color: rgb(60, 60, 60);
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px !important;
  font-weight: normal;
  padding: 8px 0px 0px;
  font-weight: 300;
  font-size: 12px;
  height: 30px;
  line-height: 1.2;
  text-align: center;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select {
  line-height: 1.5;
  font-size: 16px;
}

.text14 {
  line-height: 2;
  font-size: 14px;
}

.text18 {
  line-height: 1.75;
  font-size: 18px;
}

.text {
  line-height: 2;
  font-size: 16px;
}

.text.white {
  font-weight: 400;
}


.english {
  color: rgb(164, 190, 153);
  line-height: 0.5;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 6px !important;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(-360deg);
  display: flex;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;
}

.english:after {
  border-left: 1px solid rgb(164, 190, 153);
  content: "";
  flex: 1;
  margin-top: 10px;
  margin-right: 15px;
  transform: rotate(-180deg);
}

.flex-contents {
  flex: 1;
  width: 100%;
}

.flex-contents.ad {
  flex: 1;
  width: 100%;
  width: calc(100% - 30px) !important;
}

.contents-left,
.contents-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.h2-common {
  color: rgb(76, 127, 55);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.35;
}

.h2-common.white {
  color: rgb(255, 255, 255);
}

.h2-common2 {
  padding: 30px 30px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: white;
  background-color: rgb(76, 127, 55);
}

.h2-common3 {
  margin-top: 8px;
  display: block;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.op .h2-common3 {
  margin-bottom: 5px;
}

.h3-common {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.h3-common.h3-feature {
  width: 100%;
  border-top: 1px solid rgb(60, 60, 60);
  border-bottom: 1px solid rgb(60, 60, 60);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.h3-common.h3-lecture {
  text-align: left;
  color: white;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* ###### MAIN ###### */

.header {
  text-align: center;
  color: white;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}

.header__back {
  background-color: rgba(76, 127, 55, 0.8);
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  height: 75px;
}

.header1 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}


.blend {
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  width: 100%;
  height: 606px;
  position: absolute;
  z-index: -1002;
}

.slider_fade {
  z-index: -1003;
  position: relative;
  width: 100%;
  height: 606px;
}

.main__back img {
  position: fixed;
  width: 100%;
  height: 606px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.main__block-text {
  padding: 60px 30px 0;
  position: absolute;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 606px;
  top: 0;
  filter: drop-shadow(1.5px 1.5px 0.75px rgba(0, 0, 0, 0.5));
}

.main-sub1 {
  color: white;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
}

.main-sub2 {
  color: white;
  font-size: 28px;
  letter-spacing: 5px;
  font-weight: 400;
  vertical-align: 9px;
  margin-right: -125px;
  margin-left: 10px;
}

.main-title {
  color: white;
  margin-top: 20px;
  font-size: 66px;
  letter-spacing: 4px;
  font-weight: 700;
  line-height: 1.25;
}

/* ###### BUTTON1 ###### */
.button a {
  position: relative;
  display: inline-block;
  margin: 35px 0 0px 0;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  outline: none;
  color: rgb(60, 60, 60);
  background: linear-gradient(90deg, rgba(205, 174, 93, 1), rgba(236, 224, 194, 1) 50%, rgba(205, 174, 93, 1));
  transition: all .5s ease 0s;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
}

input.button {
  position: relative;
  display: inline-block;
  margin: 10px 0 0px 0;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  outline: none;
  color: rgb(255, 255, 255);
  background-color: rgb(76, 127, 55);
  border: 1px solid rgb(76, 127, 55);
  transition: all .5s ease 0s;
  font-weight: 500;
  letter-spacing: 3px;
  border-radius: 5px;
}

input.button:hover {
  border: 1px solid rgb(76, 127, 55);
  color: rgb(76, 127, 55);
  background-color: rgb(255, 255, 255);
}

.button-outer {
  margin-top: 15px;
  max-width: 384px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.button-outer.second {
  margin-top: 15px;
  max-width: 290px !important;
}

.button a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 1px;
  margin-right: 10px;
  border-top: 1.5px solid rgb(60, 60, 60);
  border-right: 1.5px solid rgb(60, 60, 60);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s ease 0s;
}

/* ###### SCHEDULE ###### */

.small3 {
  font-size: 12px;
  font-weight: 400;
}

.contentstable th {
  padding: 10px 10px;
  border: rgb(60, 60, 60) 1px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 17px;
  background-color: rgb(76, 127, 55);
  line-height: 1.1 !important;
}

.contentstable td {
  padding: 10px 10px;
  border-top: rgb(60, 60, 60) 1px solid;
  border-bottom: rgb(60, 60, 60) 1px solid;
  border-left: rgb(60, 60, 60) 1px solid;
  border-right: rgb(60, 60, 60) 1px solid;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
}

.contentstable td.borderbottom0 {
  border-bottom: rgb(255, 255, 255) 0px solid !important;
}

.contentstable td.bordertop0 {
  border-top: rgb(255, 255, 255) 0px solid !important;
}

.contentstable th:nth-child(1) {
  width: 35px;
  text-align: center;
  border-right: rgb(255, 255, 255) 1px solid !important;
}

.contentstable td:nth-child(1) {
  text-align: center;
}

.contentstable th:nth-child(2) {
  width: 245px;
  border-right: rgb(255, 255, 255) 1px solid !important;
}

.contentstable th:nth-child(3) {
  width: 150px;
  border-right: rgb(255, 255, 255) 1px solid !important;
}

.contentstable th:nth-child(4) {
  width: 100%;
}


/* ###### CONTENTS ###### */
.shedule-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.h2-data {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}

.h2-data-text {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  height: 34px;
  line-height: 32px;
  background-color: rgb(76, 127, 55);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}

.shedule-text {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 5px;
  text-align: initial;
}

.h3-data1 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.h3-data1b {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.h3-data1-big {
  margin-top: -5px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.h3-small {
  font-size: 18px;
  font-weight: 400;
}

.h3-small2 {
  font-size: 16px;
  font-weight: 400;
}

.h3-data2 {
  margin-top: -10px;
  font-size: 32px;
  font-weight: 700;
}

.h3-data3 {
  color: rgb(76, 127, 55);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.shedule-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shedule-block {
  width: 48%;
}

.kyousai-margin {
  margin-left: 3.1em;
}

/* ###### RECOMMENDATION ###### */
.flex-icon5__icon {
  max-width: 175px;
}

.flex-icon5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-icon5 li {
  width: 18.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ###### briefing session ###### */

.briefingsession iframe {
  margin-top: 15px;
}

/* ###### lecture ###### */

.lecture__ol li:nth-child(n+1) {
  margin-top: 75px;
}

.lecture__ol li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lecture__ol2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lecture__text {
  flex: 1;
}

.lecture__photo {
  width: 360px;
}

.lecture__photo img {
  border-radius: 10px;
}



/* ###### CONTACT ###### */


.contacttable th::after {
  content: "";
  display: block;
  clear: both;
}

.infobox {
  margin: 5px 0 15px;
  padding: 10px;
  height: 165px;
  overflow: scroll;
  border: rgb(60, 60, 60) 1px solid;
  background-color: rgb(255, 255, 255);
  text-align: left;
  text-align: justify;
}


input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.radio-input {
  padding-top: 5px;
}

.hitusu {
  float: right;
  padding: 0px 5px 0px;
  font-weight: bold;
  color: rgb(180, 0, 25);
  border: 1px solid rgb(180, 0, 25);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
}

.contacttable {
  border-top: rgb(60, 60, 60) 0px solid;
}

.contacttable th {
  padding: 23px 45px 23px 0;
  border-bottom: rgb(60, 60, 60) 0px solid;
  text-align: left;
  width: 420px;
  color: rgb(60, 60, 60);
  font-size: 18px;
}

.contacttable td {
  padding: 15px 0px;
  border-bottom: rgb(60, 60, 60) 0px solid;
  width: 100%;
  text-align: left;
  font-weight: 600;
}

.contacttable td textarea {
  font-size: 18px;
  font-weight: 500;
  padding: 12.5px 15px;
  margin-bottom: 18px;
  width: 100%;
  height: 120px;
  border: rgb(76, 127, 55) 0px solid;
  background-color: rgb(226, 230, 244);
}

.contacttable td input[type=text],
[type=tel],
[type=email] {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 8px 10px 8px 15px;
  border: rgb(76, 127, 55) 0px solid;
  background-color: rgb(226, 230, 244);
}

.other4-label {
  display: inline !important;
}

.other4-input {
  display: inline !important;
  width: 50% !important;
  padding: 6px 10px 6px 15px !important;
}

.douitext {
  margin-bottom: 15px;
  font-size: 16px;
}

.policytitle {
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 15px;
  text-align: left;
}

label {
  display: block;
  line-height: 2;
}

.ad-label label {
  display: inline-block !important;
}

.logolink img {
  padding: 15px;
}

.logolink img {
  width: 500px;
  margin-right: -50px;
}



/* ################################################## 549px以下 ################################################## */

@media (max-width: 549px) {
  .sf {
    display: block !important;
  }

  .sfinline {
    display: inline !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .contents {
    padding: 30px 15px;
    position: relative;
  }

  .contents-left {
    padding-left: 25px
  }

  .contents-right {
    padding-right: 25px
  }

  .en-right {
    width: 30px;
    margin-right: -15px;
    margin-left: 0px;
  }

  .en-right:after {
    margin-right: 7px;
  }

  .en-left {
    width: 30px;
    margin-left: -27px;
    margin-right: 15px;
  }

  .en-left:after {
    margin-right: 7px;
  }

  .english {
    font-size: 21px;
    letter-spacing: 4px !important;
  }

  .h2nowrap {
    white-space: nowrap;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    line-height: 1.5;
    font-size: 14px;
  }

  .text14 {
    line-height: 2;
    font-size: 12.5px;
  }

  .text18 {
    font-size: 16px;
  }

  .text {
    line-height: 2;
    font-size: 14px;
  }

  .h2-common {
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .h2-common2 {
    padding: 15px 15px;
    font-size: 19px;
  }

  .h2-common3 {
    font-size: 17px;
  }

  .h3-common {
    font-size: 17px;
  }

  .h3-common.h3-feature {
    font-size: 14px;
  }

  .logolink img {
    margin-right: 0px;
  }

  /* ###### MAIN ###### */

  .header1 {
    font-size: 14px;
  }

  .blend {
    height: 400px;
  }

  .slider_fade {
    height: 400px;
  }

  .main__back img {
    height: 400px;
  }

  .main__block-text {
    padding: 60px 10px 0;
    height: 400px;
  }

  .main-sub1 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .main-sub2 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
  }

  .main-title {
    margin-top: 10px;
    font-size: 38px;
    letter-spacing: 1px;
  }

  /* ###### BUTTON1 ###### */
  .button a,
  input.button {
    margin: 25px 0 0px 0;
    padding: 10px 25px;
    font-size: 16px;
  }

  .button-outer {
    margin-top: 0px;
    max-width: 300px;
  }

  .button-outer.second {
    margin-top: -30px !important;
    max-width: 240px !important;
  }

  .button a::before {
    width: 10px;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 0px;
  }

  /* ###### SCHEDULE ###### */
  .small3 {
    font-size: 10px !important;
    font-weight: 400;
  }

  .scrolltable {
    overflow: scroll;
  }

  .contentstable th {
    padding: 8px 2px;
    font-size: 16px;
  }

  .contentstable td {
    padding: 8px 5px;
    font-size: 13px;
  }

  .contentstable th:nth-child(1) {
    width: 25px;
  }


  .contentstable th:nth-child(2) {
    width: 100px;
  }

  .contentstable td:nth-child(3) {
    font-size: 13px;
  }

  .contentstable th:nth-child(3) {
    width: 80px;
  }

  .contentstable th:nth-child(4) {
    width: 380px;
  }

  /* ###### CONTENTS ###### */
  .map {
    margin-top: 20px;
  }

  .shedule-table {
    display: block;
  }

  .shedule-block {
    width: 100%;
  }

  .h2-data {
    width: 100px;
    display: block;
    margin-bottom: 8px;
  }

  .h2-data-text {
    width: 85px;
    height: 25px;
    line-height: 24px;
    font-size: 14px;
  }

  .shedule-text {
    padding-left: 0px;
  }


  .h3-data1 {
    font-size: 17px;
  }

  .h3-data1b {
    font-size: 19px;
  }

  .h3-data1-big {
    margin-top: 0px;
    font-size: 19px;
  }

  .h3-small {
    font-size: 15px;
  }

  .h3-data2 {
    margin-top: -5px;
    font-size: 24px;
  }

  .h3-data3 {
    font-size: 17px;
  }

  .shedule-block:nth-child(n + 2) {
    margin-top: 20px;
  }

  /* ###### RECOMMENDATION ###### */

  .flex-icon5 li {
    width: 48%;
  }

  .flex-icon5 li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .flex-icon5 li:nth-child(2),
  .flex-icon5 li:nth-child(4) {
    margin-left: 4%;
  }

  /* ###### briefing session ###### */

  .back--band {
    background: url(../image/green-back-sf.jpg) center center / cover no-repeat;
  }

  /* ###### lecture ###### */

  .lecture {
    background: url(../image/green-back2-sf.jpg) center center / cover no-repeat;
  }

  .lecture__ol li:nth-child(n+1) {
    margin-top: 45px;
  }


  .lecture__ol2 li {
    margin-top: 45px;
  }

  .lecture__ol li {
    justify-content: center;
  }

  .lecture__ol2 li {
    justify-content: center;
  }

  .lecture__text {
    width: 100%;
    order: 1;
  }

  .lecture__photo {
    margin-top: 15px;
    width: 100%;
    order: 2;
    text-align: center;
  }

  /* ###### CONTACT ###### */
  .contacttable {
    margin-top: -7px;
  }

  .smallad {
    display: block;
    padding-left: 0em
  }

  input[type=radio] {
    width: 16px;
    height: 16px;
  }

  input[type=checkbox] {
    width: 15px;
    height: 15px;
  }

  .contacttable__right.ad .padding-left1 {
    padding-left: 0px;
    padding-top: 10px;
    display: inline-block;
  }

  .contacttable {
    border-top: rgb(60, 60, 60) 0px solid;
  }

  .contacttable th {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
  }

  .contacttable tr:nth-child(2) {
    margin-block: 30px;
    display: block;
  }

  .contacttable td {
    padding: 10px 0px 10px;
    border-bottom: rgb(60, 60, 60) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 15px;
    padding: 8px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 8px;
    width: 100%;
    height: 90px;
  }

  .other4-input {
    padding: 4px 8px !important;
  }

  .radiotext {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .hitusu {
    font-size: 14px;
  }

  .douitext {
    font-size: 14px;
  }

  .policytitle {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .policytext {
    font-size: 14px;
  }

  label {
    line-height: 2;
  }
}

/* ################################################## 550px以上767px以下 ################################################## */

@media (min-width: 550px) and (max-width: 967px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .contents {
    padding: 40px 20px;
    position: relative;
  }

  .contents-right {
    padding-right: 35px
  }

  .contents-left {
    padding-left: 35px
  }

  .en-right {
    width: 30px;
    margin-right: -20px;
    margin-left: 0px;
  }

  .en-left {
    width: 30px;
    margin-left: -30px;
    margin-right: 15px;
  }

  .en-right:after {
    margin-right: 7px;
  }

  .en-left:after {
    margin-right: 7px;
  }

  .english {
    font-size: 22px;
    letter-spacing: 4px !important;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select {
    line-height: 1.5;
    font-size: 15px;
  }

  .text14 {
    line-height: 2;
    font-size: 14px;
  }

  .text18 {
    font-size: 17px;
  }

  .text {
    line-height: 2;
    font-size: 15px;
  }

  .h2-common {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .h2-common2 {
    padding: 20px 20px;
    font-size: 22px;
  }

  .h2-common3 {
    font-size: 18px;
  }

  .h3-common {
    font-size: 19px;
  }

  .h3-common.h3-feature {
    font-size: 16px;
  }

  /* ###### MAIN ###### */

  .header1 {
    font-size: 19px;
  }

  .blend {
    height: 450px;
  }

  .slider_fade {
    height: 450px;
  }

  .main__back img {
    height: 450px;
  }

  .main__block-text {
    padding: 60px 10px 0;
    height: 450px;
  }

  .main-sub1 {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .main-sub2 {
    font-size: 18px;
    letter-spacing: 4px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
  }

  .main-title {
    margin-top: 15px;
    font-size: 44px;
    letter-spacing: 2px;
  }

  /* ###### BUTTON1 ###### */
  .button a,
  input.button {
    margin: 25px 0 0px 0;
    padding: 10px 25px;
    font-size: 19px;
  }

  .button-outer {
    margin-top: 5px;
    max-width: 374px;
  }

  .button-outer.second {
    margin-top: -25px !important;
    max-width: 280px !important;
  }

  /* ###### SCHEDULE ###### */

  .small3 {
    font-size: 10px !important;
    font-weight: 400;
  }

  .contentstable th {
    padding: 5px 2px;
    font-size: 16px;
  }

  .contentstable td {
    padding: 5px 5px;
    font-size: 14px;
  }

  .contentstable th:nth-child(1) {
    width: 25px;
  }


  .contentstable th:nth-child(2) {
    width: 105px;
  }

  .contentstable th:nth-child(3) {
    width: 120px;
  }

  .contentstable th:nth-child(4) {
    width: 100%;
  }


  /* ###### CONTENTS ###### */

  .shedule-block {
    width: 100%;
  }

  .shedule-table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .h2-data {
    width: 125px;
  }

  .h2-data-text {
    width: 105px;
    height: 29px;
    line-height: 28px;
    font-size: 16px;
  }

  .shedule-text {
    padding-left: 0px;
  }

  .h3-data1 {
    margin-top: 0px;
    font-size: 19px;
  }

  .h3-data1b {
    margin-top: 0px;
    font-size: 22px;
  }

  .h3-data1-big {
    font-size: 24px;
  }

  .h3-small {
    font-size: 17px;
  }

  .h3-data2 {
    margin-top: -7px;
    font-size: 29px;
  }

  .h3-data3 {
    font-size: 19px;
  }

  .shedule-block:nth-child(n + 2) {
    margin-top: 25px;
  }

  /* ###### RECOMMENDATION ###### */

  .flex-icon5__icon {
    max-width: 205px;
  }

  .flex-icon5 {
    justify-content: center;
  }

  .flex-icon5 li {
    width: 32%;
  }

  .flex-icon5 li:nth-of-type(n+4) {
    margin-top: 10px;
  }

  .flex-icon5 li:nth-child(2),
  .flex-icon5 li:nth-child(3),
  .flex-icon5 li:nth-child(5) {
    margin-left: 2%;
  }

  /* ###### briefing session ###### */

  .back--band {
    background: url(../image/green-back-sf.jpg) center center / cover no-repeat;
  }

  /* ###### lecture ###### */

  .lecture {
    background: url(../image/green-back2-sf.jpg) center center / cover no-repeat;
  }

  .lecture__ol li:nth-child(n+1) {
    margin-top: 65px;
  }


  .lecture__ol2 li {
    margin-top: 65px;
  }

  .lecture__ol li {
    justify-content: center;
  }

  .lecture__ol2 li {
    justify-content: center;
  }

  .lecture__text {
    width: 100%;
    order: 1;
  }

  .lecture__photo {
    margin-top: 15px;
    width: 100%;
    order: 2;
    text-align: center;
  }

  /* ###### CONTACT ###### */
  .contacttable {
    margin-top: -12px;
  }

  .smallad {
    padding-left: 1em
  }

  .contacttable {
    border-top: rgb(60, 60, 60) 0px solid;
  }

  .contacttable th {
    width: 100%;
    padding: 15px 0 0 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-align: left;
  }

  .contacttable td {
    padding: 10px 0px 15px;
    border-bottom: rgb(60, 60, 60) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 16px;
    padding: 7px 10px 9px;
  }

  .contacttable td textarea {
    font-size: 16px;
    padding: 7px 10px 9px;
    width: 100%;
    height: 90px;
  }

  .other4-input {
    padding: 6px 10px !important;
  }

  .radiotext {
    font-size: 15px;
    letter-spacing: 0px;
  }

  .hitusu {
    font-size: 15px;
  }

  .douitext {
    font-size: 15px;
  }

  .policytitle {
    font-size: 15px;
  }

  .policytext {
    font-size: 14px;
  }

  label {
    line-height: 2;
  }
}

/* ################################################## 968px以上 ################################################## */

@media (min-width: 968px) {


  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .inline-block-pc {
    display: inline-block;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents {
    position: relative;
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1210px;
  }

  .contents.width1060 {
    max-width: 1000px;
  }

  .contents-right {
    padding-right: 60px
  }

  .contents-left {
    padding-left: 60px
  }

  .en-right {
    width: 50px;
    margin-right: -35px;
    margin-left: 40px;
  }

  .en-left {
    width: 50px;
    margin-left: -45px;
    margin-right: 45px;
  }

  .contacttable {
    margin-top: -20px;
  }

  /* ###### CONTENTS ###### */
  .shedule-block:nth-child(n + 3) {
    margin-top: 30px;
  }

  /* ###### briefing session ###### */

  .back--band {
    background: url(../image/green-back2.jpg) center center / cover no-repeat;
    background-attachment: fixed;
  }

  .back--band.op {
    background: url(../image/green-back.jpg) center center / cover no-repeat;
  }

  /* ###### lecture ###### */

  .lecture__photo.aoki {
    width: 280px;
  }

  .lecture__photo.mini {
    width: 215px;
  }

  .lecture {
    background: url(../image/green-back2.jpg) center center / cover no-repeat;
    background-attachment: fixed;
  }

  .lecture__photo.rt {
    padding-left: 30px;
  }

  .lecture__photo.lt {
    padding-right: 30px;
  }

  .lecture__ol2 {
    margin-top: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lecture__ol2 li {
    width: 48%;
  }
}

@media (max-width: 1159px) {
  /* ###### SCHEDULE ###### */

  .flex-left {
    padding-right: 5px;
    width: 100%;
  }

  .flex-right {
    padding-right: 5px;
    width: 100%;
  }
}

@media (min-width: 1160px) {
  /* ###### SCHEDULE ###### */

  .flex-left {
    padding-right: 5px;
    width: 50%;
  }

  .flex-right {
    padding-right: 5px;
    width: 50%;
  }
}


/* ################################################## FIRE FOXのみ適用 ################################################# */
@-moz-document url-prefix() {
  br {
    display: inline !important;
  }
}