@charset "UTF-8";

/* Scss Document */
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
    font-family: "Yu Mincho", "YuMincho";
}

.font_en {
    font-family: Copperplate, Copperplate Gothic Light, fantasy;
}

/*=======================================================
  
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
  
    common
    
========================================================*/
html {
    font-size: 80%;
    height: 100%;
}



@media screen and (max-width: 767px) {
    html {
        font-size: 75%;
    }
}

body {
    font-size: 1.4rem;
    background: #fff;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    color: #383635;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}


a {
    transition: all 0.3s ease 0s;
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0e2449;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .tab {
        display: none;
    }
}

@media screen and (min-width: 606px) and (max-width: 767px) {
    .tab {
        display: block !important;
    }
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

a img {
    transition: all 0.3s ease 0s;
}

a img:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
}

.link {
    color: #000;
    text-decoration: none;
}

.mrgT5 {
    margin-top: 5px;
}

.mrgT10 {
    margin-top: 10px;
}

.mrgT15 {
    margin-top: 15px;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgT25 {
    margin-top: 25px;
}

.mrgT30 {
    margin-top: 30px;
}

.mrgT40 {
    margin-top: 40px;
}

.mrgT50 {
    margin-top: 50px;
}

.mrgT60 {
    margin-top: 60px;
}

.mrgT70 {
    margin-top: 70px;
}

.mrgB5 {
    margin-bottom: 5px;
}

.mrgB10 {
    margin-bottom: 10px;
}

.mrgB15 {
    margin-bottom: 15px;
}

.mrgB20 {
    margin-bottom: 20px;
}

.mrgB25 {
    margin-bottom: 25px;
}

.mrgB30 {
    margin-bottom: 30px;
}

.mrgB40 {
    margin-bottom: 40px;
}

.mrgB50 {
    margin-bottom: 50px;
}

.mrgB60 {
    margin-bottom: 60px;
}

.mrgB70 {
    margin-bottom: 70px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.fontBold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.f14 {
    font-size: 1.4rem;
}

.f16 {
    font-size: 1.6rem;
}

.f18 {
    font-size: 1.8rem;
}

.red {
    color: #c1272d;
}

/*=======================================================
  
    header
    
========================================================*/
#container section {
    background: #fff;
}

#container section p {
    line-height: 1.6em;
}

#container header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

@media screen and (max-width: 767px) {
    #container header {
        padding: 10px 10px 0;
        top: 0;
    }
}

#container header .tag {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    width: 0;
}

#container header.is-fixed {
    background: rgba(255, 255, 255, 0.8);
    top: 0;
}

#container header.is-fixed .inner h1 {
    background: 0;
}

#container header .inner {
    padding: 0 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #container header .inner {
        padding: 20px;
    }
}

#container header .inner nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
}

#container header .inner nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#container header .inner nav ul li {
    margin-right: 30px;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Muli', sans-serif;
    transition: all 0.3s ease 0s;
}

#container header .inner nav ul li .jp {
    display: none;
}

#container header .inner nav ul li a {
    color: #151515;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

#container header .inner nav ul li a:hover {
    color: #5b4927;
}

#container header .inner nav ul li a:hover::after {
    transform: scale(1, 1);
}

#container header .inner nav ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #5b4927;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#container header .inner nav ul li:nth-child(4) {
    margin-right: 50px;
}

#container header .inner nav .contact {
    background: #5b4927;
    display: flex;
    align-items: center;
}

#container header .inner nav .contact a {
    align-items: center;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    height: 90px;
}

#container header .inner nav .contact a i {
    margin-right: 10px;
}

#container header .inner nav .contact:hover {
    background: #261e10;
}

#container header .menu-trigger,
#container header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
}

#container header .menu-trigger {
    width: 60px;
    height: 50px;
    float: right;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 105;
    transform: scale(0.8);
}

#container header .menu-trigger span {
    width: 35px;
    height: 4px;
    margin: auto auto auto 13px;
    position: absolute;
    background-color: #5b4927;
}

#container header .menu-trigger span:nth-of-type(1) {
    top: 10px;
}

#container header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

#container header .menu-trigger span:nth-of-type(3) {
    bottom: 10px;
}

#container header .menu-trigger.active {
    background: #fff;
}

#container header .menu-trigger.active span {
    background-color: #000;
}

#container header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

#container header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

#container header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

#container header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 15%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    display: none;
    color: #000;
}

#container header #overlay h1 {
    text-align: center;
    margin-bottom: 10px;
}

#container header #overlay .sns {
    justify-content: center;
}

#container header #overlay .sns li {
    margin: 0 10px;
}

#container header #overlay .gnav {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#container header #overlay .gnav li {
    border: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

#container header #overlay .gnav li {
    text-align: center;
}

