@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-style: normal;
    background:transparent;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}


th {
	font-weight: 500;
}


body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #669F3E;
}
a:hover {
    text-decoration: none;
}

video 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


html {
	overflow-y: scroll;
}


img {
    vertical-align: bottom;
}






/***************/
html {
	font-size: 62.5%;
}


body {
    color: #333;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
	line-height: 1.6;
  background: #fbf9f0;
}
@media screen and (max-width:768px){
body {
	font-size: 1.5rem;
	line-height: 1.5;
	word-wrap: break-word; /*英語改行用*/
	-webkit-text-size-adjust: 100%;
}
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  background: #669F3E;
}
@media screen and (max-width:768px){
    header {
        display: block;
        width: 100%;
        height: auto;
      padding-bottom: 30px;
    }
}

@media screen and (max-width:768px){
h1 {
    width: 100%;
    max-width: 600px;
    padding: 20px 0;
    text-align: center;
}
}

h1 img {
    width: 360px;
    height: 56px;
}
@media screen and (max-width:768px){
h1 img {
    width: 100%;
    height: auto;
}
}


nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (max-width:768px){
nav {
    border: #fff 1px dashed;
}
}

nav li {
    display: flex;
    align-items: center;
    position: relative;
  border-right: #fff 1px dashed;
}
nav li:first-child {
  border-left: #fff 1px dashed;
}
@media screen and (max-width:768px){
nav li {
    width: 100%;
    border: none;
}
nav li:first-child {
  border-left: none;
}
nav li:not(:first-child) {
    border-top: #fff 1px dashed;
}
}

@media screen and (max-width:768px){
    nav li::before {
        content: none;
    }
}

nav li a {
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #292F9E;
    display: block;
    transition: .3s;
  color: #fff; 
}
@media screen and (max-width:768px){
    nav li a {
        display: block;
        width: 100%;
        padding: 10px 5px;
    }
}

nav li a:hover {
    background-color: #1d92b5;
}

nav li span {
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #aaa;
    display: block;
}
@media screen and (max-width:768px){
    nav li span {
        display: block;
        width: 100%;
        padding: 10px 5px;
    }
}

#lang {
    font-size: 1.4rem;
    width: 81px;
}
@media screen and (max-width:768px){
#lang {
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    justify-content: center;
}
}

#lang a {
    position: absolute;
    padding: 10px 15px;
    margin-left: 15px;
    text-decoration: none;
    color: #6B5C50;
    background: #E7DD00;
    transition: .3s;
  border-radius: 5px;
}
#lang a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, #5A00A3, #00B7CC);
}

#lang span {
    position: absolute;
    padding: 10px 15px;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    background: #aaa;
    transition: .3s;
  border-radius: 5px;
}

@media screen and (max-width:768px){
#lang a {
    width: 90%;
    margin: 0;
    padding: 5px 7px;
}
}

#lang a:hover {
    background: transparent;
}

#lang span {
    padding: 5px 10px;
    text-decoration: none;
    color: #999;
    background-color: #ddd;
    transition: .3s;
}
@media screen and (max-width:768px){
#lang span {
  width: 90%;
  margin: 0;
  padding: 5px 7px;
}
}




main {
    display: block;
}
@media screen and (max-width:768px){
main {
    width: 100%;
    margin: 0;
}
}

footer {
    width: 100%;
    margin-top: 50px;
}
@media screen and (max-width:768px){
footer {
    margin-top: 30px;
}
}


.wrap {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:1050px){
.wrap {
    width: calc(100% - 40px);
}
}


#bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 95px;
    top: 33px;
}
@media screen and (max-width:768px){
#bnr {
    display: none;
}
}

#bnr li {
    margin-left: 20px;
}

#bnr li:nth-child(1) img {
    width: 113px;
}

#bnr li:nth-child(2) img {
    width: 52px;
}

#bnr li:nth-child(3) img {
    width: 90px;
}

#bnr li:nth-child(4) {
    display: none;
}

#jasca {
    margin: 50px 0;
    padding: 50px 0;
    border-top: #eee 2px solid;
    border-bottom: #eee 2px solid;
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px){
#jasca {
    margin: 30px 0;
    padding: 30px 10px;
    display: block;
}
}

#jasca figure {
    width: 200px;
    text-align: center;
}
@media screen and (max-width:768px){
#jasca figure {
    width: 100%;
    text-align: center;
}
}

#jasca img {
    width: 130px;
}
@media screen and (max-width:768px){
#jasca img {
    width: 100px;
}
}

#jasca div {
    width: 770px;
    margin-left: 30px;
}
@media screen and (max-width:768px){
#jasca div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
}

