@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
.font-notosans100 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.font-notosans300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.font-notosans400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.font-notosans500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.font-notosans700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.font-oswald-r {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.font-oswald-m {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.font-oswald-b {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.font-roboto100 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.font-roboto300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.font-roboto400 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font-roboto500 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.font-roboto700 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.font-roboto900 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
}

.font48 {
  font-size: 48px;
}

.font54 {
  font-size: 54px;
}

.font60 {
  font-size: 60px;
}

.font72 {
  font-size: 72px;
}

.font80 {
  font-size: 80px;
}

.lh-s {
  line-height: 1;
}

.lh-m {
  line-height: 1.35;
}

.lh-l {
  line-height: 1.7;
}

.lh20 {
  height: 20px;
  line-height: 20px;
}

.lh24 {
  height: 24px;
  line-height: 24px;
}

.lh30 {
  height: 30px;
  line-height: 30px;
}

.lh40 {
  height: 40px;
  line-height: 40px;
}

.lh50 {
  height: 50px;
  line-height: 50px;
}

.p05 {
  padding: 5px 0;
}

.p10 {
  padding: 10px 0;
}

.p15 {
  padding: 15px 0;
}

.p20 {
  padding: 20px 0;
}

.p30 {
  padding: 30px 0;
}

.p40 {
  padding: 40px 0;
}

.p50 {
  padding: 50px 0;
}

.p60 {
  padding: 60px 0;
}

.p70 {
  padding: 70px 0;
}

.p80 {
  padding: 80px 0;
}

.p120 {
  padding: 120px 0;
}

.p0505 {
  padding: 5px;
}

.p50i {
  padding: 50px inherit;
}

.p01050 {
  padding: 1px 5px 0;
}

.p010 {
  padding: 0 10px;
}

.p1010 {
  padding: 10px;
}

.p1015 {
  padding: 10px 15px;
}

.p1515 {
  padding: 15px;
}

.p2020 {
  padding: 20px;
}

.p3020 {
  padding: 30px 20px;
}

.p3030 {
  padding: 30px 30px;
}

.p5050 {
  padding: 50px 50px;
}

.p8080 {
  padding: 80px 80px;
}

.p0515 {
  padding: 5px 15px;
}

.p0520 {
  padding: 5px 20px;
}

.p4015 {
  padding: 40px 15px;
}

.pr2em {
  padding-right: 2em;
}

.ptpb-xs50lg100 {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .ptpb-xs50lg100 {
    padding: 100px 0 80px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt50100 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt50100 {
    margin-top: 100px;
  }
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt15-xs {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mt15-xs {
    margin-top: 0;
  }
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb15-xs {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb15-xs {
    margin-bottom: 0;
  }
}

/*=====================
CUSTOMIZE ANIMATE.CSS
====================*/
/*--fadeInUp--*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--fadeInLeft--*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*========================
COMMON OVERLAY HAMBURGER ANIMATION
=========================*/
header {
  position: fixed;
  width: 30px;
  height: 50px;
  top: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 10001;
  cursor: pointer;
  /*
  	@media(min-width:576px){right:50%; margin-right:-270px;}
  	@media(min-width:768px){margin-right:-360px;}
  */
}

/*default hamburger*/
#nav_toggle {
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
}
#nav_toggle span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 30px;
  left: 0px;
  transition: 0.4s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 8px;
}
#nav_toggle span:nth-child(2) {
  top: 16px;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}

/*turn to cross*/
header.open #nav_toggle span {
  background: white;
}
header.open #nav_toggle span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}
header.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open #nav_toggle span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

.nav_toggle-low span {
  background: #28558e !important;
}

header.open .nav_toggle-low span {
  background: white !important;
}

/*========================
COMMON OVERLAY NAVIGATION
=========================*/
/*overlay base*/
.nav-overlay {
  background: #5078b0;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow-y: auto;
}
.nav-overlay ul {
  margin: auto;
  width: 260px;
}
.nav-overlay dl, .nav-overlay dt, .nav-overlay dd {
  margin: 0;
  padding: 0;
}

/*overlay nav item each*/
.nav-overlay {
  /*
  	width:260px; position:fixed; top:0; left:-260px; height:100%; transition:2.5s; z-index:99;
  	@media (min-width:768px){width:80px; left:0; transition:.5s;}
  	@media (min-width:992px){width:100px; left:0;}
  	@media (min-width:1400px){width:260px; left:0;}
  */
}
.nav-overlay li {
  margin: 0;
  padding: 0;
}
.nav-overlay li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.nav-overlay li > a {
  display: block;
  padding: 12px 15px;
  height: 80px;
  text-align: center;
  text-align: left;
  height: 80px;
  padding: 0;
  margin: 0;
}
.nav-overlay li > a .leftnav-item {
  font-size: 10px;
  color: white;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
}
.nav-overlay li > a .leftnav-icon {
  fill: white;
}
.nav-overlay li > a .cls-1 {
  fill-rule: evenodd;
}
.nav-overlay li > a .leftnav-item, .nav-overlay li > a .leftnav-icon {
  height: 79px;
  display: block;
}
.nav-overlay li > a .leftnav-item {
  line-height: 79px;
  text-align: left;
  padding: 0 15px;
  font-size: 15px;
}
.nav-overlay li > a .leftnav-icon {
  width: 79px;
  float: right; /* background:$to-blue-slight; l */
  line-height: 79px;
  text-align: center;
  fill: white;
}
.nav-overlay li > a:hover .leftnav-icon { /* background:$to-blue-slight; */
  fill: #eaf1fa;
}
.nav-overlay li:last-child > a:hover {
  border-bottom-color: #1c468a;
}

.nav-overlay__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/*
.nav-overlay__a{
	display:block; box-sizing: border-box; color:white; font-size: 18px; line-height:45px; height:45px;   margin:0; text-align: center;
	&:hover{color:white; &::before{content:"- "}; &::after{content:" -"}; }
}
.nav-overlay__a.no-border{border:none;}
.nav-overlay__a--sns{
	font-size:24px; color:white; line-height:80px; height:80px;
}
*/
/*overlay nav "home"*/
/*
.nav-overlay__a--home{
	&::before{content:"\f015"; font-family: 'FontAwesome'; margin-right:.5em; font-size:larger;}
}
.nav-overlay dt.nav-overlay__a--parent{
	padding:12px 10px; color:white;
	&:hover{ color:white; }
	&::after{content:"\f067"; font-family: 'FontAwesome'; font-size:larger; float:right; font-weight:normal;}	
}
dl.acc--overlay  dt.selected a.nav-overlay__a--parent::after{content:"\f068";}
.lh15em{line-height: 1.5;}
*/
/*========================
SETTINGS	
=========================*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.red {
  border: solid 1px red;
}

.bg-white {
  background-color: white;
  position: relative;
}

.bg-gray {
  background-color: #454545;
  position: relative;
}

.bg-pale-gray {
  background-color: #f2f2f2;
}

.bg-black {
  background-color: black;
  position: relative;
}

.bg-blue-low {
  background-color: #4a7cb2;
}

.bg-beige-low {
  background-color: #cebf8a;
}

.bg-navy {
  background-color: #28558e;
}

@media (min-width: 768px) {
  .bg-white-height50 {
    background-image: url(../img/bg_white_height50.png);
    background-repeat: repeat-x;
    background-position: top left;
  }
}

a:hover {
  text-decoration: none;
}

.anchor_wrap {
  margin-top: -50px; /* 固定headerの高さ分のネガティブマージン */
  padding-top: 50px; /* 打ち消し用のパディング */
}

