@charset "utf-8";
@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ==============================
   common
============================== */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #082636;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.notoBold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.pc {
  display: block !important;
}
.pci {
  display: inline-block !important;
}
a .pci {
  text-decoration: underline;
}
.sp {
  display: none !important;
}
.spi {
  display: none !important;
}
.spt {
  display: none !important;
}
a {
  text-decoration: underline;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.5;
}
.attention {
  color: #FF0000;
}
img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .spt {
    display: table-cell !important;
  }
  a {
    text-decoration: underline;
    transition: 0s;
  }
  a:hover {
    opacity: 1;
  }
  a img {
    transition: 0s;
  }
  a img:hover {
    opacity: 1;
  }
}
/* ==============================
   prts
============================== */
.wh {
  color: #FFFFFF;
}
.bk {
  color: #333;
}
.h1txt {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.h2txt {
  font-size: 6.5rem;
  line-height: 1.2
}
p {
  padding: 0 0 1em;
  line-height: 1.8;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .h1txt {}
  .h2txt {}
}
/* ==============================
   .top
============================== */
.top {}
/* ==============================
   mainarea
============================== */
.top #mainarea {
  background: url("../images/bg_topmain01.png") center top no-repeat;
  background-size: cover;
  height: 690px;
  color: #FFFFFF;
}
#mainarea .maintxt {}
#mainarea .maintxt span {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  .top #mainarea {
    height: 400px;
  }
}
/* ==============================
   #header 
============================== */
#header {
  height: 100px;
  padding: 10px 0 18px;
}
#header .inner {
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  #header {
    height: 80px;
    padding: 5px 0 10px;
  }
}
/* ==============================
.logo
============================== */
#header .logo {}
#header .logo img {
  margin: 7px 0 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  #header .logo img {
    width: 150px;
    height: auto
  }
}
/* ==============================
headtel
============================== */
#header .headtel {
  font-size: 2.2rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 25px;
  font-weight: bold;
}
#header .headtel a {
  color: #FFF;
  text-decoration: none;
}
/* ==============================
 #navi
============================== */
#header #navi {
  display: flex;
}
#header #navi {}
#header #navi ul {
  display: flex;
  padding: 0px 0 0 0;
}
#header #navi ul li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 35px;
}
#header #navi ul li a {
  color: #FFF;
  text-decoration: none;
}
#header #navi ul li a:hover {
  text-decoration: underline;
}
.hamburger {
  display: none
}
.pctel {
  display: block
}
.sptel {
  display: none;
}
@media screen and (max-width: 1586px) {
  #header {}
}
@media screen and (max-width: 1024px) {
  #header #navi {
    display: none;
  }
  .pctel {
    display: none;
  }
}
@media screen and (max-width: 767px) {}
/* ==============================
mainarea in02
============================== */
#mainarea .in02 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 590px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #mainarea .in02 {
    height: 320px;
  }
}
/* ==============================
maintxt
============================== */
#mainarea .maintxt {}
#mainarea .maintxt .line01 {
  font-size: 5.8rem;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1;
}
#mainarea .maintxt .line02 {
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
#mainarea .maintxt .line03 {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mainarea .maintxt .line03::before {
  content: url("../images/ico_mainsubtxt01.png");
  width: 26px;
  height: 40px;
  margin-right: 10px;
}
#mainarea .maintxt .line03::after {
  content: url("../images/ico_mainsubtxt01.png");
  width: 26px;
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  #mainarea .maintxt .line01 {
    font-size: 5.0rem;
  }
  #mainarea .maintxt .line02 {
    font-size: 3.0rem;
  }
  #mainarea .maintxt .line03 {
    font-size: 1.8rem;
  }
  .sptel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 50px;
    width: 48px;
    height: 48px;
    background: #01a4e4;
  }
  .sptel img {
    width: 21px;
    height: 28px;
  }
  /* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
  #mainarea .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 48px;
    height: 48px;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #333;
    cursor: pointer;
    z-index: 9999;
    text-align: center
  }
  #mainarea .hamburger span {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 2px;
    left: 0%;
    right: 0;
    margin: 0 auto 0 auto;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 26%, rgba(255, 255, 255, 1) 26%);
    transition: all 0.5s;
  }
  #mainarea .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
  #mainarea .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 51%, rgba(255, 255, 255, 1) 51%);
    transition: all 0.5s;
  }
  #mainarea .hamburger span::before {
    top: -12px;
  }
  #mainarea .hamburger span::after {
    bottom: -12px;
  }
  #mainarea .hamburger.open span {
    background: transparent;
  }
  #mainarea .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #mainarea .hamburger.open span::after {
    bottom: 0;
    background: #fff;
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 767px) {
    #mainarea .maintxt .line01 {
      font-size: 2.5rem;
    }
    #mainarea .maintxt .line02 {
      font-size: 1.6rem;
    }
    #mainarea .maintxt .line03 {
      font-size: 1.6rem;
    }
  }
  /* ===============================================
#navi
=============================================== */
  #header #navi {}
  #header #navi {
    position: fixed;
    width: 50%;
    top: 73px;
    right: -50%;
    transition: all 0.5s;
    z-index: 999;
    display: block;
  }
  #header #navi.open {
    right: 0;
  }
  #header #navi ul {
    display: block;
    padding: 0px 0 0 0;
  }
  #header #navi ul li {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 0;
    background: #FFFFFF;
    border-bottom: 1px #ccc solid;
  }
  #header #navi ul li a {
    display: block;
    padding: 10px;
    color: #333;
    background: url("../images/ico_arrow02.png") no-repeat 96% center;
    text-decoration: none;
  }
  #header #navi ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #mainarea {
    height: 65vh;
    position: relative;
    background: url("../images/bg_green01.png") no-repeat left 0/auto 45vh, url("../images/bg_green02.png") no-repeat right bottom/auto 15vh, #f0eff3;
  }
  #mainarea .maintxt {
    font-size: 16vw;
  }
  #mainarea .maintxt span {
    font-size: 4.8vw;
  }
  #mainarea .hamburger {
    width: 12vw;
    height: 12vw;
  }
  #mainarea .hamburger span::before {
    top: -9px;
  }
  #mainarea .hamburger span::after {
    bottom: -9px;
  }
}
/* ==============================
  .bgWrap
============================== */
.bgWrap {
  position: relative;
}
.bgWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 236px;
  background-color: #01a4e4;
  z-index: -100;
}
.bgWrap::after {
  position: absolute;
  content: "";
  background-image: url("../images/bg_top01.png");
  background-repeat: no-repeat;
  background-position: right 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -50;
}
@media screen and (max-width: 767px) {
  .bgWrap::before {
    height: 350px;
  }
}
/* ==============================
  .blogotxt
============================== */
.logotxt {}
.logotxt .txt {}
.logotxt .txt .line01 {
  font-size: 5.8rem;
  font-weight: 900;
  font-style: italic;
}
.logotxt .txt .line02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .logotxt .txt .line01 {
    font-size: 3.8rem;
  }
  .logotxt .txt .line02 {
    font-size: 1.6rem;
  }
}
/* ==============================
#news
============================== */
#news {
  height: 236px;
  display: flex;
  align-items: center;
}
#news .inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
#news .logotxt {
  width: 24.4%;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
}
#news .logotxt .txt {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #news {
    height: auto;
  }
  #news .logotxt {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