#document {
    margin-top: 50px;
    padding-top: 50px;
    border-top: #E9F1DA 2px solid;
}
@media screen and (max-width:768px){
#document {
    margin-top: 30px;
    padding: 30px 10px 0;
}
}

#document ul {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:768px){
#document ul {
    display: block;
}
}

#document li {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
}
@media screen and (max-width:768px){
#document li {
    width: 100%;
    margin-left: 0;
}
}

#document li:nth-child(odd) {
    margin-left: 0;
}

#document li:nth-child(3) {
    margin-bottom: 0;
}
@media screen and (max-width:768px){
#document li:nth-child(3) {
    margin-bottom: 2%;
}
}

#document li:nth-child(5) {
    margin-bottom: 0;
}
@media screen and (max-width:768px){
#document li:nth-child(5) {
    margin-bottom: 2%;
}
}

#document li.banner a {
    height: 92px;
    padding: 0 15px;
    text-decoration: none;
    line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    border: #000 1px solid;
    transition: .3s;
  background: #fff;
}
@media screen and (max-width:768px){
#document li.banner a {
    height: auto;
    padding: 20px 15px;
    line-height: 1.4;
    display: block;
}
}

#document li a:hover {
    background-color: #f3f3f3;
}

#document li a img {
    width: 100%;
}

#ascn {
    margin-top: 50px;
    padding-top: 50px;
    border-top: #eee 2px solid;
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px){
#ascn {
    margin-top: 30px;
    padding: 30px 10px 0;
    display: block;
}

#ascn figure {
    text-align: center;
}
}

#ascn img {
    width: 300px;
}

#ascn dl {
    margin-left: 30px;
}
@media screen and (max-width:768px){
#ascn dl {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
}
}

#link li {
    margin-top: 50px;
    padding-top: 50px;
    border-top: #eee 2px solid;
    display: flex;
    align-items: center;
}
@media screen and (max-width:768px){
#link li {
    margin-top: 30px;
    padding: 30px 10px 0;
    display: block;
}
}

#link figure {
    width: 200px;
    text-align: center;
}
@media screen and (max-width:768px){
#link figure {
    width: 100%;
    text-align: center;
}
}

#link li:first-child img {
    width: 120px;
}
@media screen and (max-width:768px){
#link li:first-child img {
    width: 120px;
}
}

#link li:last-child img {
    width: 70px;
}
@media screen and (max-width:768px){
#link li:last-child img {
    width: 70px;
}
}

#link p {
    width: 770px;
    margin-left: 30px;
}
@media screen and (max-width:768px){
#link p {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
}

#copy {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    background-color: #6B5C50;
}
@media screen and (max-width:768px){
#copy {
    padding: 10px 0;
    font-size: 1.1rem;
}
}




/***** pc sp 表示非表示 *****/
.pc {
	display: block;
}
@media screen and (max-width:768px){
.pc {
	display: none;
}
}

.sp {
	display: none;
}
@media screen and (max-width:768px){
.sp {
	display: block;
}
}




/*********************/
/***** pc sp共通 *****/
/*********************/



/***** margin *****/
.mt0 {
	margin-top: 0!important;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb0 {
	margin-bottom: 0;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}




/***** 文字サイズ *****/
.ft-s {
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:768px){
.ft-s {
	font-size: 11px;
	font-size: 1.1rem;
}
}

.ft-l {
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width:768px){
.ft-l {
	font-size: 16px;
	font-size: 1.6rem;
}
}

.ft-ll {
	font-size: 22px;
	font-size: 2.2rem;
}
@media screen and (max-width:768px){
.ft-ll {
	font-size: 19px;
	font-size: 1.9rem;
}
}




/***** フォント太さ *****/
.bold {
	font-weight: bold;
}




/***** 上付き *****/
.sup {
	font-size: .8rem;
	vertical-align: top;
}




/***** ※ *****/
.note {
	margin-left: 1em;
    font-size: 1.5rem;
	text-indent: -1em;
}
@media screen and (max-width:768px){
.note {
	margin-left: 1em;
    font-size: 1.4rem;
	text-indent: -1em;
}
}

.note::before {
    content: "※";
}

.note_m {
	margin-left: 1em;
	text-indent: -1em;
}

.note_m::before {
    content: "※";
}

.note_dl2 dt {
    width: 1.5em;
    float: left;
    clear: left;
}

.note_dl2 dd {
    margin-bottom: 5px;
    padding-left: 1.5em;
}

.note_dl2 dd:last-child {
    margin-bottom: 0;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}



/***** 位置 *****/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}