section {
  scroll-margin-top: 60px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #454545;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-size: 14px;
}

.ffs {
  font-feature-settings: "pkna" 1, "palt" 1;
}

/*========================
COMMON HEADER CONSTRUCTION
=========================*/
.telno, .telno:hover {
  color: white;
}

/*========================
COMMON BREADCRUMB CUSTOM STYLE FROM BOOTSTRAP
=========================*/
/*========================
COMMON FOOTER
=========================*/
/*========================
STYLE ATOMS
=========================*/
.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

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

.block {
  display: block;
}

.w100 {
  width: 100%;
  overflow: hidden;
}

.w100v {
  width: 100%;
}

.h100v {
  height: 100vh;
}

.h100per {
  height: 100%;
}

.linkbox {
  cursor: pointer;
}

.narrower {
  letter-spacing: -1.5px;
}

.nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .shadow {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  }
}

.box-r {
  border-radius: 6px;
}

.border-gray {
  border-color: #ccc !important;
}

.border-gray-dark {
  border-color: #999 !important;
}

.border-black {
  border-color: black !important;
}

.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: white;
}

.text-gray {
  color: #666666;
}

.text-black {
  color: #222;
}

.text-beige {
  color: #777460;
}

.text-navy {
  color: #28558e;
}

.letterspace-l {
  letter-spacing: 1em;
}

