/*
Theme Name: sailon_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */


.col {
  box-sizing: border-box;
}

.el_col2 .col {
  width: 50%;
}

.el_btn_blc {
  padding-top: 80px;
}

@media screen and (max-width: 480px) {
  .el_btn_blc {
    padding-top: 30px;
  }

}

.el_cmn_btn {
  display: block;
  margin: 0 auto;
  width: 360px;
  height: 82px;
  line-height: 82px;
  border: solid 1px #00004A;
  border-radius: 12px;
  text-align: center;
  font-size: 24px;
  color: #00004A;
  background: #fff url(assets/images/common/ico_btn_arw.svg) right 20px center no-repeat;
  background-size: 10px 17px;
  box-sizing: border-box;
  position: relative;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));

}

.el_cmn_btn.back {
  background: #fff url(assets/images/common/ico_btn_arw_r.svg) left 20px center no-repeat;
  background-size: 10px 17px;
  text-decoration: none;
}

.el_cmn_btn.wide {
  width: 480px;
}

.el_pdf_btn::before {
  content: "";
  width: 54px;
  height: 24px;
  position: absolute;
  top: 29px;
  left: 16px;
  background: url(assets/images/common/ico_btn_pdf.svg) center center no-repeat;
  background-size: 54px 24px;
}

.el_mail_btn {
  padding-right: 28px;
}

.el_mail_btn .ico {
  width: 28px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .el_cmn_btn {
    width: 300px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    font-size: 16px;
    background: #fff url(assets/images/common/ico_btn_arw.svg) right 20px center no-repeat;
    background-size: 6px 12px;
  }

  .el_cmn_btn.wide {
    width: 300px;
  }

  .el_pdf_btn::before {
    width: 36px;
    height: 16px;
    top: 16px;
    left: 12px;
    background: url(assets/images/common/ico_btn_pdf.svg) center center no-repeat;
    background-size: 36px 16px;
  }
}

.cmnTbl {
  font-size: 16px;
  max-width: 1000px;
}

.cmnTbl th {
  padding: 15px 8px;
  color: #00004A;
  font-weight: 600;
  border-bottom: solid 1px #00004A;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.75;
}

.cmnTbl td {
  padding: 15px 8px;
  font-weight: 400;
  border-bottom: solid 1px #CCC;
  box-sizing: border-box;
  line-height: 1.75;
}

.cmnTbl tr:last-child th,
.cmnTbl tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 480px) {
  .cmnTbl {
    font-size: 12px;
    width: 100%;
  }

  .cmnTbl th {
    padding: 8px 0;
  }

  .cmnTbl td {
    padding: 8px;
  }
}

.sec {
  margin-bottom: 180px;
}

.sec_pageTopShort {
  padding-top: 190px;
  margin-bottom: 40px;
}

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

  .sec {
    margin-bottom: 80px;
  }

  .sec_pageTopShort {
    padding-top: 84px;
    margin-bottom: 24px;
  }
}

.sec_pageTopCmn {
  height: 780px;
  margin-bottom: 0;
}

.sec_pageTopCmn .blc {
  width: 780px;
  height: 780px;
  position: relative;
  float: right;
  padding-top: 316px;
  box-sizing: border-box;
  text-align: center;
}