/* ==============================
txts
============================== */
#news .txts {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 75.6%;
}
#news .txts .list {}
#news .txts .list ul {}
#news .txts .list ul li {
  display: flex;
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-bottom: 14px;
}
#news .txts .list ul li:last-child {
  margin-bottom: 0px;
}
#news .txts .list ul li .cat {
  border: 1px #FFFFFF solid;
  padding: 8px 17px;
  text-align: center;
  border-radius: 30px;
  margin-right: 13px;
}
#news .txts .list ul li .date {
  margin-right: 20px;
  padding: 9px 0
}
#news .txts .list ul li a {
  color: #FFF;
  text-decoration: underline;
  padding: 9px 0
}
#news .txts .list ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #news .txts {
    width: 100%;
    margin-bottom: 20px;
  }
  #news .txts .list {}
  #news .txts .list ul {
    padding: 0;
  }
  #news .txts .list ul li {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  #news .txts .list ul li:last-child {
    margin-bottom: 0px;
  }
  #news .txts .list ul li .cat {
    padding: 8px 10px;
    border-radius: 30px;
    margin-right: 10px;
    flex-shrink: 0;
    height: 38px;
  }
  #news .txts .list ul li .date {
    margin-right: 10px;
    padding: 9px 0;
    flex-shrink: 0;
  }
  #news .txts .list ul li a {
    padding: 9px 0
  }
}
/* ==============================
btn
============================== */
.btnwrap {
  width: 100%;
}
.btn {
  width: 202px;
  height: 49px;
  background: url("../images/ico_arrow02.png") no-repeat 86% 17px, url("../images/bg_btn01.png") no-repeat;
  font-size: 1.8rem;
  font-style: italic;
  margin-left: auto;
}
.btn a {
  width: 100%;
  height: 49px;
  display: block;
  color: #01a4e4;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 0 10px 40px
}
/* ==============================
#logotxt02
============================== */
.logotxt02 {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.logotxt02 .no {
  font-size: 3.0rem;
  background: url("../images/ico_slat02.png") no-repeat 80% top;
  width: 125px;
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-style: italic;
}
.logotxt02 .txt {
  color: #01a4e4;
}
.logotxt02 .txt .line01 {
  font-size: 5.8rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
}
.logotxt02 .txt .line02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .logotxt02 .txt .line01 {
    font-size: 3.8rem;
  }
  .logotxt02 .txt .line02 {
    font-size: 1.6rem;
  }
}
/* ==============================
#business
============================== */
#business {
  height: 700px;
}
#business .inner {
  padding: 100px 0;
}
#business .inner .txts {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #business {
    height: auto;
  }
  #business .inner {
    padding: 60px 0;
  }
  #business .inner .txts {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
/* ==============================
#business
============================== */
.businessWrap {
  display: flex;
  justify-content: space-between;
}
.businessWrap .businessBox {
  width: 48%;
  height: 322px;
  color: #FFFFFF;
  padding: 68px 33px 30px;
}
.businessWrap .businessBox .line01 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.businessWrap .businessBox .line02 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 33px;
}
.businessWrap .businessBox .txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.businessWrap .box01 {
  background: url("../images/img_top01.png") no-repeat;
}
.businessWrap .box02 {
  background: url("../images/img_top02.png") no-repeat;
}
.businessWrap .businessBox a {
  color: #FFF;
  text-decoration: none
}
.businessWrap .businessBox a:hover {
  text-decoration: underline
}
@media screen and (max-width: 767px) {
  .businessWrap {
    flex-wrap: wrap
  }
  .businessWrap .businessBox {
    width: 100%;
    padding: 35px 15px;
    margin-bottom: 15px;
  }
  .businessWrap .businessBox .line01 {
    font-size: 2.8rem;
  }
  .businessWrap .businessBox .line02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .businessWrap .businessBox .txt {
    font-size: 1.4rem;
  }
}
/* ==============================
#example 
============================== */
#example {
  background: #e5f6fc;
}
#example .inner {
  padding: 100px 0;
}
#example .inner .txts {
  font-size: 1.8rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #example .inner {
    padding: 60px 0;
  }
  #example .inner .txts {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