.letterspace-n {
  letter-spacing: -0.1em;
}

.lh01 {
  line-height: 1;
}

.visible {
  visibility: visible;
}

.opacity1 {
  opacity: 1;
}

.hidden {
  visibility: hidden;
}

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

.pagetop {
  position: fixed;
  bottom: 8px;
  right: 10px;
  line-height: 1;
}
.pagetop a {
  color: rgba(205, 205, 205, 0.7);
  font-size: 40px;
}
@media (min-width: 992px) {
  .pagetop a {
    font-size: 60px;
  }
}

/*==================
index.html
===================*/
/*============ TOP PAGE =================*/
.top-visual {
  background-image: url(../img/bg__sky_tokyo.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: calc(100svh - 30px);
}

.takara-tate {
  width: auto;
  height: 100vh;
  fill: rgba(255, 255, 255, 0.2);
}

.container-top-header {
  padding-top: 13px;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .container-top-header {
    padding-top: 10vh !important;
  }
}
.container-top-header .top-header-logo {
  width: 149px;
  height: 28px;
  fill: white;
}
@media (min-width: 768px) {
  .container-top-header .top-header-logo {
    width: 192px;
    height: 36px;
  }
}
.container-top-header .top-since {
  color: #28558e;
  background: #fff;
  height: 14px;
  line-height: 15px;
  padding: 0 7px;
  display: block;
  font-size: 11px;
  position: absolute;
  top: 14px;
  left: 205px;
  font-family: Arial;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .container-top-header .top-since {
    display: none;
  }
}
.container-top-header .top-header-nav {
  /*現在地とhoverの設定*/
}
.container-top-header .top-header-nav .gnavi li {
  margin-left: 2rem;
}
.container-top-header .top-header-nav .gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  color: white;
}
.container-top-header .top-header-nav .gnavi li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -10px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: white;
  /*アニメーションの指定*/
  transition: all 0.5s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
