@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,*::before,*::after{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
*{
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:18px;
  font-size:1.8rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.722;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}
@keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes PageIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.wrapper{
  position: relative;
  width: 100%;
}
main .inner{
  position: relative;
  width: 100%;
  max-width: 1450px;
  padding-right: 75px;
  padding-left: 75px;
  margin-right: auto;
  margin-left: auto;
}
a{
  color: #00b097;
  text-decoration: underline;
  word-break: break-all;
}
a[href=""],a.nolink {
  pointer-events: none;
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input[type="text"],input[type="search"]{
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.for_pc{
  display: block;
}
header .for_tab{
  display: none;
}
.for_sp{
  display: none;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
}
.flex{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.flex_center{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
@media print,screen and (min-width :835px){
  .flex_pc{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width :835px){
  a[href^="tel:"] {
    color: #000;
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width :1024px){
  main .inner{
    width: 90%;
    padding-right: 0;
    padding-left: 0;
  }  
  header .for_pc{
    display: none;
  }
  header .for_tab{
    display: block;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:14px;
    font-size:1.4rem;
    line-height: 1.607;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
  }
  button{
    font-size:14px;
    font-size:1.4rem;
  }
}
@media screen and (max-width :340px){
  br.nomini{
    display: none !important;
  }
}
/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.over{
  display:block;
}
@media (hover:hover) and (pointer: fine) {
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .5;
    text-decoration: none;
  }
}
.cmn_arrow{
  position: relative;  
  padding-left: 22px;
}

.cmn_arrow,
.wrap_submenu .area_submenu dl dd a,
#lnav .ttl_third:not(.acd) > a,
#lnav .fourth a,
.nav_target .box_ttl ul a{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.cmn_arrow::before,
.wrap_submenu .area_submenu dl dd a::before,
#lnav .ttl_third:not(.acd) > a::before,
#lnav .fourth a::before,
.nav_target .box_ttl ul a::before{
  position: absolute;
  left:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: '';
  width: 11px;
  height: 11px;
  background:url("/itc/assets/img/ico_arrow.svg")no-repeat left center;
  background-size: contain;  
}
.wrap_submenu .area_submenu dl dd a::before,
.wrap_submenu .area_submenu dl dt a::before,
#footer .cmn_arrow::before {
  background:url("/assets/img/ico_arrow.svg")no-repeat left center;
  background-size: contain;  
}
.cmn_arrow.right{
  padding-left: 0;
  padding-right: 22px;
}
.cmn_arrow.right::before,
#lnav .ttl_third:not(.acd) > a::before,
#lnav .fourth a::before{
  left: auto;
  right:0;
}
@media (hover: hover) and (pointer: fine) {
  a.cmn_arrow:hover,
  #header .menu_tool .language a:hover,
  .wrap_submenu .area_submenu dl dd a:hover,
  .nav_target .box_ttl ul a:hover{
    opacity: 0.5;
  }
    
  a.cmn_arrow:hover::before,
  #header .menu_tool .language a:hover::before,
  .wrap_submenu .area_submenu dl dd a:hover::before,
  #lnav .ttl_third:not(.acd) > a:hover::before,
  #lnav .fourth a:hover::before,
  .nav_target .box_ttl ul a:hover::before{
    -webkit-animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); 
  }  
}
@media screen and (max-width :834px){
  .cmn_arrow {
    position: relative;
    padding-left: 17px;
  }  
  .cmn_arrow::before,
  .wrap_submenu .area_submenu dl dd a::before{
    width: 8px;
    height: 8px;
  }  
  .cmn_arrow.right{
    padding-right: 17px;
  }    
}
@-webkit-keyframes arrow {
  0% {
    background-position: left center; }
  45% {
    background-position: 8px center; }
  50% {
    opacity: 0;
    background-position: -8px center; }
  51% {
    opacity: 1;
    background-position: -8px center; }
  100% {
    background-position: left center; } }
@keyframes arrow {
  0% {
    background-position: left center; }
  45% {
    background-position: 8px center; }
  50% {
    opacity: 0;
    background-position: -8px center; }
  51% {
    opacity: 1;
    background-position: -8px center; }
  100% {
    background-position: left center; } }
/* ===============================================
# main
=============================================== */
main{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
main .wrap_contents{
  position: relative;
  flex-wrap: wrap;
  z-index: 100;
}
main .wrap_right{
  min-height: 700px;  
  -webkit-box-ordinal-group:3;
  order: 2;   
  -webkit-box-flex: 1;
  flex: 1;
  overflow: hidden;
}
main .main_contents{
  padding-top: 65px;
  padding-bottom: 80px;
}
main .main_contents > *:last-child{
  margin-bottom: 0;
}
main .main_contents p > a{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
main .main_contents p > a:hover{
  opacity: 0.5;
}
@media screen and (max-width :1024px){
  main .wrap_contents{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
    flex-wrap: nowrap;
  }
  main .wrap_right{
    -webkit-box-flex: auto;
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width :834px){
  main .wrap_right{
    min-height: inherit;  
  }  
  main .main_contents{
    padding-top: 20px;
    padding-bottom: 40px;
  }  
}


/* ===============================================
# footer
=============================================== */
#footer{
  width: 100%;
  padding: 0 0 30px;
  background: #e6f1ef;
}
#footer .footer_inner{
  position: relative;
  width: 92%;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width :1024px){
  #footer{
   padding: 0 0 75px; 
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;   
   border-top: solid #09b29b 1px;
  }
  #footer .footer_inner{
    width: 100%;   
  }
}

/*menu_footer*/
#footer .menu_footer a[target="_blank"] span::after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("/itc/assets/img/ico_blank_g.svg")no-repeat right center;
  background-size: contain;
  margin-left: 5px;
}
#footer .menu_footer dl dt .ttl_label{
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media print,screen and (min-width :1025px){
  #footer .menu_footer{
    -ms-flex-pack: distribute;
    justify-content: space-around;  
  }
  #footer .menu_footer .col{
    width: 18.16%;
  }
  #footer .menu_footer .col:nth-child(n+2){
    margin-left: 2.3%;
  }
  #footer .menu_footer .col.relation{
    border-left: #c8d9d7 solid 1px;
    padding-left: 24px;
  }
  #footer .menu_footer .col dl:nth-child(n+2){
    margin-top: 30px;
  }
  #footer .menu_footer dl dt,
  #footer .menu_footer dl dd.third_other li,
  #footer .menu_footer dl dd.list_dept li{
    font-size: 15px;
    font-size:1.5rem;
    font-weight: bold;
  }
  #footer .menu_footer dl dt a,
  #footer .menu_footer dl dd.third_other li a{
    text-decoration: none;
  }
  #footer .menu_footer dl dt button{
    display: none;
  }
  #footer .menu_footer dl dd{
    padding-top: 7px;
    padding-left: 23px;
    line-height: 1.3;  
  }
  #footer .menu_footer dl dd.third_other,
  #footer .menu_footer dl dd.list_dept{
    padding-left: 0;
    padding-top: 15px;
  }
  #footer .menu_footer dl dd .third li{
    position: relative;
    padding-left: 12px;  
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #footer .menu_footer dl dd .third li:nth-child(n+2){
    margin-top: 8px;
  }
  #footer .menu_footer dl dd a{
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;  
  }
  #footer .menu_footer dl dd a::before{
    top: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #footer .menu_footer dl dd a:hover{
    opacity: 0.5;
  }
  #footer .menu_footer dl dd .third li::before{
    content: '';
    width: 7px;
    height: 2px;
    position: absolute;
    top:0.5em;
    left: 0;
    background: #00b097;
  }  
}
@media screen and (max-width :1024px){
  #footer .menu_footer{
    display: block;
    -webkit-box-ordinal-group:1;
    order:0;  
    font-size: 15px;
    font-size: 1.5rem;    
    font-weight: bold;
  }
  #footer .menu_footer dt.ttl_second{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;  
  }
  #footer .menu_footer dt.ttl_second{
    border-bottom: solid 1px #00b097;     
  }
  #footer .menu_footer dt.ttl_second::before{
    content: '';
    width: 50px;
    height: 2px;
    background: #00b097;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
  }  
  #footer .menu_footer dt.ttl_second >a{
    display: block;
    position: relative;
    z-index: 5;
    -webkit-box-flex: 1;
    flex: 1;  
    padding: 13px 50px 13px 15px;
    text-decoration: none;
    color: #000;
  }
  #footer .menu_footer dt.ttl_second.link > a{
    background: url("/assets/img/ico_arrow.svg")no-repeat right 23px center;
    background-size: 8px auto;
  }
  #footer .menu_footer dt.ttl_second >a::before{
    display: none;
  }
  #footer .menu_footer dt.ttl_second .ico_acd{
    position: relative;
    z-index: 2;
    width: 50px;
    background: url("/assets/img/ico_acd_down.svg")no-repeat center center;
    background-size: 12px auto;
  }
  #footer .menu_footer dt.ttl_second .ico_acd.open{
    background-image: url("/assets/img/ico_acd_up.svg");
  }
  #footer .menu_footer .submenu{
    display: none;
    border-bottom: solid 1px #00b097;    
  }
  #footer .menu_footer .submenu.none{
    display: none;
  }
  #footer .menu_footer .submenu.open{
    display: block;
  }  
  #footer .menu_footer dl dt .ttl_label{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #000;
  } 
  #footer .menu_footer .third a,
  #footer .menu_footer .third_other a,
  #footer .area_relation_menu .list_dept a{
    display: block;
    width: 100%;
    position: relative;  
    padding: 13px 50px 13px 30px;
    text-decoration: none;
    color: #000;
    background:url("/assets/img/ico_arrow.svg")no-repeat right 23px center;
    background-size: 8px auto;
  }  
  #footer .menu_footer .third_other a::before,
  #footer .area_relation_menu .list_dept a::before{
    display: none;
  }
}
/*関連メニュー------------------------------------*/
@media print,screen and (min-width :1025px){
  #footer .area_relation_menu{
    padding: 37px 0 50px;
    background: #dbece9;
  }  
  #footer .area_relation_menu .menu_footer .col.organizations{
    width: 100%;
  }
  #footer .area_relation_menu dl dt{
    border-bottom: solid 2px #00b097;
    padding-bottom: 10px;
  }
  #footer .area_relation_menu dl dd.third_other ul{
    flex-wrap: wrap;
  }
  #footer .area_relation_menu dl dd.third_other li{
    width: 22.9%;
    margin-left: 2.8%
  }
  #footer .area_relation_menu dl dd.third_other li:nth-child(4n+1){
    margin-left: 0;
  }  
  #footer .area_relation_menu dl dd.third_other li:nth-child(n+5){
    margin-top: 10px;
  }
}
@media screen and (max-width :1024px) {
  #footer .area_relation_menu{
    -webkit-box-ordinal-group:2;
    order: 1;    
  }
  #footer .area_relation_menu{
    background: #dbece9;
  }
  #footer .area_relation_menu dl dd.third_other ul{
    display: block;
  }  
}

