@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  background-color: #FFFFFF;
  color: #000;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* 横幅設定用のクラス */
.wrapper {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper-1080 {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper2 {
  max-width: 940px;
}
.wrapper-white {
  max-width: 940px;
  padding: 100px;
  margin: 0 auto;
  background-color: white
}
/* シンプルなラッピング */
.wrap-simple {
  max-width: 100%;
  margin: 0 auto;
  clip-path: inset(0px 0px 0px 0px);
}

/* セクションタイトル */
.section-title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  color: #F1796C;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

/* 下層ページのページヘッダー部 */
.page-header {
  background-color: #F4B7AE;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  padding: 60px 0 100px;
  text-align: center;
}
.page-header .page-title .en {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.page-header .page-title .ja {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #DE4F4F;
}

/* 下層ページのページヘッダー下テキスト部 */
.page-head-text {
  max-width: 700px;
  padding: 50px 0;
  text-align: center;
}
.page-head-text .title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #00A3C1;
}
.page-head-text .text {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.page-head-text .text .small {
  font-size: 14px;
}
.page-head-text .mid {
  font-size: 20px;
  font-weight: 500;
  color: #2CAAD5;
}
.page-head-text .text .lerge {
  font-size: 30px;
}
.page-head-text .listerea {
 padding: 0 80px;
}
.page-head-text .listerea ul {
 list-style-type: none;	
}
.page-head-text .listerea ul li{
 padding-left: 20px;
 line-height: 1.6em;
}

.text-li {
 background: url("../common/icon_fukidashi01.svg") no-repeat 0 0;
 background-size:auto 30px;
 padding-left: 50px;
 font-size: 25px;
 font-weight: 700;
 letter-spacing: 0.1em;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align: left;
 color: #00A3C1;
}

/* マーカー */
.highlight {
  background: linear-gradient(transparent 50%, #fff390 50%);
  font-weight: 500;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255,255,255,0.8);
  padding: 0 20px;
  position: fixed;
  top: 0px;
  z-index: 9999;
}
#header .logo {
  width: 100%;
  max-width: 250px;
}
#header .logo a {
  display: block;
}
#header .navi .menu {
  display: flex;
  align-items: center;
}
#header .navi .menu li {
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}

/*-------------------------------------------
イントロ
-------------------------------------------*/
.introduction {
  max-width: 700px;
  padding: 20px;
  margin-bottom: 40px;
}
.introduction .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.introduction .btext {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.introduction .text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.introduction .small {
  font-size: 14px;
}
.introduction .mid {
  font-size: 19px;
  font-weight: 500;
  color: #C76933;
}
.introduction .lerge {
  font-size: 40px;
  color: #00A3C1; 
}
/*-------------------------------------------
キャッチ
-------------------------------------------*/
 .catch {
   font-family: 'Roboto', 'Noto Sans JP', sans-serif;
   font-size: 30px;
   color: #D45D5D;
   letter-spacing: 0.07em;
   line-height: 1.8;
   text-align: justify;
}

/*-------------------------------------------
メインイメージ
-------------------------------------------*/
.mainimg {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top: 5px;
}

.mainimg img {
	display: block;
	width: 100%;
	height: auto;
}

.mainimg p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top: 53%;
  left: 50%;
  transform: translate(-50%,20%);/*センター寄せの修正*/
   font-family: 'Roboto', 'Noto Sans JP', sans-serif;  font-size: 2.3em;
  color: #fff;
  text-shadow:
    1px 1px 2px  #797979,
    0 0 0.2em #000000;
}

/*-------------------------------------------
Card A
-------------------------------------------*/
.carda {
  background-color: #F1796C;
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
  padding: 120px 0;
}

/*-------------------------------------------
cardb
-------------------------------------------*/
.cardb {
  background-color: #F1796C;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  padding: 120px 0;
  margin: -80px 0 80px;
}