.container-top-header .top-header-nav .gnavi li.current a::after,
.container-top-header .top-header-nav .gnavi li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.big-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-btn-block {
  width: 260px;
  margin: 30px auto;
  box-sizing: border-box;
  height: 340px;
  justify-content: space-between;
  /*add 20230726*/
  display: flex;
  flex-direction: column;
}
@media (min-width: 375px) {
  .big-btn-block {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .big-btn-block {
    width: 680px;
    max-width: none;
    position: absolute;
    inset: 0;
    height: 250px;
    margin: auto;
    /*add 20230726*/
    flex-direction: row;
    justify-content: space-between;
  }
}

.big-btn-item-main {
  opacity: 0;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  width: 100%;
  height: 98px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding-top: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.big-btn-item-main:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -160px;
  width: 100px;
  height: 100%;
  background: white;
  z-index: -1;
  transform: skew(-45deg);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.big-btn-item-main:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  background: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .big-btn-item-main {
    width: 325px;
    height: 125px;
    padding-top: 20px;
  }
}
.big-btn-item-main .catch {
  height: 17px;
  line-height: 17px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .big-btn-item-main .catch {
    height: 21px;
    line-height: 21px;
    font-size: 18px;
  }
}
.big-btn-item-main a {
  color: #28558e;
}
.big-btn-item-main a:hover {
  color: #28558e;
}
.big-btn-item-main .main-h1 {
  line-height: 32px;
}
@media (min-width: 768px) {
  .big-btn-item-main .main-h1 {
    line-height: 1.2;
  }
}
.big-btn-item-main .word-takara-before {
  font-size: 10px;
}
@media (min-width: 768px) {
  .big-btn-item-main .word-takara-before {
    font-size: 14px;
  }
}
.big-btn-item-main .word-takara {
  font-size: 24px;
}
@media (min-width: 768px) {
  .big-btn-item-main .word-takara {
    font-size: 36px;
  }
}
.big-btn-item-main .word-takara-after {
  font-size: 24px;
}
@media (min-width: 768px) {
  .big-btn-item-main .word-takara-after {
    font-size: 28px;
  }
}
.big-btn-item-main .h1-e {
  font-family: Arial;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .big-btn-item-main .h1-e {
    font-size: 14px;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 120%;
  }
}
.big-btn-item-main-o {
  padding-left: 70px;
}
@media (min-width: 768px) {
  .big-btn-item-main-o {
    padding-left: 105px;
    margin-bottom: 0;
  }
}
.big-btn-item-main-o:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.big-btn-item-main-o:after {
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: #8FB0DB;
  transform: rotate(45deg);
  transform-origin: center;
}
.big-btn-item-main-o .catch {
  background: #8FB0DB;
}

.big-btn-item-main-j {
  padding-right: 70px;
}
@media (min-width: 768px) {
  .big-btn-item-main-j {
    padding-right: 105px;
  }
}
.big-btn-item-main-j:before {
  -webkit-animation-delay: 1.13s;
          animation-delay: 1.13s;
}
.big-btn-item-main-j:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #CABB85;
  transform: rotate(45deg);
  transform-origin: center;
}
.big-btn-item-main-j .catch {
  background: #CABB85;
}

.big-btn-item-sub {
  width: 100%;
  height: 50px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  transition: 0.5s;
}
.big-btn-item-sub:after {
  content: "\f078";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: auto;
  right: 15px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.big-btn-item-sub:hover {
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px #fff;
}
@media (min-width: 768px) {
  .big-btn-item-sub {
    position: absolute;
    height: 100px;
    padding-left: 0;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    margin-bottom: 10px;
  }
  .big-btn-item-sub:after {
    bottom: 10px;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    line-height: 1;
  }
}
.big-btn-item-sub p {
  color: white;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media (min-width: 768px) {
  .big-btn-item-sub p {
    display: block;
    text-align: center;
  }
}
.big-btn-item-sub a {
  color: white;
}
.big-btn-item-sub a:hover {
  color: white;
}
.big-btn-item-sub .big-btn-title {
  font-size: 18px;
  line-height: 1;
  width: 130px;
}
@media (min-width: 768px) {
  .big-btn-item-sub .big-btn-title {
    font-size: 24px;
    padding-top: 18px;
    width: auto;
  }
}
.big-btn-item-sub .big-btn-e {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .big-btn-item-sub-01 {
    width: 235px;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .big-btn-item-sub-02 {
    width: 325px;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .big-btn-item-sub-03 {
    width: 325px;
    bottom: 0;
    right: 0;
  }
}

.top-footer {
  height: 30px;
  background: #28558E;
}
.top-footer p {
  height: 30px;
  line-height: 30px;
  font-family: arial;
}

/*=====================
LOWER COMMON
======================*/
/*
.lower-header{
	height:50px; transition:.5s; 
	@media (min-width:768px){height:100px;}
	>.container{
		margin-top:13px; transition:.5s;
		@media (min-width:768px){margin-top:38px;}
	}
}
*/
.lower-header {
  height: 50px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .lower-header {
    height: 100px;
  }
}

.fix {
  height: 50px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}
.fix .header-right {
  margin: 15px 0;
}
.fix .header-catch {
  display: none;
}
.fix .header-pc-navi .list-inline .list-inline-item > a {
  font-size: 13px;
}
.fix > .container {
  transition: 0.5s;
}

#lower-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
#lower-header .lower-header-logo-wrap {
  display: flex;
  align-items: center;
}
#lower-header .lower-header-logo {
  width: 149px;
  height: 28px;
  fill: #28558e;
  margin-right: 10px;
}
#lower-header .lower-since {
  color: #fff;
  background: #28558e;
  box-sizing: border-box;
  height: 17px;
  line-height: 17px;
  padding: 0 7px;
  display: block;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #lower-header .lower-since {
    display: none;
  }
}
#lower-header .lower-header-nav {
  /*現在地とhoverの設定*/
}
#lower-header .lower-header-nav .gnavi li {
  margin-left: 1.5rem;
  margin-right: 0;
  line-height: 28px;
}
#lower-header .lower-header-nav .gnavi li a {
  color: #28558e;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative; /*線の基点とするためrelativeを指定*/
}
#lower-header .lower-header-nav .gnavi li a::after {
  content: "";
  position: absolute; /*絶対配置で線の位置を決める*/
  bottom: -10px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #28558e;
  /*アニメーションの指定*/
  transition: all 0.5s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