/* ==============================
btn
============================== */
.btnwrap {
  width: 100%;
}
.btn02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 287px;
  height: 44px;
  background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
  font-size: 1.8rem;
  font-style: italic;
}
.btn02 a {
  width: 100%;
  height: 44px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 40px
}
.btn02 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .btn02 {
    position: absolute;
    right: 0;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .btn02 {
    position: relative;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
  }
}
/* ==============================
#example
============================== */
.exampleWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exampleWrap .exampleBox {
  width: 48%;
  padding: 25px 15px 25px 28px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.exampleWrap .exampleBox .cat a {
  display: inline-block;
  border: 1px #01a4e4 solid;
  padding: 5px 13px;
  text-align: center;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 15px;
  color: #01a4e4;
  font-size: 1.4rem;
  text-decoration: none;
}
.exampleWrap .exampleBox02 {
  display: flex;
  justify-content: space-between;
}
.exampleWrap .exampleBox02 .img {
  width: 48%;
  height: 155px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 2%;
}
.exampleWrap .exampleBox02 .txtBox {
  width: 50%;
}
.exampleWrap .exampleBox .ttl a {
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  color: #01a4e4;
  text-decoration: none;
}
.exampleWrap .exampleBox .txt {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .exampleWrap .exampleBox {
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 15px;
  }
  .exampleWrap .exampleBox .cat a {
    font-size: 1.4rem;
  }
  .exampleWrap .exampleBox .ttl a {
    font-size: 1.8rem;
  }
}
/* ==============================
company
============================== */
#company {
  background: url("../images/bg_topcomp01.png") center top no-repeat;
  background-size: cover;
  height: 594px;
  display: flex;
  align-items: center;
}
#company .inner02 {
  color: #FFF;
  width: 65%;
  margin-left: auto;
}
#company .logotxt02 {
  margin-left: auto;
  justify-content: flex-end;
  margin-right: 40px;
  margin-bottom: 40px;
}
#company .logotxt02 .no {
  background: url("../images/ico_slat03.png") no-repeat 80% top;
}
#company .logotxt02 .txt {
  color: #FFF;
}
#company .companytxt {
  font-size: 2.6rem;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #company .companytxt {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 767px) {
  #company {
    background: #3c3c3c;
    height: auto;
  }
  #company .inner02 {
    color: #FFF;
    width: 100%;
    margin-left: auto;
    padding: 60px 0;
  }
  #company .logotxt02 {
    margin-left: auto;
    justify-content: flex-start;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  #company .logotxt02 .no {
    background: url("../images/ico_slat03.png") no-repeat 80% top;
  }
  #company .logotxt02 .txt {
    color: #FFF;
  }
  #company .companytxt {
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 40px;
  }
}
/* ==============================
links
============================== */
#company .links {
  width: 80%;
  margin-left: auto;
  margin-right: 10px;
}
#company .links ul {
  padding: 0;
}
#company .links li a {
  width: 100%;
  display: block;
  padding: 15px 0;
  border-bottom: 1px #7d7d7d solid;
  font-size: 2.2rem;
  color: #FFFFFF;
  background: url("../images/ico_arrow01.png") no-repeat 97% center;
  text-decoration: none;
}
#company .links li a:hover {
  text-decoration: underline;
}
/* ==============================
recruit
============================== */
#recruit {}
#recruit .inner {
  padding: 100px 0;
  display: flex;
}
#recruit .inner .img {
  margin-left: -206px;
}
#recruit .inner .txts {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
#recruit .inner .txtBox {
  font-size: 1.8rem;
  margin-bottom: 50px;
}
#recruit .inner .links {
  height: 44px;
  margin-left: -96px
}
#recruit .inner .links ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #recruit {}
  #recruit .inner {
    padding: 60px 0;
    flex-wrap: wrap;
  }
  #recruit .inner .img {
    margin-left: 0px;
  }
  #recruit .inner .txts {
    margin-left: 0px;
    display: flex;
  }
  #recruit .inner .txtBox {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #recruit .inner .links {
    height: auto;
    margin-left: 0px
  }
  #recruit .inner .links ul {
    flex-wrap: wrap;
  }
  #recruit .inner .links ul li {
    margin: 0 auto 15px;
  }
}
/* ==============================
.foot02
============================== */
.btn03 {
  width: 287px;
  height: 44px;
  background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
  font-size: 1.8rem;
  font-style: italic;
}
.btn03 a {
  width: 100%;
  height: 44px;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 40px
}
.btn03 a:hover {
  opacity: 0.7;
}
/* ==============================
inquiry
============================== */
#inquiry {
  background: url("../images/bg_top02.png") no-repeat 54px -200px, #e5f6fc;
}
#inquiry .inner {
  padding: 100px 0;
}
#inquiry .inner .inquirytxt {
  font-size: 1.8rem;
  margin-bottom: 36px;
  position: relative;
}
#inquiry .form {
  background: #FFF;
  padding: 58px 108px;
}
#inquiry .form table {
  width: 100%;
  margin-bottom: 40px;
}
#inquiry .form table th {
  width: 30%;
  background: #ceedf9;
  font-size: 1.8rem;
  padding: 20px;
  text-align: left;
}
#inquiry .form table td {
  width: 70%;
  background: #f4f4f4;
  font-size: 1.6rem;
  color: #222;
  padding: 20px;
}
.validation {
  display: none;
}
input, textarea {
  padding: 15px;
}
.formbtn {
  width: 287px;
  height: 44px;
  background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
  font-size: 1.8rem;
  font-style: italic;
  display: block;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0 10px 0px;
  cursor: pointer;
  border: 0;
  margin: 20px auto 0;
}
.formbtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #inquiry .form {
    background: #FFF;
    padding: 58px 20px;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .inner {
    padding: 60px 0;
  }
  #inquiry .inner .inquirytxt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #inquiry .form {
    background: #FFF;
    padding: 10px 0px;
  }
  #inquiry .form table {
    width: 100%;
    margin-bottom: 40px;
  }
  #inquiry .form table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #inquiry .form table th {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
  }
  #inquiry .form table td {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
  }
  input, textarea {
    padding: 15px;
    width: 100%;
  }
  #inquiry .form label {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start
  }
  #inquiry .form label input {
    width: 30px;
    margin-right: 10px;
  }
  .formbtn {
    width: 287px;
    height: 44px;
    background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
    font-size: 1.8rem;
    font-style: italic;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 10px 0px;
    cursor: pointer;
    border: 0;
    margin: 20px auto 0;
  }
  .formbtn:hover {
    opacity: 0.7;
  }
}
/* ==============================
.footer
============================== */
#footer {}
/* ==============================
.foot01
============================== */
.foot01 {
  height: 160px;
  display: flex;
  align-items: center;
}
.foot01 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .foot01 .inner {
    height: auto;
    flex-wrap: wrap
  }
}
/* ==============================
.logo
============================== */
.foot01 .logo {}
.foot01 .logo img {
  width: auto;
}
.foot01 .logo .txt {
  margin: 4px 0 0;
  font-size: 1.4rem;
  color: #01a4e4;
}
@media screen and (max-width: 767px) {
  .foot01 .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .foot01 .logo .txt {
    width: 100%;
  }
}
/* ==============================
headtel
============================== */
.foot01 .foottel {
  font-size: 2.2rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: auto;
}
.foot01 .foottel a {
  color: #01a4e4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .foot01 .foottel {
    text-align: center;
    margin: 0 auto 25px;
  }
}
/* ==============================
.foot02
============================== */
.foot02 {
  background: #01a4e4;
  color: #FFFFFF;
  padding: 62px 0 30px;
}
.foot02 .inner {
  position: relative;
}
.foot02 .inner .links {
  display: flex;
}
.foot02 .inner .links .link01 {
  width: 20%;
  padding: 6px 33px;
  border-right: 1px #FFF solid;
}
.foot02 .inner .links .link01.flink {
  padding: 6px 33px 6px 15px;
}
.foot02 .inner .links .link01.llink {
  width: 25%;
  padding: 6px 33px;
  border-right: 0px #FFF solid;
}
.foot02 .inner .links .link01 ul {
  padding: 0;
}
.foot02 .inner .links .link01 ul li {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.foot02 .inner .links .link01 ul li:first-child {
  font-size: 1.6rem;
}
.foot02 .inner .links .link01 ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.foot02 .inner .links .link01 ul li a:hover {
  text-decoration: underline
}
.foot02 .inner .copy {
  text-align: right;
  margin-top: 27px;
  fonw-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .foot02 {
    background: #01a4e4;
    color: #FFFFFF;
    padding: 30px 0 30px;
  }
  .foot02 .inner .links {
    display: flex;
    flex-wrap: wrap;
  }
  .foot02 .inner .links .link01 {
    width: 100%;
    padding: 6px 15px;
    border-right: 0px #FFF solid;
  }
  .foot02 .inner .links .link01.flink {
    padding: 6px 15px;
  }
  .foot02 .inner .links .link01.llink {
    width: 100%;
    padding: 6px 15px;
    border-right: 0px #FFF solid;
  }
  .foot02 .inner .links .link01 ul {
    padding: 0;
  }
  .foot02 .inner .links .link01 ul li:first-child {
    font-size: 1.6rem;
  }
  .foot02 .inner .links .link01 ul li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    border-bottom: 1px #FFF solid;
    background: url("../images/ico_arrow02.png") no-repeat 94% center;
  }
  .foot02 .inner .links .link01 ul li a:hover {
    text-decoration: underline
  }
  .foot02 .inner .copy {
    text-align: right;
    margin-top: 27px;
    fonw-size: 1.4rem;
  }
}
/* ==============================
.page
============================== */
.page {}
/* ==============================
   mainarea
============================== */
.page #mainarea {
  background: url("../images/bg_topmain01.png") center top no-repeat;
  background-size: cover;
  height: 690px;
  color: #FFFFFF;
}
#mainarea .maintxt {}
#mainarea .maintxt span {}
@media screen and (max-width: 767px) {
  .page #mainarea {
    height: 65vh;
    position: relative;
    background: url("../images/bg_green01.png") no-repeat left 0/auto 45vh, url("../images/bg_green02.png") no-repeat right bottom/auto 15vh, #f0eff3;
  }
}
/* ==============================
   #header 
============================== */
.page #header {
  background: #FFF;
  color: #082636;
}
/* ==============================
headtel
============================== */
.page #header .headtel a {
  color: #082636;
}
/* ==============================
#navi
============================== */
.page #header #navi ul li a {
  color: #082636;
}
/* ==============================
pageMainarea
============================== */
#pageMainarea {
  height: 330px;
  background: url("../images/bg_top03.png") center top no-repeat;
  background-size: cover;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
