@charset "UTF-8";

/*----------------------------------------------sec-01-----*/

#sec-01{
  background: #f6f2f0;
  padding: 170px 0 170px;
}

#sec-01 .head60{
  margin-bottom: 110px;
  text-align: center;
}

#sec-01 .flex-sec01{
  justify-content: center;
}

#sec-01 .flex-sec01 .head31{
    order: 2;
    writing-mode: vertical-rl;
    line-height: 1.7;
    margin-left: 7%;
    font-weight: 100;
}

#sec-01 .flex-sec01 .text18{
  order: 1;
  writing-mode: vertical-rl;
  line-height: 2;
}

/*----------------------------------------------sec-02-----*/

#sec-02{
  padding: 150px 0;
}

.flex-intro{
  align-items: flex-start;
  margin-bottom: 80px;
}

.intro-ttl{
  width: 49%;
}

.intro-ttl .head28{
  font-weight: 100;
}

.intro-detail{
  width: 49%;
}

.flex-intro .text16{
  margin-top: 50px;
}

.flex-point{
  justify-content: space-between;
}

.flex-point li{
  width: 31%
}

.flex-point li:nth-of-type(2){
  margin-top: 60px;
}

.flex-point li:nth-of-type(3){
  margin-top: -50px;
}

.flex-point li img{
  margin-bottom: 15px;
  height: 500px;
  object-fit: cover;
}

.flex-point li .text21{
  line-height: 1.6 !important;
  margin-bottom: 20px;
}

/*----------------------------------------------sec-03-----*/

.wide-img{
  margin-bottom: 100px;
  width: 100%;
}

.wide-img img{
  object-fit: cover;
  height: 690px;
}

#sec-03{
  padding-bottom: 150px;
}

.flex-prog{
  justify-content: space-between;
  align-items: flex-start;
}

.prog-wrap{
  width: 49%;
}

.brown-bg-area{
  background: #826e60;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.brown-bg-area .text28 {
  line-height: 1.4;
}

.brown-bg-area .en.text12{
  display: block;
}

.line {
    margin: 0 25% -20px;
    width: 50%;
}

.light-brown-wrap{
  display: flex;
  justify-content: space-between;
}

.light-brown-bg.half{
  width: 49%;
}

.light-brown-bg{
  background: #f6f2f0;
  padding: 40px 15px;
  width: 100%;
}

.light-brown-bg .text28{
  margin-bottom: 20px;
  text-align: center;
}

.flex-brown{
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.flex-brown li{
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 1% 2%;
  width: 48%;
}

.flex-brown li.w25{
  margin: 0 0.5% 2%;
  width: 24% !important;
}

.flex-brown li.w50{
  margin: -1% 0.5% 0;
  width: 49% !important;
}

.flex-brown li.w100{
  width: 100% !important;
}

@media only screen and (max-width: 1270px) {
.head38 {
    font-size: 3.2rem;
}

.intro-ttl .head28 {
    font-weight: 100;
    font-size: 2.2rem;
}

.intro-ttl .head38 {
    font-size: 3.0rem;
}

#sec-01 {
    background: #f6f2f0;
    padding: 100px 0 100px;
}

#sec-01 .head60 {
    font-size: 5rem;    
    margin-bottom: 80px;
}

#sec-02 {
    padding: 100px 0;
}

.flex-point li .text21 {
    font-size: 2rem;
}

.wide-img img {
    object-fit: cover;
    height: 550px;
}

.brown-bg-area .text28 {
    font-size: 2.3rem;
}

.brown-bg-area .text28 .text12{
    display: block;
}

.flex-brown li {
    line-height: 1.2;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-brown-bg .text28 {
    margin-bottom: 10px;
    font-size: 2rem;
}
}

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

.intro-ttl .head28 {
    font-size: 1.8rem;
}

.intro-ttl .head38 {
    font-size: 2.8rem;
}

.flex-point li:nth-of-type(3) {
    margin-top: -20px;
}

.flex-point li:nth-of-type(2) {
    margin-top: 30px;
}

.flex-point li .text21 {
    font-size: 1.8rem;
}

.flex-intro .text16 {
    margin-top: 40px;
}

.wide-img {
    margin-bottom: 60px;
    width: 100%;
}

.wide-img img {
    object-fit: cover;
    height: 400px;
}

#sec-01 .flex-sec01 .head31 {
  margin-left: 4%;
  font-size: 2.4rem;
}

#sec-01 .text18{
  font-size: 1.6rem;
}
}

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

#sec-01 {
    padding: 70px 0 50px;
}

#sec-01 .head60 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

#sec-01 .flex-sec01 {
    display: block;
}

#sec-01 .flex-sec01 .text18 {
    font-size: 1.4rem;
    width: 100%;
    writing-mode: horizontal-tb;
}

#sec-01 .flex-sec01 .head31 {
    order: 2;
    writing-mode: horizontal-tb;
    line-height: 1.7;
    margin-left: 0;
    font-weight: 100;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

#sec-01 .flex-sec01 .text18 {
    font-size: 1.4rem;
}

#sec-02 {
    padding: 50px 0;
}

.flex-intro {
    margin-bottom: 30px;
    display: block;
}

.intro-ttl {
    width: 100%;
}

.intro-ttl .head28 {
    font-size: 1.8rem;
}

.intro-ttl .head38 {
    font-size: 2.2rem;
}

.intro-detail {
    width: 100%;
}

.wide-img {
    margin-bottom: 30px;
}

.flex-intro .text16 {
    margin-top: 25px;
}

.flex-point {
    display: block;
}

.flex-point li {
    margin-bottom: 30px;
    width: 100%;
}

.flex-point li:nth-of-type(2) {
    margin-top: 0;
}

.flex-point li:last-child {
  margin: 0;
}

.flex-point li img {
    height: 230px;
}

.flex-prog {
    display: block;
}

.prog-wrap {
    width: 100%;
}

.prog-wrap.pw02 {
  margin-top: 30px;
}

.brown-bg-area {
    padding: 20px 0;
}

.brown-bg-area .text28 {
    font-size: 2rem;
}

#sec-03 {
    padding-bottom: 50px;
}

.flex-brown li {
    padding: 9px 5px;
}

.light-brown-bg.half .flex-brown li{
  width: 100%;
}

}