#lower-header .lower-header-nav .gnavi li.current a::after,
#lower-header .lower-header-nav .gnavi li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.flex {
  display: flex;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-y-end {
  display: flex;
  align-items: flex-end;
}

#lower-sub-header {
  background: #f0f0f0;
  margin-top: 50px;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.07);
  position: relative;
}
@media (min-width: 768px) {
  #lower-sub-header {
    margin-top: 100px;
  }
}
#lower-sub-header .sub-nav {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #lower-sub-header .sub-nav {
    height: 60px;
  }
}
#lower-sub-header .sub-nav .sub-nav-logo {
  width: 28px;
  fill: white;
  margin-right: 3px;
  margin-bottom: -3px;
}
#lower-sub-header .sub-nav .sub-nav-entity {
  font-size: 12px;
  line-height: 1;
  margin-right: 3px;
}
@media (min-width: 768px) {
  #lower-sub-header .sub-nav .sub-nav-entity {
    font-size: 16px;
  }
}
#lower-sub-header .sub-nav .sub-nav-main {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  #lower-sub-header .sub-nav .sub-nav-main {
    font-size: 24px;
  }
}
#lower-sub-header .sub-nav-office {
  transition: 0.5s;
  background: #4a7cb2;
}
#lower-sub-header .sub-nav-office:hover {
  background: #28558e;
}
#lower-sub-header .sub-nav-jimusho {
  transition: 0.5s;
  background: #c3b176;
}
#lower-sub-header .sub-nav-jimusho:hover {
  background: #655332;
}
@media (min-width: 576px) {
  #lower-sub-header .sub-nav::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    display: block;
    position: absolute;
    right: 15px;
    color: rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%);
  }
}

#visual-lower {
  background-image: url(../img/bg_stripes.png);
  background-repeat: repeat;
}

.visual-low {
  background-repeat: no-repeat;
  background-position: center -115px;
  background-attachment: scroll;
  background-size: 767px auto;
}
@media (min-width: 768px) {
  .visual-low {
    background-position: center 20px;
    background-attachment: fixed;
    background-size: 800px auto;
  }
}
@media (min-width: 992px) {
  .visual-low {
    background-position: center -40px;
    background-size: auto;
  }
}

.visual-low-greetings, .visual-low-office {
  background-image: url(../img/visual_greetings.jpg);
  background-position: center -325px;
}
@media (min-width: 768px) {
  .visual-low-greetings, .visual-low-office {
    background-position: center -180px;
  }
}
@media (min-width: 992px) {
  .visual-low-greetings, .visual-low-office {
    background-position: center -340px;
  }
}

.visual-low-gyosei {
  background-image: url(../img/visual_gyosei.jpg);
}

