@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

img.climg {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width:800px) {
  img.climg {
    image-rendering: auto;
  }
}

.test {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}

.onmouse:hover {
  opacity: 0.6;
}
@media screen and (max-width:800px) {
  .onmouse:hover {
    opacity: 1;
  }
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #000;
  font-feature-settings: "palt";
}

.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

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

/**テキスト揃え**/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width:800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only_inline {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
}
.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in_stop_recruit {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: translate(0%, 0px);
}
@media screen and (max-width:800px) {
  .fade__in_stop_recruit {
    opacity: 1;
  }
}
.fade__in_stop_recruit.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__big {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform: scale(1.1);
}
.fade__big.active {
  opacity: 1;
  transform: scale(1);
}

.anime_a_time1 {
  clip-path: inset(0% 0% 100% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time1 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time1.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2 {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time2 {
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time2_stop {
  clip-path: inset(0% 100% 0% 0 round 0px);
  transition: clip-path 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time2_stop {
    transition: clip-path 1s cubic-bezier(0.45, 0, 0.55, 1) 0.01s;
  }
}
.anime_a_time2_stop.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.anime_a_time3 {
  clip-path: inset(0% 0% 0% 100% round 0px);
  transition: clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .anime_a_time3 {
    transition: clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.01s;
  }
}
.anime_a_time3.active {
  clip-path: inset(0% 0% 0% 0 round 0px);
}

.delay1 {
  transition-delay: 0s;
}
@media screen and (max-width:800px) {
  .delay1 {
    transition-delay: 0s;
  }
}

.delay2 {
  transition-delay: 0.2s;
}
@media screen and (max-width:800px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.4s;
}
@media screen and (max-width:800px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.6s;
}
@media screen and (max-width:800px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 0.8s;
}
@media screen and (max-width:800px) {
  .delay5 {
    transition-delay: 0s;
  }
}

html.no-webp .backgrond_webp {
  background-image: url(../images/pc.jpg);
}
@media screen and (max-width:800px) {
  html.no-webp .backgrond_webp {
    background-image: url(../images/sp.jpg);
  }
}

.backgrond_webp {
  width: 100%;
  max-width: 680px;
  height: 420px;
  background-image: url(../images/pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:800px) {
  .backgrond_webp {
    background-image: url(../images/sp.webp);
  }
}

main {
  margin-top: 126px;
}
@media screen and (max-width:800px) {
  main {
    margin-top: 60px;
  }
}

/*****************************************/
.f60 {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f60 {
    font-size: 7.2vw;
  }
}

.f50 {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f50 {
    font-size: 8vw;
  }
}

.f40 {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:800px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f38 {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f38 {
    font-size: 7vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:800px) {
  .f36 {
    font-size: 6.5vw;
  }
}

.f34 {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f34 {
    font-size: 6vw;
  }
}

.f32 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f32 {
    font-size: 5.7vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f26 {
    font-size: 4.8vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f24 {
    font-size: 4.6vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f22 {
    font-size: 4.5vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f20 {
    font-size: 4.4vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f16 {
    font-size: 3.6vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f12 {
    font-size: 2.8vw;
  }
}

.f10 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f10 {
    font-size: 2.4vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
.menu_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.menu_back.active {
  opacity: 1;
  pointer-events: auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}
header .header__in {
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__in .h1title {
  width: 8%;
  margin-left: 40px;
  max-width: 75px;
}
@media screen and (max-width:1000px) {
  header .header__in .h1title {
    margin-left: 2%;
  }
}
@media screen and (max-width:800px) {
  header .header__in .h1title {
    width: 190px;
    margin-left: 2.5vw;
    max-width: 190px;
  }
}
header .header__in .lefthaed {
  width: 88%;
  max-width: 950px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:800px) {
  header .header__in .lefthaed {
    width: 120px;
  }
}
header .header__in .navs {
  width: 82%;
  max-width: 780px;
  padding-right: 2.5%;
}
@media screen and (max-width:800px) {
  header .header__in .navs {
    display: block;
    width: 85%;
    position: fixed;
    top: 0;
    left: 15%;
    overflow-y: scroll;
    height: 0%;
    padding-right: 0%;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none;
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
    z-index: 999999;
    pointer-events: none;
  }
  header .header__in .navs.active {
    height: 100%;
  }
}
header .header__in .navs .close_menu_sp {
  display: none;
}
@media screen and (max-width:800px) {
  header .header__in .navs .close_menu_sp {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 1999999;
    pointer-events: auto;
  }
}
header .header__in .navs .disc {
  text-align: right;
  width: 100%;
  padding-top: 28px;
  padding-right: 14px;
}
@media screen and (max-width:1000px) {
  header .header__in .navs .disc {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in .navs .disc {
    display: none;
  }
}
header .header__in .navs ul.firsts {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:1000px) {
  header .header__in .navs ul.firsts {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in .navs ul.firsts {
    display: block;
    font-size: 3.6vw;
    padding: 60px 5vw 5vw 5vw;
    background-color: #1d2088;
    pointer-events: auto;
  }
}
header .header__in .navs ul.firsts li {
  display: inline-block;
}
@media screen and (max-width:800px) {
  header .header__in .navs ul.firsts li {
    display: block;
    width: 100%;
  }
}
header .header__in .navs ul.firsts li:hover a.first_list::before {
  width: calc(100% - 2.4em);
}
@media screen and (max-width:800px) {
  header .header__in .navs ul.firsts li:hover a.first_list::before {
    width: 0;
  }
}
header .header__in .navs ul.firsts li a.first_list {
  display: inline-block;
  padding: 2.3em 1.2em;
  font-weight: 500;
  position: relative;
}
header .header__in .navs ul.firsts li a.first_list:hover {
  cursor: pointer;
}
header .header__in .navs ul.firsts li a.first_list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: #e60012;
  transform: translate(-50%, 0);
  transition: all 0.4s ease-out 0.01s;
}
header .header__in .navs ul.firsts li a.first_list:hover::before {
  /*
  width: calc(100% - 2.4em);
  @media screen and (max-width:800px){
    width: 0;
  }
  */
}
@media screen and (max-width:800px) {
  header .header__in .navs ul.firsts li a.first_list {
    color: #fff;
    padding: 1em 0em;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
}
header .header__in .navs ul.firsts li.incontact {
  display: none;
}
@media screen and (max-width:800px) {
  header .header__in .navs ul.firsts li.incontact {
    display: block;
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
  header .header__in .navs ul.firsts li.incontact a {
    display: block;
    padding: 0.8em 0;
    width: 80%;
    margin: 0 auto;
    font-size: 3.6vw;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
  }
}
header .header__in a.headcontact {
  width: 17.9%;
  max-width: 170px;
  background-color: #1d2088;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-out 0.01s;
}
header .header__in a.headcontact:hover {
  background-color: #4b4eb9;
}
header .header__in a.headcontact .headcontact__in {
  width: 100%;
}
header .header__in a.headcontact .headcontact__in figure {
  width: 15%;
  margin: 0 auto 18px auto;
  line-height: 0;
}
@media screen and (max-width:800px) {
  header .header__in a.headcontact .headcontact__in figure {
    width: 40%;
    margin: 0 auto 0px auto;
  }
}
header .header__in a.headcontact .headcontact__in .intext {
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width:1000px) {
  header .header__in a.headcontact .headcontact__in .intext {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:800px) {
  header .header__in a.headcontact .headcontact__in .intext {
    display: none;
  }
}
@media screen and (max-width:800px) {
  header .header__in a.headcontact {
    width: 60px;
    height: 60px;
  }
}
header .header__in a.headmenu {
  width: 17.9%;
  background-color: #1d2088;
  display: none;
}
@media screen and (max-width:800px) {
  header .header__in a.headmenu {
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    border-left: 1px solid #ccc;
  }
}
header .header__in a.headmenu span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.seconds_service {
  position: fixed;
  top: 127px;
  left: 0;
  background: linear-gradient(90deg, rgb(230, 0, 18) 15%, rgb(29, 32, 136) 85%);
  width: 100%;
  overflow: hidden;
  display: none;
}
@media screen and (max-width:800px) {
  .seconds_service {
    position: relative;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.25);
  }
}
.seconds_service .seconds_service__in {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .seconds_service .seconds_service__in {
    padding: 0px 0;
  }
}

.seconds_company {
  position: fixed;
  top: 127px;
  left: 0;
  background: linear-gradient(90deg, rgb(230, 0, 18) 15%, rgb(29, 32, 136) 85%);
  width: 100%;
  overflow: hidden;
  display: none;
}
@media screen and (max-width:800px) {
  .seconds_company {
    position: relative;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.25);
  }
}
.seconds_company .seconds_company__in {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .seconds_company .seconds_company__in {
    padding: 0px 0;
  }
}

.title_left {
  width: 30.25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1000px) {
  .title_left {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:800px) {
  .title_left {
    display: none;
  }
}
.title_left span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.list_right {
  width: 69.7%;
  padding: 10px 40px 13px 40px;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:800px) {
  .list_right {
    border-left: 0px solid #ccc;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.list_right .subtitle1 {
  width: 16%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:1000px) {
  .list_right .subtitle1 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:800px) {
  .list_right .subtitle1 {
    font-size: 3.6vw;
    width: 100%;
  }
}
.list_right .subtitle1 a {
  color: #fff;
}
.list_right .subtitle1 a.sp--links {
  padding: 1em 0 1em 2.1em;
  position: relative;
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.list_right .subtitle1 a.sp--links::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  left: 1em;
  top: calc(50% - 0.45em);
}
.list_right ul.l1 {
  width: 26%;
}
@media screen and (max-width:1000px) {
  .list_right ul.l1 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:800px) {
  .list_right ul.l1 {
    display: none;
  }
}
.list_right ul.l1 li {
  width: 100%;
}
.list_right ul.l1 li a {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5em;
  padding-bottom: 0.5em;
}
.list_right ul.l1 li a.nosp {
  letter-spacing: 0.2em;
}
.list_right ul.l1 li a.lastsp {
  padding-bottom: 0.5em;
}
.list_right ul.l1 li a::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: calc(50% - 0.6em);
}
.list_right .subtitle2 {
  width: 13.69%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:1000px) {
  .list_right .subtitle2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:800px) {
  .list_right .subtitle2 {
    font-size: 3.6vw;
    width: 100%;
  }
}
.list_right .subtitle2 a {
  color: #fff;
}
.list_right .subtitle2 a.sp--links {
  padding: 1em 0 1em 2.1em;
  position: relative;
  color: #fff;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.list_right .subtitle2 a.sp--links::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  left: 1em;
  top: calc(50% - 0.45em);
}
.list_right ul.l2 {
  width: 42.46%;
}
@media screen and (max-width:1000px) {
  .list_right ul.l2 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:800px) {
  .list_right ul.l2 {
    display: none;
  }
}
.list_right ul.l2 li {
  width: 100%;
}
.list_right ul.l2 li a {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
.list_right ul.l2 li a.nosp {
  letter-spacing: 0.2em;
}
.list_right ul.l2 li a::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: calc(50% - 0.6em);
}

.list_right2 {
  width: 69.7%;
  padding: 10px 40px 13px 60px;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:800px) {
  .list_right2 {
    border-left: 0px solid #ccc;
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}
.list_right2 ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width:1000px) {
  .list_right2 ul {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:800px) {
  .list_right2 ul {
    font-size: 3.6vw;
    flex-wrap: wrap;
  }
}
.list_right2 ul li {
  width: 35.7%;
}
@media screen and (max-width:800px) {
  .list_right2 ul li {
    width: 100%;
  }
}
.list_right2 ul li a {
  display: inline-block;
  padding-left: 1.1em;
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  .list_right2 ul li a {
    padding: 1em 0 1em 2.1em;
    width: 100%;
  }
}
.list_right2 ul li a::before {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  left: 0em;
  top: calc(50% - 0.4em);
}
@media screen and (max-width:800px) {
  .list_right2 ul li a::before {
    left: 1em;
  }
}
@media screen and (max-width:800px) {
  .list_right2 ul li a.underline {
    border-bottom: 1px solid #fff;
  }
}

/*****************************************/
#foot_contact {
  width: 100%;
  padding: 30px 0;
  background: url(../images/foot_contact_back.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #foot_contact {
    background: url(../images/foot_contact_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#foot_contact h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.2em;
}
#foot_contact .h2sub {
  text-align: center;
  margin-bottom: 1em;
}
#foot_contact .base_text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
}
#foot_contact .tel_img {
  width: 75%;
  max-width: 382px;
  margin: 0 auto 0.1em auto;
}
@media screen and (max-width:800px) {
  #foot_contact .tel_img {
    width: 60%;
    max-width: 382px;
  }
}
#foot_contact .eigyo {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 400;
}
@media screen and (max-width:800px) {
  #foot_contact .eigyo {
    margin-bottom: 1.5em;
  }
}
#foot_contact h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #foot_contact h3 {
    display: none;
  }
}

/***********************/
footer {
  width: 100%;
  background-color: #fff;
}
footer .copyright {
  width: 100%;
  background-color: #1d2088;
  padding: 1em 0 3.5em 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  footer .copyright {
    padding: 2em 0 1em 0;
  }
}
footer .copyright .intext {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  footer .copyright .intext {
    text-align: left;
  }
}
footer .menubox {
  width: 96%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  footer .menubox {
    padding: 5vw 0;
  }
}
footer .menubox .topback {
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  footer .menubox .topback {
    width: 40px;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translate(0, 50%);
  }
}
footer .menubox .topback:hover {
  cursor: pointer;
}
footer .menubox .topback a {
  border: 3px solid #fff;
  display: block;
}
@media screen and (max-width:800px) {
  footer .menubox .topback a {
    border: 2px solid #fff;
  }
}
footer .menubox .left {
  width: 58.7%;
}
@media screen and (max-width:800px) {
  footer .menubox .left {
    width: 100%;
  }
}
footer .menubox .left .heads_text {
  font-weight: 700;
  color: #1d2088;
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:1100px) {
  footer .menubox .left .heads_text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width:800px) {
  footer .menubox .left .heads_text {
    text-align: center;
    font-size: 4.2vw;
    margin-bottom: 1em;
  }
}
footer .menubox .left .footlogotext {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .menubox .left .footlogotext .logos {
  width: 18%;
  margin-right: 4.8%;
}
@media screen and (max-width:800px) {
  footer .menubox .left .footlogotext .logos {
    width: 20%;
    margin: 0 auto 4vw auto;
  }
}
footer .menubox .left .footlogotext .texts {
  width: 75%;
}
@media screen and (max-width:800px) {
  footer .menubox .left .footlogotext .texts {
    width: 100%;
    text-align: center;
  }
}
footer .menubox .left .footlogotext .texts .textlogo {
  width: 54%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  footer .menubox .left .footlogotext .texts .textlogo {
    margin: 0 auto 0.5em auto;
  }
}
footer .menubox .left .footlogotext .texts p {
  line-height: 160%;
}
@media screen and (max-width:1100px) {
  footer .menubox .left .footlogotext .texts p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:800px) {
  footer .menubox .left .footlogotext .texts p {
    font-size: 3.2vw;
  }
}
footer .menubox .right {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  footer .menubox .right {
    display: none;
  }
}
footer .menubox .right ul.right_01 {
  width: 38%;
}
@media screen and (max-width:1100px) {
  footer .menubox .right ul.right_01 {
    font-size: 1.2vw;
  }
}
footer .menubox .right ul.right_01 li {
  width: 100%;
  margin-bottom: 1.4em;
}
footer .menubox .right ul.right_01 li:last-child {
  margin-bottom: 0;
}
footer .menubox .right ul.right_02 {
  width: 60%;
}
@media screen and (max-width:1100px) {
  footer .menubox .right ul.right_02 {
    font-size: 1.2vw;
  }
}
footer .menubox .right ul.right_02 li {
  width: 100%;
  margin-bottom: 1.4em;
}
footer .menubox .right ul.right_02 li:last-child {
  margin-bottom: 0;
}
footer .menubox .snsbox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 8%;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  footer .menubox .snsbox {
    display: none;
  }
}
footer .menubox .snsbox .twitterbox {
  width: 40%;
  display:none;
}
footer .menubox .snsbox .instabox {
  width: 40%;
  display:none;
}

/******************************/
.page_navi {
  text-align: center;
}
.page_navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  .page_navi ul {
    font-size: 3.2vw;
  }
}
.page_navi ul li {
  margin: 0 0.35em 0.35em 0.35em;
}
.page_navi ul li a.no {
  padding: 0.2em 0.75em 0.35em 0.75em;
  color: #231815;
  display: block;
  transition: all 0.4s ease-out 0.01s;
  position: relative;
  display: inline-block;
}
.page_navi ul li a.no.active::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #1d2088;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page_navi ul li a.no:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #1d2088;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page_navi ul li span {
  padding: 0.2em 0.25em 0.35em 0.25em;
  color: #000;
  display: block;
}
.page_navi ul li a.prev, .page_navi ul li a.next {
  padding: 0.2em 0.5em 0.35em 0.5em;
  background-color: #1d2088;
  color: #fff;
  font-size: 125%;
  font-weight: 500;
  display: block;
  transition: all 0.4s ease-out 0.01s;
}
.page_navi ul li a.prev:hover, .page_navi ul li a.next:hover {
  opacity: 0.7;
}

/********************************************/
a.botan400_color {
  display: block;
  width: 65%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0 1.2em 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(45deg, rgb(230, 0, 18) 0%, rgb(29, 32, 136) 100%);
}
@media screen and (max-width:800px) {
  a.botan400_color {
    max-width: 800px;
    padding: 0.75em 0 0.85em 0;
  }
}

a.botan400_white_line {
  display: block;
  width: 65%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0 1.2em 0;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: 0.1em;
  color: #000;
  border: #1d2088 1px solid;
}
@media screen and (max-width:800px) {
  a.botan400_white_line {
    max-width: 800px;
    padding: 0.75em 0 0.85em 0;
    font-size: 3.4vw;
  }
}

a.botan240_white_line {
  display: block;
  width: 65%;
  max-width: 240px;
  margin: 0 auto;
  padding: 1em 0 1.2em 0;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  letter-spacing: 0.1em;
  color: #000;
  border: #1d2088 1px solid;
}
@media screen and (max-width:800px) {
  a.botan240_white_line {
    max-width: 800px;
    padding: 0.75em 0 0.85em 0;
    font-size: 3.4vw;
  }
}

a.botan400_recruit {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0 1.2em 0;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  letter-spacing: 0.1em;
  color: #1d2088;
  border: #1d2088 1px solid;
}
@media screen and (max-width:800px) {
  a.botan400_recruit {
    max-width: 800px;
    padding: 0.75em 0 0.85em 0;
    font-size: 3.4vw;
  }
}

a.botan220_color {
  display: block;
  width: 65%;
  max-width: 220px;
  margin: 0 auto;
  padding: 1em 0 1.2em 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(45deg, rgb(230, 0, 18) 0%, rgb(29, 32, 136) 100%);
}
@media screen and (max-width:800px) {
  a.botan220_color {
    max-width: 400px;
    padding: 0.75em 0 0.85em 0;
    width: 42%;
    font-size: 3vw;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
  margin: 0px 0 0px 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 0px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 0px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 0px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  display: none;
  height: 0px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent { /*background:#fff*/
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*# sourceMappingURL=style.css.map */