#container header #overlay .gnav li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
}

#container header #overlay .gnav li a span {
    color: #fff;
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
}

#container .toTop {
    position: fixed;
    right: 3%;
    bottom: 2%;
}

/* for modern brouser */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
    display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/**/
/*=======================================================
  
    共通レイアウト
    
========================================================*/
@media screen and (max-width: 767px) {
    #container {
        overflow: hidden;
    }
}

#container .flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

#container .flex img {
    max-width: 100%;
}

#container section {
    padding: 70px 0;
    text-align: justify;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    #container section {
    }
}

#container section .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    #container section .inner {
        padding: 0 10px;
    }
}

#container footer .inner {
    background: #e5f4fd;
    color: #0e2449;
    text-align: center;
    line-height: 1.6;
    padding: 2em 0 0 0;
}
@media screen and (max-width: 767px) {
    #container footer .inner {
        padding: 20px 20px 150px 20px;
    }
}

#container footer .inner h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #container footer .inner h2 {
        font-size: 1.6rem;
    }
}

#container footer .inner h2 span {
    background: #fff;
    padding: 15px 10px;
    color: #58b7ea;
    font-size: 2.4rem;
    border-radius: 25px;
    margin-right: 10px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #container footer .inner h2 span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    #container footer .inner .info {
        font-size: 1.6rem;
    }
}

#container footer .inner address {
    font-size: 1.6rem;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    #container footer .inner address {
        font-size: 1.3rem;
    }
}

/*=======================================================
  
    TOP
    
========================================================*/
#top #container .mv {
    position: relative;
    width: 70%;
    margin: 0 auto;
    min-width: 767px;
    padding-top: 1em;
}

@media screen and (max-width: 767px) {
    #top #container .mv {
        width: 100%;
        min-width: 100%;
    }
}

#top #container .sec000::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 150px solid #e5f4fd;
    border-right: 100vw solid transparent;
}

@media screen and (max-width: 767px) {
   #top #container .sec000::after {
    border-top: 60px solid #e5f4fd;
    border-right: 100vw solid transparent;
}
}

#top #container .sec001 {
    padding: 0;
    background: rgba(255, 255, 255, 0);
    background-image: url(../img/img_01.png), url(../img/img_02.png), url(../img/fig_intro03.png), url(../img/fig_intro11.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 95% 2%, 90% 29%, 2% 90%, 95% 90%, center bottom;
    background-size: 21vw, 21vw, 27vw, 25vw;
    margin-top: -160px;
}
@media screen and (max-width: 767px) {
    #top #container .sec001 {
        margin-top: -60px;
    padding: 0px 10px 0px 10px;
         background-position:95% 0%, 94% 42.5%, 2% 90%, 95% 90%, center bottom;
          background-size: 38vw, 38vw, 27vw, 25vw;
}
}


#top #container .sec001 .inner {
   line-height: 1.5em;
    padding: 130px 10px 50px 10px;
}
@media screen and (max-width: 767px) {
#top #container .sec001 .inner {
    padding-top: 130px;
    line-height: 1.5em;
    padding: 140px 10px 50px 10px;
}
}

#top #container .sec001 h2{

}


#top #container .sec001 dl {
    margin-left: 2.5em;
}

@media screen and (max-width: 767px) {
    #top #container .sec001 dl {
    margin-left: 0.5em;
}
}
#top #container .sec001 dt {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0em 0em 1em 0em;
}

#top #container .sec001 dt span {
    font-size: 0.8em;
    font-weight: 100;
}
#top #container .sec001 li {
    list-style: disc;
    margin-left: 1em;
}
dd.ex {
    margin-bottom: 0.5em;
}

#top #container .sec001::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 150px solid #990213;
    border-left: 100vw solid transparent;
    z-index: -1;
    margin-top: -120px;

}

#top #container .sec002 {
    margin-top: 100px;
    padding: 0px 10px 0px 10px;
    margin-bottom: 100px;
    line-height: 3em;
        margin-top: 100px;
}





#top #container .inner h2 {
    text-align: center;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #top #container .inner h2 {
        font-size: 1.9rem;
    }
}



.philosophylist dl {
    margin-bottom: 2em;
}

.philosophylist dt {
    border-bottom: 1px solid #990213;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: bold;
    color: #990213;
}

.philosophylist dd {
line-height: 1.5em;
}

.column {
    width: 50vw;
    margin: auto;
    background-color: #fffbfb;
    padding: 6rem;
}

@media screen and (max-width: 767px) {
   .column {width: 78vw;
    padding: 1.8rem;
}
}
span.icm {
    font-size: 1.1em;
    font-weight: bold;
    color: #3a3c77;
}
/*# sourceMappingURL=style.css.map */