/*-------------------------------------------
Card A Card B 共通
-------------------------------------------*/
.carda-cardb-item {
  display: flex;
}
.carda-cardb-item .img {
  width: 50%;
}
.carda-cardb-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carda-cardb-item .text {
  width: 50%;
  background-color: #fff;
  padding: 20px 30px;
}
.carda-cardb-item .text .section-title-l {
  margin-bottom: 20px;
}
.carda-cardb-item .text .section-title-l .ja {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0280DB;
}
.carda-cardb-item .text .section-title-l .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.carda-cardb-item .description {
  color: #3B535F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}

/*-------------------------------------------
Caption 画像左
-------------------------------------------*/
.caption {
  background-color: #FFF1F1;
  padding: 60px 0 ;
  margin-bottom: 40px;
}
.caption .title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #F1796C;
  text-align: center;
}
.caption-item {
  display: flex;
}
.caption-item .img {
  width: 50%;
}
.caption-item .img img {
  object-fit: cover;
  border-radius: 5%;
}
.caption-item .text {
  width: 50%;
  padding: 20px 0 30px 30px;
}
.caption-item .text .section-title-l {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #C76933;
}
.caption-item .text .section-title-l .small {
  font-size: 18px;
  font-weight: 600;
}

/*-------------------------------------------
Caption2　センター
-------------------------------------------*/
.caption-2 {
  background-color: #FFF1F1;
  padding: 60px 0;
  margin-bottom: 40px;
}
.caption-2 .title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #F1796C;
  text-align: center;
}
.caption-2 img {
  max-width: 840px;
  margin: auto;
  display: block;
}
.caption-2 .mid {
  font-size: 20px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  width: 37em;
  color: #C76933;
  text-align: center;
}

/*-------------------------------------------
Caption3　センター背景なし
-------------------------------------------*/
.caption-3 {
  padding: 60px 0;
  margin-bottom: 40px;
}
.caption-3 .title {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #F1796C;
  text-align: center;
}
.caption-3 img {
  margin: auto;
  display: block;
}

/*-------------------------------------------
Profile
-------------------------------------------*/
#profile {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
#profile .img {
  width: 50%;
}
#profile .detail {
  width: 50%;
  padding-left: 80px;
}
#profile .detail p {
  font-size: 14px;
  line-height: 2;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
.contact {
  background-color: #b07924;
  clip-path: polygon(0 20%, 100% 20%, 100% 80%, 0 80%);
  padding: 120px 0;
}

/*-------------------------------------------
Contact 共通
-------------------------------------------*/
.contact-item {
  display: flex;
}
.contact-item .img {
  width: 50%;
}
.contact-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-item .text {
  width: 50%;
  background-color: #fff;
  padding: 20px 30px;
}
.contact-item .text .section-title-l {
  margin-bottom: 20px;
}
.contact-item .text .section-title-l .ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-item .text .section-title-l .en {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.contact-item .description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/

#footer02 {
  background: #FFF1F1;
}
 
.ie #footer02 .logo img,
#footer02 .logo {
  display: inline-block;
  width: 150px;
}
 
#footer02 .nav li a {
  font-size: 14px;
  padding: 15px;
  color: #000000;
}
 
#footer02 .btn {
  margin: 0 20px 0 20px;
}

