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;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
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 img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
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 {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #231815;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(35, 24, 21, .3);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(35, 24, 21, .3);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: #115da0;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 400;
}
body{
  overflow-x: hidden;
}

#header_area{
    width: 100%;
    height: 100px;
    position: relative;
    padding: 40px 35px;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #dbe5ec;
}
.logo_box{
    display: flex;
    align-items: center;
}
.logo{
    width: 78px;
    margin-right: 25px;
}
.logo02{
    width: 192px;
}
.head_btn{
    width: 140px;
    display: block;
    position: absolute;
    top: 30px;
    right: 100px;
    transition: all .3s;
}
.head_btn:hover{
    opacity: 0.8;
    transform: scale(1.1);
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 3;
  right : 35px;
  top   : 35px;
  width : 36px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  background-color: transparent;
  border-bottom-left-radius: 16px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 36px;
  height  : 1px;
  left    : 0;
  background : #231815;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
.hamburger.active{
    background: none;
}
/* ナビ開いてる時のボタン */
.hamburger.active span{
    background-color: #fff;
}
.hamburger.active span:nth-child(1) {
  top : 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #83d8fa, #c69bff);
  background: -webkit-linear-gradient(0deg, #83d8fa, #c69bff);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(100%); /* right0から250px移動した位置 */
  transition: all .5s; /* 移動する速さ */
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 100px 0 180px;
  width: 80%;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #C7DBE2;
}
nav.globalMenuSp ul li.none,
nav.globalMenuSp ul li:last-child{
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration :none;
  padding: 30px 0;
  transition: all .3s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;

}
nav.globalMenuSp ul li.contact{
    display: none;
}
nav.globalMenuSp ul li a:hover{
    padding-left: 10px;
}
nav.globalMenuSp ul li img{
    width: 100px;
}
nav.globalMenuSp ul li.ig img{
    width: 30px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(219, 229, 236, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
#header_area{
    padding: 20px 15px;
}
.logo{
    width: 50px;
    margin-right: 15px;
}
.head_btn{
    width: 110px;
    top: 20px;
    right: 70px;
}
.hamburger{
    width: 30px;
    height: 25px;
    top: 25px;
    right: 25px;
}
.hamburger span{
    width: 30px;
}
.hamburger span:nth-child(2){
    top: 12px;
}
.hamburger span:nth-child(3){
    top: 24px;
}
nav.globalMenuSp{
    width: 85%;
}
}