<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a { text-decoration: none; color: inherit; }
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

img{ max-width: 100%; vertical-align: bottom;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html { overflow-y: scroll; }
body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    font-feature-settings: 'palt' ;
    letter-spacing: 1px;
}


a:hover {
    text-decoration:none; 
}



/* ここまでリセットcss */


/*フォント 指定*/

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #000000;
}

/*ここまでフォント 指定*/

/* 共通 */

.innner{
    width: 1366px;
    margin: 0 auto;
}

.innner_2{
    width: 1000px;
    margin: 0 auto;
}

.innner_3{
    width: 861px;
    margin: 0 auto;
}

.innner_4{
    width: 640px;
    margin: 0 auto;
}

.innner_5{
    width: 640px;
    margin: 0 auto;
}



.bold{
    font-weight: bold;
}


.annotation{
    font-size: 12px;
}

.btn{
    width: 500px;
    height: 80px;
    line-height:70px;
    font-size: 24px;
    text-align: center;
    transition: 0.5s;
}

.btn:hover{
    opacity: 80%;
    transition: 0.5s;
}

#btn1,#btn2 {
    background-color: #A32525;
    color: #FFF;
    border: solid 4px #D17777;
    border-radius: 50px;
    margin: 0 auto 30px;
}
#btn1[disabled],#btn2[disabled] {
    background-color: #BF4343;
    cursor: not-allowed;
}





.size{
    font-size: 1.4em;
}

.link{
    color: #A32525;
    text-decoration: underline;
}

    
.link_2{
    color: #fcdcdc;
    text-decoration: underline;
}

.link:hover{
    text-decoration: underline;
}

.title_bur{
    background-color: #E3D39F;
    color: #151515;
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
}

/* /共通 */

/* header */

header{
    position: relative;
}


.aplus_logo{
    width: 124px;
    position: absolute;
    top: 12px;
    right: 17px;
    z-index: 1;
}


.main{
    height: 768px;
    margin: 0 auto;
}
/* sec1 */

.sec1{
    position: relative;
    background-color: #151515;
    padding-bottom: 210px;
}

.sec1_1{
    position: absolute;
    top: -50px;
    width: 1025px;
    margin-bottom: 50px;
}

.sec1_1_1{
    padding: 32px 70px 50px 70px;
}

.sec1_2{
    margin-bottom: 50px;
    border-radius: 25px;
    padding: 760px 50px 60px;
}

.sec1_2_copy{
    font-size: 18px; 
    text-align: center;
    padding-bottom: 35px;
    color: #FFF;
}

/* スクロール */



.sec1_3 {
    padding: 30px;
    border: solid 1px #FFFFFF;
    margin: 30px 0;
}

::-webkit-scrollbar {
    display: none;
}



/*
.sec1_3 .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.sec1_3 .item:not(:last-child) {
    border-bottom: 1px solid #000;
}
*/
.sec1_3 p {
    line-height: 1.5;
    margin-top: 10px;
}


.sec1_3 li {
    width: 900px;
}

/*
.sec1_3 .scroll {
    font-size: 12px;
    height: 240px;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
.sec1_3 .scroll::-webkit-scrollbar {
    width: 7px;
}
.sec1_3 .scroll::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5D5D5D), to(#5D5D5D));
    background: linear-gradient(to bottom, #999999 50%, #999999);
    border-radius: 10px;
}
.sec1_3 .scroll::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 10px;
}
.sec1_3 .blue {
}
*/

.sec1_3_1{
    overflow: scroll;
    color:#FFFFFF;
    padding: 0px 30px 20px 0px;
    height: 240px;
}

.sec1_3_1 li{
    margin-bottom: 25px;
}


.simplebar-scrollbar::before{
    background: #999999;
    height: 105px;
}
    
.simplebar-track{
    background-color: #FFF;
    border-radius: 510px;
}
    
.simplebar-scrollbar.simplebar-visible::before{
    opacity: 1;
}　


/* スクロール */

.sec1_back1{
    position: absolute;
    width: 1366px;
    top: -90px;
}

.sec1_back2{
    position: absolute;
    width: 255px;
    top: 350px;
}

.sec1_back3{
    position: absolute;
    width: 255px;
    top: 900px;
    right: 0;
}

/* /sec1 */



/* sec_2 */

.sec2{
    padding: 100px;
    background-color: #151515;
}

.sec2_2{
    margin-bottom: 30px;
}

.sec2_3{
    margin-bottom: 30px;
    color: #FFF;
}

.sec2_4{
    padding: 50px 0;
}

.sec2_4_1{
    font-size: 26px;
    color: #E3D39F;
    margin-bottom: 10px;
}

.sec2_4_2{
    font-size: 16px;
    margin-bottom: 30px;
    color: #FFF;
}

.sec2_4_3{
    margin-bottom: 30px;
}

.sec2_4_4{
    line-height: 25px;
    color: #FFF;
}

