@charset "UTF-8";
/*===============================
    ミックスイン
================================*/
/* メディアクエリ */
/*===============================
    変数
================================*/
/*===============================
    リセットCSS

  googleのリセットCSSから、reset.cssへ
================================*/
/* 
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
 

 
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
address,
summary {
  display: block;
  font-style:normal;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.second-main h1,
.second-main h2,
.second-main h3,
.second-main h4,
.second-main h5,
.second-main h6 {
	font-weight:400;
	font-size:16px;
}


/*===============================
    ベーススタイル
================================*/

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}


body {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight:400;
  letter-spacing: 0.05em;
  background-color: #fff;
  color:#333333;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover {
  opacity: 0.6;
}

@media (max-width: 1023px) {
  a:hover {
    opacity: 1;
  }
}

/*==============================================================
    共通スタイル
===============================================================*/
/* ヘッダー */

.header{
	position: fixed;
	width:100%;
	background:#ffffff;
	z-index:2000;
}

.main{
	padding-top:136px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height:70px;
  margin: 0 auto;
  line-height: 0;
}


.header-logo {
 padding-left:2%;
  margin-right: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-logo img {
  width: 240px;
  height: auto;
}



.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.header-right .button {
  width: 180px;
  height: 70px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header-right .barrierfree > .button {
  color: #ffffff;
  background:#004a88;
  padding-left: 26px;
}

.header-right .barrierfree > .button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon2.svg);
  background-size: contain;
  margin-right: 19px;
}



.header-right .button2 {
  width: 216px;
  height: 70px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header-right .language > .button2 {
  color: #ffffff;
  background:#233854;
  padding-left: 26px;
}

.header-right .language > .button2::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon3.svg);
  background-size: contain;
  margin-right: 19px;
}



.header-right .search{
     position:relative;
     width: 70px;
     height:70px;
     margin:0 auto;
     background:#e6ecf0;
}

.header-right .youtube{
     position:relative;
     width: 70px;
     height:70px;
     margin:0 auto;
     background:#c00;
}

.header-right .twitter{
     position:relative;
     width: 70px;
     height:70px;
     margin:0 auto;
     /*background:#1d9bf0;*/
     background: #000000;
}

.header-right .instagram{
  position:relative;
  width: 70px;
  height:70px;
  margin:0 auto;
  /*background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);*/
  background: radial-gradient(circle at 23% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}


.header-right .search img, .header-right .youtube img,  .header-right .twitter img,  .header-right .instagram img{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width:26px;
}


/*検索ポップアップ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  padding: 100px;
  background-color: #ffffff;
  z-index: 5;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230,236,241,.8);
  z-index: 4;
  cursor: pointer;
}





/* --------SPボタン-------- */

#nav-toggle {
  display: none;
  width: 65px;
  height:50px;
  color: #FFFFFF;
  background-color: #003a7b;
  font-size: 10px;
  letter-spacing: normal;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 1023px) {
  #nav-toggle {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px 0 0 0;
    xmargin: 15px 10px;
    line-height: 1;
    cursor: pointer;
  }
  #nav-toggle::after {
    content: "メニュー";
  }
  #nav-toggle .bar {
    position: relative;
    width: 34px;
    height: 22px;
    margin: 0 auto 2px;
  }
  #nav-toggle span {
    top: 8px;
    -webkit-transition: background-color .3s .3s;
    transition: background-color .3s .3s;
    will-change: background-color;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
            transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
  }
  #nav-toggle span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
            transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
  }
  #nav-toggle span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
            transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
  }
}


.header-nav {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  line-height: 0;
}


.header-nav .nav-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}


.header-nav .nav-item {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color:#555555;
  font-weight: 700;
  letter-spacing:0.1em;
  border-left: 1px solid #DEDEDE;
}

.header-nav .nav-item:last-child {
  border-right: 1px solid #DEDEDE;
}

.header-nav .nav-item a {
  display: block;
  padding: 32px 0;
  position: relative;
}

.header-nav .nav-item a::after {
  border-bottom: solid 3px #004a8a;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.header-nav .nav-item a:hover::after {
  width: 100%;
}

.header-nav .nav-item a:hover {
  opacity: 1;
}


/* SPナビ */

.header-nav-sp {
  display: none;
  z-index: 99999;
}

.header-nav-sp .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin: 0 auto;
  padding: 90px 0 30px 0;
  line-height: 0;
}