#pageMainarea .inner {
  display: flex;
}
#pageMainarea .ico {
  background: url("../images/ico_slat03.png") left top no-repeat;
  width: 46.6%;
  padding: 0 0 0px 60px;
}
#pageMainarea .ico .line01 {
  font-size: 5.8rem;
  font-weight: 700;
  font-style: italic;
}
#pageMainarea .ico .line02 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0px 20px;
}
#pageMainarea .maintxt {}
#pageMainarea .maintxt .line01 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#pageMainarea .maintxt .line02 {
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #pageMainarea .maintxt .line01 {
    font-size: 5.0rem;
  }
  #pageMainarea .maintxt .line02 {
    font-size: 3.0rem;
  }
  #pageMainarea .maintxt .line03 {
    font-size: 1.8rem;
  }
  .sptel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 50px;
    width: 48px;
    height: 48px;
    background: #01a4e4;
  }
  .sptel img {
    width: 21px;
    height: 28px;
  }
  /* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.page .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    width: 48px;
    height: 48px;
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #333;
    cursor: pointer;
    z-index: 9999;
    text-align: center
  }
.page .hamburger span {
    position: absolute;
    display: block;
    content: "";
    width: 60%;
    height: 2px;
    left: 0%;
    right: 0;
    margin: 0 auto 0 auto;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 26%, rgba(255, 255, 255, 1) 26%);
    transition: all 0.5s;
  }
.page .hamburger span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }
.page .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 51%, rgba(255, 255, 255, 1) 51%);
    transition: all 0.5s;
  }
.page .hamburger span::before {
    top: -12px;
  }
.page .hamburger span::after {
    bottom: -12px;
  }
.page .hamburger.open span {
    background: transparent;
  }
.page .hamburger.open span::before {
    top: 0;
    transform: rotate(45deg);
  }
.page .hamburger.open span::after {
    bottom: 0;
    background: #fff;
    transform: rotate(-45deg);
  }
}

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

#pageMainarea .inner {
	flex-wrap: wrap
}
#pageMainarea .ico {
  background: url("../images/ico_slat03.png") left top no-repeat;
  width: 100%;
  padding: 0 0 30px 60px;
}
#pageMainarea .ico .line01 {
  font-size: 3.8rem;
}
#pageMainarea .ico .line02 {
  font-size: 1.6rem;
  padding: 0 0 0px 0px;
}
#pageMainarea .maintxt {}
#pageMainarea .maintxt .line01 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#pageMainarea .maintxt .line02 {
  font-size: 1.6rem;
}
}
  /* ==============================
business
============================== */
  .page .links {}
  .page .links .inner {
    padding: 53px 0 100px;
  }
  .page .links .inner .txts {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .page .links a {
    color: #FFF;
    text-decoration: none
  }
  .page .links a:hover {
    text-decoration: underline
  }
@media screen and (max-width: 767px) {
  .page .links {}
  .page .links .inner {
    padding: 53px 0 100px;
  }
  .page .links .inner .txts {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
	
}
  /* ==============================
business sec01
============================== */
  .business .sec {
    background: #e5f6fc;
  }
  .business .sec .inner {
    padding: 100px 0;
  }
  .business .ttl {
    display: flex;
    margin-bottom: 48px;
  }
  .business .ico {
    width: 42%;
  }
  .business .sec .ico .line01 {
    font-size: 5.0rem;
    font-weight: 900;
    color: #01a4e4;
    font-style: italic;
  }
  .business .sec .ico .line02 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 0px 0px;
  }
  .business .pt {
    width: 58%;
    padding: 15px 0 0 0;
  }
  .business .pt ul {
    display: flex;
    justify-content: flex-end;
  }
  .business .pt li {
    width: 260px;
    border: 2px #01a4e4 solid;
    padding: 15px 0px;
    text-align: center;
    border-radius: 30px;
    margin-right: 17px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #01a4e4;
    background: #FFFFFF;
  }
@media screen and (max-width: 767px) {

  .business .sec .inner {
    padding: 60px 0;
  }
  .business .ttl {
    display: flex;
	  flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .business .ico {
    width: 100%;
  }
  .business .sec .ico .line01 {
    font-size: 3.8rem;
  }
  .business .sec .ico .line02 {
    font-size: 1.6rem;
  }
  .business .pt {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .business .pt ul {
    display: flex;
    justify-content: center;
	  flex-wrap: wrap;
	  padding: 0
  }
  .business .pt li {
    width: 100%;
    padding: 15px 0px;
    margin-right:0px;
    font-size: 1.6rem;
	  margin: 0 0 10px 0;
  }
}

  /* ==============================
business bizBox
============================== */
  .business .bizBox {
    display: flex;
    justify-content: space-between;
  }
  .business .bizBox .txts {
    width: 55.6%;
  }
  .business .bizBox .txts .txtBox {
    border-bottom: 1px #01a4e4 solid;
    margin-bottom: 16px;
    padding: 19px 0 35px;
  }
  .business .bizBox .txts .txtBox .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    background: url("../images/ico_slat05.png") left top no-repeat;
    padding: 0 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .business .bizBox .txts .txtBox .ttl span {
    font-size: 1.6rem;
  }
  .business .bizBox .txts .txtBox .txt {
    font-size: 1.4rem;
  }
  .business .bizBox .images .imgBox {
    margin-bottom: 38px;
  }
  .business .bizBox .spimages{
    display: none
  }
	
@media screen and (max-width: 767px) {
	
  .business .bizBox .txts {
    width:100%;
  }
  .business .bizBox .txts .txtBox {
    border-bottom: 1px #01a4e4 solid;
    margin-bottom: 16px;
    padding: 19px 0 35px;
  }
  .business .bizBox .txts .txtBox .ttl {
    font-size: 2.0rem;
    padding: 0 0 0 40px;
    height: auto;
  }
  .business .bizBox .txts .txtBox .ttl span {
    font-size: 1.6rem;
  }
  .business .bizBox .txts .txtBox .txt {
    font-size: 1.4rem;
  }
  .business .bizBox .images{
    display: none
  }
  .business .bizBox .spimages{
    display: block;
	  margin: 10px 0;
  }
	
	
}
  /* ==============================
business bizBox
============================== */
  .business #example {
    background: #FFF
  }
  .business #example .logotxt {
    margin-bottom: 40px;
  }
  .business #example .txt .line02 {
    font-size: 2.0rem;
    font-weight: 700;
    color: #01a4e4;
  }
  .business #example .exampleBox {
    background: #e5f6fc
  }
  .business .exampleWrap .exampleBox .cat a {
    background: #FFF
  }
  /* ==============================
philosophy
============================== */
  #philosophy {}
  #philosophy .inner {
    padding: 60px 0 100px;
  }