/*ロゴ・サイトインフォ------------------------------*/
footer .area_footer_logo{
  padding-top: 40px;
}
/*logo*/
#footer .logo{
  width: 227px;
}
@media screen and (max-width :1024px){
  footer .area_footer_logo{
    -webkit-box-ordinal-group:3;
    order: 2;      
    padding-top: 35px;
  }
  #footer .logo{
    width: 170px;
    margin: 0 auto;
  }
}
/*address*/
#footer address{
  padding: 24px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
#footer address > p{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

@media print,screen and (min-width :1025px){
  #footer address > p .ttl{
    width: 18em;
  }
  #footer address > p .adr{
    -webkit-box-flex: 1;
    flex: 1;
  }  
  
  html[lang="en"] #footer address > p .ttl{
    width: 30em;
  }
 
}
@media screen and (max-width :1024px){
  #footer address{
    padding-top: 22px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer address > p,
  #footer address > p span{
    display: block;
  }
  #footer address > p:nth-child(n+2){
    margin-top: 1em;
  }
}
/*menu_siteinfo*/
#footer .menu_siteinfo{
  margin: 0 auto;
}
#footer .menu_siteinfo ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 0 0 auto;
}
#footer .menu_siteinfo li{
  padding: 0 10px;  
  margin-bottom:10px;
  text-align: center;
}
#footer .menu_siteinfo a{
  color: #000000;
  text-decoration: none;
}
#footer .menu_siteinfo a .ico_blank[src*=".svg"]{
  width: 11px;
}
@media print,screen and (min-width :1025px){
  #footer .menu_siteinfo{
    position: absolute;
    top: 40px;
    right: 0;
    width: calc(100% - 300px);
    font-size: 13px;
    font-size: 1.3rem;  
  }
  #footer .menu_siteinfo li{
    border-left: solid 1px #939393;
  }  
  #footer .menu_siteinfo li:nth-child(1),
  #footer .menu_siteinfo li:nth-child(7){
    border-left: none;
  }
  #footer .menu_siteinfo a:hover{
    color: #00b097;
  }
}
@media print,screen and (max-width :1280px) and (min-width :1025px){
  #footer .menu_siteinfo{
    max-width: 500px;
  }
  #footer .menu_siteinfo li:nth-child(4){
    border-left: none;
  }    
}
@media screen and (max-width :1024px){
  #footer .menu_siteinfo{
    margin-top: 40px;
    font-size: 10px;
    font-size: 1rem;   
  }
  #footer .menu_siteinfo ul{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px; 
  }
  #footer .menu_siteinfo li{
    padding: 0 12px;  
    border-left: solid 1px #00b097;
  }
  #footer .menu_siteinfo a{
    color: #00b097;
  }  
  #footer .menu_siteinfo li:nth-child(3n+3){
    border-right: solid 1px #00b097;
  }    
  .android #footer .menu_siteinfo ul{
    display: block;
  }
  .android #footer .menu_siteinfo li{
    display: inline-block;
  }
}