.sec_pageTopCmn .pageTtl {
  font-size: 48px;
  font-size: 44px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.sec_pageTopCmn .pageTtl::after {
  content: "";
  display: block;
  width: 240px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #FF0000 0%, #FF0000 50%, #00004A 50%, #00004A 100%);
}

.sec_pageTopCmn .pageSubTtl {
  font-size: 24px;
  font-weight: 400;
  color: #707070;
}

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

  .sec_pageTopCmn .ly_inner {
    width: 100%;
    max-width: inherit;
  }
}

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

  .sec_pageTopCmn .blc {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .sec_pageTopCmn {
    height: 480px;
  }

  .sec_pageTopCmn .blc {
    width: 480px;
    height: 480px;
    padding-top: 200px;
  }

  .sec_pageTopCmn .pageTtl {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .sec_pageTopCmn .pageTtl::after {
    width: 180px;
  }

  .sec_pageTopCmn .pageSubTtl {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sec_pageTopCmn {
    height: 228px;
  }

  .sec_pageTopCmn .blc {
    width: 228px;
    height: 228px;
    padding-top: 84px;
  }

  .sec_pageTopCmn .pageTtl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sec_pageTopCmn .pageTtl::after {
    width: 84px;
    height: 2px;
  }

  .sec_pageTopCmn .pageSubTtl {
    font-size: 10px;
  }
}

.secTtl {
  text-align: center;
  font-size: 48px;
  font-size: 38px;
  font-weight: 600;
  color: #00004A;
  margin-bottom: 65px;
}

.secTtl .st,
.secTtl .end {
  vertical-align: text-top;
}

.secTtl .st {
  margin-right: 25px;
}

.secTtl .end {
  margin-left: 25px;
}

.secTtl .st::before,
.secTtl .st::after,
.secTtl .end::before,
.secTtl .end::after {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  content: "";
  display: inline-block;
}

.secTtl .st::before {
  margin-right: 10px;
}

.secTtl .end::after {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .secTtl {
    font-size: 32px;
  }

  .secTtl .st {
    margin-right: 20px;
  }

  .secTtl .end {
    margin-left: 20px;
  }

  .secTtl .st::before,
  .secTtl .st::after,
  .secTtl .end::before,
  .secTtl .end::after {
    width: 12px;
    height: 12px;
  }

  .secTtl .st::before {
    margin-right: 7px;
  }

  .secTtl .end::after {
    margin-left: 7px;
  }
}

@media screen and (max-width: 480px) {
  .secTtl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .secTtl .st {
    margin-right: 12px;
  }

  .secTtl .end {
    margin-left: 12px;
  }

  .secTtl .st::before,
  .secTtl .st::after,
  .secTtl .end::before,
  .secTtl .end::after {
    width: 8px;
    height: 8px;
  }

  .secTtl .st::before {
    margin-right: 6px;
  }

  .secTtl .end::after {
    margin-left: 6px;
  }
}

.el_desc {
  font-size: 20px;
  font-size: 18px;
  line-height: 2;
}

.secTtlMin {
  font-size: 24px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 36px;
}

.secTtlMin::after {
  content: "";
  width: 64px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #FF0000 0%, #FF0000 50%, #00004A 50%, #00004A 100%);
}

.secTtl .st::before,
.secTtl .end::after {
  background: #FF0000;
}

.secTtl .st::after,
.secTtl .end::before {
  background: #00004A;
}

.el_topHead {
  margin-bottom: 85px;
  text-align: center;
}

.el_topHead .ico {
  width: 70px;
  margin: 0 auto 20px;
  display: block;
}

.el_topHead .ttl {
  font-size: 48px;
  font-size: 38px;
  font-weight: 600;
}

.el_topHead .sub {
  margin-top: 40px;
  font-size: 24px;
  font-size: 20px;
  line-height: 2;
  line-height: 1.8;
}

.el_topHead .en {
  margin-top: 20px;
  font-size: 18px;
  color: #999999;
}

@media screen and (max-width: 1000px) {
  .el_topHead .sub {
    font-size: 20px;
  }
}

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

  .el_topHead .ttl {
    font-size: 34px;
  }

  .el_topHead .sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .el_topHead {
    margin-bottom: 25px;
  }

  .el_topHead .ico {
    width: 24px;
    margin: 0 auto 15px;
  }

  .el_topHead .ttl {
    font-size: 24px;
  }

  .el_topHead .sub {
    margin-top: 40px;
    line-height: 2;
    padding: 0 5%;
  }

  .el_topHead .en {
    margin-top: 14px;
    font-size: 12px;
  }

  .secTtlMin {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .secTtlMin::after {
    width: 24px;
    height: 3px;
  }

  .el_desc {
    font-size: 14px;
    line-height: 1.75;
  }
}

.uni_video {
  position: relative;
  width: 100%;
  height: 100vh;
}

.uni_video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.1);
  background-image: radial-gradient(#333 25%, transparent 26%), radial-gradient(#333 25%, transparent 26%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.uni_video .video_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.uni_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.sec_topHero {
  position: relative;
  margin-bottom: 260px;
}

.sec_topHero .inner {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec_topHero .bg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: url(assets/images/top/cover_mv@2x.png) left center no-repeat;
  background-size: contain;
  height: 100%;
}

.sec_topHero .copys {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sec_topHero .copys .copy {
  font-size: 2.3vw;
  line-height: 1.78;
  color: #000;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-left: 4.9vw;
}

.sec_topHero .copys .name {
  font-size: 9.3vw;
  letter-spacing: 0.05em;
  color: #fff;
  padding-right: 4.9vw;
}

.sec_topHero .ly_header {
  position: absolute;
  top: calc(100% - 68px);
}

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

  .sec_topHero .ly_header {
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  /*
  .sec_topHero .ly_header .ly_inner {
  background: transparent;
  box-shadow: none;
}

  .sec_topHero .ly_header .el_logo span {
  color: #fff;
}

  .sec_topHero .ly_header .un_menuTrigger span {
  background: #fff;
}
  */
}

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

  .sec_topHero .bg {
    background: url(assets/images/top/cover_mv_sp@2x.png) center 30% no-repeat;
    background-size: auto;
  }

  .sec_topHero .copys {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .sec_topHero .copys .copy {
    color: #fff;
    text-shadow: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding-top: 5%;
  }

  .sec_topHero .copys .name {
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-top: 40%;
  }
  .sec_topHero {
    margin-bottom: 0;
  }
}

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

  .sec_topHero .bg {
    background: url(assets/images/top/cover_mv_sp@2x.png) center 43vw no-repeat;
    background-size: 98px 122px;
  }

  .sec_topHero .copys {
    top: 85.3vw;
    transform: translateY(0);
  }

  .sec_topHero .copys .name {
    font-size: 50px;
    padding-top: 0%;
  }

  .sec_topHero .copys .copy {
    font-size: 21px;
    padding-top: 5%;
  }
}

.sec_topAbout {
  background: #26BF96;
}

.sec_topAbout .info {
  color: #fff;
}

.sec_topAbout .info .inner {
  width: 640px;
  float: right;
  padding-top: 50px;
  padding-right: 80px;
  padding-bottom: 60px;
}

.sec_topAbout .info .ttl {
  text-align: center;
  font-size: 52px;
  line-height: 1.43;
  margin-bottom: 40px;
}

.sec_topAbout .desc {
  font-size: 20px;
  line-height: 1.8;
}

.sec_topAbout .img {
  background: url(assets/images/top/ph_top_about@2x.jpg) center center no-repeat;
  background-size: cover;
}

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

  .sec_topAbout .info .inner {
    width: auto;
    padding: 50px 5% 60px;
    box-sizing: border-box;
  }

  .sec_topAbout .info .ttl {
    font-size: 55px;
  }
}

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

  .sec_topAbout .info .ttl {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sec_topAbout .info .inner {
    padding: 50px 5%;
  }

  .sec_topAbout .info {
    width: 100%;
  }

  .sec_topAbout .info .ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .sec_topAbout .desc {
    font-size: 14px;
  }
  .sec_topAbout .img {
    width: 100%;
    padding-top: 75%;
  }
}

.uni_top_commit a {
  position: relative;
}

.uni_top_commit .img {
  width: 54.2%;
  float: left;
}

.uni_top_commit .info {
  width: 45.8%;
  position: relative;
}

.uni_top_commit a.num01 .img {
  background: url(assets/images/top/ph_commitment01@2x.jpg) center center no-repeat;
  background-size: cover;
}

.uni_top_commit a.num02 .img {
  background: url(assets/images/top/ph_commitment02@2x.jpg) center center no-repeat;
  background-size: cover;
}

.uni_top_commit a.num03 .img {
  background: url(assets/images/top/ph_commitment03@2x.jpg) center center no-repeat;
  background-size: cover;
}

.uni_top_commits .head {
  position: absolute;
}

.uni_top_commit a.num01 .name,
.uni_top_commit a.num01 .body {
  background: #1964A3;
}

.uni_top_commit a.num02 {
  flex-direction: row-reverse;
}

.uni_top_commit a.num02 .name,
.uni_top_commit a.num02 .body {
  background: #299D5C;
}

.uni_top_commit a.num03 .name,
.uni_top_commit a.num03 .body {
  background: #A77E45;
}

.uni_top_commit .name {
  text-align: center;
  width: 340px;
  width: 280px;
  font-size: 100px;
  font-size: 80px;
  color: #fff;
  display: inline-block;
}

.uni_top_commit .head .tr {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}

.uni_top_commit a.num01 .head .tr {
  border-style: solid;
  border-width: 170px 0 0 170px;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #154E7E;
}

.uni_top_commit a.num02 .head .tr {
  border-style: solid;
  border-width: 0 0 170px 170px;
  border-width: 0 0 120px 120px;
  border-color: transparent transparent #1B7241 transparent;
}

.uni_top_commit a.num03 .head .tr {
  border-style: solid;
  border-width: 170px 0 0 170px;
  border-width: 120px 0 0 120px;
  border-color: transparent transparent transparent #74572F;
}

.uni_top_commit .head {
  width: 100%;
  height: 170px;
  line-height: 170px;
  height: 120px;
  line-height: 120px;
  background: #fff;
}

.uni_top_commit a.num02 .head {
  text-align: right;
}

.uni_top_commit .body {
  color: #fff;
  padding-top: 170px;
  padding-top: 120px;
  height: 481px;
  height: 400px;
  width: 100%;
  font-size: 32px;
  line-height: 2;
  box-sizing: border-box;
}

.uni_top_commit a.num01 .body,
.uni_top_commit a.num03 .body {
  padding-left: 60px;
  padding-top: 264px;
  padding-top: 204px;
}

.uni_top_commit a.num02 .body {
  padding-right: 60px;
  padding-top: 228px;
  padding-top: 168px;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .uni_top_commit .name {
    width: 240px;
    font-size: 80px;
  }
  .uni_top_commit .body {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .uni_top_commit .head {
    height: 100px;
    line-height: 100px;
  }

  .uni_top_commit .name {
    width: 240px;
    font-size: 60px;
  }

  .uni_top_commit a.num01 .head .tr,
  .uni_top_commit a.num03 .head .tr {
    border-width: 100px 0 0 100px;
  }
  .uni_top_commit a.num02 .head .tr {
    border-width: 0 0 100px 100px;
  }
  .uni_top_commit .body {
    height: 350px;
    font-size: 24px;
  }
  .uni_top_commit a.num01 .body,
  .uni_top_commit a.num03 .body {
    padding-left: 30px;
    padding-top: 180px;
  }

  .uni_top_commit a.num02 .body {
    padding-right: 30px;
    padding-top: 160px;
  }
}

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

  .uni_top_commit .pc_hide {
    display: block;
  }
  .uni_top_commit .sp_hide {
    display: none;
  }

  .uni_top_commit .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 68vw;
    padding-top: 51%;
    z-index: 10;
  }

  .uni_top_commit a.num02 .img {
    left: inherit;
    right: 0;
  }

  .uni_top_commit a.num01 .head .tr,
  .uni_top_commit a.num03 .head .tr {
    border-width: 20vw 0 0 20vw;
  }
  .uni_top_commit a.num02 .head .tr {
    border-width: 0 0 20vw 20vw;
  }

  .uni_top_commit .info {
    width: 100%;
    padding-top: 51%;
  }

  .uni_top_commit .head {
    position: absolute;
    top: 0;
    right: 0;
    width: 32vw;
    height: 20vw;
    background: #fff;
    z-index: 11;
  }

  .uni_top_commit a.num02 .head {
    right: inherit;
    left: 0;
  }

  .uni_top_commit .name {
    width: 32vw;
    height: 32vw;
    font-size: 60px;
    padding-top: 10vw;
    box-sizing: border-box;
  }

  .uni_top_commit .body {
    height: auto;
    font-size: 24px;
    text-align: center;
  }

  .uni_top_commit a.num01 .body,
  .uni_top_commit a.num03 .body {
    padding: 50px 0;
  }

  .uni_top_commit a.num02 .body {
    padding: 50px 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .uni_top_commit .head {
    height: 22vw;
  }

  .uni_top_commit .name {
    width: 32vw;
    height: 32vw;
    font-size: 38px;
    padding-top: 0;
    line-height: 32vw;
    transform: translateY(-4vw);
  }

  .uni_top_commit a.num01 .head .tr,
  .uni_top_commit a.num03 .head .tr {
    border-width: 22vw 0 0 22vw;
  }
  .uni_top_commit a.num02 .head .tr {
    border-width: 0 0 22vw 22vw;
  }

  .uni_top_commit .body {
    font-size: 20px;
  }
  .uni_top_commit anum01 .body,
  .uni_top_commit a.num03 .body,
  .uni_top_commit a.num02 .body {
    padding: 25px 0 30px;
  }
}

.el_wide_bg {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(0, 4, 74, 1) 8px, rgba(0, 4, 74, 1) 9px);
}

.el_wide_bg .ly_inner {
  background: #fff;
}

@media screen and (max-width: 480px) {
  .el_wide_bg .ly_inner {
    width: 100%;
  }
}
.uni_top_item {
  position: relative;
}

.uni_top_item .tooltip {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
}

.uni_top_item a:hover .baloon {
  display: block;
}

.uni_top_item .baloon {
  display: none;
  width: 320px;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  font-size: 20px;
  margin: 0 auto;
}

.uni_top_item .baloon::after,
.uni_top_item .baloon::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) rotate(-137deg) skew(12deg, 12deg);
  z-index: 2;
}

.uni_top_item .baloon::before {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: −1;
}

.uni_top_item .baloon::after {
  width: 35px;
  height: 16px;
  transform: none;
}

.uni_top_recipes {
  margin: 0 auto;
  text-align: center;
  padding: 0 9.375%;
}

.uni_top_recipes .uni_top_recipe {
  width: 21%;
  display: inline-block;
  margin: 0 1.2% 2.5%;
  position: relative;
}

.uni_top_recipe a {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}


.uni_top_recipe a .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}

.uni_top_recipe a img {
  width: 120%;
}

.uni_top_recipe .tooltip {
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
}

.uni_top_recipe:hover .baloon {
  display: block;
}

.uni_top_recipe .baloon {
  display: none;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  font-size: 20px;
  margin: 0 auto;
}

.uni_top_recipe .baloon::after,
.uni_top_recipe .baloon::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: #fff;
  transform: translateY(-50%) rotate(-137deg) skew(12deg, 12deg);
  z-index: 2;
}

.uni_top_recipe .baloon::before {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: −1;
}

.uni_top_recipe .baloon::after {
  width: 35px;
  height: 16px;
  transform: none;
}

@media screen and (max-width: 768px) {
  .sec_topRecipe .uni_top_recipe {
    width: 40%;
  }
  .sec_topRecipe .uni_top_recipe:nth-child(n+5) {
    display: none;
  }

  .sec_topRecipe .uni_top_recipes {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .uni_top_recipe .baloon {
    font-size: 14px;
  }
}

.sec_topNews {
  background: #26BF96;
  padding: 50px 0 55px;
  color: #fff;
  margin-bottom: 0;
}

.sec_topNews .head {
  text-align: center;
  font-size: 32px;
  margin-bottom: 45px;
}

.el_newsLists {
  max-width: 850px;
  margin: 0 auto;
}

.el_newsLists li {
  margin-bottom: 25px;
}

.sec_topNews li a {
  color: #fff;
}

.el_newsLists .date {
  font-size: 16px;
  margin-right: 40px;
}

.el_newsLists .ttl {
  font-size: 20px;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .sec_topNews {
    margin-bottom: 0;
  }

  .el_newsLists .ttl {
    display: block;
    padding-top: 10px;
  }
}

@media screen and (max-width:480px) {
  .sec_topNews {
    padding: 30px 0 20px;
  }

  .sec_topNews .head {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .el_newsLists .date {
    font-size: 10px;
  }

  .el_newsLists .ttl {
    font-size: 12px;
  }
}

/*
About
*/

.pageAbout {
  background: url(assets/images/about/img_about_header@2x.png) 207px -43px no-repeat;
  background-size: 662px 823px;
}

.sec_aboutFarm {
  margin-bottom: 80px;
}

.sec_aboutFarm .el_desc {
  max-width: 720px;
  margin: 0 auto;
}

.sec_aboutFarm .maps {
  margin: 120px auto 80px;
}

.sec_aboutFarm .ph {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(0, 4, 74, 1) 8px, rgba(0, 4, 74, 1) 9px);
  margin-top: 160px;
}

.sec_aboutFarmCommit .el_commit {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.sec_aboutFarmCommit .el_commit .info {
  max-width: 720px;
  margin: 0 auto 65px;
}

.sec_aboutFarmCommit .el_commit .ttl {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 48px;
}

.sec_aboutFarmCommit .el_commit .ttl::before {
  content: "";
  width: 4px;
  height: 48px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background: linear-gradient(0deg, #FF0000 0%, #FF0000 50%, #00004A 50%, #00004A 100%);
}

.sec_aboutFarmCommit .el_commit .col {
  width: 32%;
}

.sec_aboutFarmCommit .el_commit .col::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.sec_aboutFarmCommit .el_commit.num01 .col1 {
  background: url(assets/images/about/ph_about_farm01_1@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num01 .col2 {
  background: url(assets/images/about/ph_about_farm01_2@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num01 .col3 {
  background: url(assets/images/about/ph_about_farm01_3@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num02 .col1 {
  background: url(assets/images/about/ph_about_farm02_1@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num02 .col2 {
  background: url(assets/images/about/ph_about_farm02_2@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num02 .col3 {
  background: url(assets/images/about/ph_about_farm02_3@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num03 .col1 {
  background: url(assets/images/about/ph_about_farm03_1@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num03 .col2 {
  background: url(assets/images/about/ph_about_farm03_2@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num03 .col3 {
  background: url(assets/images/about/ph_about_farm03_3@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num04 .col1 {
  background: url(assets/images/about/ph_about_farm04_1@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num04 .col2 {
  background: url(assets/images/about/ph_about_farm04_2@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num04 .col3 {
  background: url(assets/images/about/ph_about_farm04_3@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num05 .col1 {
  background: url(assets/images/about/ph_about_farm05_1@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num05 .col2 {
  background: url(assets/images/about/ph_about_farm05_2@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_aboutFarmCommit .el_commit.num05 .col3 {
  background: url(assets/images/about/ph_about_farm05_3@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sec_about3Commit .anc {
  transform: translateY(-120px);
  display: block;
}

.sec_about3Commit .el_commit {
  position: relative;
  margin-bottom: 120px;
}

.sec_about3Commit .el_commit .img {
  width: 41.6%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.sec_about3Commit .el_commit .img .trBlc {
  height: 220px;
  width: 57.7%;
  text-align: right;
}

.sec_about3Commit .el_commit.num02 .img .trBlc {
  text-align: left;
  margin-left: 42.3%;
}

.sec_about3Commit .el_commit .img .tr {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}

.sec_about3Commit .el_commit.num01 .img .tr {
  border-style: solid;
  border-width: 0 220px 220px 0;
  border-color: transparent #154E7E transparent transparent;
}

.sec_about3Commit .el_commit.num02 .img .tr {
  border-style: solid;
  border-width: 220px 220px 0 0;
  border-color: #1B7241 transparent transparent transparent;
}

.sec_about3Commit .el_commit.num03 .img .tr {
  border-style: solid;
  border-width: 0 220px 220px 0;
  border-color: transparent #74572F transparent transparent;
}

.sec_about3Commit .el_commit .infos {
  width: 76%;
  padding-top: 300px;
  margin-left: 24%;
  position: relative;
  z-index: 9;
  color: #fff;
  box-sizing: border-box;
}

.sec_about3Commit .el_commit.num01 .infos,
.sec_about3Commit .el_commit.num01 .name {
  background: #1964A3;
}

.sec_about3Commit .el_commit.num02 .infos,
.sec_about3Commit .el_commit.num02 .name {
  background: #299D5C;
  margin-left: 0;
}

.sec_about3Commit .el_commit.num03 .infos,
.sec_about3Commit .el_commit.num03 .name {
  background: #A77E45;
}

.sec_about3Commit .el_commit .head {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 23.1%;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
}

.sec_about3Commit .el_commit .name {
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  font-size: 80px;
  display: inline-block;
  vertical-align: top;
}

.sec_about3Commit .el_commit.num02 .head {
  text-align: right;
}

.sec_about3Commit .el_commit .head .tr {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}

.sec_about3Commit .el_commit.num01 .head .tr {
  border-style: solid;
  border-width: 220px 0 0 220px;
  border-color: transparent transparent transparent #154E7E;
}

.sec_about3Commit .el_commit.num02 .head .tr2 {
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #1B7241 transparent;
}

.sec_about3Commit .el_commit.num03 .head .tr {
  border-style: solid;
  border-width: 220px 0 0 220px;
  border-color: transparent transparent transparent #74572F;
}

.sec_about3Commit .el_commit.num02 .head .tr {
  display: none;
}

.sec_about3Commit .el_commit.num02 .head .tr2 {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}

.sec_about3Commit .el_commit.num02 .head {
  padding-left: 0;
  padding-right: 23.1%;
}

.sec_about3Commit .el_commit.num02 .img {
  right: 0;
  left: inherit;
}

.sec_about3Commit .el_commit .inner {
  max-width: 720px;
  width: 63%;
  padding-left: 28.7%;
  padding-bottom: 120px;
}

.sec_about3Commit .el_commit.num02 .inner {
  padding-left: 22%;
}

.sec_about3Commit .el_commit .ttl {
  font-size: 48px;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 1.43
}

.sec_about3Commit .el_commit .pdf {
  width: 20%;
  max-width: 240px;
  position: absolute;
  left: 5%;
  bottom: 86px;
}

.sec_about3Commit .el_commit .pdf a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sec_about3Commit .el_commit .pdf .arw {
  width: 7px;
  margin-left: 5px;
  vertical-align: baseline;
}

.sec_about3Commit .el_commit .book {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  .pageAbout {
    background: url(assets/images/about/img_about_header@2x.png) 20px -43px no-repeat;
    background-size: 662px 823px;
  }

  .sec_about3Commit .el_commit .ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pageAbout {
    background: url(assets/images/about/img_about_header@2x.png) 20px -2px no-repeat;
    background-size: 402px 500px;
  }

  .sec_about3Commit {
    margin-bottom: 0;
  }

  .sec_about3Commit .el_commit {
    margin-bottom: 0;
  }

  .sec_about3Commit .el_commit .img {
    width: 100%;
    position: static;
  }

  .sec_about3Commit .el_commit .img .trBlc {
    display: none;
  }

  .sec_about3Commit .el_commit .infos {
    width: 100%;
    padding-top: 300px;
    margin-left: 0;
  }

  .sec_about3Commit .el_commit .head {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 220px;
  }
  .sec_about3Commit .el_commit.num02 .head{
    text-align: left;
  }

  .sec_about3Commit .el_commit .name {
    background: #fff !important;
  }

  .sec_about3Commit .el_commit.num01 .name {
    color: #1964A3;
  }

  .sec_about3Commit .el_commit.num02 .name {
    color: #299D5C;
  }

  .sec_about3Commit .el_commit.num03 .name {
    color: #A77E45;
  }

  .sec_about3Commit .el_commit.num02 .head .tr {
    display: inline-block;
  }

  .sec_about3Commit .el_commit.num02 .head .tr2 {
    display: none;
  }

  .sec_about3Commit .el_commit.num01 .head .tr {
    border-style: solid;
    border-width: 220px 220px 0 0;
    border-color: #154E7E transparent transparent transparent;
  }

  .sec_about3Commit .el_commit.num02 .head .tr {
    border-style: solid;
    border-width: 220px 220px 0 0;
    border-color: #1B7241 transparent transparent transparent;
  }

  .sec_about3Commit .el_commit.num03 .head .tr {
    border-style: solid;
    border-width: 220px 220px 0 0;
    border-color: #74572F transparent transparent transparent;
  }

  .sec_about3Commit .el_commit .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 50px;
  }
  .sec_about3Commit .el_commit.num02 .inner {
    padding: 0;
    padding-bottom: 50px;
  }

  .sec_about3Commit .el_commit .pdf {
    width: 40%;
    position: static;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .pageAbout {
    background: url(assets/images/about/img_about_header@2x.png) 2-4px -12px no-repeat;
    background-size: 193px 240px;
  }

  .sec_aboutFarm {
    margin-bottom: 50px;
  }

  .sec_aboutFarm .maps {
    margin: 50px auto;
  }

  .sec_aboutFarm .maps .col {
    width: 100%;
  }

  .sec_aboutFarm .ph {
    margin-top: 80px;
  }

  .sec_aboutFarm .ph .ly_inner {
    width: 100%;
  }

  .sec_aboutFarmCommit .el_commit {
    margin: 0 auto 60px;
  }

  .sec_aboutFarmCommit .el_commit .info {
    margin: 0 auto 30px;
  }

  .sec_aboutFarmCommit .el_commit .ttl {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .sec_aboutFarmCommit .el_commit .ttl::before {
    width: 2px;
    height: 36px;
    margin-right: 8px;
  }

  .sec_aboutFarmCommit .el_commit:last-child .ttl {
    padding-top: 7px;
    height: 64px;
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
  }

  .sec_aboutFarmCommit .el_commit:last-child .ttl::before {
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec_aboutFarmCommit .el_commit .col {
    width: 48%;
    margin-bottom: 3%
  }

  .sec_aboutFarmCommit .el_commit .col:last-child {
    width: 100%;
  }

  .sec_about3Commit .anc {
    transform: translateY(-70px);
  }

  .sec_about3Commit .el_commit .head {
    height: 72px;
  }

  .sec_about3Commit .el_commit .name {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
  }

  .sec_about3Commit .el_commit .ttl {
    font-size: 24px;
    position: absolute;
    top: 32px;
    right: 5%;
    height: auto;
    line-height: 1.75;
    text-align: right;
  }

  .sec_about3Commit .el_commit .infos {
    padding-top: 100px;
  }

  .sec_about3Commit .el_commit.num02 .infos,
  .sec_about3Commit .el_commit.num03 .infos {
    padding-top: 140px;
  }

  .sec_about3Commit .el_commit.num01 .head .tr {
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: #154E7E transparent transparent transparent;
  }

  .sec_about3Commit .el_commit.num02 .head .tr {
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: #1B7241 transparent transparent transparent;
  }

  .sec_about3Commit .el_commit.num03 .head .tr {
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: #74572F transparent transparent transparent;
  }

  .sec_about3Commit .el_commit .pdf a {
    font-size: 12px;
  }
}

/*
Company
*/

.pageCompany {
  background: url(assets/images/company/img_company_header@2x.png) 207px -43px no-repeat;
  background-size: 662px 823px;
}

.sec_companyMsg .msg {
  max-width: 760px;
  margin: 0 auto;
}

.sec_companyMsg .msg .name {
  font-size: 32px;
  text-align: right;
  margin: 30px auto 120px;
}

.sec_companyMsg .msg .name span {
  font-size: 16px;
  margin-right: 16px;
}

.sec_companyInfo .cmnTbl,
.sec_companyAbout .cmnTbl {
  margin: 0 auto;
  width: 100%;
}

.cpyHisTbl {
  font-weight: 400;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.cpyHisTbl th,
.cpyHisTbl td {
  padding: 15px 8px;
  border-bottom: dashed 1px #CCC;
  line-height: 1.5;
}

.cpyHisTbl tr:last-child th,
.cpyHisTbl tr:last-child td {
  border-bottom: none;
}

.cpyHisTbl th {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 18%;
}

.cpyHisTbl td {
  font-size: 16px;
}

.sec_companyMap .map iframe {
  width: 100%;
  height: 600px;
}

.sec_companyMap {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .pageCompany {
    background: url(assets/images/company/img_company_header@2x.png) 20px -43px no-repeat;
    background-size: 662px 823px;
  }
}

@media screen and (max-width: 768px) {
  .pageCompany {
    background: url(assets/images/company/img_company_header@2x.png) 20px -2px no-repeat;
    background-size: 402px 500px;
  }
}
@media screen and (max-width: 480px) {
  .pageCompany {
    background: url(assets/images/company/img_company_header@2x.png) 2-4px -12px no-repeat;
    background-size: 193px 240px;
  }

  .sec_companyMsg .msg .name {
    font-size: 24px;
    margin:60px;
  }

  .sec_companyMsg .msg .name span {
    font-size: 12px;
  }

  .sec_companyInfo .cmnTbl th,
  .sec_companyAbout .cmnTbl th,
  .cpyHisTbl th {
    font-size: 12px;
    width: 32%;
  }

  .cpyHisTbl td {
    font-size: 12px;
    line-height: 1.5;
  }

  .sec_companyMap .map iframe {
    height: 375px;
  }
}

/*
Products
*/

.pageProducts {
  background: url(assets/images/products/img_products_header@2x.png) 207px -43px no-repeat;
  background-size: 662px 823px;
}

.sec_productsAbout .info {
  width: 44.5%;
  padding-top: 80px;
}

.sec_productsAbout .img {
  width: 50%;
}

.el_product_ttl {
  color: #239D5C;
  font-size: 48px;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.sec_productsAbout .el_product_ttl {
  margin-bottom: 70px;
}

.sec_productsChemical .info {
  width: 46.6%;
}

.sec_productsChemical .img {
  width: 46%;
  padding-top: 40px;
}

.sec_productsChemical .el_product_ttl {
  margin-bottom: 80px;
}

.sec_productsItems {
  margin-bottom: 0;
}

.sec_productsItems .col {
  width: 33.3%;
}

.sec_productsItem .img {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.sec_productsItem .slider img {
  max-width: 1000px;
}

.sec_productsItem .slider_thumb {
  text-align: center;
  margin-top: 32px;
}

.sec_productsItem .slider_thumb img {
  width: 80px;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}

.sec_productsItem .inner {
  max-width: 720px;
  margin: 0 auto;
}

.sec_productsItem .el_product_ttl {
  margin-bottom: 48px;
  font-size: 46px;
}

.sec_productsItem .el_btn_blc {
  margin-bottom: 48px;
}

.sec_productsItemManage .cmnTbl {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.5;
}

.sec_productsItemManage .cmnTbl th {
  width: 120px;
}

.sec_productsItemManage .cmnTbl .manage br:nth-child(odd) {
  display: none;
}

.sec_productsItemRecipe .uni_top_recipes {
  padding: 0;
}

.sec_productsItemRecipe .uni_top_recipe {
  width: 28%;
}

@media screen and (max-width: 1280px) {
  .pageProducts {
    background: url(assets/images/products/img_products_header@2x.png) 20px -43px no-repeat;
    background-size: 662px 823px;
  }
}

@media screen and (max-width: 768px) {
  .pageProducts {
    background: url(assets/images/products/img_products_header@2x.png) 20px -2px no-repeat;
    background-size: 402px 500px;
  }

  .sec_productsAbout .info {
    width: 100%;
  }

  .sec_productsAbout .img {
    width: 100%;
  }

  .sec_productsChemical .info {
    width: 100%;
  }

  .sec_productsChemical .img {
    width: 100%;
  }

  .sec_productsItems .col {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .pageProducts {
    background: url(assets/images/products/img_products_header@2x.png) 2-4px -12px no-repeat;
    background-size: 193px 240px;
  }

  .sec_productsAbout .info {
    padding-top: 0;
  }

  .el_product_ttl {
    font-size: 22px;
    line-height: 2;
  }

  .sec_productsAbout .el_product_ttl {
    margin-bottom: 30px;
  }

  .sec_productsAbout .img {
    width: 80%;
    margin: 30px auto 0;
  }

  .sec_productsChemical .el_product_ttl {
    margin-bottom: 30px;
  }

  .sec_productsItem .img {
    margin: 0 auto 50px;
  }

  .sec_productsItem .el_product_ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .sec_productsItemManage td {
    line-height: 1.5;
  }

  .sec_productsItemManage th {
    width: 15%;
  }

  .sec_productsItemManage .cmnTbl .manage br:nth-child(odd) {
    display: block;
  }

  .sec_productsItemRecipe .uni_top_recipe {
    width: 45%;
  }
}

/*
Recipe
*/
.el_recipe_head {
  background: url(assets/images/common/ico_product_leaf@2x.png) center top no-repeat;
  background-size: 46px 44px;
  padding-top: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  .el_recipe_head {
    background: url(assets/images/common/ico_product_leaf@2x.png) center top no-repeat;
    background-size: 32px 30px;
    padding-top: 40px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sec_pageTopRecipe {
  height: 588px;
  text-align: center;
  padding-top: 226px;
  box-sizing: border-box;
}

.sec_pageTopRecipe .img {
  max-width: 800px;
  margin: 0 auto;
}

.sec_recipeForm .keywords {
  background: #A9D682;
  padding: 15px 0;
  text-align: center;
}

.sec_recipeForm .keywords label {
  font-size: 18px;
  font-weight: 600;
  color: #02602D;
}

.sec_recipeForm .keywords input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.sec_recipeForm .keywords input[type="text"] {
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff url(assets/images/recipe/ico_search.svg) 16px center no-repeat;
  background-size: 25px 24px;
  margin-left: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  max-width: 480px;
  width: 50%;
  padding-left: 50px;
}

.sec_recipeForm .keywords input[type="submit"] {
  font-size: 24px;
  letter-spacing: 0.2em;
  border: solid 1px #AAAAAA;
  border-radius: 4px;
  padding: 10px 30px;
  vertical-align: middle;
  background: linear-gradient(0deg, #EEEEEE 0%, #FFFFFF 50%, #FFFFFF 100%);
}

.sec_recipeForm .tags {
  background: #FAFAE0;
  padding: 20px 0;
  margin-bottom: 150px;
}

.sec_recipeForm .tags br {
  display: none;
}

.sec_recipeForm .tags .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_recipeForm .tags .genre {
  margin-bottom: 15px;
}

.sec_recipeForm .tags .label {
  width: 200px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
  font-weight: 600;
}

.sec_recipeForm .tags a {
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
}

.sec_recipeForm .tags .genre a {
  color: #02602D;
}

.sec_recipeForm .tags .foods a {
  color: #9F390B;
}

.insta_link {
  text-align: center;
}

.insta_link a {
  max-width: 720px;
  display: block;
  margin: 0 auto;
}

.sec_recipes .el_recipes {
  max-width: 1160px;
  margin: 0 auto;
}

.el_recipes .el_recipe_col {
  width: 31%;
  margin-bottom: 40px;
  text-align: center;
  margin-right: 3.5%;
}

.el_recipes .el_recipe_col:nth-child(3n) {
  margin-right: 0;
}

.el_recipes .el_recipe_col .img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.el_recipes .el_recipe_col .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.75;
}

.el_recipes .el_recipe_col .tag {
  line-height: 1.75;
}

.el_recipes .el_recipe_col .tag span {
  color: #666666;
  margin-right: 10px;
  display: inline-block;
}

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

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

  .sec_recipeForm .tags br {
    display: block;
  }

  .sec_recipeForm .tags .label {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

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

  .sec_pageTopRecipe {
    height: auto;
    padding: 84px 0 25px;
  }

  .sec_pageTopRecipe .img {
    width: 90.4%;
  }

  .sec_recipeForm .keywords {
    padding: 15px 5%;
  }

  .sec_recipeForm .keywords label {
    display: none;
  }

  .sec_recipeForm .keywords input[type="text"] {
    padding: 8px;
    border-radius: 4px;
    background: #fff url(assets/images/recipe/ico_search.svg) 8px center no-repeat;
    background-size: 16px 16px;
    margin-left: 0;
    width: 65%;
    padding-left: 32px;
  }

  .sec_recipeForm .keywords input[type="submit"] {
    font-size: 14px;
    padding: 7px 25px;
    color: #333;
  }

  .sec_recipeForm .tags {
    padding: 15px 5%;
    margin-bottom: 65px;
  }

  .sec_recipeForm .tags .label {
    width: 180px;
    font-size: 14px;
    padding: 5px 0;
  }

  .sec_recipeForm .tags a {
    font-size: 14px;
    margin-right: 10px;
    line-height: 1.75;
  }

  .sec_recipes .el_recipes {
    width: 100%;
  }

  .el_recipes .el_recipe_col {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .el_recipes .el_recipe_col a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .el_recipes .el_recipe_col .img {
    border-radius: 8px;
    margin-bottom: 0;
    width: 38%;
  }

  .el_recipes .el_recipe_col .info {
    width: 58%;
    text-align: left;
    padding-top: 5px;
  }

  .el_recipes .el_recipe_col .name {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .el_recipes .el_recipe_col .tag span {
    font-size: 10px;
  }
}

.el_pager {
  margin-top: 80px;
  text-align: center;
}

.el_pager .current,
.el_pager a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #00004A;
  color: #00004A;
  font-size: 16px;
  margin: 0 5px;
}

.el_pager .current {
  background: #00004A;
  color: #fff;
}

.el_pager .previouspostslink,
.el_pager .nextpostslink {
  border: none;
  vertical-align: bottom;
}

.el_pager .previouspostslink {
  background: url(assets/images/common/ico_btn_arw_r.svg) center center no-repeat;
  background-size: 8px 15px;
}

.el_pager .nextpostslink {
  background: url(assets/images/common/ico_btn_arw.svg) center center no-repeat;
  background-size: 8px 15px;
}

.el_pager .prev img,
.el_pager .next img {
  display: inline-block;
  width: 8px;
  vertical-align: middle;
}

@media screen and (max-width:480px) {
  .el_pager {
    margin-top: 40px;
  }

  .el_pager .current,
  .el_pager a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }

  .el_pager .prev img,
  .el_pager .next img {
    transform: translateY(-3px);
  }
}

.recipe_head {
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 80px;
}

.recipe_head .img {
  width: 56.25%;
  position: relative;
}

.recipe_head .info {
  width: 43.75%;
  padding: 60px 70px;
  box-sizing: border-box;
}

.recipe_head .info .tag {
  margin-bottom: 25px;
  text-align: center;
}

.recipe_head .info .tag span {
  color: #666666;
  margin: 0 5px;
  display: inline-block;
}

.recipe_head .info .name {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.75;
}

.recipe_head .info .option {
  text-align: center;
  color: #666666;
  font-weight: 600;
  margin-bottom: 48px;
}

.recipe_head .info .option .cal,
.recipe_head .info .option .time {
  display: inline-block;
  margin: 0 10px;
}

.recipe_head .info .option span {
  text-align: center;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  margin-right: 15px;
  display: inline-block;
}

.recipe_head .info .option .cal span {
  background: #FF8181;
}

.recipe_head .info .option .time span {
  background: #5EADFC;
}

.sec_recipe .insta_link {
  margin-bottom: 80px;
}

.sec_recipe .howto .ttl {
  background: url(assets/images/recipe/bg_ribbon.svg) center top no-repeat;
  background-size: 404px 60px;
  width: 404px;
  height: 60px;
  padding-top: 5px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 80px;
}

.sec_recipe .howto .blc {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_recipe .howto .conts {
  width: 36%;
  border-radius: 12px;
  border: solid 1px #00004A;
  box-sizing: border-box;
  padding: 25px 20px;
  font-size: 18px;
  text-align: center;
}

.sec_recipe .howto .head {
  color: #fff;
  padding: 10px 35px;
  background: #00004A;
  border-radius: 35px;
  display: inline-block;
  margin: 0 auto 30px;
}

.sec_recipe .howto .mat {
  text-align: left;
  line-height: 1.75;
}

.sec_recipe .howto .flows {
  width: 47.5%;
}

.sec_recipe .howto .flow {
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

.sec_recipe .howto .flow .num {
  font-size: 28px;
  background: #00004A;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media screen and (max-width:1000px) {
  .recipe_head {
    box-shadow: none;
    width: 100%;
  }

  .recipe_head .img {
    width: 100%;
  }

  .recipe_head .info {
    width: 100%;
  }
}

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

  .sec_recipe .howto .conts {
    width: 100%;
  }

  .sec_recipe .howto .flows {
    width: 100%;
  }
}

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

  .recipe_head {
    margin-bottom: 0;
  }

  .recipe_head .info {
    padding: 24px 0 64px;
  }

  .recipe_head .info .tag {
    margin-bottom: 20px;
  }

  .recipe_head .info .name {
    font-size: 24px;
  }

  .recipe_head .info .option {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .recipe_head .info .option span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    font-size: 10px;
  }

  .recipe_head .info .el_desc {
    width: 90%;
    margin: 0 auto;
  }

  .sec_recipe .insta_link {
    margin-bottom: 48px;
  }

  .sec_recipe .howto .ttl {
    background: url(assets/images/recipe/bg_ribbon.svg) center top no-repeat;
    background-size: 285px 48px;
    width: 285px;
    height: 48px;
    padding-top: 10px;
    font-size: 20px;
    margin: 0 auto 30px;
  }

  .sec_recipe .howto .conts {
    border-radius: 8px;
    padding: 15px 25px;
    font-size: 12px;
    margin-bottom: 50px;
  }

  .sec_recipe .howto .head {
    font-size: 14px;
    padding: 5px 40px;
    margin: 0 auto 20px;
  }

  .sec_recipe .howto li {
    margin-bottom: 12px;
  }

  .sec_recipe .howto .flows {}

  .sec_recipe .howto .flow {
    margin-bottom: 10px;
    padding-left: 35px;
  }

  .sec_recipe .howto .flow .num {
    font-size: 22px;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
}

/*
Customers
*/

.pageCustomers {
  background: url(assets/images/customers/img_customers_header@2x.png) 207px -43px no-repeat;
  background-size: 662px 823px;
}

.sec_customer .secTtl {
  display: inline-block;
  position: relative;
  padding: 0 8%;
  transform: translate(-50%);
  left: 50%;
  line-height: 1.5;
}

.sec_customer .secTtl .end ,
.sec_customer .secTtl .st {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sec_customer .secTtl .st {
  left: 0;
}
.sec_customer .secTtl .end {
  right: 0;
}

.el_reason {
  margin-bottom: 120px;
}

.el_reason .img {
  width: 37.5%;
}

.el_reason .info {
  width: 56.25%;
}

.el_reason .ttl {
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 36px;
}

.el_reason .ttl::before {
  content: "";
  width: 4px;
  height: 48px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
  background: linear-gradient(0deg, #FF0000 0%, #FF0000 50%, #00004A 50%, #00004A 100%);
}

.el_otherReason {
  margin-bottom: 120px;
}

.el_otherReason .col {
  padding: 25px 80px;
}

.el_otherReason .col:first-child {
  box-sizing: border-box;
  border-right: dotted 1px #00004A;
}

@media screen and (max-width: 1280px) {
  .pageCustomers {
    background: url(assets/images/customers/img_customers_header@2x.png) 20px -43px no-repeat;
    background-size: 662px 823px;
  }
}

@media screen and (max-width: 768px) {
  .pageCustomers {
    background: url(assets/images/customers/img_customers_header@2x.png) 20px -2px no-repeat;
    background-size: 402px 500px;
  }

  .el_reason .img {
    width: 90%;
    margin:0 auto 24px;
  }

  .el_reason .info {
    width: 100%;
  }

  .el_otherReason .col {
    width: 100%;
    padding: 25px 80px;
  }

  .el_otherReason .col:first-child {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .pageCustomers {
    background: url(assets/images/customers/img_customers_header@2x.png) 2-4px -12px no-repeat;
    background-size: 193px 240px;
  }

  .el_reason {
    margin-bottom: 60px;
  }

  .el_reason .ttl {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .el_reason .ttl::before {
    width: 2px;
    height: 36px;
    margin-right: 8px;
  }

  .el_otherReason {
    margin-bottom: 0;
  }

  .el_otherReason .col {
    padding: 0 0;
    margin-bottom: 60px;
  }
}


.el_customerContact {
  width: 1000px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding-bottom: 50px;
}

.el_customerContact .head {
  background: #00004A;
  border-bottom: solid 4px #FF0000;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  color: #fff;
  margin-bottom: 32px;
}


.el_customerContact .el_btn_blc {
  padding-top: 0;
  margin-bottom: 48px;
}

.el_customerContact .tel_link {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

.el_customerContact .tel_link a {
  color: #999999;
}

.el_customerContact .tel_link img {
  width: 37px;
  vertical-align: middle;
  margin-right: 10px;
}

.el_customerContact .sub {
  color: #999999;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}

@media screen and (max-width: 1000px) {
  .el_customerContact {
    width: 100%;
  }

  .el_customerContact .head {
    font-size: 18px;
  }

  .el_customerContact .tel_link {
    font-size: 50px;
  }
}

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

  .el_customerContact .head {
    line-height: 1.5;
  }

  .el_customerContact .head br {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .el_customerContact {
    border-radius: 12px;
    padding-bottom: 30px;
  }

  .el_customerContact .head {
    line-height: 1.5;
    border-bottom: solid 2px #FF0000;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 30px;
  }

  .el_customerContact .head br {
    display: block;
  }

  .el_customerContact .el_btn_blc {
    margin-bottom: 30px;
  }

  .el_customerContact .tel_link a {
    color: #00004A;
    font-size: 18px;
  }

  .el_customerContact .tel_link img {
    width: 16px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .el_customerContact .sub {
    color: #333;
    font-size: 14px;
  }
}

/*
privacy
*/

.sec_privacy .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_privacy li,
.sec_privacy dd,
.sec_privacy .el_desc {
  margin-bottom: 40px;
}

.sec_privacy dt {
  font-weight: 700;
  margin-bottom: 20px;
}

/*
news
*/

.sec_newsList .el_newsLists li {
  border-top: solid 1px #CCC;
  margin-bottom: 0;
}

.sec_newsList .el_newsLists li:first-child {
  border-top: none;
}

.sec_newsList .el_newsLists li a {
  padding: 20px 0;
  display: block;
}

.sec_news .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_news .ttl {
  font-size: 36px;
  font-size: 32px;
  line-height: 1.75;
  margin-bottom: 48px;
}

.sec_news .ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background: linear-gradient(90deg, #FF0000 0%, #FF0000 50%, #00004A 50%, #00004A 100%);
}

.sec_news .body h2,
.sec_news .body h3,
.sec_news .body h4,
.sec_news .body h5,
.sec_news .body h6,
.sec_news .body p,
.sec_news .body a {
  line-height: 2;
  line-height: 1.75;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 17px;
}

.sec_news .body h3,
.sec_news .body h4,
.sec_news .body h5,
.sec_news .body h6 {
  font-weight: 500;
}

.sec_news .body .wp-block-image,
.sec_news .body p {
  margin-bottom: 40px;
}

.sec_news .body h2 {
  font-size: 32px;
  font-size: 28px;
}

.sec_news .body h3 {
  font-size: 28px;
  font-size: 24px;
}

.sec_news .body h4 {
  font-size: 24px;
  font-size: 20px;
}

.sec_news .body h5 {
  font-size: 20px;
  font-size: 18px;
}

.sec_news .body h6 {
  font-size: 18px;
  font-size: 16px;
}

.sec_news .body img {
  max-width: 90%;
  width: auto;
}

.sec_news .body a {
  display: inline-block;
  text-decoration: underline;
}

.sec_news .eye_catch {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.sec_news .body a {
  text-decoration: underline;
  color: #239D5C;
}

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

  .sec_news .eye_catch {
    height: 300px;
  }
}

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

  .sec_newsList .el_newsLists li a {
    padding: 10px 0;
  }

  .sec_news .ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .sec_news .body h2,
  .sec_news .body h3,
  .sec_news .body h4,
  .sec_news .body h5,
  .sec_news .body h6,
  .sec_news .body p,
  .sec_news .body a {
    font-size: 14px;
  }

  .sec_news .body .wp-block-image,
  .sec_news .body p {
    margin-bottom: 20px;
  }

  .sec_news .body h2 {
    font-size: 24px;
  }

  .sec_news .body h3 {
    font-size: 22px;
  }

  .sec_news .body h4 {
    font-size: 20px;
  }

  .sec_news .body h5 {
    font-size: 18px;
  }

  .sec_news .body h6 {
    font-size: 16px;
  }
  .sec_news .body img {
    max-width: 100%;
  }
}

/*
reading
*/

.el_readinglist {
  max-width: 1000px;
  margin: 0 auto;
}

.el_readinglist li {
  display: block;
  width: 100%;
  margin-bottom: 10%;
}

.el_readinglist li:nth-child(3n) {
  margin-right: 0;
}

.el_readinglist .img {
  padding-top: 300px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.el_readinglist .ttl {
  font-size: 28px;
  line-height: 1.75;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}

.sec_note .body hr {
  margin: 80px 0;
  border: none;
  border-bottom: dotted 1px #ccc;
}

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

  .el_readinglist .img {
    padding-top: 200px;
    border-radius: 4px;
  }

  .el_readinglist .ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .el_readinglist .ttl::before {
    height: 32px;
  }
}


/*
contact
*/

.sec_contact .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_contact .form {
  max-width: 720px;
  margin: 40px auto 100px;
}

.sec_contact .cmnTbl {
  width: 100%;
}

.sec_contact .cmnTbl th,
.sec_contact .cmnTbl td {
  padding: 20px 10px;
}

.sec_contact th span {
  color: red;
}

.sec_contact .cmnTbl a {
  text-decoration: underline;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #00004A;
  font-size: 16px;
  font-weight: 600;
}

.sec_contact input[type="text"],
.sec_contact input[type="email"],
.sec_contact select,
.sec_contact textarea {
  padding: 5px 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.sec_contact input[type="text"].short {
  width: 100px;
}

.sec_contact input[type="submit"] {
  cursor: pointer;
}

.mw_wp_form.mw_wp_form_complete {
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
  padding-bottom: 100px;
}


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

  .sec_contact .form {
    margin: 20px auto 50px;
  }

  .sec_contact .cmnTbl th {
    padding: 8px 0;
  }

  .sec_contact .cmnTbl td {
    padding: 8px;
  }

  .sec_contact input[type="text"],
  .sec_contact input[type="email"],
  .sec_contact select,
  .sec_contact textarea {
    font-size: 12px;
  }

  .mw_wp_form.mw_wp_form_complete {
    font-size: 14px;
  }

  .sec_contact input[type="submit"] {
    margin-top: 20px;
  }
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption {
  text-align: center;
}