@media (max-width: 1023px) {
  .header-nav-sp {
    display: block;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
	color:#FFFFFF;
	background:rgba(0,58,123,0.95);
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
    transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
    transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
    will-change: transform;
  }
}


.header-nav-sp .button3 {
  width: 140px;
  height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-sp .barrierfree-sp > .button3 {
  color: #ffffff;
}

.header-nav-sp .barrierfree-sp > .button3::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon2.svg);
  background-size: contain;
  margin-right: 8px;
}


.header-nav-sp .button4 {
  height: 30px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hheader-nav-sp .language-sp > .button4 {
  color: #ffffff;
}

.header-nav-sp .language-sp > .button4::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon3.svg);
  background-size: contain;
  margin-right: 8px;
}



.header-nav-sp .nav-list {
  list-style: none;
  width: 94%;
  margin:0 auto;
}

.header-nav-sp .nav-item {
  font-weight: 700;
  border-top: 1px solid #FFFFFF;
  position: relative;
}

.header-nav-sp .nav-item:last-child {
  border-bottom: 1px solid #FFFFFF;
}

.header-nav-sp .nav-item a {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 16px 0 16px 8px;
}

.header-nav-sp .nav-item a::after {
  content: "";
  float: right;
  width: 16px;
  height: 16px;
  margin-top:6px;
  background-image: url(../img/icon_arrow_spnav.png);
  background-size: contain;
}



.header-nav-sp .nav-bottom {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  border-top: solid 1px #FFFFFF;
}


.nav-bottom .sub-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.nav-bottom .sub-item {
  width:33.333%;
  border-bottom: solid 1px #FFFFFF;
  padding:20px 0;
}

.sub-item:nth-child(2n){
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
}

.nav-bottom .sub-item-img img{
	width:20%;
}

.sub-item p{
  font-size:13px;
  letter-spacing:0;
}


.nav-bottom .sp-sns{
  width:94%;
  height:42px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.sp-sns li:nth-child(1n){
  width:50px;
}

.sp-sns li:nth-child(2n){
  width:70px;
}

.sp-sns li:nth-child(3n){
  width:50px;
}

.sp-sns li:nth-child(4n){
  width:160px;
  /*text-align:left;*/
  font-weight:700;
  line-height:40px;
}

.nav-bottom .sp-sns img{
  width:40px;
}




@media (max-width: 1280px) {
  .header-nav .nav-item {
  font-size: 14px;
  letter-spacing:0;

	}
}



@media (max-width: 1023px) {
	
	.header{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	}
	
	.header-logo img {
	width: 180px;
	}

	.main{
	padding-top:65px;
	}
	
	.header-top {
	height:65px;
	}
	
	.barrierfree, .language, .youtube, .twitter, .instagram{
    display: none;
	}
	
	.header-right .search{
	width: 65px;
	height:65px;
	right:65px;
	}
	
	.popup-inner {
	width:90%;
	padding:30px 30px;
	}

	.header-nav {
    display: none;
	}
}



@media (max-width: 1023px) {
  .nav-opened {
    overflow: hidden;
    position: fixed;
  }
  .nav-opened .header-nav-sp {
    -webkit-transform: none;
            transform: none;
  }
  .nav-opened #nav-toggle::after {
    content: "閉じる";
  }
  .nav-opened #nav-toggle span {
    background: transparent;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav-opened #nav-toggle span::before {
    top: 0;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .nav-opened #nav-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@media (max-width: 359px) {
.header-logo img {
	width: 150px;
}
.sub-item p{
  font-size:11px;
}
}



/* --------フッターコンテンツ-------- */

