@charset "UTF-8";
html {
  scroll-behavior: smooth;
  }
body {
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: normal;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.025em;
  color: #064B80;
  /*
  font-weight: 400;
  font-weight: 500;
  font-weight: 700;
  */
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
body {
  font-size: 13px;
  }
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
img {
  max-width: 100%;
}
@media screen and (min-width: 768px){
    .br-sp {display: none; }
}

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.page-wrapper {
    margin: 0 18px;
}
}
@media screen and (max-width: 768px) {
}

/* header */
.header {
    padding: 70px 20px 220px;
}
.header h1 img {
    width:270px;
    height: auto;
}
.header .menu {
    margin: 130px 0 0;
} 
.header .menu li {
    margin: 0;
    line-height: 0;
    float: left;
}
.header .menu li:first-child {
    margin: 0 140px 0 0;
}
.header .menu img {
    width: auto;
    height: 87px;
}
@media screen and (max-width: 768px) {
.header {
    padding: 64px 10px 255px;
}
.header h1 img {
    width:168px;
}
.header .menu {
    margin: 140px 0 0;
} 
.header .menu li {
    margin: 0 0 20px;
    float: none;
}
.header .menu li:first-child {
    margin: 0 0 85px 0;
}
.header .menu img {
    height: 64px;
}
}

.banner .sp {
    display: none;
}
.banner .pc {
    display: block;
}
@media screen and (max-width: 768px) {
.banner .sp {
    display: block;
}
.banner .pc {
    display: none;
}
}

.ho_title {
    padding: 105px 0 120px;
    text-align: center;
}
.ho_title.fo_title {
    color: #8CC66D;
}
.ho_title h2 img {
    width:222px;
    height: auto;
}
.ho_title h2 {
    margin-bottom: 50px;
}
.ho_title h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.85em;
  letter-spacing: .125em;
}
.ho_title .instagram img {
    width: auto;
    height: 90px;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
.ho_title {
    padding: 64px 0 65px;
    text-align: center;
}
.ho_title h2 img {
    width:138px;
}
.ho_title h2 {
    margin-bottom: 50px;
}
.ho_title h3 {
    font-size: 14px;
    line-height: 1.85em;
  letter-spacing: .125em;
}
.ho_title .instagram img {
    height: 54px;
    margin-top: 33px;
}
}

.service_container {}
.service_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service {
    width: 100%;
}
.service.fo {
    margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
.service {
    width: calc(50% - 22px / 2);
}
}
.service h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.85em;
    margin-top: 10px;
}
.service h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  letter-spacing: -.3em;
}
.service h5  span.conma {
    padding: 0 5px;
}
.service h5  span.yen {
    font-size: 18px;
    padding: 0 10px 0 5px;
}
.service h5  span.sub {
    font-size: 18px;
    padding: 0;
  letter-spacing: .025em;
}
.service h5  span.slash {
    padding: 0 10px;
}
.service p {
    padding: 20px 22px 50px;
    font-size: ;
}
@media screen and (max-width: 768px) {
.service.fo {
    margin-bottom: 18px;
}
.service h4 {
    font-size: 18px;
    line-height: 1.85em;
    margin-top: 8px;
}
.service h5 {
    text-align: center;
    font-size: 19px;
  letter-spacing: -.3em;
}
.service h5  span.conma {
    padding: 0 5px;
}
.service h5  span.yen {
    font-size: 12px;
    padding: 0 10px 0 5px;
}
.service h5  span.sub {
    font-size: 12px;
    padding: 0;
  letter-spacing: .025em;
}
.service h5  span.slash {
    padding: 0 10px;
}
.service p {
    padding: 12px 22px 44px;
    font-size: ;
}
}

.campaign_light {
    border: 1px solid #064B80;
    padding: 50px 20px;
    margin-top: 40px;
}
.campaign_light h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.85em;
}
p.under_campaign_light {
    padding: 20px 250px 60px;
}
p.under_campaign_light a {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
.campaign_light {
    padding: 30px 20px;
    margin-top: 20px;
}
.campaign_light h4 {
    font-size: 18px;
    line-height: 1.85em;
}
p.under_campaign_light {
    padding: 20px 0 40px 20px;
}
}

.campaign_dark{
    background-color: #064B80;
    padding: 80px 20px;
    margin: 40px 0 60px;
}
.campaign_dark.fo {
    background-color: #8CC66D;
    margin: 90px 0 160px;
}
.campaign_dark h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.85em;
    color:#fff;
}
.campaign_dark p {
    text-align: center;
    color:#fff;
}
@media screen and (max-width: 768px) {
.campaign_dark{
    padding: 60px 20px;
    margin: 30px 0 40px;
}
.campaign_dark.fo {
    background-color: #8CC66D;
    margin: 0 0 90px;
}
.campaign_dark h4 {
    font-size: 18px;
    line-height: 1.85em;
    color:#fff;
}
.campaign_dark p {
    text-align: center;
    color:#fff;
}
}

.campaign_grey {
    background-color: #EBEBEB;
    width: 80%;
    margin: 0 auto;
   border-radius: 100px;
}
.campaign_grey h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.85em;
    padding: 25px 0;
}
@media screen and (max-width: 768px) {
.campaign_grey {
    width: 100%;
    margin: 0 auto;
   border-radius: 100px;
}
.campaign_grey h4 {
    font-size: 16px;
    line-height: 1.85em;
    padding: 25px 0;
}
}

.banner.fo {
    margin-top: 300px;
}
@media screen and (max-width: 768px) {
.banner.fo {
    margin-top: 170px;
}
}

.banner.vo {
    margin: 100px 0;
}
@media screen and (max-width: 768px) {
.banner.vo {
    margin: 80px 0;
}
}

footer {
    background-color: #EBEBEB;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_wrapper {
    max-width: 1200px;
    margin: 0 auto;
  letter-spacing: .125em;
  padding: 40px 0;
}
.footer_wrapper dt {
    padding: 0 80px;
    font-size: 23px;
    font-weight: 700;
    float: left;
}
.footer_wrapper dd {
    font-weight: 700;
    float: left;
    padding-right: 30px;
}
.footer_wrapper dd span {
    font-weight: 700;
}
.footer_wrapper dd span.tel {
    font-size: 28px;
}
.footer_wrapper dd span.mail {
    font-size: 23px;
}
.footer_wrapper dd img {
    width: 190px;
    height: auto;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
@media screen and (max-width: 768px) {
.footer_wrapper {
  padding: 20px 0;
  text-align: center;
}
.footer_wrapper dt {
    padding: 0;
    font-size: 13px;
    float: none;
}
.footer_wrapper dd {
    float: none;
    padding-right: 0
}
.footer_wrapper dd span {
}
.footer_wrapper dd span.tel {
    font-size: 20px;
}
.footer_wrapper dd span.mail {
    font-size: 15px;
}
.footer_wrapper dd img {
    width: 115px;
    padding-top: 8px;
}
}

p.copy {
    text-align: center;
    padding: 0 0 160px;
    color: #000;
    font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
p.copy {
    padding: 0 0 160px;
}
}