@media screen and (max-width: 767px) {
	
  #philosophy .inner {
    padding: 60px 0 ;
  }
	
}
  /* ==============================
COMPANY PHILOSOPHY
============================== */
  .logotxt03 .txt {
    text-align-last: center;
    color: #01a4e4;
    margin-bottom: 50px;
	  margin-left: -50px;
    display: flex;
    justify-content: center
  }
.example-entry .logotxt03 .txt {
	  margin-left: -75px;
  }




  .logotxt03 .txt::before {
    content: url("../images/ico_slat02.png");
    margin-right: 20px;
  }
  .logotxt03 .txt .line01 {
    font-size: 5.0rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .logotxt03 .txt .line02 {
    font-size: 1.8rem;
    font-weight: 900;
  }
@media screen and (max-width: 767px) {
  .logotxt03 .txt {
	  margin-left: -30px;

  }
	
  .logotxt03 .txt::before {
    content: url("../images/ico_slat02.png");
	  background-size: 30px;
    margin-right: 20px;
  }

  .logotxt03 .txt .line01 {
    font-size: 2.8rem;

  }
  .logotxt03 .txt .line02 {
    font-size: 1.6rem;

  }
	
}
  /* ==============================
philosophytxt
============================== */
  #philosophy .philosophytxt {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
  font-feature-settings: "palt";
  }