@media screen and (max-width :420px){
  #footer .menu_siteinfo ul{
    max-width: 320px;
  }  
  #footer .menu_siteinfo li:nth-child(2),
  #footer .menu_siteinfo li:nth-child(4){
    border-right: solid 1px #00b097;
  }  
}
/*サイトメニュー------------------------------------*/
@media print,screen and (min-width :1025px){
  #footer .area_site_menu{
    padding-top: 30px;
  }
  #footer .area_site_menu .menu_footer{
    padding-top: 20px;
    border-top: solid 1px #c8d9d7;    
  }  
}
@media screen and (max-width :1024px) {
  #footer .area_site_menu{
    -webkit-box-ordinal-group:1;
    order: 0;    
  }
}
/*copyright------------------------------------*/
#footer .copyright{
  margin-top: 50px;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #00b097;
  font-family: 'Roboto Condensed', sans-serif;
}
@media  screen and (max-width :1024px){
  #footer .copyright{
    -webkit-box-ordinal-group:4;
    order: 3;    
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}

/*TOP*/
#btn_go_top{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  z-index: 100;
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
#btn_go_top.on{
  display: block;
  transform: translateY(0);
}
@media screen and (max-width :834px){
  #btn_go_top{
    width: 50px;
  }
}
/* ===============================================
# アニメーション
=============================================== */
@keyframes listfade {
  0% {
    opacity: 0;
     -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
     -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}