<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================= reset ================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav 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;
}

/* 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;
}

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

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #313030;
  font-weight: 300;
  min-width: 1040px;
}
@media (max-width: 768px){
  body {
    min-width: initial;
    min-width: auto;
  }
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.sp-br{
  display: none;
}
@media (max-width: 768px){
  .sp-br{
    display: block
  }
}

/* ===== フォント =====*/
@font-face {
   font-family: 'Futura';
   src: url('../font/Futura.ttc') format("truetype");
   src: url('../font/Futura.eot');
   src: url("../font/Futura.eot?") format('embedded-opentype'),
   url("../font/Futura.woff") format('woff'),
}


/* ===== 幅 =====*/
.inner{
  min-width: 1000px;
  max-width: 1000px;
  width: 78.75%;
  margin: 0 auto;
}
.mb10{
  margin-bottom: 10px;
}
.mb30{
  margin-bottom: 30px;
}
.mb60{
  margin-bottom: 60px;
}
@media (max-width: 768px){
  .inner{
    min-width: initial;
    min-width: auto;
    width: 90%;
  }
}
@media (max-width: 480px){
  .inner{
    min-width: initial;
    min-width: auto;
    width: 91%;
  }
}

/* ===== parts =====*/
.con-tit{
  margin-bottom: 20px;
  color: #3b6ca8;
  font-size: 4.0rem;
  font-family: 'Futura',sans-serif;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1.0;
}
.con-tit .icon img{
  width: 85px;
}
.con-tit .sub{
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: .2em;
  padding-bottom: 3px;
}
.more_btn{
  margin: 30px auto 0;
  width: 467px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.more_btn a{
  display: block;
}

.wrap-02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.wrap-start-02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrap-02_txtbox{
  width: 55%;
}
.wrap-02_img{
  width: 40%;
}
.wrap-start-02 .left-box{
 width: 45%;
}
.wrap-start-02 .right-box{
 width: 50%;
}

form.cmxform label.error, label.error {
    color: red;
}
@media (max-width: 768px){
  .wrap-02_txtbox{
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-02_img{
    width: 105%;
    margin: 0 -5% 0 auto;
  }
  .wrap-start-02 .left-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-start-02 .right-box{
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 480px){
  .con-tit{
    font-size: 8.0vw;
  }
  .con-tit .icon img{
    width: 70px;
  }
  .con-tit .sub{
    font-size: 3.0vw;
  }
  .more_btn{
    width: 100%;
  }
  .con-tit .sub-lg{
    margin: 10px 0 0;
    width: 100%;
    text-align: right;
  }
}

/* ================= header ================= */
.site_header{
  background-color: #3395ff;
}
/* === ham === */
.site_header .inner{
  position: relative;
}
.site_header .ham{
  position: fixed;
  top: 20px;
  right: 15%;
}
.ham{
  position: fixed;
  top: 50px;
  right: 50px;
  width: 76px;
  height: 76px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  z-index: 9999;
}
.ham_inner{
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 20.5px auto 0;
  position: relative;
}
.h-st{
  display: block;
  width: 100%;
  height: 6px;
  background-color: #3b6ca8;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.ham_item{
  top: 0;
  left: 0;
}
.ham_item_sec{
  top: 11px;
  left: 0;
}
.ham_item_thi{
  top: 22px;
  left: 0;
}
.open{
  background-color: #3395ff;
}
.open .h-st{
  background-color: #fff;
}
.open .ham_item{
  top: 11px;
  transform: rotate(45deg);
}
.open .ham_item_sec{
  top: 11px;
  transform: rotate(135deg);
}
.open .ham_item_thi{
  display: none;
}
.ham_item_txt{
  display: block;
  color: #3b6ca8;
  font-weight: bold;
  font-size: 1.0rem;
  position: absolute;
  font-family: 'Futura',sans-serif;
  top: 28px;
  right: 50%;
      -webkit-transform: translate(50%,0);
      -moz-transform: translate(50%,0);
      -ms-transform: translate(50%,0);
      -o-transform: translate(50%,0);
      transform: translate(50%,0);
}
.txt_cl{
  display: none;
  top: 28px;
  color: #fff;
}

@media (max-width: 768px){
  .site_header .ham{
    top: 20px;
    right: 2%;
  }
}
@media (max-width: 480px){
  .site_header .ham{
    top: 12px;
  }
  .ham{
    width: 60px;
    height: 60px;
  }
  .ham_inner{
    margin: 12.5px auto 0;
    width: 30px;
    height: 30px;
  }
  .h-st{
    height: 5px;
  }
  .ham_item_sec{
    top: 10px;
  }
  .ham_item_thi{
    top: 20px;
  }
  .ham_item_txt{
    top: 26px;
  }
}

/* === header-menu === */
.header-menu{
  display: none;
  background-color: #3395ff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.header-menu-head a{
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header-menu-head .logo{
  width: 100px;
  margin-right: 10px;
}
.header-menu-head .name{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: .9;
  color: #4d4d4d;
  font-family: 'Futura',sans-serif;
}
.header-menu .nav{
  background-color: #fff04d;
  height: 83vh;
  overflow: scroll;
}
.header-menu .nav_list{
  text-align: right;
}
.header-menu .nav_item a{
  display: block;
  padding: 10px 16% 10px 0;
  box-sizing: border-box;
  font-size: 3.2rem;
  font-weight: bold;
  color: #3b6ca8;
  font-family: 'Futura',sans-serif;
  transition: all .3s;
}
.header-menu .nav_item a:hover{
  background-color: #e24476;
  color: #fff;
}
.header-menu .nav_item a .sub{
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: .2em;
}
@media (max-width: 768px){
  .header-menu .nav{
    height: 87vh;
  }
}

@media (max-width: 480px){
  .header-menu-head .logo{
    width: 70px;
    margin-right: 5px;
  }
  .header-menu-head .name{
    font-size: 6.0vw;
  }
  .header-menu .nav{
    padding-top: 5px;
  }
  .header-menu .nav_item a{
    font-size: 5.0vw;
    line-height: 1.2;
    padding: 10px 5% 10px 0;
  }
  .header-menu .nav_item a .sub{
    font-size: 1.3rem;
  }
}
@media (max-width: 320px){
  .header-menu .nav{
    padding-top: 0px;
  }
  .header-menu .nav_item a{
    font-size: 4.5vw;
  }
  .header-menu .nav_item a .sub{
    font-size: 1.2rem;
  }
}

/* === contact_btn === */
.contact_btn{
  position: fixed;
  bottom: 0;
  right: 13%;
  width: 100px;
  z-index: 999;
}

@media (max-width: 768px){
  .contact_btn{
    right: -1%;
  }
}
@media (max-width: 480px){
  .contact_btn{
    width: 90px;
    right: -3%;
  }
}

/* ================= footer ================= */
.site_footer{
  padding: 80px 0;
  background-color: #3395ff;
  color: #fff;
}
.site_footer .txtbox{
  width: 50%;
  margin: 0 auto 75px;
  font-size: 2.0rem;
}
.site_footer .txtbox dd a{
  color: #fff;
}
.copyright{
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 768px){
  .site_footer .txtbox{
    width: 100%;
  }
}
@media (max-width: 480px){
  .site_footer{
    padding: 30px 0;
  }
  .site_footer .txtbox{
    font-size: 4.0vw;
    margin: 0 auto 30px;
  }
  .copyright{
    font-size: 3.0vw;
  }
}


.insta{
	width: 76px;
	height: 76px;
	position: fixed;
    top: 20px;
    right:  calc(15% + 96px);
	z-index: 9999;
}
@media (max-width: 768px){
.insta{
	width: 76px;
	height: 76px;
	position: fixed;
    top: 20px;
    right:  calc(2% + 96px);
	z-index: 9999;
}
}
@media (max-width: 480px){
.insta{
	width: 60px;
	height: 60px;
	position: fixed;
    top: 12px;
    right:  calc(2% + 70px);
	z-index: 9999;
}
}


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