.footer-content{
  width:100%;
  color:#ffffff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-content .content-left{
	width:50%;
	text-align:center;
	padding:100px 0;
	background-image: url(../img/footer_content1.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}

.footer-content .content-right{
	width:50%;
	text-align:center;
	padding:100px 0;
	background-image: url(../img/footer_content2.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}


.footer-content .eng-title{
	font-size:14px;
}

.footer-content h5{
	font-size:28px;
	font-weight:500;
	margin-bottom:35px;
}

.footer-content p{
	font-size:13px;
	line-height:1.5;
	margin-bottom:40px;
}

.footer-content .content-btn a{
	display:block;
	width:300px;
	font-size:18px;
	font-weight:500;
	margin:0 auto;
	padding:26px;
	background-color:#004a88;
	border:1px solid #ffffff;
}

.content-btn a:hover {
  background-color: #222222;
}

.content-btn .button{
  display:block;
  width:220px;
  line-height:1em;
  background-image: url(../img/arrow2.png);
  background-size: 16px;
  background-position:bottom right;
  background-repeat:no-repeat;
}

.content-btn .button_yobo_iken{
  display:block;
  width:220px;
  line-height:1em;
  background-image: url(../img/arrow2.png);
  background-size: 16px;
  background-position:bottom right;
  background-repeat:no-repeat;
}

@media (max-width: 768px) {
.footer-content{
	display: block;
}	
.footer-content .content-left{
	width:100%;
	text-align:center;
	padding:40px 0;
}

.footer-content .content-right{
	width:100%;
	padding:40px 0;
}

.footer-content h5{
	font-size:24px;
	margin-bottom:30px;
	letter-spacing:0;
}

.footer-content p{
	margin-bottom:35px;
}
}

@media (max-width: 560px) {
.footer-content .content-btn a{
	width:80%;
	font-size:16px;
	padding:20px;
}


.content-btn .button{
	width:100%;
	background-size: 14px;
}
}


/* フッター */
.footer {
  width:100%;
  padding: 70px 0;
}

.footer .footer-inner {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-left{
	width:450px;
}

.footer .logo img{
  width:280px;
  margin-bottom:20px;
}

.footer .address{
  list-style:none;
  margin-bottom:50px;
}


.footer .address li{
	font-size:14px;
	line-height:1.5;
}

.footer .footer-sub-navi{
  list-style:none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sub-navi li:nth-child(2n){
	margin-left:20px;
}

.footer .button {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.footer .footer-sub-item > .button {
  color: #555555;
}

.footer .footer-sub-item > .button::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/arrow1.png);
  background-size: contain;
  margin-right: 2px;
}

.footer .footer-sub-item > .button_yobo_iken {
  color: #555555;
}

.footer .footer-sub-item > .button_yobo_iken::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/arrow1.png);
  background-size: contain;
  margin-right: 2px;
}

.footer .footer-center{
	width:16%;
}

.footer .footer-sub-list{
	list-style:none;
}

.footer .footer-sub-list li{
	line-height:2.5;
}

.footer-copyright{
	width:300px;
	font-size:13px;
	margin-top: auto;
	text-align:right;
}

@media (max-width: 1280px) {
  .footer .footer-inner {
    width: 94%;
  }
  .footer .footer-left{
	width:350px;
  }
  .footer-copyright{
	width:250px;
}
}

@media (max-width: 1155px) {
  .footer .footer-center{
  display:none;
  }
}

@media (max-width: 768px) {
  .footer {
  padding: 50px 0 30px 0;
  }

  .footer .footer-inner{
  display:block;
  margin:0 auto;
  text-align:center;
  }
  
  .footer .footer-left{
  width:100%;
  }
  .footer .logo img{
  margin-bottom:10px;
  }
  .footer .footer-sub-navi{
  width:100%;
  margin:0 auto 50px auto;
  -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-copyright{
  width:100%;
  font-size:13px;
  margin:0 auto;
  text-align:center;
}
}


.pdf {
    font-family: arial;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    color: #fff;
    background: #ff0000;
    padding:3px 5px 3px 7px;
	line-height:1;
}

.excel{
	font-family:arial;
	width:auto;
	display: inline-block;
	margin-left:10px;
	font-size:10px;
	color:#fff; 
	background:#008000;
	padding:3px 5px 3px 7px;
	line-height:1;
}


.word{
	font-family:arial;
	width:auto;
	display: inline-block;
	margin-left:10px;
	font-size:10px;
	color:#fff; 
	background:#0000ff;
	padding:3px 5px 3px 7px;
	line-height:1;
}


/*==============================================================
    トップページ
===============================================================*/

/* メインビジュアル */
.main-visual {
	display: block;
	line-height: 0;
}

.main-visual img {
	width: 100%;
	height: auto;
}



/* トップナビゲーション */
.main .top-navi{
	width:100%;
	margin:0 auto;
	background:#eef2f5;
	padding:50px 0 30px 0;
}

.top-navi .top-navi-inner{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	/*display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}

.top-navi-inner .top-navi-box{
	/*width:15.5%;*/
	width:18%;
	background:#ffffff;
	/*margin:0 auto;*/
	margin:0 auto 20px auto;
	text-align:center;
	padding:30px 0 20px 0;
}

.top-navi-inner .top-navi-box a{
	display:block;
}

.top-navi-box .navi-box-img img{
	width:50px;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}


.top-navi-box h2{
	font-size:17px;
	font-weight:700;
	color:#444444;
	margin:20px 0 0 0;
}

.top-navi-box p{
	font-size:14px;
	font-weight:700;
	letter-spacing:0;
	color: #062aa0;
	background: -webkit-linear-gradient(0deg, #062aa0, #00c9ed);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 1350px) {
.top-navi .top-navi-inner{
    width: 94%;
	}
.top-navi-box h2{
	font-size:15px;
	letter-spacing:0;
}
.top-navi-box p{
	font-size:13px;
}
}


@media (max-width: 1023px) {
.main .top-navi{
	padding:30px 0 10px 0;
}

.top-navi .top-navi-inner{
	flex-wrap:wrap;
}

.top-navi-inner .top-navi-box{
	width:32%;
	margin:0 auto 20px auto;
}
}

@media (max-width: 550px) {
/*.top-navi-inner .top-navi-box{
	width:46%;
}
.top-navi-box .navi-box-img img{
	width:60px;
}*/

.top-navi-inner .top-navi-box{
	width:30%;
	xmargin:0 auto 10px auto;
}

.top-navi-box .navi-box-img img{
	width:40px;
}

.top-navi-box h2{
	font-size:10px;
	letter-spacing:0;
}
.top-navi-box p{
	font-size:8px;
}

}

/* トップナビゲーション */
.main .top-slide{
	width:100%;
	max-width:1155px;
	margin:0 auto;
	padding:100px 0;
}

.top-slide .slider{
	width:100%;
	max-width:740px;
	margin:0 auto;
	list-style:none;
}

.top-slide li img{
	width:100%;
	margin:0 auto;
}

@media (max-width: 840px) {
.main .top-slide{
	width:80%;
}
}

@media (max-width: 500px) {
.main .top-slide{
	padding:50px 0 70px 0;
}
}

/* トップお知らせ */


.main .top-news{
	width:100%;
	max-width:1155px;
	margin:0 auto 100px auto;
	line-height:1;
	box-shadow: 0 0 8px gray;
	/*display: flex;
	-webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;*/
}

.top-news .news-inner{
	width:100%;
	padding-bottom:50px;
}
/*
.news-inner .news-title{
	font-size:22px;
	color:#ffffff;
	background:#003a7b;
	padding:24px 40px;
}
*/
.news-inner .title-frame{
	font-size:22px;
	color:#ffffff;
	/*background:#005dad;*/
	background:#003a7b;
	padding:24px 40px;
	display: flex;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.update-title{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.update-title:after {
    content: "";
    display: block;
    width: 40px;
    width: 4rem;
    height: 1px;
    margin-left: 15px;
    margin-left: 1.5rem;
    margin-right: 15px;
    margin-right: 1.5rem;
    background-color: #ffffff;
}

.news-inner .title-frame p{
	font-size:14px;
	font-weight:500;
}


.news-inner .news-frame{
	padding:0px 40px;
	border-right:1px solid #dedede;
}

/*
.news-inner .update-frame{
	padding:0px 40px;
}
*/
.news-inner .news{
	margin-top:30px;
}

.news-inner .news dt{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	height:45px;
	line-height:60px;
	/*font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}

.news-inner .news dd{
	font-size:16px;
	height:40px;
	line-height:30px;
	border-bottom:1px solid #cccccc;
}

.news-inner .news dd {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-inner .all-item{
	font-size:18px;
	font-weight:500;
	padding:60px 0 20px 0;
	border-bottom:2px solid #005b9e;
}

.news-inner .all-item a{
	display:block;
}

.news-inner .all-item .button{
	display:block;
	background-image: url(../img/arrow3.png);
	background-size: 8px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

.pick{
	font-family:'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace;
	width:auto;
	display: inline-block;
	margin-left:10px;
	font-size:10px;
	font-weight:normal;
	color:#fff; 
	background:#ee7b35;
	padding:3px 5px 3px 7px;
	line-height:1;
	letter-spacing:0.1em;
}

.newsicon{
	font-family:'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace;
	width:auto;
	display: inline-block;
	margin-left:10px;
	font-size:10px;
	font-weight:normal;
	color:#fff; 
	background:#00A372;
	padding:3px 5px 3px 7px;
	line-height:1;
	letter-spacing:0.1em;
}


@media (max-width: 1280px) {
.main .top-news{
	width:94%;
}
}

@media (max-width: 1023px) {
.news-inner .news-title{
	font-size:16px;
}

.news-inner .title-frame{
	font-size:16px;
}

.update-title:after {
    width: 20px;
    width: 2rem;
}

.news-inner .title-frame p{
	font-size:13px;
}

.news-inner .news{
	margin-top:20px;
}

.news-inner .news dd{
	font-size:14px;
	height:30px;
	line-height:20px;
}

.news-inner .all-item{
	padding:40px 0 20px 0;
}
}

@media (max-width: 768px) {
.main .top-news{
	width:90%;
	box-shadow: none;
	display: block;
}

.top-news .news-inner{
	width:100%;
	padding-bottom:30px;
	margin-bottom:50px;
	box-shadow: 0 0 8px gray;
}

.news-inner .news-title{
	padding:24px 30px;
}

.news-inner .title-frame{
	padding:24px 30px;
}

.news-inner .news-frame{
	padding:0px 30px;
	border:none;
}
/*
.news-inner .update-frame{
	padding:0px 30px;
}
*/
.news-inner .all-item{
	font-size:16px;
}
}

@media (max-width: 500px) {

.main .top-news{
	margin:0 auto 50px auto;
}
.news-inner .news{
	margin-top:5px;
}
.news-inner .news dt{
	font-size:12px;
	letter-spacing:0;
}

.news-inner .news dd{
	font-size:14px;
	letter-spacing:0;
}
.news-inner .news-title{
	padding:24px 20px;
}

.news-inner .title-frame{
	padding:24px 20px;
}

.news-inner .news-frame{
	padding:0px 20px;
	border:none;
}
/*
.news-inner .update-frame{
	padding:0px 20px;
}
*/
}

/* バナーエリア */
.main .banner{
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
	padding:60px 0;
}

.banner .banner-inner{
	max-width:1155px;
	list-style:none;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-inner li{
	width:32%;
}

.banner .banner-inner li img{
	width:100%;
	vertical-align: bottom;
}

@media (max-width: 1280px) {
.banner .banner-inner{
    width: 94%;
	}
}

@media (max-width: 650px) {
.main .banner{
	padding:40px 0;
}
.banner .banner-inner{
    display:block;
	width: 90%;
	}
.banner .banner-inner li{
	width:100%;
	}
.banner .banner-inner li:nth-child(2n){
	padding:15px 0;
	}
}




/*==============================================================
    セカンドページ
===============================================================*/

/*パンくずリスト*/
.panlist{
	width:100%;
	padding:10px 30px;
	text-align:right;
	background:#fafafa;
	border-bottom: 1px solid #DEDEDE;
}

.pan{
	font-size:13px;
}

.pan a{
	color:#06C;
}

.pan a:visited{
	color:#06C;
}

.pan a:hover{
	color:#333;
}

.pan a:active{
	color:#333;
}
/*パンくずリスト*/



/*セカンドタイトル*/
.second-visual{
	width:100%;
	margin:0 auto;
	border-bottom: 1px solid #DEDEDE;
}

.second-visual .visual-inner{
	width:100%;
	max-width:1155px;
	height:240px;
	margin:0 auto;
}

.visual-inner h2{
	font-size:44px;
	font-weight:400;
	padding-top:120px;
}
/*セカンドタイトル*/



.second-main{
	width:100%;
	max-width:1155px;
	margin:0 auto;
	padding-bottom:50px;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}



/*セカンド左側*/
.second-main .second-left{
	width:72%;
	padding:70px 0;
	background-image: url(../img/second/border.svg);
	background-position:left top;
	background-repeat:no-repeat;
}

.second-main .second-left h3{
	font-size:20px;
	font-weight:700;
	margin:50px 0 20px 0;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #096bbd;
	border-bottom: 1px solid #DEDEDE;
}

.second-main .second-left h4{
	font-size:18px;
	font-weight:700;
	color:#003a7b;
	padding:10px 0;
}

.second-main .second-left ul{
	list-style:none;
}

.second-main .second-left a{
	color:#096bbd;
	text-decoration: underline;
}

.left-item a:visited {
	color:#096bbd;
}


/*画像配置*/
.img-1sheet img{
	max-width:100%;
	height:auto;
}
.img-2sheet img{
	width:49%;
	height:auto;
}
.img-3sheet img{
	width:32.1%;
	height:auto;
}
/*画像配置*/

/*テーブル配置*/
.second-left table{
	border:0;
	outline:0;
	border-collapse: collapse;
  	border-spacing: 0;
}

.second-left table td, .second-left table th{
	border:1px solid #aaaaaa;
}



.T-100 table{
	width:100%;
}

.T-scroll table{
	width:100%;
}

.T-img table{
	width:100%;
}

.T-img table td, .T-img table th{
	border:0;
}

.T-img table img{
	max-width:100%;
	height:auto;
}

.T-img-text table{
	width:100%;
}

.T-img-text table td, .T-img-text table th{
	border:0;
}


@media (max-width: 768px) {
  .T-100 table td{
    width:auto;
    height:auto;
    padding: 4px;
  }

  .T-scroll table{
    width:780px;
  }

.second-left .T-scroll{
	overflow: auto;
	white-space: nowrap;
}
.second-left .T-scroll::-webkit-scrollbar{
	height: 5px;
}
.second-left .T-scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.second-left .Tscroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.T-img-text table img{
	width:100%;
	height:auto;
}

.T-img-text td{
	display:block;
	width:100%;
}


}
/*テーブル配置*/




.second-left .left-item{
	font-size:18px;
	font-weight:700;
	color:#444444;
	margin:20px 0;
	line-height:1.2;
	padding:0 20px;
	background-color: #f5f8fa;
	border-left: 6px solid #096bbd;
}

.left-item a{
	padding:20px 0;
	display:block;
	color:#444444;
	text-decoration: none;
	background-image: url(../img/arrow4.png);
	background-size: 10px;
	background-position:center right;
	background-repeat:no-repeat;
}

.left-item a:link{
	color:#444444;
	text-decoration: none;
}

.left-item a:visited {
	color:#444444;
}


@media (max-width: 1280px) {
	
.second-visual .visual-inner{
	width:90%;
}

.second-main{
	width:90%;
}

.second-main .second-left{
	width:70%;
}
}

@media (max-width: 1023px) {
	
.second-visual .visual-inner{
	width:90%;
}

.visual-inner h2{
	font-size:38px;
	padding-top:140px;
}
.second-main{
	width:90%;
	display: block;
}

.second-main .second-left{
	width:100%;
	padding:40px 0 0 0;
}
}

@media (max-width: 768px) {
	
.second-visual .visual-inner{
	height:180px;
}

.visual-inner h2{
	font-size:23px;
	font-weight:700;
	padding-top:100px;
	line-height:1.2em;
}

.second-main .second-left{
	font-size:14px;
}

.second-main .second-left h3{
	font-size:18px;
}

.second-main .second-left h4{
	font-size:15px;
}

.second-left .left-item{
	font-size:16px;
	font-weight:700;
	letter-spacing:0;
	margin:16px 0;
}

.left-item a{
	padding:18px 0;
}
}
/*セカンド左側*/




/*セカンド右側*/
.second-main .second-right{
	width:236px;
	background-image: url(../img/second/border_r.svg);
	background-position:left top;
	background-repeat:no-repeat;
  /*position: -webkit-sticky;
  position: sticky;
  top: 150px;*/
}

.second-right .right-title{
	font-size:18px;
	font-weight:500;
	padding:36px 0 16px 0;
	line-height:1.5;
}

.second-right .right-list{
	list-style:none;
	font-size:14px;
	color:#444444;
	line-height:1;
	letter-spacing: .02em;
	border-top: 1px solid #DEDEDE;
	padding-top:10px;
}

.second-right .right-list li{
	padding:14px 0;
}

.second-right .banner-list{
	list-style:none;
  padding-top:40px;
}

.second-right a:link{
	color:#444444;
	text-decoration: none;
}

.second-right a:visited {
	color:#444444;
}


.second-right .banner-list li{
	padding:2px 0;
}

.second-right .banner-list img{
	width:100%;
}

@media (max-width: 1023px) {
.second-main .second-right{
	display:none;
	}
}
/*セカンド右側*/


/*お知らせ一覧ページ*/

.second-left .news dd{
	margin-bottom:30px;
}

/*お知らせ一覧ページ*/



/*youtube埋め込み*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*youtube埋め込み*/