.visual-lower-img {
  height: 150px;
}
@media (min-width: 768px) {
  .visual-lower-img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .visual-lower-img {
    height: auto;
  }
}

.page-tit-logo {
  width: 149px;
  height: 28px;
  fill: #28558e;
}

#page-title .page-tit-wrap {
  background: #f1f1f1;
  height: 80px;
  border-bottom: solid 1px #ccc;
}
#page-title h1.base {
  font-size: 32px; /* margin-top: 20px; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 200px;
  margin: 17px auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  #page-title h1.base {
    width: 100%;
    margin: 25px auto;
  }
}
@media (min-width: 992px) {
  #page-title h1.base {
    justify-content: flex-start;
    margin: 20px auto;
  }
}
#page-title h1.base .page-tit-catch {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  color: white;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
  margin-bottom: 2px;
}
@media (min-width: 576px) {
  #page-title h1.base .page-tit-catch {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #page-title h1.base .page-tit-catch {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }
}
#page-title h1.base .page-tit-catch-office {
  background: #28558e;
}
#page-title h1.base .page-tit-catch-gyosei {
  background: #655332;
}
#page-title h1.base .page-tit-entity {
  font-size: 11px;
  line-height: 1;
  margin-right: 3px;
  display: block;
}
@media (min-width: 576px) {
  #page-title h1.base .page-tit-entity {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #page-title h1.base .page-tit-entity {
    font-size: 12px;
  }
}
#page-title h1.base .page-tit-entity-office {
  color: #28558e;
}
#page-title h1.base .page-tit-entity-gyosei {
  color: #655332;
}
#page-title h1.base .page-tit-main {
  font-size: 26px;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  #page-title h1.base .page-tit-main {
    font-size: 32px;
  }
}
#page-title h1.base .page-tit-main-office {
  color: #28558e;
}
#page-title h1.base .page-tit-main-gyosei {
  color: #655332;
}
#page-title h1.base .flex-item {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 576px) {
  #page-title h1.mod {
    width: 100%;
    margin: 25px auto;
    align-items: center;
  }
}
#page-title .list-inline > li > a {
  height: 80px;
  line-height: 80px;
  margin-left: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#page-title .list-inline > li > a:before {
  content: "\f13a";
  font-family: FontAwesome;
  margin-right: 0.3rem;
}
#page-title .list-inline-office > li > a {
  color: #28558e;
}
#page-title .list-inline-gyosei > li > a {
  color: #655332;
}

#page-contents .content-h2-greetings .h2-greetings-jp {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #28558e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #page-contents .content-h2-greetings .h2-greetings-jp {
    font-size: 30px;
    text-align: left;
  }
}
#page-contents .content-h2-greetings .h2-greetings-en {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #b5b5b5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (min-width: 576px) {
  #page-contents .content-h2-greetings .h2-greetings-en {
    font-size: 14px;
    text-align: left;
  }
}
#page-contents .content-h2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  #page-contents .content-h2 {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
}
#page-contents .h2-en, #page-contents .h2-jp {
  display: block;
}
#page-contents .h2-en {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #4a7cb2;
  margin-right: 10px;
  line-height: 0.85;
}
@media (min-width: 576px) {
  #page-contents .h2-en {
    font-size: 60px;
  }
}
#page-contents .h2-en-office {
  color: #4a7cb2;
}
#page-contents .h2-en-gyosei {
  color: #655332;
}
#page-contents .h2-jp {
  font-size: 14px;
  color: white;
  height: 18px;
  line-height: 18px;
  padding: 0 15px;
  margin: 8px auto 0;
  width: 115px;
}
@media (min-width: 576px) {
  #page-contents .h2-jp {
    margin: 0;
    width: auto;
  }
}
#page-contents .h2-jp-office {
  background: #4a7cb2;
}
#page-contents .h2-jp-gyosei {
  background: #655332;
}
#page-contents .content-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  #page-contents .content-wrap {
    background-repeat: no-repeat;
    background-position: left 30px;
    background-size: 127px auto;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140.281 1281"><path fill="%23f0f0f0"  d="M138.884,274.61L0.385,182.74V241.2L35.01,263.07v65.16L0.385,351.16v58.46l138.5-91.86V274.61ZM73.792,287.57l11.582,7.32-11.582,7.67V287.57Zm65.092-104.83V-1H100.1V64.42H-1v52.89H100.1v65.42h38.782v0.01Zm0,527.55L13.51,627.12l63.048-85.26v-1.73l62.326,104.74v-86.3L98.418,493.15h41.849V438.86H0.385v54.29H50.118l3.406,5.38-53.139,67V676.89L35.01,698.76v65.16L0.385,786.85v58.46l138.5-91.87V710.29ZM73.792,723.26l11.582,7.32-11.582,7.67V723.26Zm65.092,465.87v-43.15L5.695,1057.63c20.779-32.58,36.078-24.45,58.4-45.28,0,0,12.113,19.57,31.85,19.49,56.055,0.94,42.179-127.15,40.165-155.9H1.768v51.5H48.856C56.009,983.01,18.84,970.78-1,995.65l1.383,70.99v45.93l34.625,21.87v65.17L0.385,1222.54V1281ZM86.256,927.44H100.1c3.957,16.43.01,48.17-5.541,51.5C85.214,967,85.965,942.22,86.256,927.44Zm-12.463,231.5,11.582,7.32-11.582,7.67v-14.99Z"/> </svg>');
  }
}
#page-contents .content-service {
  border-top-style: solid;
  border-top-width: 1px;
  position: relative;
  padding-top: 17px;
}
#page-contents .content-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 2px;
}
#page-contents .content-service h3 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
#page-contents .content-service p.h3-en {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
#page-contents .content-service h4 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #80b8f9;
}
#page-contents .content-service-office {
  border-top-color: #4a7cb2;
}
#page-contents .content-service-office:before {
  background: #4a7cb2;
}
#page-contents .content-service-office h3 {
  color: #4a7cb2;
}
#page-contents .content-service-gyosei {
  border-top-color: #beb8ae;
}
#page-contents .content-service-gyosei:before {
  background: #937f3b;
}
#page-contents .content-service-gyosei h3 {
  color: #90814e;
}
#page-contents .service-list {
  margin: 0;
}
#page-contents .service-list-flex {
  display: flex;
  align-items: flex-start;
}
#page-contents .service-list-flex > ul {
  width: 50%;
}
#page-contents .content-outline {
  padding: 30px;
}
#page-contents .content-outline dt, #page-contents .content-outline dd {
  padding: 10px 15px 10px 0;
  line-height: 1.2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#page-contents .content-outline dd {
  margin-bottom: 0;
  padding-left: 10px;
}
#page-contents .content-outline-office {
  background: #e6edf6;
}
#page-contents .content-outline-office dt {
  border-bottom-color: #4a7cb2;
  color: #4a7cb2;
}
#page-contents .content-outline-office dd {
  border-bottom-color: #acbed5;
}
#page-contents .content-outline-gyosei {
  background: #f0ede3;
}
#page-contents .content-outline-gyosei dt {
  border-bottom-color: #937f3b;
  color: #937f3b;
}
#page-contents .content-outline-gyosei dd {
  border-bottom-color: #cec3ae;
}
#page-contents .content-contact {
  padding: 30px 15px;
  background-image: url(../img/bg_contents_contact.jpg);
  background-repeat: no-repeat;
  background-position: center -300px;
}
@media (min-width: 768px) {
  #page-contents .content-contact {
    padding: 80px 0;
  }
}
#page-contents .contact-info {
  background: white;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  #page-contents .contact-info {
    width: 430px;
    margin: 0 auto;
  }
}
#page-contents .contact-info .contact-mail {
  font-size: 16px;
}
@media (min-width: 576px) {
  #page-contents .contact-info .contact-mail {
    font-size: 24px;
  }
}
#page-contents .greetings-cont p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #696969;
}
@media (min-width: 768px) {
  #page-contents .greetings-cont p {
    font-size: 14px;
  }
}
#page-contents .photo-president img {
  height: auto;
  width: 100px;
}
@media (min-width: 576px) {
  #page-contents .photo-president img {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  #page-contents .photo-president img {
    width: 140px;
  }
}
#page-contents .content-history {
  border-top: solid 3px #28558e;
  font-size: 14px;
}
#page-contents .content-history dt, #page-contents .content-history dd {
  padding: 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
}
#page-contents .content-history dt {
  border-bottom-color: #4a7cb2;
  color: #4a7cb2;
}
#page-contents .content-history dd {
  border-bottom-color: #acbed5;
  color: #666;
}
@media (min-width: 576px) {
  #page-contents .content-history dd {
    padding-left: 0.8rem;
  }
}
#page-contents .list-access {
  padding-left: 20px;
}
#page-contents .list-access li::marker {
  color: #999;
  font-size: 12px;
}
#page-contents .sub-tit-access {
  display: block;
  font-size: 14px;
  color: white;
  height: 18px;
  line-height: 18px;
  padding: 0 15px;
  margin: 8px 0 0;
  width: 100px;
  background-color: #4a7cb2;
  text-align: center;
}
@media (min-width: 576px) {
  #page-contents .sub-tit-access {
    margin: 0;
    width: auto;
  }
}

.lower-footer {
  background: #28558e;
  padding: 50px 0;
}
.lower-footer ul {
  margin-bottom: 44px;
}
.lower-footer ul > li > a {
  color: white;
}
.lower-footer ul > li > a:hover {
  color: white;
}
.lower-footer ul > li:not(:last-child) {
  margin-right: 2rem;
}
.lower-footer address {
  color: white;
  font-size: 14px;
  text-align: center;
}

/*========================
COMMON .fix class (toggle) added on header by JS on scroll.
=========================*/
/*
.fix{
	top:0; left:0; height:50px;
	@include shadow;
	.header-right{margin:15px 0;}
	.header-catch{display:none;}
	.header-pc-navi .list-inline .list-inline-item > a{font-size:13px;}
	>.container{
		transition:.5s;
	}
}
*/
/*==================
office/index.html
===================*/
/*トピックスマーキー（左に流れる）表示*/
#wrapper {
  margin: 0;
  height: 50px;
}

