html {
  width: 100%;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  height: 100%;
  background-color: #fff;
  font-size: 13px;
}

@font-face {
  font-family: "RiiPop";
  src: url(../font/RiiPopkkR.woff) format("woff");
}

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

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.drawer-nav,
.drawer-hamburger {
  display: none;
}


#container {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}

#container header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5063AD;
  padding: 1em 0;
  z-index: 200;
}

#container header.top {
  background-color: rgba(0, 0, 0, 0.5);
}

#container header .wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#container header .headblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1%;
}

#container header .headblock .logo {
  width: 25.6%;
}

#container header .headblock .global {}

#container header .headblock .global>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#container header .headblock .global>ul>li {
  padding-right: 2.5em;
  border-right: solid 1px #fff;
  margin-right: 2.5em;
  text-align: center;
}

#container header .headblock .global>ul>li:last-of-type {
  margin-right: 0;
}

#container header .headblock .global>ul>li>a {
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}

#container header .headblock .global>ul>li>a:hover {
  text-decoration: underline;
}

#container header .headblock .global>ul>li>a>span {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
}

#container header .headblock .global>ul>.insub {
  position: relative;
}

#container header .headblock .global>ul>.insub>.submenuwrap {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu {
  display: none;
  background-color: #5063AD;
  position: absolute;
  margin: 24.7% 0 0 -15%;
  padding: 1em;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu.five {
  margin: 21.3% 0 0 -15%;
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu.six {
  margin: 35% 0 0 -15%;
}

#container header.top .headblock .global>ul>li>.submenuwrap>.submenu {
  background-color: rgba(0, 0, 0, 0.5);
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu>li {
  margin-bottom: 1em;
  white-space: nowrap;
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu>li:last-of-type {
  margin-bottom: 0;
}

#container header .headblock .global>ul>li>.submenuwrap>.submenu>li>a {
  color: #fff;
}

.topmov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.covervid-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}

section.contents {
  padding: 0;
}

section.top {
  padding-top: 86px;
}

section.top .topflex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 60px;
}

section.top .topflex h1 {
  font-size: 5.25em;
  font-weight: bold;
  line-height: 1.1;
}

section.top .topflex h2 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2.4;
}

.topbtnblc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.topbtnblc>ul {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.topbtnblc>ul>li {
  width: 47.7%;
}

.topreformwrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topreform {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 30px;
  margin-bottom: 40px;
}

.topreform .reformtext {
  width: 60%;
}

.topreform .reformpic {
  width: 39.7%;
}

.topreform .reformtext h3 {
  color: #8D9190;
  font-size: 3em;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
}

.topreform .reformtext p {
  font-size: 2.5em;
  line-height: 1.3;
  margin-bottom: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.1em;
}

.trblc {
  background-color: #FF0000;
  color: #fff;
  font-size: 1.5em;
  padding: 0.3em 0em 0.3em 0.3em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: -0.1em;
}

.trblc.com {
  background-color: #5063AD;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
}

.trblc a {
  color: #fff;
}

div.trblc::after {
  content: "";
  background-image: url(../img/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  position: absolute;
  right: -10%;
  top: 0;
  height: 100%;
  width: 10%;
}

div.trblc.com::after {
  background-image: url(../img/triangle_purple.png);
  background-size: 100% 100%;
}

.topjisseki {
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 30px;
  margin-bottom: 30px;
}

.topjisseki h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1.2rem;
  letter-spacing: -0.06em;
}

.topjisseki h3 span {
  font-size: 2rem;
  font-weight: bold;
}

.jissekipic {
  margin-bottom: 20px;
}

.jissekiflex {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jissekiflex p {
  font-size: 1.05em;
  line-height: 1.5;
  letter-spacing: -0.05em;
}


.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: right;
}

.totop a {
  width: 100%;
  display: inline-block;
}

.totop.footend {
  position: absolute;
  bottom: -10px;
}

footer {
  background-color: #2753A3;
  padding: 2em 0;
  width: 100%;
}

footer .footwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.telboxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footwrap .telbox {
  padding-left: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footwrap .telbox.kouji {
  border-left: solid 1px #CCCCCC;
  padding-left: 2%;
  margin-left: 2%;
}

footer .footwrap .telbox .place {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
}

footer .footwrap .telbox .tel {
  font-size: 2.9vw;
  font-weight: bold;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

footer .footwrap .address {
  -ms-flex-negative: 3;
  flex-shrink: 3;
}

footer .footwrap .address p {
  font-size: 1.05em;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}


.headslide {
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 105px;
}

.tobihead {
  background-color: rgba(0, 29, 154, 0.7);
  width: 50%;
  text-align: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tobihead h1 {
  color: #fff;
  font-size: 3.3em;
  margin-top: 15px;
}

.toukiwrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toukiwrapsec {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents.tobi .tobitop {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 230px;
  background-image: url(../tobi/img/tobi_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.contents.tobi h2 {
  font-size: 4em;
  line-height: 1.4;
  margin-bottom: 35px;
  font-weight: bold;
  margin-left: 5.8%;
}

.contents.tobi .h2p {
  font-size: 1.7em;
  line-height: 1.9;
  font-weight: bold;
  margin-left: 5.8%;
  text-shadow: 1px 1px 3px #fff;
}

.contents.tobi .tobisecond {
  background-color: #5D6EB2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 4.2% 56px;
  margin-bottom: 65px;
}

.contents.tobi .tobisecond h3 {
  color: #fff;
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.contents.tobi .tobisecond .h3p {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 110px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.contents.tobi .tobisecond h4 {
  color: #fff;
  font-size: 3.3em;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.contents.tobi .tobisecond .h4p {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.contents.tobi .tobisecond .tobiimgbox {
  margin-bottom: 100px;
}

.contents.tobi .tobisecond .tobiimgbox:last-of-type {
  margin-bottom: 0;
}

.tobithree {
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 30px;
  margin-bottom: 75px;
}

.tobithree h3 {
  text-align: center;
  margin-bottom: 25px;
}

.tobithree p {
  margin: 0 9%;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: bold;
}

.tobipart {
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 30px 30px 30px 0;
  margin-bottom: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 3px #5063AD;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.tobipart .parttext {
  width: 56%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tobipart .parttext h4 {
  font-size: 3.3em;
  color: #5063AD;
  font-weight: bold;
  margin-left: 22%;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}

.tobipart .parttext h4.p4 {}

.tobipart .parttext>p {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: -0.01em;
  padding-left: 8%;
  padding-top: 35px;
  background-image: url(../tobi/img/nbar.png);
  background-repeat: no-repeat;
  border-top: solid 3px #5063AD;
}

.tobipart .partillust {
  position: absolute;
}

.tobipart .partillust.pi01 {
  width: 26%;
  top: -7%;
  left: -1%;
}

.tobipart .partillust.pi02 {
  width: 8.9%;
  top: -7%;
  left: 3.2%;
}

.tobipart .partillust.pi03 {
  width: 17.5%;
  top: -5.5%;
  left: 1.5%;
}

.tobipart .partillust.pi04 {
  width: 20%;
  top: -5.5%;
  left: 3.5%;
}

.tobikanso01 {
  width: 100%;
  margin: 130px 0 90px 0;
}

.tobikanso02 {
  width: 100%;
  margin: 0 0 90px 0;
}

.nagare h3 {
  font-size: 3.5em;
  color: #5063AD;
  line-height: 1.1;
  font-weight: bold;
  margin-left: 3%;
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: solid 4px #5063AD;
  display: inline-block;
  letter-spacing: -0.05em;
}

.nagare .tatesen {
  margin-left: 3%;
  border-left: solid 4px #5063AD;
  height: 40px;
}

.nagarebox {
  border: solid 4px #5063AD;
  background-color: #5063AD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.nagarebox .number {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #5063AD;
  background-color: #fff;
  width: 5%;
  padding: 0.5em 0;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nagarebox .number span {
  text-align: center;
  width: 100%;
}

.nagarebox .title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  width: 43%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nagarebox .detail {
  width: 52%;
  background-color: #fff;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nagarebox .detail p {
  font-size: 1.5em;
  line-height: 1.2;
}

.parenthesis {
  position: relative;
  width: 82%;
  padding: 4em 3em;
  margin: 0 auto 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20%;
  height: 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  top: 0;
  left: 0;
  border-top: 2px solid #5063AD;
  border-left: 2px solid #5063AD;
}

.parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #5063AD;
  border-right: 2px solid #5063AD;
}

.parenthesis h3 {
  font-size: 3.2em;
  line-height: 1.3;
  font-weight: bold;
  color: #5063AD;
  letter-spacing: -0.1em;
  margin-bottom: 20px;
}

.parenthesis p {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: -0.05em;
}

.albaimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.albaimg .imgbox {
  width: 47.3%;
}

.albamenu {
  margin-bottom: 50px;
}

.albamenu li {
  margin-bottom: 28px;
  text-align: right;
}

.albamenu li a {
  display: inline-block;
  background-color: #5063AD;
  color: #fff;
  padding: 1em 1.5em;
  font-size: 1.5em;
  line-height: 1.1;
  letter-spacing: -0.05em;
  text-align: left;
  width: 35%;
  position: relative;
}

.albamenu li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}


.headslide.dokou {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dokouhead {
  background-color: rgba(189, 114, 1, 0.7);
  width: 50%;
  text-align: center;
  padding: 10% 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.dokouhead h1 {
  color: #fff;
  font-size: 3.3em;
  position: absolute;
  top: 30%;
  right: 12%;
}

.contents.tobi .tobitop.dokou {
  padding-bottom: 230px;
  background-image: url(../tobi/img/dokou_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 100px;
}

.tobipart.dokou {
  border-left: solid 3px #D9902C;
}

.tobipart.dokou .parttext h4 {
  color: #D9902C;
}

.tobipart.dokou .parttext p {
  border-top: solid 3px #D9902C;
  background-image: url(../tobi/img/nbar_dokou.png);
}

.tobipart.dokou .partillust.pi01 {
  width: 26%;
  top: -5%;
  left: 2%;
}

.tobipart.dokou .partillust.pi02 {
  width: 26%;
  top: -3%;
  left: 2%;
}

.tobipart.dokou .partillust.pi03 {
  width: 9%;
  top: -3%;
  left: 2%;
}

.tobipart.dokou .partillust.pi04 {
  width: 9%;
  top: -6%;
  left: 1%;
}


.headslide.kaisyu {}

.kaisyuhead {
  background-color: rgba(0, 157, 30, 0.7);
  width: 50%;
  text-align: center;
  padding: 10% 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kaisyuhead div {
  text-align: center;
  margin: 0 auto;
}

.kaisyuhead h1 {
  color: #fff;
  font-size: 3.3em;
  position: absolute;
  top: 70%;
  right: auto;
  left: 7%;
  text-align: left;
}

.contents.tobi .tobitop.kaisyu {
  padding-bottom: 230px;
  background-image: url(../tobi/img/kaisyu_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 100px;
}

.tobipart.kaisyu {
  border-left: solid 3px #4BD261;
}

.tobipart.kaisyu .parttext h4 {
  color: #4BD261;
}

.tobipart.kaisyu .parttext>p {
  border-top: solid 3px #4BD261;
  background-image: url(../tobi/img/nbar_kaisyu.png);
  margin-bottom: 35px;
}

.tobipart.kaisyu .parttext h5 {
  color: #fff;
  background-color: #4BD261;
  font-size: 1.5em;
  padding: 0.5em 1em;
  margin-bottom: 20px;
  margin-left: 8%;
}

.tobipart.kaisyu .parttext .gaihekitejun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 8%;
}

.tobipart.kaisyu .parttext .gaihekitejun h6 {
  color: #fff;
  background-color: #4BD261;
  font-size: 1.6em;
  padding: 0.5em 1em;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tobipart.kaisyu .parttext .gaihekitejun p {
  color: #000;
  background-color: #fff;
  font-size: 1.4em;
  line-height: 1.4;
  padding: 0.5em 1em;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

.tobipart.kaisyu .arw {
  margin: 20px 0 20px 8%;
  text-align: center;
}

.tobipart.kaisyu .partimg {
  width: 36.3%;
}

.tobipart.kaisyu .imgin:first-of-type {
  margin-bottom: 30px;
}

.tobipart.kaisyu .imgin img {
  margin-bottom: 10px;
}

.tobipart.kaisyu .imgin p {
  font-size: 1.4em;
  line-height: 1.4;
}

.tobipart.kaisyu .imgin h6 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
}

.tobipart.kaisyu .partillust.pi01 {
  width: 10%;
  top: -2.6%;
  left: 2%;
}

.tobipart.kaisyu .partillust.pi02 {
  width: 10%;
  top: -2%;
  left: 3%;
}

.tobipart.kaisyu .partillust.pi03 {
  width: 9%;
  top: -4.1%;
  left: 3.5%;
}

.headslide.com {
  margin-bottom: 0;
}

.comhead {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10% 0;
}

.comhead h1 {
  font-size: 2.1em;
  margin-bottom: 30px;
}

.comhead h2 {
  font-size: 5.6em;
  margin-bottom: 40px;
  line-height: 1.1;
}

.comhead p {
  font-size: 2em;
  margin-bottom: 40px;
  line-height: 1.9;
}

.com .aisatsu {
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 0;
  margin-bottom: 0px;
  width: 100%;
}

.com .aisatsuinbox,
.com .gaiyo,
.com .shikaku {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 3.5% 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.com .atex {
  width: 25%;
}

.com .atex h2 {
  font-size: 3.1em;
  border-bottom: solid 3px #fff;
  padding: 0 0 5px 0;
  font-weight: bold;
}

.com .gaiyo .atex h2,
.com .shikaku .atex h2 {
  border-bottom: solid 3px #DCE0DE;
  letter-spacing: 0.1em;
}

.com .atex span {
  display: block;
  background-image: url(../company/img/nbar.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  min-height: 61px;
}

.com .gaiyo .atex span,
.com .shikaku .atex span {
  background-image: url(../company/img/nbar2.png);
}

.com .ahon {
  width: 75%;
  padding: 0 0 0 5%;
  border-left: solid 3px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.com .gaiyo .ahon,
.com .shikaku .ahon {
  border-left: solid 3px #DCE0DE;
}

.com .ahon>p,
.com .ahon .havebox p {
  font-size: 1.7em;
  line-height: 1.9;
}

.com .ahon>p span {
  display: block;
  text-align: right;
  margin-top: 1em;
}

.com .gaiyo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5% 50px;
}

.com .gaiyo .comdetail {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.5em;
  line-height: 1.6;
}

.com .gaiyo .comdetail .tt {
  width: 25%;
}

.com .gaiyo .comdetail .det {
  width: 75%;
}

.comdetail .onell {
  margin-bottom: 2em;
}

.com .shikaku {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5% 50px;
}

.com .have {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.com .have .havebox {
  width: 49%;
}

.com .shikaku .atex h2.haveh2 {
  letter-spacing: -0.1em;
}

#shikaku,
#gaiyo,
#have,
#staff,
#event,
#sche,
#info {
  margin-top: -120px;
  padding-top: 120px;
}

.slick-box {
  width: 100%;
  display: block;
}


.kojitop {
  width: 100%;
  padding-top: 82px;
  margin-bottom: 35px;
}

.kojiblc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.kojititle {
  width: 20%;
  text-align: center;
}

.kojititle h2 {
  font-size: 3.1em;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.kojititle p {}

.kojiyear {
  width: 75%;
}

.kojiyear .tabmenu {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kojiyear .tabmenu li {
  width: 16%;
}

.kojiyear .tabmenu li a {
  width: 100%;
  display: block;
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 0.7em 0.7em;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.kojiyear .tabmenu li a.line2 {
  width: 100%;
  height: 46px;
  display: block;
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 0.2em 0.2em;
  line-height: 1.1;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.kojiyear .tabmenu li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.kojiyear .tabmenu li.active a {
  background: #7D8AF2;
  color: #fff;
}

.keirekibox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3.5% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tabbox {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabbox.none {
  display: none;
}

.tabbox .keirekidetail {
  width: 48%;
}

.tabbox .keirekidetail.one {
  width: 100%;
}

.tabbox .keirekidetail h3 {
  color: #fff;
  font-size: 1.5em;
  background-color: #319191;
  padding: 0.7em 1em;
  margin-bottom: 25px;
}

.tabbox .keirekidetail .textdetail {
  margin-left: 2.5em;
  margin-bottom: 70px;
}

.tabbox .keirekidetail .textdetail p {
  font-size: 1.2em;
  line-height: 2.2;
}

.shour {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 3.5% 0;
  text-align: right;
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.contacthead {
  width: 100%;
  margin-top: 86px;
  padding: 2em 0;
  background-color: #5063AD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacthead h2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 0 3.5% 0;
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactblc {
  width: 100%;
  display: block;
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
}

.contactinbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 5em 3.5% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactinbox .telbox {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: solid 3px #fff;
}

.contactinbox .telbox .telintitle {
  width: 38%;
}

.contactinbox .telbox .telintitle h3,
.netintitle h3 {
  font-size: 2.8em;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.contactinbox .telbox .telintitle span,
.netintitle span {
  font-size: 1.2em;
}

.contactinbox .telbox .telinnumber {
  width: 60%;
  text-align: right;
}

.contactinbox .telbox .telinnumber h4 {
  font-size: 3.3em;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}

.contactinbox .telbox .telinnumber h4 span {
  font-size: 1.5rem;
}

.netintitle {
  margin-bottom: 55px;
}

.formbox {
  margin-left: 5%;
  padding-bottom: 70px;
}

.formbox div {
  font-size: 1.5em;
  line-height: 1.2;
}

.formbox label {
  display: block;
}

.formbox label .req {
  color: #f00;
}

.formbox input,
.formbox textarea {
  font-size: 1.5em;
  border: none;
  padding: 0.2em;
  margin: 10px 0 40px;
  width: 70%;
}

.formbox .dist {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 50px;
}

#submitbtn {
  background-color: #425CC4;
  color: #fff;
  width: 50%;
  padding: 1em;
  cursor: pointer;
}

.contact .totop {
  padding: 0 3.5% 20px;
  text-align: right;
  margin-bottom: 0px;
}

.headslide.recruit {
  margin-bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 80vh;
}

.recruithead {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 5em 1% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recruithead div {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.recruithead div h1 {
  width: 47%;
  font-size: 4em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px #3366cc, 0px 0px 10px #3366cc, 0px 0px 10px #3366cc, 0px 0px 10px #3366cc;
}

.recruithead div p {
  width: 53%;
  margin-right: 0%;
  font-size: 1.6em;
  line-height: 1.9;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px #3366cc, 0px 0px 10px #3366cc, 0px 0px 10px #3366cc, 0px 0px 10px #3366cc;
}

.recnavi {
  width: 100%;
  background-color: #5063AD;
  margin-bottom: 55px;
}

.recnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 2em 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recnavi ul li {
  width: 25%;
  border-right: solid 1px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.recnavi ul li:last-of-type {
  border: none;
}

.recnavi ul li a {
  color: #fff;
  font-size: 1.2em;
}

.recinblc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px;
  padding: 0 3.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recinblc h2 {
  font-size: 3.3em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1em;
  margin-bottom: 50px;
}

.staffbox {
  width: 100%;
  background: #eaeeeb;
  background: linear-gradient(135deg, #eaeeeb 17%, #dadedc 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeeeb', endColorstr='#dadedc', GradientType=1);
  padding: 2.5em;
  margin-bottom: 45px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.staffbox .staffimgbox {
  width: 17%;
  text-align: center;
  position: relative;
}

.staffbox .staffimgbox .staffname {
  position: absolute;
  width: 134%;
  margin: -12% 0 0 -23%;
}

.stafftextbox {
  width: 80%;
}

.staffbox .stafftextbox h3 {
  font-family: RiiPop, sans-serif;
  color: #CC0000;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0 45px;
}

.staffbox .stafftextbox .stdbox {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staffbox .stafftextbox .stdbox div {
  width: 47%;
}

.staffbox .stafftextbox .stdbox div h4 {
  font-size: 1.5em;
  color: #5063AC;
  font-weight: bold;
  margin-bottom: 10px;
}

.staffbox .stafftextbox .stdbox div p {
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.eventblc {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.eventblc:last-of-type {
  margin-bottom: 80px;
}

.eventblc .eventphoto {
  width: 46.8%;
}

.eventblc .eventtext {
  width: 50%;
}

.eventblc .eventtext h3 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0px;
}

.eventblc .eventtext h3 span {
  font-size: 0.7em;
  font-weight: normal;
}

.eventblc .eventtext p {
  font-size: 1.5em;
  line-height: 1.6;
  margin-top: 30px;
}

.eventblc .eventtext p.place {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 0;
}

.recinblc.sche {
  background-color: #EBEEF1;
  width: 100%;
  max-width: none;
  padding-bottom: 0px;
}

.recinblc .recnagarewrap {
  width: 71.7%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20id%3D%22Untitled-%25u30DA%25u30FC%25u30B8%25201%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20961%201227%22%20style%3D%22background-color%3A%23ffffff00%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22961px%22%20height%3D%221227px%22%3E%20%3Cdefs%3E%20%3Cfilter%20id%3D%22filter1%22%20x%3D%22-100%25%22%20y%3D%22-100%25%22%20width%3D%22300%25%22%20height%3D%22300%25%22%3E%20%3C!--%20%E3%83%89%E3%83%AD%E3%83%83%E3%83%97%E3%82%B7%E3%83%A3%E3%83%89%E3%82%A6%20--%3E%20%3CfeOffset%20result%3D%22out%22%20in%3D%22SourceGraphic%22%20dx%3D%227.3879%22%20dy%3D%229.4561%22%2F%3E%20%3CfeColorMatrix%20result%3D%22out%22%20in%3D%22out%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.4118%200%22%2F%3E%20%3CfeGaussianBlur%20result%3D%22out%22%20in%3D%22out%22%20stdDeviation%3D%224%22%2F%3E%20%3CfeBlend%20in%3D%22SourceGraphic%22%20in2%3D%22out%22%20mode%3D%22normal%22%20result%3D%22%E3%83%89%E3%83%AD%E3%83%83%E3%83%97%E3%82%B7%E3%83%A3%E3%83%89%E3%82%A61%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%25u30EC%25u30A4%25u30E4%25u30FC%25201%22%3E%20%3Cg%20filter%3D%22url(%23filter1)%22%3E%20%3Cpath%20d%3D%22M%201.0177%201.3864%20L%201.0472%2057.7236%20L%2024.6407%2057.7155%20C%2027.3524%2049.9108%2034.7447%2044.2992%2043.4674%2044.2957%20C%2054.4906%2044.2921%2063.4311%2053.2317%2063.4369%2064.2655%20C%2063.4426%2075.2997%2054.5116%2084.2465%2043.4884%2084.2505%20C%2035.6436%2084.2535%2028.8725%2079.7148%2025.6078%2073.1262%20L%201.0553%2073.1348%20L%201.0828%20125.6803%20L%2024.6763%20125.6722%20C%2027.3879%20117.8675%2034.7804%20112.2545%2043.503%20112.2519%20C%2054.5263%20112.2479%2063.4666%20121.1884%2063.4724%20132.2222%20C%2063.4782%20143.2564%2054.5472%20152.2027%2043.5239%20152.2067%20C%2035.6792%20152.2097%2028.9081%20147.6711%2025.6434%20141.0824%20L%201.0909%20141.091%20L%201.1184%20193.6361%20L%2024.712%20193.6279%20C%2027.4236%20185.8233%2034.816%20180.2112%2043.5386%20180.2086%20C%2054.5619%20180.2041%2063.5022%20189.1446%2063.508%20200.1779%20C%2063.5138%20211.2121%2054.5828%20220.1594%2043.5596%20220.163%20C%2035.7148%20220.1664%2028.9436%20215.6278%2025.679%20209.0391%20L%201.1265%20209.0477%20L%201.1541%20261.5928%20L%2024.7475%20261.5842%20C%2027.4592%20253.7795%2034.8515%20248.1674%2043.5742%20248.1644%20C%2054.5975%20248.1603%2063.5378%20257.1013%2063.5436%20268.1351%20C%2063.5494%20279.1684%2054.6183%20288.1156%2043.5952%20288.1192%20C%2035.7505%20288.1217%2028.9792%20283.584%2025.7146%20276.9958%20L%201.162%20277.0049%20L%201.1896%20329.549%20L%2024.7831%20329.5404%20C%2027.4948%20321.7362%2034.8871%20316.1241%2043.6098%20316.1211%20C%2054.633%20316.117%2063.5734%20325.0576%2063.5792%20336.0918%20C%2063.585%20347.1246%2054.654%20356.0718%2043.6307%20356.0759%20C%2035.786%20356.0784%2029.0148%20351.5402%2025.7502%20344.952%20L%201.1976%20344.9611%20L%201.2252%20397.5057%20L%2024.8187%20397.4971%20C%2027.5304%20389.6929%2034.9227%20384.0803%2043.6454%20384.0768%20C%2054.6686%20384.0732%2063.609%20393.0138%2063.6147%20404.048%20C%2063.6205%20415.0813%2054.6896%20424.028%2043.6663%20424.0326%20C%2035.8216%20424.0351%2029.0504%20419.4964%2025.7857%20412.9088%20L%201.2333%20412.9174%20L%201.2607%20465.4619%20L%2024.8543%20465.4533%20C%2027.5659%20457.6491%2034.9583%20452.037%2043.6809%20452.0335%20C%2054.7042%20452.0299%2063.6446%20460.9705%2063.6503%20472.0048%20C%2063.6561%20483.0375%2054.7252%20491.9847%2043.7019%20491.9888%20C%2035.8572%20491.9918%2029.0859%20487.4531%2025.8214%20480.8645%20L%201.2689%20480.8731%20L%201.2963%20533.4182%20L%2024.8898%20533.41%20C%2027.6015%20525.6058%2034.9939%20519.9922%2043.7165%20519.9897%20C%2054.7398%20519.9857%2063.6802%20528.9267%2063.686%20539.9604%20C%2063.6917%20550.9942%2054.7607%20559.9415%2043.7375%20559.9455%20C%2035.8927%20559.9485%2029.1216%20555.4089%2025.8569%20548.8212%20L%201.3044%20548.8298%20L%201.3319%20601.3738%20L%2024.9254%20601.3657%20C%2027.6371%20593.5606%2035.0295%20587.949%2043.7522%20587.9464%20C%2054.7754%20587.9419%2063.7158%20596.882%2063.7216%20607.9152%20C%2063.7273%20618.9495%2054.7963%20627.8977%2043.7731%20627.9012%20C%2035.9283%20627.9047%2029.1571%20623.3651%2025.8925%20616.7774%20L%201.34%20616.786%20L%201.3675%20669.3301%20L%2024.9611%20669.3215%20C%2027.6727%20661.5158%2035.065%20655.9047%2043.7877%20655.9017%20C%2054.811%20655.8976%2063.7513%20664.8381%2063.7572%20675.871%20C%2063.763%20686.9042%2054.8318%20695.8529%2043.8087%20695.8565%20C%2035.964%20695.859%2029.1927%20691.3208%2025.9281%20684.7326%20L%201.3755%20684.7417%20L%201.4031%20737.2858%20L%2024.9966%20737.2772%20C%2027.7083%20729.4716%2035.1006%20723.8599%2043.8233%20723.8569%20C%2054.8466%20723.8528%2063.7869%20732.7939%2063.7927%20743.8271%20C%2063.7985%20754.8604%2054.8674%20763.8091%2043.8442%20763.8127%20C%2035.9996%20763.8152%2029.2283%20759.2756%2025.9636%20752.6879%20L%201.4111%20752.697%20L%201.4387%20805.241%20L%2025.0322%20805.2324%20C%2027.7439%20797.4272%2035.1362%20791.8162%2043.8589%20791.8126%20C%2054.8822%20791.8091%2063.8225%20800.7487%2063.8282%20811.7829%20C%2063.834%20822.8162%2054.9031%20831.7639%2043.8799%20831.7679%20C%2036.0351%20831.7709%2029.2639%20827.2313%2025.9992%20820.6441%20L%201.4468%20820.6522%20L%201.4742%20873.1968%20L%2025.0678%20873.1882%20C%2027.7794%20865.3825%2035.1718%20859.7719%2043.8945%20859.7684%20C%2054.9177%20859.7648%2063.8581%20868.7039%2063.8638%20879.7381%20C%2063.8696%20890.7714%2054.9387%20899.7191%2043.9155%20899.7231%20C%2036.0707%20899.7261%2029.2994%20895.1875%2026.0348%20888.5998%20L%201.4824%20888.6079%20L%201.5099%20941.152%20L%2025.1034%20941.1444%20C%2027.8151%20933.3383%2035.2074%20927.7266%2043.9301%20927.7236%20C%2054.9533%20927.7195%2063.8937%20936.6596%2063.8994%20947.6934%20C%2063.9052%20958.7271%2054.9743%20967.6749%2043.951%20967.6789%20C%2036.1063%20967.6819%2029.3351%20963.1422%2026.0704%20956.5546%20L%201.5179%20956.5632%20L%201.5455%201009.1073%20L%2025.139%201009.0991%20C%2027.8506%201001.2939%2035.243%20995.6819%2043.9657%20995.6788%20C%2054.9889%20995.6748%2063.9292%201004.6149%2063.935%201015.649%20C%2063.9408%201026.6824%2055.0098%201035.6306%2043.9865%201035.6346%20C%2036.1419%201035.6371%2029.3706%201031.0979%2026.106%201024.5098%20L%201.5535%201024.5189%20L%201.5811%201077.063%20L%2025.1746%201077.0543%20C%2027.8862%201069.2487%2035.2785%201063.6376%2044.0012%201063.6345%20C%2055.0245%201063.6305%2063.9648%201072.571%2063.9706%201083.6044%20C%2063.9764%201094.6381%2055.0453%201103.5868%2044.0222%201103.5903%20C%2036.1774%201103.5934%2029.4063%201099.0532%2026.1416%201092.4661%20L%201.5891%201092.4751%20L%201.6166%201145.0187%20L%2025.2101%201145.0101%20C%2027.9218%201137.2045%2035.3141%201131.5939%2044.0368%201131.5908%20C%2055.0601%201131.5868%2064.0004%201140.5267%2064.0062%201151.5601%20C%2064.012%201162.5933%2055.081%201171.5415%2044.0578%201171.545%20C%2036.2131%201171.5481%2029.4418%201167.0084%2026.1772%201160.4213%20L%201.6247%201160.4298%20L%201.6526%201213.7583%20L%20950.113%201213.4205%20L%20949.4781%201.0486%20L%201.0177%201.3864%20Z%22%20stroke%3D%22%23221815%22%20stroke-width%3D%222%22%20fill%3D%22%23ffffff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.recinblc .recnagarewrap .recnagarehole {
  width: 100%;
  margin: 0;
  padding: 0 60px 0 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recinblc h2.recnagare {
  font-family: RiiPop, sans-serif;
  font-size: 3.3em;
  display: inline-block;
  color: #415BC4;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: solid 2px #425CC4;
}

.recnabarebox {
  border-left: solid 2px #425CC4;
  padding-top: 60px;
}

.recnabarebox .rnbin {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.recnabarebox .rnbin .times {
  width: 28%;
}

.recnabarebox .rnbin .times .clock {
  background-color: #425CC4;
  padding: 0.5em;
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.recnabarebox .rnbin .times h3 {
  padding: 0 0 0 1em;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.recnabarebox .rnbin .rnbtex {
  width: 65%;
}

.recnabarebox .rnbin .rnbtex p {
  font-size: 1.5em;
  line-height: 1.6;
}

.recnabarebox .rnbin .rnbimg {
  width: 23.7%;
}

.info .recbox {
  width: 60%;
  margin: 0 auto 80px;
}

.info .recbox h4 {
  background-color: #3D64C2;
  color: #fff;
  font-size: 1.8em;
  padding: 0.5em 1em;
}

.info .recbox table {
  font-size: 1.3em;
  line-height: 1.6;
  border-collapse: collapse;
}

.info .recbox table tr td {
  border: solid 2px #999;
  padding: 1em;
}

.info .recbox table tr td.bas {
  background-color: #EBEAE9;
  font-weight: bold;
  white-space: nowrap;
}

.info .recbox h4 .pp {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 10px;
  display: inline-block;
}

.jieikan_blc {
  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;
}

.jieikan_blc .jl {
  width: 60%;
  margin-top: 70px;
}

.jieikan_blc .jl h2 {
  font-size: 6em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  color: #5063AD;
  font-family: 'Noto Sans JP', sans-serif;
}

.jieikan_blc .jl h3 {
  font-size: 4.5em;
  line-height: 1.2;
  font-weight: bold;
  color: #5063AD;
  font-family: 'Noto Sans JP', sans-serif;
}

.jieikan_blc .jr {
  width: 38%;
}

.jieip {
  font-size: 2.3em;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin-bottom: 100px;
}


/* movie section */
.video-section {
  margin: 150px auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 3.5%;
}

/* グリッドレイアウト：基本は横4列、画面幅に合わせて自動調整 */
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


/* タブレット・中画面でのレスポンス（横3列） */
@media (max-width: 1024px) {
  .video-section {
    margin: 120px auto;
    width: 90%;
  }

  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 小型タブレット・スマホ大（横2列） */
@media (max-width: 768px) {
  .video-section {
    margin: 100px auto;
    width: 90%;
  }

  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* スマホ縦画面（縦1列） */
@media (max-width: 480px) {
  .video-section {
    margin: 80px auto;
    width: 90%;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* 各動画カード（上部サムネイル＋下部リンクメニュー） */
.video-card {
  background: #fff;
  overflow: hidden;
  /* 画像の角丸をカードに合わせる */
  display: flex;
  flex-direction: column;
}

/* サムネイル部分 */
.video-thumbnail {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

/* 指示書より：オンマウス等で拡大しない設定 */
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: none;
  pointer-events: none;
}

/* 下部のコンテンツエリア（ボタン部分のみ） */
.video-content {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* リンクメニュー（縦に並ぶ<ul>リスト） */
.video-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 各言語ボタン */
.video-btn {
  display: block;
  padding: 8px 10px;
  background-color: #42b394;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s;
}

.video-btn:hover {
  background-color: #7dcaac;
}

a.video-btn:hover {
  color: #000000;
}








@media (max-width:1024px) {
  .trblc {
    font-size: 1.4em;
  }

  .topjisseki h3 span {
    font-size: 1.5rem;
  }

  footer .footwrap .telbox .tel {
    letter-spacing: 0em;
  }

  #container header .headblock .global>ul>li>.submenuwrap>.submenu {
    margin: 21% 0 0 -15%;
  }

  .contents.tobi .tobisecond h3 {
    font-size: 3.7em;
  }

  .parenthesis {
    width: 92%;
  }

  .albamenu li a {
    width: 40%;
  }

  .recinblc .recnagarewrap {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

  .recinblc h2 {
    font-size: 3em;
  }

  .recinblc .recnagarewrap {
    width: 92%;
  }

  .recinblc .recnagarewrap .recnagarehole {
    padding: 0 30px 0 90px;
  }

  .recnabarebox .rnbin .rnbtex {
    width: 70%;
  }

  .info .recbox {
    width: 80%;
  }

  .staffbox .stafftextbox h3 {
    letter-spacing: -0.1em;
  }

  .contacthead h2 {
    font-size: 2.8em;
  }

  .contactinbox .telbox .telinnumber h4 {
    font-size: 2.2em;
  }

  .contactinbox .telbox .telinnumber h4 span {
    font-size: 1.5rem;
  }

  .contactinbox .telbox .telintitle h3,
  .netintitle h3 {
    font-size: 2.6em;
    letter-spacing: -0.1em;
  }
}

@media (max-width:768px) {
  .pc {
    display: none;
  }

  #container header .headblock .global>ul>li>.submenuwrap>.submenu {
    margin: 19% 0 0 -15%;
  }

  #container header .headblock .global>ul>li {
    padding-right: 1em;
    margin-right: 1em;
  }

  .topreform .reformtext p {
    font-size: 2em;
  }

  .topjisseki h3 {
    font-size: 2em;
  }

  .topjisseki h3 span {
    font-size: 1.2rem;
  }

  .telboxwrap {
    width: 100%;
    margin-bottom: 10px;
  }

  footer {
    padding: 2em 3.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .footwrap .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  footer .footwrap .address p {
    margin-bottom: 0px;
    margin-right: 5%;
  }

  .headslide {
    height: 50vh;
    margin-bottom: 70px;
  }

  .tobithree p {
    margin: 0 0%;
  }

  .partimg {
    width: 40%;
  }

  .tobipart .parttext h4 {
    font-size: 2.5em;
  }

  .tobipart .partillust.pi01 {
    left: -5%;
  }

  .tobipart .partillust.pi03 {
    top: -10%;
    left: 0%;
  }

  .tobipart .partillust.pi04 {
    top: -8%;
    left: 1%;
  }

  .parenthesis {
    width: 100%;
    padding: 2em 2em;
  }

  .parenthesis h3 {
    font-size: 2.7em;
  }

  .albamenu li a {
    width: 50%;
  }

  .albamenu {
    margin-bottom: 0px;
  }

  .tobikanso01 {
    margin: 70px 0 70px 0;
  }

  .dokouhead h1 {
    font-size: 2.5em;
    right: 5%;
  }

  .contents.tobi .tobitop.dokou {
    margin-bottom: 70px;
    background-size: contain;
    padding-bottom: 180px;
  }

  .tobipart.dokou .partillust.pi01 {
    top: -12%;
    left: 0%;
  }

  .tobipart.dokou .partillust.pi02 {
    top: -6%;
    left: 1%;
  }

  .tobipart.dokou .partillust.pi03 {
    width: 20%;
    top: -9%;
    left: -2%;
  }

  .tobipart.dokou .partillust.pi04 {
    width: 11%;
    left: 0%;
  }

  .kaisyuhead h1 {
    font-size: 2.5em;
    left: 5%;
  }

  .contents.tobi .tobitop.kaisyu {
    background-size: contain;
    margin-bottom: 70px;
    padding-bottom: 180px;
  }

  .tobipart.kaisyu .partillust.pi01 {
    top: -2%;
    left: 0%;
  }

  .headslide.com {
    height: 100vh;
  }

  .com .atex h2 {
    font-size: 2.5em;
  }

  .com .gaiyo .atex h2,
  .com .shikaku .atex h2 {
    letter-spacing: 0em;
  }

  .com .gaiyo {
    padding: 0 3.5% 0px;
  }

  .com .shikaku {
    padding: 0 3.5% 0px;
  }

  .com .shikaku .atex h2.haveh2 {
    font-size: 2em;
  }

  .com .have .havebox {
    width: 100%;
  }

  .kojitop {
    padding-top: 61px;
  }

  .kojiblc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .kojititle {
    width: 100%;
    text-align: center;
  }

  .kojititle h2 {
    margin-bottom: 10px;
  }

  .kojiyear {
    width: 100%;
    margin-top: 30px;
  }

  .tabbox .keirekidetail h3 {
    padding: 0.5em;
    margin-bottom: 15px;
  }

  .tabbox .keirekidetail .textdetail {
    margin-left: 0em;
    margin-bottom: 40px;
  }

  .recruithead div h1 {
    font-size: 3em;
  }

  .recruithead div p {
    font-size: 1.5em;
    line-height: 1.8;
  }

  .staffbox .stafftextbox .stdbox div {
    width: 100%;
    margin-bottom: 30px;
  }

  .staffbox .stafftextbox .stdbox div:last-of-type {
    margin-bottom: 0;
  }

  .eventblc .eventtext h3 {
    font-size: 2em;
  }

  .eventblc .eventtext p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 10px;
  }

  .eventblc .eventtext p.place {
    font-size: 1.3rem;
  }

  .recinblc .recnagarewrap .recnagarehole {
    padding: 0 30px 0 70px;
  }

  .recnabarebox .rnbin .times .clock {
    font-size: 2em;
    padding: 0.2em;
  }

  .recnabarebox .rnbin .times h3 {
    padding: 0 0 0 0.5em;
    font-size: 1.8em;
  }

  .recnabarebox .rnbin .rnbtex p {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .recnabarebox .rnbin .times {
    width: 25%;
  }

  .info .recbox {
    width: 93%;
  }

  .contacthead {
    margin-top: 63px;
  }

  .contacthead h2 {
    font-size: 2.3em;
  }

  .contactinbox {
    padding: 2em 3.5% 0;
  }

  .contactinbox .telbox .telintitle {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .contactinbox .telbox .telinnumber {
    width: 100%;
    text-align: center;
  }

  .contactinbox .telbox .telintitle h3,
  .netintitle h3 {
    margin-bottom: 10px;
    letter-spacing: 0em;
  }

  .contactinbox .telbox .telinnumber h4 {
    margin-bottom: 10px;
    letter-spacing: 0em;
  }

  .formbox {
    margin-left: 0%;
  }

  .formbox input,
  .formbox textarea {
    width: 60%;
  }

  .jieikan_blc .jl {
    width: 100%;
    margin-top: 0;
  }

  .jieikan_blc .jr {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}



@media (max-width:667px) {
  #container header .headblock .global>ul>li>a {
    font-size: 1em;
  }

  .topreform .reformtext {
    width: 100%;
    margin-bottom: 20px;
  }

  .topreform .reformpic {
    width: 100%;
    text-align: center;
  }

  .headslide {
    height: 100vh;
  }

  .tobihead {
    padding: 15% 10% 10%;
  }

  .contents.tobi .tobitop {
    background-size: contain;
  }

  .comhead h1 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .comhead h2 {
    font-size: 2.2em;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .comhead p {
    font-size: 1em;
    margin-bottom: 0px;
    line-height: 1.8;
  }

  .recinblc .recnagarewrap {
    padding: 30px 0;
  }

  .recinblc h2 {
    font-size: 2.5em;
  }

  .recnavi ul {
    padding: 2em 2%;
  }

  .recruithead div p br {}

  .recruithead div p {
    font-size: 1.1em;
    line-height: 1.5;
  }

  .recnabarebox {
    padding-top: 30px;
  }

  .recnabarebox .rnbin:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width:480px) {

  .drawer-nav,
  .drawer-hamburger {
    display: block;
  }

  nav.global {
    display: none;
  }

  #container header {
    padding: 0.5em 0;
  }

  #container header .headblock .logo {
    width: 50%;
  }

  section.top .topflex h1 {
    font-size: 3.5em;
  }

  section.top {
    padding-top: 40px;
  }

  section.top .topflex h2 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 20px;
  }

  section.top .topflex {
    margin-bottom: 40px;
  }

  .topbtnblc>ul>li {
    width: 100%;
    margin-bottom: 20px;
  }

  .topreform,
  .topjisseki {
    padding: 15px;
  }

  .topreform .reformtext {
    width: 100%;
    margin-bottom: 30px;
  }

  .topreform .reformtext h3 {
    letter-spacing: 0em;
    font-size: 2.8em;
    margin-bottom: 10px;
  }

  .topreform .reformtext p {
    font-size: 1.4em;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .trblc {
    font-size: 1.2em;
    width: 90%;
    line-height: 1.2;
    letter-spacing: 0em;
  }

  .topreform .reformpic {
    width: 100%;
  }

  .topjisseki h3 span {
    display: block;
    font-size: 1.0rem;
    margin-top: 10px;
  }

  .jissekiflex p {
    margin-top: 10px;
  }

  footer .footwrap .telbox .place {
    font-size: 1.3em;
  }

  footer .footwrap .telbox .tel {
    font-size: 4vw;
  }

  .totop {
    bottom: 10px;
    right: 10px;
  }

  .totop a {
    width: 60%;
  }

  .totop.footend {
    bottom: -20px;
  }

  footer .footwrap .address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .footwrap .address p {
    margin-bottom: 10px;
    margin-right: 0%;
    width: 100%;
  }


  .headslide {
    height: 40vh;
    margin-bottom: 40px;
  }

  .tobihead h1 {
    font-size: 2em;
    margin-top: 10px;
  }

  .tobihead {
    padding: 20% 10% 10%;
  }

  .contents.tobi .tobitop {
    background-size: contain;
    padding-bottom: 100px;
  }

  .contents.tobi h2 {
    font-size: 2.3em;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .contents.tobi .h2p {
    font-size: 1.3em;
    line-height: 1.6;
    margin-left: 0%;
  }

  .contents.tobi .tobisecond {
    padding: 20px 3.5% 20px;
    margin-bottom: 40px;
  }

  .contents.tobi .tobisecond h3 {
    font-size: 2.5em;
  }

  .contents.tobi .tobisecond .h3p {
    font-size: 1.3em;
    margin-bottom: 40px;
  }

  .contents.tobi .tobisecond h4 {
    font-size: 2.2em;
    margin-bottom: 10px;
  }

  .contents.tobi .tobisecond .h4p {
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  .contents.tobi .tobisecond .tobiimgbox {
    margin-bottom: 40px;
  }

  .tobithree {
    padding: 15px;
    margin-bottom: 50px;
  }

  .tobithree h3 {
    margin-bottom: 15px;
  }

  .tobithree p {
    font-size: 1.1em;
    font-weight: normal;
  }

  .tobipart {
    padding: 15px 15px 15px 0;
    margin-bottom: 40px;
  }

  .tobipart .parttext {
    width: 100%;
  }

  .tobipart .parttext h4 {
    font-size: 2em;
    margin-left: 20%;
    margin-bottom: 10px;
  }

  .tobipart .parttext>p {
    font-size: 1.2em;
  }

  .partimg {
    width: 100%;
    padding: 5% 0 0 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tobipart .partillust.pi02 {
    width: 10%;
    top: -5%;
    left: 3.5%;
  }

  .tobipart .partillust.pi01 {
    width: 26%;
    top: -2.5%;
    left: -3%;
  }

  .tobipart .partillust.pi03 {
    width: 15%;
    top: -5.5%;
    left: 2%;
  }

  .tobipart .partillust.pi04 {
    width: 15%;
    left: 2%;
  }

  .nagare h3 {
    font-size: 2.2em;
  }

  .nagare .tatesen {
    height: 20px;
  }

  .nagarebox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nagarebox .detail {
    width: 100%;
  }

  .nagarebox .number {
    width: 15%;
    border-bottom: solid 4px #5063AD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3em;
  }

  .nagarebox .title {
    font-size: 1.5em;
    width: 85%;
    padding: 0.5em;
  }

  .nagarebox .detail p {
    font-size: 1.2em;
  }

  .tobikanso01 {
    margin: 50px 0 50px 0;
  }

  .parenthesis h3 {
    font-size: 1.6em;
  }

  .parenthesis {
    padding: 1.2em 1.2em;
    margin: 0 auto 40px;
  }

  .parenthesis p {
    font-size: 1.2em;
  }

  .albamenu li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 1em;
    font-size: 1.3em;
  }

  .albamenu li {
    margin-bottom: 10px;
    text-align: left;
  }

  .dokouhead h1 {
    font-size: 1.8em;
    top: 85%;
    right: inherit;
  }

  .contents.tobi .tobitop.dokou {
    margin-bottom: 40px;
    padding-bottom: 100px;
  }

  .tobipart.dokou .partillust.pi01 {
    top: -7%;
    width: 15%;
  }

  .tobipart.dokou .partillust.pi02 {
    width: 17%;
  }

  .tobipart.dokou .partillust.pi03 {
    top: -5%;
  }

  .tobipart.dokou .partillust.pi04 {
    width: 17%;
    top: -5%;
  }

  .kaisyuhead {
    padding: 10% 5%;
  }

  .kaisyuhead h1 {
    font-size: 1.8em;
    top: 80%;
  }

  .contents.tobi .tobitop.kaisyu {
    margin-bottom: 50px;
    padding-bottom: 100px;
  }

  .tobipart.kaisyu .partillust.pi01 {
    top: -1.5%;
    width: 15%;
  }

  .tobipart.kaisyu .parttext .gaihekitejun {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tobipart.kaisyu .parttext .gaihekitejun h6 {
    width: 100%;
    font-size: 1.4em;
  }

  .tobipart.kaisyu .parttext .gaihekitejun p {
    width: 100%;
    font-size: 1.1em;
  }

  .tobipart.kaisyu .arw {
    margin: 10px 0 10px 8%;
  }

  .tobipart.kaisyu .partimg {
    width: 100%;
    padding: 10% 0 0 8%;
  }

  .tobipart.kaisyu .imgin p {
    font-size: 1.1em;
  }

  .tobipart.kaisyu .imgin h6 {
    font-size: 1.2em;
  }

  .tobipart.kaisyu .partillust.pi02 {
    width: 12%;
    top: -1.5%;
  }

  .tobipart.kaisyu .imgin img {
    margin-bottom: 5px;
  }

  .tobipart.kaisyu .partillust.pi03 {
    top: -3%;
  }

  .tobipart.kaisyu .parttext>p {
    margin-bottom: 10px;
  }

  .comhead h1 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .comhead h2 {
    font-size: 3em;
    margin-bottom: 40px;
    line-height: 1.1;
  }

  .comhead p {
    font-size: 1em;
  }

  .com .atex {
    width: 20%;
  }

  .com .atex h2 {
    font-size: 2em;
    width: 100%;
    padding-right: 35%;
    letter-spacing: 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .com .ahon {
    width: 80%;
    padding: 0 0 0 3%;
  }

  .com .ahon>p,
  .com .ahon .havebox p {
    font-size: 1.1em;
    line-height: 1.6;
  }

  .com .aisatsuinbox,
  .com .gaiyo,
  .com .shikaku {
    padding: 40px 3.5% 10px;
  }

  .tobikanso02 {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .com .gaiyo .atex h2,
  .com .shikaku .atex h2 {
    letter-spacing: 0.2em;
  }

  .com .gaiyo .comdetail {
    font-size: 1.1em;
  }

  .trblc.com {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }

  .com .shikaku .atex h2.haveh2 {
    letter-spacing: 0.2em;
  }

  .kojiyear .tabmenu li {
    width: 24%;
  }

  .kojiyear .tabmenu li a {
    font-size: 1.2em;
    padding: 0.5em 0.1em;
  }

  .kojiyear .tabmenu li a.line2 {
    font-size: 1em;
    padding: 0.1em 0.1em;
    height: 30px;
  }

  .kojitop {
    padding-top: 47px;
  }

  .tabbox .keirekidetail {
    width: 100%;
  }

  .recruithead div h1 {
    font-size: 2em;
    width: 100%;
  }

  .recruithead div p {
    font-size: 1em;
    line-height: 1.4;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .recnavi ul li a {
    font-size: 1.1em;
    letter-spacing: -0.05em;
  }

  .recnavi ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 3.5%;
  }

  .recnavi {
    margin-bottom: 30px;
  }

  .recnavi ul li {
    padding-right: 0.3em;
    margin-right: 0.3em;
  }

  .recnavi ul li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }

  .recinblc h2 {
    font-size: 1.9em;
    margin-bottom: 30px;
  }

  .staffbox {
    padding: 1em;
  }

  .staffbox .staffimgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .staffbox .staffimgbox>img {
    width: 35%;
  }

  .staffbox .staffimgbox .staffname {
    position: relative;
    width: 50%;
    margin: 0;
  }

  .stafftextbox {
    width: 100%;
  }

  .staffbox .stafftextbox h3 {
    font-size: 2.1em;
    margin: 20px 0 20px;
  }

  .staffbox .stafftextbox .stdbox div p {
    font-size: 1.1em;
  }

  .eventblc .eventphoto {
    width: 100%;
  }

  .eventblc .eventtext {
    width: 100%;
  }

  .eventblc .eventtext h3 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .eventblc .eventtext p.place {
    font-size: 1.2rem;
  }

  .eventblc .eventtext p {
    font-size: 1.1em;
  }

  .eventblc:last-of-type {
    margin-bottom: 30px;
  }

  .recinblc {
    padding: 0 2%;
  }

  .recinblc.sche {
    padding: 5% 2%;
  }

  .recinblc .recnagarewrap .recnagarehole {
    padding: 0 20px 0 30px;
  }

  .recinblc .recnagarewrap {
    padding: 10px 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
  }

  .recinblc h2.recnagare {
    font-size: 2em;
    width: 100%;
    letter-spacing: 0em;
    padding-bottom: 5px;
  }

  .recnabarebox {
    padding-top: 10px;
  }

  .recnabarebox .rnbin {
    margin-bottom: 10px;
  }

  .recnabarebox .rnbin:last-of-type {
    margin-bottom: 10px;
  }

  .recnabarebox .rnbin .times {
    width: 100%;
  }

  .recnabarebox .rnbin .times .clock {
    font-size: 1.5em;
    margin-bottom: 7px;
  }

  .recnabarebox .rnbin .times h3 {
    padding: 0 0 0 0.5em;
    font-size: 1.5em;
  }

  .recnabarebox .rnbin .rnbtex {
    width: 100%;
    padding: 0 0 0 0.7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .recnabarebox .rnbin .rnbtex p {
    font-size: 1.1em;
    line-height: 1.4;
  }

  .recnabarebox .rnbin .rnbimg {
    width: 100%;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .info .recbox h4 {
    font-size: 1.5em;
    padding: 0.5em;
  }

  .info .recbox table {
    font-size: 1.1em;
  }

  .info .recbox table tr td {
    border: solid 1px #999;
    padding: 0.3em;
  }

  .info .recbox table tr td.bas {
    white-space: nowrap;
  }

  .info .recbox {
    margin: 0 auto 40px;
  }

  .info .recbox h4 .pp {
    font-size: 0.9rem;
  }

  .contacthead {
    margin-top: 48px;
    padding: 1em 0;
  }

  .contacthead h2 {
    font-size: 1.5em;
  }

  .contactinbox .telbox .telintitle h3,
  .netintitle h3 {
    font-size: 1.8em;
    letter-spacing: -0.05em;
  }

  .contactinbox .telbox .telinnumber h4 {
    font-size: 2.2em;
    margin-bottom: 20px;
  }

  .contactinbox .telbox .telinnumber h4 span {
    font-size: 1.6rem;
    display: block;
  }

  .contactinbox .telbox {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .netintitle {
    margin-bottom: 30px;
  }

  .formbox div {
    font-size: 1.2em;
  }

  .formbox input,
  .formbox textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0 5px;
  }

  .formbox div {
    margin-bottom: 20px;
  }

  .formbox .dist {
    font-size: 1.1em;
    margin-bottom: 20px;
  }

  #submitbtn {
    width: 100%;
    padding: 0.5em;
  }

  .formbox {
    padding-bottom: 50px;
  }

  .jieikan_blc .jl h2 {
    font-size: 3.3em;
    margin-bottom: 10px;
  }

  .jieikan_blc .jl h3 {
    font-size: 2.5em;
  }

  .jieip {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}