@media screen and (max-width: 767px) {
  #philosophy .philosophytxt {
    font-size: 2.0rem;
    margin-bottom: 60px;
  }
}
  /* ==============================
philosophylist
============================== */
  #philosophy .philosophylist {
    width: 50%;
    margin: 0 auto
  }
  #philosophy .philosophylist ul li {
    background: #e5f6fc;
    font-size: 2.8rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 0;
    transform: skewX(-20deg);
  }
@media screen and (max-width: 767px) {
  #philosophy .philosophylist {
    width: 90%;
  }
  #philosophy .philosophylist ul  {
padding: 0;
  }
  #philosophy .philosophylist ul li {
    font-size: 2.0rem;
    padding: 15px 15px;
  }
}
  /* ==============================
message
============================== */
  #message {
    background: url("../images/bg_topcomp02.png") left top no-repeat, #000;
    background-size: cover;
  }
  #message .messageBox {
    color: #FFF;
    width: 70%;
    margin-left: auto;
    padding: 50px 0;
  }
  #message .messageBox .logotxt03 {
    color: #FFF;
  }
  #message .messageBox .logotxt03 .txt {
    justify-content: flex-start;
  }
  #message .messageBox .logotxt03 .txt::before {
    content: url("../images/ico_slat03.png");
  }
  #message .messageBox .logotxt03 .txt .line01 {
    color: #FFF;
  }
  #message .messageBox .logotxt03 .txt .line02 {
    color: #FFF;
  }
  #message .messageBox .messagetxt {
    font-size: 1.6rem;
  }
@media screen and (max-width: 767px) {
	
  #message {
    background: #3c3c3c;;
  }
  #message .messageBox {
    color: #FFF;
    width: 100%;
    padding: 30px 0;
  }

  #message .messageBox .messagetxt {
    font-size: 1.6rem;
  }
	
}
  /* ==============================
profile
============================== */
  #profile {}
  #profile .inner {
    padding: 100px 0;
  }
  #profile table {
    width: 100%;
    margin-bottom: 40px;
  }
  #profile table th {
    width: 30%;
    background: #ceedf9;
    font-size: 1.8rem;
    padding: 20px;
    text-align: left;
  }
  #profile table td {
    width: 70%;
    font-size: 1.6rem;
    padding: 20px;
    background: #f4f4f4;
  }