#wrapper dl {
  display: block;
  margin: 0;
  background: #333;
  height: 50px;
}

#wrapper dt, #wrapper dd {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
}

#wrapper dt {
  color: white;
}

#wrapper dd.ticker-icon {
  padding-right: 0;
}

#wrapper dd.ticker-midashi {
  color: #fff;
  margin-right: 50px;
  padding-right: 0;
}
#wrapper dd.ticker-midashi a {
  color: #fff;
}
#wrapper dd.ticker-midashi a::hover {
  color: yellow;
}

/*トピックス カテゴリーアイコン*/
.topic {
  display: inline-block;
  border-radius: 8px;
  padding: 0px 8px 5px;
  height: 15px;
  line-height: 1rem;
  font-size: 11px;
  margin-right: 0em;
}

.topic-campaign {
  background: #ffd221;
  color: black;
}
.topic-campaign a {
  color: black;
}
.topic-campaign a:hover {
  color: black;
}

.topic-compe {
  background: #099592;
  color: white;
}
.topic-compe a {
  color: white;
}
.topic-compe a:hover {
  color: white;
}

.topic-info {
  background: #93d184;
  color: black;
}
.topic-info a {
  color: black;
}
.topic-info a:hover {
  color: black;
}

.top_markee_wrap {
  top: 350px;
}
@media (min-width: 768px) {
  .top_markee_wrap {
    top: 310px;
  }
}
@media (min-width: 992px) {
  .top_markee_wrap {
    top: 420px;
  }
}
@media (min-width: 1200px) {
  .top_markee_wrap {
    top: 470px;
  }
}

#ticker-wrap {
  height: 70px;
  padding: 10px;
}

@media print {
  #h2-en-access {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */