@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,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
=============================================== */
@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;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-size:16px;
  font-size:1.6rem;  
  line-height: 1.75;
  font-weight: 400;
  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;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {0% {opacity: 0;}100% {opacity: 1;}
}
@-webkit-keyframes PageIn {0% {opacity: 0;}100% {opacity: 1;}}
.wrapper{
  position: relative;  
  width: 100%;
}
.inner{
  width: 100%;
  max-width: 1380px;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;  
  position: relative;
}
a,
a:link,
a:visited{
  color: #003399;  
}
a[href=""],a[href="#"] {
  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%; 
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;  
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.for_pc{
  display: block;
  content-visibility: visible;
}
.for_sp{
  display: none;
  content-visibility: hidden;
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: inline;
  content-visibility: visible;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: none;
  content-visibility: hidden;
}
.flex{
  display:-webkit-box;
  display:flex;
}
.flex_center{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
legend[aria-hidden="true"]{
  display: none;
}

@media (min-width :835px){
  .flex_pc{
    display:-webkit-box;
    display:flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width :834px){
  body{
    font-size:14px;
    font-size:1.4rem;  
    line-height: 1.5;
  }
  img{
    width: 100%;
    height: auto;
  }
  .inner{
    width: 89.74%;
    padding: 0;
  }  
  .for_pc{
    display: none;
    content-visibility: hidden;
  }
  .for_sp{
    display: block;
    content-visibility: visible;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: none;
    content-visibility: hidden;
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: inline;
    content-visibility: visible;
  }
}
/*
 マウスオーバー
----------------------------------------------------------- */
.ov{display:block;}
.over{display:block;}
@media (any-hover:hover) and (pointer: fine) {
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}

/* ===============================================
# main
=============================================== */
main{
  position: relative;
  display: block;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eef2f7 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #eef2f7 calc(100% - 1px));
  background-size: 11px 11px;
  background-repeat: repeat;
  background-position: center center;  
}
.main_contents{
  padding: 80px 0;
}
@media screen and (max-width :834px) {
  .main_contents{
    padding: 40px 0;
  }  
}
/* ===============================================
# header
=============================================== */
#header{
  position: sticky;
  top: 0;    
  width: 100%;
  z-index: 900;
}
@media (min-width :835px){
  #header{
    display:-webkit-box;
    display:flex;    
    -webkit-box-align: center;
    align-items: center; 
    -webkit-box-pack: justify;
    justify-content: space-between; 
    padding: 24px 39px 24px 24px; 
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 900;    
  }  
  #header .wrap_header_main{
    max-width: 569px;
    width: 40%;
  }
  #header #btn_menu{
    display: none;
  }
  #header .gnav_list{
    display:-webkit-box;
    display:flex;    
    -webkit-box-pack: end;
    justify-content: flex-end;    
  }
  #header .gnav_list li+li{
    margin-left: 40px;
  }
  #header .gnav_list li.top{
    display: none;
    content-visibility:hidden;    
  }
  #header .gnav_list li a{
    text-decoration: none;
    font-weight: 700;
  }
}
@media (max-width :1024px) and (min-width :835px) {
  #header{
    padding: 24px 24px;
  }    
  #header .gnav_list li+li{
    margin-left: 20px;
  }
}
@media (max-width :834px) {
  #header .wrap_header_main {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;  
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 900;
  }  
  #header .logo{
    padding: 0 15px 0 11px;
    -webkit-box-flex: 1;
    flex: 1;
  }
  #header .logo img{
    width: 305px;
  }
  #header #btn_menu{
    width: 56px;
    height: 56px;
    background: url("/ccte/common/img/btn_menu.svg")no-repeat center center;
    background-size: cover;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    font-size: 16px;
    touch-action: manipulation;
  }
  #header #btn_menu.is_open{
    background-image: url("/ccte/common/img/btn_menu_close.svg");
  }
  #header #gnav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 56px 0 50px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 800;
  }
  #header.is_open #gnav{
    display: block;
    opacity: 1;
  }  
  #header .gnav_list li{
    border-bottom: solid 1px #cccccc;
  }
  #header .gnav_list li a{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    padding: 17px 30px 17px 15px;
    background: url("/ccte/common/img/ico_link_b.svg")no-repeat right 20px center;
    background-size: 10px auto;
  } 
}

/* ===============================================
# wrap_footer
=============================================== */
.wrap_footer{
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;  
  padding: 40px 40px 25px;
  background: #063e8d;
  color: #fff;
  line-height: 1.3;
}
.wrap_footer .logo{
  width: 161px;
}
.wrap_footer .adr{
  margin-top: 20px;
  font-weight: 500;
}
.wrap_footer .copyright{
  margin-top:53px;
  font-size: 12px;
  font-size: 1.2rem;
}

.wrap_footer .aside_list ul{
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  width: 268px;  
}
.wrap_footer .aside_list li{
  width: 100%;
  min-height: 65px;
}
.wrap_footer .aside_list a{
  display:-webkit-box;
  display:flex;
  height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-box-align: center;
  align-items: center;  
  padding: 10px 24px;
  border: solid 1px #6a8bbb;
  font-weight: 700;
}
.wrap_footer .aside_list a span{
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  background: url("/ccte/common/img/ico_link.svg")no-repeat right center;  
  background-size: 14px auto;
}
@media screen and (max-width :1024px){
  .wrap_footer{
    padding: 24px 24px;
  }
}
@media screen and (max-width :834px) {
  .wrap_footer{
    display: block;
    padding: 32px 0 20px;
    background: #063e8d;
    color: #fff;
    line-height: 1.3;
  }
  .wrap_footer >*{
    width: 89.74%;
    margin: 0 auto;
  }
  .wrap_footer .logo{
    width: 139px;
  }
  .wrap_footer .adr{
    margin-top: 15px;
    line-height: 1.498;
  }
  .wrap_footer .copyright{
    margin-top:32px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .wrap_footer .aside_list ul{
    width: 100%;
    max-width: 350px;
    margin-top: 30px;
  }
  .wrap_footer .aside_list li{
    min-height: 50px;    
  }
  .wrap_footer .aside_list a{
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wrap_footer .aside_list a span{
    padding-right: 15px;
    background-size: 10px auto;
  }  
}