@media screen and (max-width: 767px) {
  #profile .inner {
    padding: 60px 0;
  }
  #profile table {
    margin-bottom: 20px;
  }
  #profile table th {
    width: 30%;
    font-size: 1.6rem;
    padding: 15px;
  }
  #profile table td {
    font-size: 1.6rem;
    padding: 15px;
  }
}
  /* ==============================
history
============================== */
  #history {}
  #history .inner {
    padding: 60px 0;
    display: flex;
  }
  #history .inner .img {
    margin-left: -206px;
  }
  #history .txts {
    margin-left: 40px;
    display: flex;
    align-items: center;
  }
  #history .txtsBox {
    display: flex;
    margin-left: -390px;
  }
  #history .logotxt03 {
    display: flex;
    align-items: center;
  }
  #history .logotxt03 .txt {
    color: #FFF;
    margin-bottom: 0;
  }
  #history .logotxt03 .txt::before {
    content: url(../images/ico_slat03.png);
    margin-right: 20px;
  }
  #history .inner .lists {}
  #history .inner .lists ul {}
  #history .inner .lists ul li {
    background: #e5f6fc;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 20px;
    transform: skewX(-20deg);
  }
  #history .inner .lists ul li:first-child {
    margin-left: 60px;
  }
  #history .inner .lists ul li:nth-child(2) {
    margin-left: 30px;
  }
  #history .inner .lists ul li:nth-child(4) {
    margin-left: -30px;
  }
  #history .inner .lists ul li:nth-child(5) {
    margin-left: -60px;
  }
  /* ==============================
profile
============================== */
  #requirements {
    background: url(../images/bg_top02.png) no-repeat right bottom, #e5f6fc;
  }
  #requirements .inner {
    padding: 100px 0;
  }
  #requirements table {
    width: 100%;
    margin-bottom: 40px;
  }
  #requirements table th {
    width: 30%;
    background: #ceedf9;
    font-size: 1.8rem;
    padding: 20px;
    text-align: left;
  }
  #requirements table td {
    width: 70%;
    font-size: 1.6rem;
    padding: 20px;
    background: #f4f4f4;
  }
@media screen and (max-width: 767px) {
  #requirements .inner {
    padding: 60px 0;
  }
  #requirements table {
    margin-bottom: 20px;
  }
  #requirements table th {
    font-size: 1.6rem;
    padding: 15px;
  }
  #requirements table td {
    padding: 15px;

  }
	
}
  /* ==============================
staff
============================== */
  #staff {}
  #staff .inner {
    padding: 100px 0 0 0;
  }
  #staff .stafftxt {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
  }
  .recruit .slidwrap {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
  }
  .recruit .slidBox {
    width: 280px !important;
    margin: 0 10px;
    border: 2px #01a4e4 solid;
    border-radius: 10px;
    padding: 15px;
  }
  .recruit .slidBox .img {
    width: 90%;
    margin: 0 auto 15px;
  }
  .recruit .slidBox .img img {
    border-radius: 50%;
  }
  .recruit .slidBox .name {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
  }
  .recruit .slidBox .comment {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
  .recruit .slidBox .hoby {
    font-size: 1.6rem;
    font-weight: 700;
  }
@media screen and (max-width: 767px) {
  #staff .inner {
    padding:60px 0 0 0;
  }
  #staff .stafftxt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .recruit .slidwrap {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
	  flex-wrap: wrap;
  }
  .recruit .slidBox {
    width: 46%;
    margin: 0 1%;
	  margin-bottom: 15px;
  }
  .recruit .slidBox .name {
    font-size: 1.8rem;
  }
  .recruit .slidBox .comment {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
  .recruit .slidBox .hoby {
    font-size: 1.6rem;
  }
}
  /* ==============================
news
============================== */
  .news .list {}
  .news .list ul {}
  .news .list ul li {
    display: flex;
    text-align: center;
    font-size: 1.6rem;
    color: #082636;
    margin-bottom: 14px;
  }
  .news .list ul li:last-child {
    margin-bottom: 0px;
  }
  .news .list ul li .cat {
    border: 1px #082636 solid;
    padding: 8px 17px;
    text-align: center;
    border-radius: 30px;
    margin-right: 13px;
  }
  .news .list ul li .date {
    margin-right: 20px;
    padding: 9px 0
  }
  .news .list ul li a {
    color: #082636;
    text-decoration: underline;
    padding: 9px 0
  }
  .news .list ul li a:hover {
    text-decoration: none;
  }
