/* font */
@font-face{ 
    font-family: 'osw';
    src: url('../font/osw.otf') format('opentype');
}

.osw{
    font-family: 'osw';
}

.mincho{
    font-family: 'Noto Serif JP', serif;
}
/* font */

html {
    overflow: auto;
}

body {
    position: relative;
    min-width: 1100px;
    width: 100%;
    word-wrap: break-word;
}
body{
    color: #727171;
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    font-family: 'Noto Sans JP' ,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;

    word-break: break-all;
    -webkit-text-size-adjust: none;
    line-break: strict;
    overflow-wrap: break-word;
}

body * {
    box-sizing : border-box;
  }


img{
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

a {
	margin: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    color: #000;
    transition: all 500ms;
    vertical-align: baseline;
    line-height: 1;
}
a:focus{
	outline:none;
}

section{
	position: relative;
    padding: 90px 3%;

    overflow: hidden;
}

.wrap,.foot {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.cont_incont{
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

b, strong, .bold{
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; */
    font-weight: 500;
}

.nomal{
    font-weight: 400;
}

p{
	margin: 0;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

table{
    border-collapse: collapse;
}


h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 1280px) {
    body {
        min-width: 1200px;
    }
    .wrap,.foot {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

}

/* pagetop start */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    z-index: 100;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    background: #5f79b5;
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    /* font-size: 32px; */
    border-radius: 100%;
}
img.page_img {
    width: 55%;
    filter: invert(1) brightness(1.5);
}
#pagetop a:hover {
    opacity: .6;
}

@media screen and (max-width:767px) {
    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }
    body {
        min-width: 320px;
    }

    section {
        padding: 35px 5%;
    }

    #top .section:nth-child(1){
        padding-top: 40px;
    }
	#pagetop {
		position: fixed;
		right: 5px;
		bottom: 5px;
		margin: 0;
		opacity: .9;
		z-index: 99;
	}
	#pagetop a {
		width: 45px;
		height: 45px;
	}
}

/* 追従タイプタブ */
.top_sec{
    padding-top: 64.38px;
}

.indent {
    display: inline;
    letter-spacing: -0.5em;
}
.indent_l{
    display: inline;
    margin-left: -0.5em;
}

/* color */
.wh{
    color: #FFF!important;
}
.bl{
    color: #5f79b5!important;
}

.li_2{
    line-height: 2;
}

._ce{
    text-align: center!important;
}
._le{
    text-align: left!important;
}
._ri{
    text-align: right!important;
}

.gra{
    background: rgb(149,213,242);
    background: -moz-linear-gradient(120deg, rgba(149,213,242,1) 5%, rgba(147,162,210,1) 30%, rgba(135,139,194,1) 55%, rgba(154,140,194,1) 80%, rgba(196,164,205,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(149,213,242,1) 5%, rgba(147,162,210,1) 30%, rgba(135,139,194,1) 55%, rgba(154,140,194,1) 80%, rgba(196,164,205,1) 100%);
    background: linear-gradient(120deg, rgba(149,213,242,1) 5%, rgba(147,162,210,1) 30%, rgba(135,139,194,1) 55%, rgba(154,140,194,1) 80%, rgba(196,164,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95d5f2",endColorstr="#c4a4cd",GradientType=1);
}

.copy {
    padding: 10px 0;
    line-height: 1.1;
    font-size: 12px;
}



/* HEADER */
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffffe6;
  }
  
  .top_tab_wrap{
    margin: 0 auto;
    padding: 0 20px;
  }
  .top_tab_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .top_tab_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
    .top_tab_nav ul li a {
        position: relative;
        padding: 1.5em 1.2em;
        color: #FFF;
    }

    .top_tab_nav ul li a::before{
        position: absolute;
        content: '';
        width: 1px;
        height: 1em;
        right: 0;
        background-color: #FFF;
    }

    .top_tab_nav ul li a span{
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
      }
      .top_tab_nav ul li a span::after {
        position: absolute;
        bottom: -7px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #FFF;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
      }
      .top_tab_nav ul li a span.line_ac::after{
        transform: scale(1, 1);
      }
      .top_tab_nav ul li a:hover span.line_ac::after {
        transform: scale(1, 1);
      }

      .top_tab_nav ul li a.sai_box{
        padding: 1.2em 1.2em;
      }
      a.sai_box span {
        background-color: #ffb700;
        color: #FFF;
        padding: 5px 25px;
        border-radius: 100px;
    }

    .top_tab_nav ul li a.sai_box:hover span.line_ac::after {
        transform: scale(0, 1);
      }
  
  .menu_btn{
    position: absolute;
  }
  
  .top_logo{
    max-width: 230px;
    margin-left: 1em;
  }

  /* body::before{
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #00000066;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.overlay::before{
    opacity: 1;
    z-index: 10;
  } */

  @media screen and (max-width: 767px){
      /* MENU BUTTON */
      .menu_btn{
        position: fixed;
        width: 35px;
        height: 26px;
        z-index: 1001;
        top: 20px;
        right: 15px;
    }
    
    .menu_btn span{
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        border-radius: 20px;
        background: #FFF;
        transition: all 500ms;
    }
    .menu_btn::before{
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 0.7rem;
        font-weight: 900;
        color: #FFF;
    }
    
    .menu_btn span:nth-child(1){
        position: absolute;
        top: 0;
    }
    .menu_btn span:nth-child(1).btn_ac{
        transform: translateY(11px) rotate(42deg);
    }
    
    .menu_btn span:nth-child(2){
        position: absolute;
        top: 11px;
        opacity: 1;
    }
    .menu_btn span:nth-child(2).btn_ac{
        transform: translateY(6px) rotate(180deg);
        opacity: 0;
    }
    
    .menu_btn span:nth-child(3){
        position: absolute;
        bottom: 0;
    }
    .menu_btn span:nth-child(3).btn_ac{
        transform: translateY(-13px) rotate(-42deg);
    }

    .top_tab_wrap {
        display: flex;
        max-width: 1200px;
        width: 96%;
        height: 65px;
        padding: 0 2%;
        margin: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .top_tab_wrap ul {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 100%;
        padding: 0px 7%;
        height: 95vh;
        z-index: 5;
        position: fixed;
        top: 65px;
        right: -105%;
        padding-top: 1rem;
        background-color: #5f79b5;
        transition: all 500ms;
        padding-bottom: 100px;
        overflow: scroll;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .top_tab_wrap ul {
        width: 100%;
        height: 100%;
    }

    .top_tab_wrap ul li {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .top_logo {
        max-width: 90px;
        margin-left: 0;
    }
    .top_tab_nav ul li a {
        padding: 10px;
        width: 100%;
    }
    .top_tab_nav ul li a::before{
        content: none;
    }

    .li_2{
        line-height: 1.7;
    }
  }



/* PC/SP start */
.pc{
}
.sp{
    display: none;
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* PC/SP end */