/***** 色 *****/
.red {
	color: #cc0000;
}

.blue {
	color: #0580c4;
}




/* 矢印 */
/*********************/
.arr1 {
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}

.arr2 {
	width: 6px;
	height: 6px;
	margin-right: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: inline-block;
	vertical-align: middle;
}



/***** その他 *****/
.u_line {
    text-decoration: underline;
}

.ver_t {
    vertical-align: top;
}





/***** アイコン *****/
.win_icon {
	margin-right: 5px;
	padding-right: 18px;
	background: url(../images/win_icon.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
.movie_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/movie_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.pdf_icon {
	padding-right: 20px;
	background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
.movie_icon {
	padding-right: 20px;
	background: url(../images/movie_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.xls_icon {
	padding-right: 20px;
	background: url(../images/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.doc_icon {
	padding-right: 20px;
	background: url(../images/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}
@media screen and (max-width:768px){
.ppt_icon {
	padding-right: 20px;
	background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}

.link_icon {
    padding-left: 22px;
    background: url("../images/icon_01.svg") 0 50% no-repeat;
    background-size: 14px 14px;
}




/***** ボタン *****/
@media screen and (max-width:768px){
.btn_box {
    padding: 0 10px;
}
}

.btn1 a {
	padding: 20px 0;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #fff;
	background-color: #a164a7;
	border: #a164a7 3px solid;
    transition: all 0.4s;
	display: block;
    border-radius: 5px;
}
@media screen and (max-width:768px){
.btn1 a {
	font-size: 1.4rem;
}
}

.btn1 a:hover {
	color: #a164a7;
	background-color: #fff;
	border: #a164a7 3px solid;
    border-radius: 5px;
}

.btn1 .no_link {
    padding: 20px 0;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #999;
	background-color: #ddd;
	border: #ddd 3px solid;
	display: block;
    border-radius: 5px;
}
@media screen and (max-width:768px){
.btn1 .no_link {
	font-size: 1.4rem;
}
}

.btn2 a {
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #0490d8;
	background-color: #fff;
	border: #0490d8 3px solid;
    border-radius: 5px;
	display: block;
    transition: all 0.4s;
}
@media screen and (max-width:768px){
.btn2 a {
	font-size: 1.3rem;
}
}

.btn2 a:hover {
    color: #fff;
	background-color: #0490d8;
	border: #0490d8 3px solid;
	display: block;
}

.btn3 {
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
.btn3 {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
}
}

.btn3 li {
    width: 49%;
    text-align: center;
    display: flex;
}
@media screen and (max-width:768px){
.btn3 li {
    width: 100%;
    margin-bottom: 2%;
}

.btn3 li:last-child {
    margin-bottom: 0;
}
}

.btn3 a {
    position: relative;
    width: 100%;
	padding: 20px 0;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #fff;
	background-color: #160053;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
}
.btn3 a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background: rgb(22,0,83);
    background: linear-gradient(340deg, rgba(22,0,83,1) 0%, rgba(37,130,187,1) 100%);
}

.btn3 .end a{
    width: 100%;
	padding: 20px 0;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #fff;
	background-color: #d1c2d3;
	border: #d1c2d3 3px solid;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    pointer-events: none;
}

@media screen and (max-width:768px){
.btn3 a {
	font-size: 1.4rem;
}
}

.btn3 a:hover {
	background-color: transparent;
}

.btn3 .no_link {
    width: 100%;
    padding: 20px 0;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
    color: #999;
	background-color: #ddd;
	border: #ddd 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
@media screen and (max-width:768px){
.btn3 .no_link {
	font-size: 1.4rem;
}
}

.btn3 .icon {
    width: 28px;
    margin-right: 10px;
}

.btn-s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn-s {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}

.btn-m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn-m {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}

.btn-l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn-l {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}





/***** リスト *****/
.disc {
    margin-left: 15px;
    list-style-type: disc;
}

.circle {
    margin-left: 15px;
    list-style-type: circle;
}

.deci {
    margin-left: 15px;
    list-style-type: decimal;
}

.li_mb5 li {
    margin-bottom: 5px;
}

.li_mb5 li:last-child {
    margin-bottom: 0;
}

.li_mb10 li {
    margin-bottom: 10px;
}

.li_mb10 li:last-child {
    margin-bottom: 0;
}

.li_mb15 li {
    margin-bottom: 15px;
}

.li_mb15 li:last-child {
    margin-bottom: 0;
}






/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
}
@media screen and (max-width:600px){
}

#pagetop img {
	width: 60px;
	height: 60px;
}