@media screen and (max-width: 767px) {
 .news .list {
	 padding:  60px 0;
	}
  .news .list ul {
	  padding: 0;
	}
  .news .list ul li {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  .news .list ul li:last-child {
    margin-bottom: 0px;
  }
  .news .list ul li .cat {
    padding: 8px 10px;
    border-radius: 30px;
    margin-right: 10px;
    flex-shrink: 0;
    height: 38px;
  }
  .news .list ul li .date {
    margin-right: 10px;
    padding: 9px 0
  }
  .news .list ul li a {
    color: #082636;
    text-decoration: underline;
    padding: 9px 0
  }
  .news .list ul li a:hover {
    text-decoration: none;
  }
	
	
	
	
}
  /* ==============================
entry
============================== */
  .newssingle .inner {
    padding: 60px 0;
  }
  .news .entry .txth1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .news .entry .pgst {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .news .entry .pgst .cat {
    border: 1px #082636 solid;
    padding: 8px 17px;
    text-align: center;
    border-radius: 30px;
    margin-right: 13px;
  }
  .news .entry .pgst.date {
    padding: 9px 0
  }
  /* ==============================
excatlinks
============================== */
  .excatlinks {
    padding: 20px 0;
    background: #e5f6fc;
  }
  .excatlinks ul {
    display: flex;
    justify-content: center;
  }
  .excatlinks ul li {
    width: 287px;
    height: 44px;
    background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
    font-size: 1.8rem;
    font-style: italic;
    margin: 0 5px;
  }
  .excatlinks ul li a {
    width: 100%;
    height: 44px;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 10px 40px
  }
  .excatlinks ul li a:hover {
    opacity: 0.7;
  }
@media screen and (max-width: 767px) {
    .page #example .inner {
        padding: 0;
    }
    .page #example .pt40 {
        padding-top: 0!important;
    }
    .page #example .pt50 {
        padding-top: 0!important;
    }
  .excatlinks ul {
  flex-wrap: wrap;
	  padding: 0;
  }
  .excatlinks ul li {
   margin-bottom: 15px;
  }
  .excatlinks ul li a {

  }
	
}
  /* ==============================
excatttl
============================== */
  .excatttl {
    padding: 20px 0;
    background: #e5f6fc;
  }
  .excatttl .archivTtl {
    font-size: 2.8rem;
    font-weight: 700;
    color: #01a4e4;
    text-align: center;
  }
  /* ==============================
examplesingle
============================== */
  #examplesingle .cat {
    border: 1px #082636 solid;
    padding: 8px 17px;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 13px;
    display: inline-block;
  }
  #examplesingle .txth1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #01a4e4;
    text-align: center;
    margin-bottom: 20px
  }
  #examplesingle .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  #examplesingle .txts {
    margin-bottom: 30px;
  }
  #examplesingle .line01 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #examplesingle .line02 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #examplesingle .comment01 {
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: #e5f6fc;
  }
  #examplesingle .comment02 {
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    background: #eee;
  }
  #examplesingle .comment02 {
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #examplesingle .photos {}
  #examplesingle .photos .photosWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #examplesingle .photos .photosttl {
    font-size: 2.2rem;
    font-weight: 700;
    color: #01a4e4;
    text-align: center;
    margin-bottom: 20px
  }
  #examplesingle .photos .photosWrap .photosBox {
    width: 49%;
    margin-bottom: 20px;
  }
  /* ==============================
privacy
============================== */
  #privacy {}
  #privacy .inner {
    padding: 60px 30px;
  }
  #privacy .inner h2 {
    margin: 0px 0 15px;
  }
  #privacy .inner ol, #privacy .inner ul {
    margin: 10px 0 30px;
  }
  /* ==============================
inquiryother
============================== */
  #inquiryother {}
  #inquiryother .inner {
    padding: 60px 0;
    font-size: 1.6rem;
  }
  #inquiryother .inner .inquirytxt {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    text-align: center
  }
  #inquiryother .form {
    background: #FFF;
    padding: 58px 108px;
  }
  #inquiryother .form table {
    width: 100%;
    margin-bottom: 40px;
  }
  #inquiryother .form table th {
    width: 30%;
    background: #ceedf9;
    font-size: 1.8rem;
    padding: 20px;
    text-align: left;
  }
  #inquiryother .form table td {
    width: 70%;
    background: #f4f4f4;
    font-size: 1.6rem;
    color: #222;
    padding: 20px;
  }
  .btn_submit {
    width: 287px;
    height: 44px;
    background: url("../images/ico_arrow03.png") no-repeat 10% center, url("../images/bg_btn03.png") no-repeat;
    font-size: 1.8rem;
    font-style: italic;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 10px 0px;
    cursor: pointer;
    border: 0;
    margin: 20px auto 0;
  }
  #inquiryother .thanks p {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    text-align: center
  }
@media screen and (max-width: 767px) {

  #inquiryother .inner {
    padding: 60px 0;
  }
  #inquiryother .inner .inquirytxt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #inquiryother .form {
    background: #FFF;
    padding: 10px 0px;
  }
  #inquiryother .form table {
    width: 100%;
    margin-bottom: 40px;
  }
  #inquiryother .form table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #inquiryother .form table th {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
  }
  #inquiryother .form table td {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px;
  }
  input, textarea {
    padding: 15px;
    width: 100%;
  }
  #inquiryother .form label {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start
  }
  #inquiryother .form label input {
    width: 30px;
    margin-right: 10px;
  }
  .formbtn {
    width: 287px;
    height: 44px;
    background: url("../images/ico_arrow01.png") no-repeat 90% center, url("../images/bg_btn02.png") no-repeat;
    font-size: 1.8rem;
    font-style: italic;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 10px 0px;
    cursor: pointer;
    border: 0;
    margin: 20px auto 0;
  }
  .formbtn:hover {
    opacity: 0.7;
  }
	
}


  /* ==============================
inquiryother
============================== */
.exampleslWrap {
padding: 30px 0;
	background: #e5f6fc;
	margin-bottom: 20px;
}
.exampleslWrap .slick-slide {
  width: 480px;
	margin: 0 15px 0 15px;
}

@media screen and (max-width: 767px) {
.exampleslWrap .slick-slide {
  width: 80%;
	margin: 0 15px 0 15px;
}
}