#footer02 .copyright {
  font-size: 12px;
  text-align: center;
  padding: 15px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  #footer02 .logo {
    padding: 10px;
	padding-left: 20px;
  }
 
  #footer02 .wrap {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 
  #footer02 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
 
  #footer02 .nav {
    display: inline-block;
  }
 
  #footer02 .nav li {
    display: inline-block;
  }
 
  #footer02 .nav li a:hover {
    color: #3F5231;
  }
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  main {
    padding-top: 60px;
  }

  /* セクションタイトル */
  .section-title {
    margin-bottom: 60px;
  }
  .section-title::after {
    width: 60px;
  }

  /* 下層ページのページヘッダー部 */
  .page-header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 30px 0 50px;
  }
  .page-header .page-title .en {
    font-size: 20px;
  }

  /* 下層ページのページヘッダー下テキスト部 */
  .page-head-text .title {
    font-size: 30px;
    padding: 0 40px 0 40px;
  }
  .page-head-text .text {
   font-size: 16px;
   padding: 0 40px 20px 40px;
  }
  .page-head-text .listerea {
   padding: 0 40px 0 60px;
  }
  .page-head-text .listerea li {
    font-size: 20px;
  }
	
  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .logo {
    max-width: 230px;
  }
  #header .navi {
    width: 80%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 20;
    transition: all 0.6s;
  }
  #header .navi.active {
    right: 0;
  }
  #header .navi .menu {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 60px 0;
    overflow: auto;
  }
  #header .navi .menu li {
    padding: 10px 0;
    margin-left: 0;
  }
  #header .hamburger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 30;
  }
  #header .hamburger span {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 10px;
    transition: all 0.4s;
  }
  #header .hamburger span:nth-of-type(1) {
    top: 16px; 
  }
  #header .hamburger span:nth-of-type(2) {
    top: 25px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 34px;
  }
  #header .hamburger.active span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  #header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .hamburger.active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
  }

  /*------------------------------------------- 
  メインイメージ
  -------------------------------------------*/
 .mainimg {
    position: relative;
    margin-top: 5px;
  }
  .mainimg p{
	left: 30%;
    transform: translate(-20%,-25%);/*センター寄せの修正*/
    font-size: 1.5em;
  }
	
  /*-------------------------------------------
  Introduction
  -------------------------------------------*/
  .introduction {
    margin: 0 30px 0 30px;
    padding: 20px 0 40px 0;
  }
  .introduction .title {
	font-size: 26px;
  }
  .introduction .catchphrase {
    font-size: 16px;
  }
  .introduction .read {
    font-size: 14px;
  }
  .introduction .text {
    text-align: left;
  }

  /*-------------------------------------------
  キャッチ
  -------------------------------------------*/	
  .catch {
    font-size: 23px;
    letter-spacing: 0.01em;
    padding: 0 40px 0 40px;
  }
  /*-------------------------------------------
  Profile
  -------------------------------------------*/
  #profile {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  #profile .img {
    width: 100%;
  }
  #profile .detail {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
	
  /*-------------------------------------------
  carda
  -------------------------------------------*/
  .carda {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    padding: 80px 0;
  }
  .carda .carda-cardb-item {
    flex-direction: column;
  }

  /*-------------------------------------------
  cardb
  -------------------------------------------*/
  .cardb {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    padding: 80px 0;
    margin: -45px 0 40px;
  }
  .cardb .carda-cardb-item {
    flex-direction: column-reverse;
  }

  /*-------------------------------------------
  carda-cardb 共通
  -------------------------------------------*/
  .carda-cardb-item .img {
    width: 100%;
  }
  .carda-cardb-item .img img {
    object-fit: contain;
  }
  .carda-cardb-item .text {
    width: 100%;
  }
  .carda-cardb-item .text .section-title-l .ja {
    font-size: 26px;
  }
	
  /*-------------------------------------------
  Caption
  -------------------------------------------*/
  .caption {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
    padding: 50px 0;
    margin: -30px 0 20px;
  }
  .caption .caption-item {
    flex-direction: column-reverse;
  }
  .caption .title {
    font-size: 26px;
	margin: 0 30px 0 30px;
  }	
  .caption-item .text .section-title-l {
  font-size: 20px;
  }
	
  /*-------------------------------------------
  Caption-2
  -------------------------------------------*/
  .caption-2 .title {
    font-size: 26px;
  }	
  .caption-2 img {
    max-width: 80%;
  }
  .caption-2 .mid {
    max-width: 85%;
    font-size: 16px;
    margin:0 40px 0 35px;
  }
	
  /*-------------------------------------------
  Caption 共通
  -------------------------------------------*/
  .caption-item .img {
    width: 100%;
  }
  .caption-item .img img {
    object-fit: contain;
  }
  .caption-item .text {
    width: 100%;
  }
	
  /*-------------------------------------------
  Contact
  -------------------------------------------*/
  .contact {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 80px 0;
  }
  .contact .contact-item {
    flex-direction: column;
  }

  /*-------------------------------------------
  Contact 共通
  -------------------------------------------*/
  .contact-item .img {
    width: 100%;
  }
  .contact-item .img img {
    object-fit: contain;
  }
  .contact-item .text {
    width: 100%;
  }
  /*-------------------------------------------
  Footer
  -------------------------------------------*/
 
  #footer02 .inner-block {
    padding-top: 20px;
  }
 
  .ie #footer02 .logo img,
  #footer02 .logo {
    display: block;
    margin: 0 auto 20px;
  }
 
  #footer02 .btn {
    margin-bottom: 20px;
  }
 
  #footer02 .nav li {
    border-top: 1px solid #3F5231;
  }
 
  #footer02 .nav li a {
    padding: 12px 20px;
    display: block;
    background-size: 5px auto;
  }
  #footer02 .nav li:last-child {
    border-bottom: 1px solid #3F5231;
		}
}

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