/* /sec_2 */


/* sec_3 */

.sec3{
    position: relative;
    background-image: url("../images/sec3_back.png");
    background-size: 1366px;
    width: 1366px;
    height: 882px;
    padding-bottom: 100px;
}

.sec3_1{
    position: relative;
}

.sec3_1_bur{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}

.sec3_2{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}

.sec3_2_con{
    position: relative;
    width: 483px;
    height: 700px;
    background-color: #FFF;
    opacity: 85%;
}

.sec3_2_1p{
    position: absolute;
    width: 100px;
    top: 50px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.sec3_2_2p{
    position: absolute;
    width: 90px;
    top: 50px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}


.sec3_2_title1{
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    font-size: 25px;
    text-align: center;
}

.sec3_2_title2{
    position: absolute;
    top: 340px;
    right: 0;
    left: 0;
    font-size: 26px;
    color: #193990;
    text-align: center;
}

.sec3_2_title_annotation_1{
    position: absolute;
    top: 350px;
    right: 0;
    left: 0;
    padding: 30px;
    font-size: 14px;
    color: #193990;
}

.sec3_2_title_annotation_2{
    position: absolute;
    top: 500px;
    right: 0;
    left: 0;
    padding: 30px;
    font-size: 14px;
    color: #193990;
}

.sec3_2_title_btn{
    position: absolute;
    top: 620px;
    right: 0;
    left: 0;
    width: 212px;
    height: 49px;
    line-height:43px;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    border: solid 2px #193990;
    color: #193990;
    border-radius: 50px;
}

/* /sec_3 */



/* sec_4 */

.sec4{
    padding: 100px 0;
    background-color: #151515;
}

.sec4_2{
    font-size: 55px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
}

.sec4_3{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: #FFF;
}

.sec4_4{
    color: #FFF;
}

/* /sec_4 */


/* sec_5 */

.sec5{
    color: #000000;
    padding: 100px 0;
}

.sec5_1{
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.sec5_2{
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.sec5_3{
    font-size: 55px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.sec5_4{
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
}

.sec5_4_1{
    background-color: #000000;
    color: #FFF;
    padding: 3px 10px ;
    border-radius: 5px;
}

.sec5_4_2{
    padding: 3px 10px;
}

.sec5_5{
    margin-bottom: 20px;
}

.sec5_6{
    border: solid 1px #000;
    text-align: center;
    padding: 30px 100px;
    font-size: 16px;
    margin-bottom: 20px;
}

.sec5_7{
    display: flex;
}

.sec5_7 p{
    vertical-align: top;
    line-height: 28.5px;
    padding: 0 10px 0 35px;
}

.kashi_logo{
    width: 28.5px;
    height: 28.5px;
}

.sec5_8{
    font-size: 16px;
    color: #A32525;
    text-align: center;
}

.sec5_8_bar {
    display: flex;
    align-items: center;
    width: 520px;
    margin: 0 auto;
}
.sec5_8_bar:before,
.sec5_8_bar:after {
    border-top: 2px solid;
    content: "";
    flex-grow: 1;
}
.sec5_8_bar:before {
    margin-right: 1rem;
}
.sec5_8_bar:after {
    margin-left: 1rem;
}

/* /sec_5 */



/* sec_entry */

.sec_entry{
    background-color: #CDCDCD;
    padding: 100px 0;
}

.sec_entry_btn{
    width: 1027px;
    margin: 0 auto 30px;
}

.sec_entry_btn_1{
    background-color: #FFF;
    color: #151515;
    border: solid 4px #A5A5A5;
    border-radius: 50px;
    margin: 0 auto 25px;
}

.sec_entry_btn_2{
    background-color: #A32525;
    color: #FFF;
    border: solid 4px #D17777;
    border-radius: 50px;
    margin: 0 auto 50px;
}

.sec_entry_btn_annotation{
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
}

.sec_entryspace{
    background-color: #FFF;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
}

.sec_entryspace_copy{
    font-size: 28px;
    margin-bottom: 15px;
}

.sec_entry_2 input{
    width: 560px;
    height: 80px;
    border: 0;
    background-color: #E5E5E5;
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.sec_entry_2 input:nth-child(4){
    width: 500px;
    height: 80px;
    font-size: 24px;
}

.sec_entry_2 p{
    margin-bottom: 50px;
}

.sec_entryspace_annotation{
    text-align: center;
    margin-bottom: 50px;
}


::placeholder {
    color: #848484;
    font-size: 24px;
    text-align: center;
  }





/* /sec_entry */


/* footer */


footer{
    width: 100%;
    background-color: #969696;
}

footer p{
    text-align: center;
    color: #FFF;
    padding: 30px;
}



/* simple sclool */
    
    
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
  width: 11px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0px;
  right: 0px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
    
    
    
/* /simple sclool */ 







</pre></body></html>