@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*グレー*/
@media screen and (max-width: 896px) {
  @import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
  body {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.63;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
  }
  body.noScroll {
    overflow: hidden;
  }
  .en {
    font-family: "Cantarell", sans-serif;
  }
  .dInlineBlock {
    display: inline-block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .linkUsual {
    color: #00a28e;
  }
  a {
    color: #6f6f6f;
    text-decoration: underline;
  }
  #lpHeader .logoBox {
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .logoBox .logo {
    font-weight: bold;
    text-align: center;
  }
  #lpHeader .logoBox .logo a {
    text-decoration: none;
    color: #00a28e;
    display: inline-block;
    line-height: 1;
  }
  #lpHeader .logoBox .logo a .subLogo {
    color: #222222;
    display: block;
    margin-top: 5px;
  }
  #lpHeader .lpHeaderInner {
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox {
    display: flex;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu {
    list-style-type: none;
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li {
    /*
    				@if $type==tb {
    					margin: 0;
    				}
    */
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a {
    color: #222222;
    text-decoration: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns > li {
    width: 30px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #00a28e;
    background-color: #fff;
    color: #00a28e;
    text-decoration: none;
  }
  #lpHero {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap {
    position: relative;
  }
  #lpHero .heroCatchWrap img {
    width: 100%;
    max-width: inherit;
  }
  #lpHero .heroCatchWrap .heroCatchImg,
  #lpHero .heroCatchWrap .heroCatchImg {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchText {
    pointer-events: none;
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchNote {
    font-weight: bold;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText {
    background: #1c8a7c;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText .heroCatchNote {
    color: #fff;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText {
    background: #6fe0d1;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText .heroCatchNote {
    color: #2d2c2f;
  }
  #lpHero .heroIcon {
    padding: 20px 20px 0;
    margin-bottom: 40px;
  }
  .lpTitle img {
    display: inline-block;
    margin-left: 12px;
  }
  .commonList {
    list-style-type: none;
  }
  .commonList > li {
    padding-left: 1em;
    position: relative;
  }
  .commonList > li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectionHeader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sectionHeader .lpTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sectionHeader .lpTitleEn img {
    max-width: calc(100% - 30px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .tsukutsuku {
    border: 2px solid #ed3b50;
    border-radius: 20px;
    width: 700px;
    padding: 20px 20px;
    width: 90%;
    margin: 20px auto;
  }
  .tsukutsuku h2 {
    font-size: 1.4em;
    padding-bottom: 10px;
  }
  .tsukutsuku p {
    margin-top: 0;
  }
  .tsukutsuku .img {
    text-align: center;
  }
  .tsukutsuku li {
    list-style: none;
    font-size: 14px;
  }
  #lpMessage {
    padding-top: 34px;
  }
  #lpMessage .sectionHeader {
    margin-bottom: 36px;
  }
  #lpMessage .sectionHeader .lpTitle img {
    width: 43px;
  }
  #lpMessage .sectionHeader .lpTitle {
    position: relative;
  }
  #lpMessage .sectionHeader .lpTitle img {
    position: absolute;
    top: -30px;
    right: -35px;
  }
  #lpMessage .messageAbout {
    background: url(../images/message_about_bg.png) repeat center left;
    padding: 60px 20px 10px;
    margin: 0 auto 65px;
  }
  #lpMessage .messageAbout .messegeAboutItem {
    margin-bottom: 45px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImg {
    width: 90%;
    margin: 0 auto 32px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText {
    max-width: 500px;
    margin: 0 auto;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 22px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle > span {
    background: linear-gradient(transparent 80%, #fff 0%);
    margin-bottom: 15px;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText {
    position: relative;
    padding-top: 30px;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText:before {
    content: "";
    display: block;
    background: url(../images/messege_about_title_greeting.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 147px;
    height: 73px;
    top: -50px;
    right: 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub {
    display: flex;
    align-items: center;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub > img {
    width: 90px;
    margin: 0 5px 0 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList > li {
    flex: 1 1 153px;
    max-width: 153px;
    margin: 20px 9px 0;
  }
  #lpMessage .messageList > li {
    padding-top: 33px;
    position: relative;
    margin-bottom: 73px;
  }
  #lpMessage .messageList > li:last-child {
    margin-bottom: 43px;
  }
  #lpMessage .messageList > li:before {
    content: "";
    display: block;
    width: 92.01%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
  }
  #lpMessage .messageList > li:nth-of-type(odd):before {
    right: 0;
  }
  #lpMessage .messageList > li:nth-of-type(even):before {
    left: 0;
  }
  #lpMessage .messageList > li.messageAdd .messageImages {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    list-style-type: none;
    padding-bottom: 43px;
  }
  #lpMessage .messageList > li.messageAdd .messageImages .tsuikaarea {
    background: #f5f5f5;
  }
  #lpMessage .messageList > li.messageAdd .messageImages > li {
    width: 70vw;
    max-width: 490px;
    margin: 0 auto;
  }
  #lpMessage .messageList > li.messageAdd .messageImages > li + li {
    margin-top: 3vw;
  }
  #lpMessage .tsuikamidasi {
	padding: 20px;
	position: sticky;
  }
  #lpMessage .tsuikamidasi h4{
	font-size: 1.2em;
    color: #00a28e;
  }
  #lpMessage .tsuikamidasi p{
	color: #525252;
  }
  #lpMessage .messageList > li .messageListNumber {
    position: absolute;
    width: 67px;
    top: -57px;
    left: 20px;
    z-index: 1;
  }
  #lpMessage .messageList > li .messegeListItem {
    position: relative;
    z-index: 1;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText,
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText {
    max-width: 530px;
    padding: 20px 20px 43px;
    margin: 0 auto;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitle {
    color: #00a28e;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 22px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote {
    color: #525252;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote + * {
    margin-top: 16px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitleSub {
    color: #00a28e;
    font-size: 16px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNoteSub {
    font-size: 14px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageBtn {
    text-align: left;
    width: 153px;
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageBtn:before {
    content: "";
    display: block;
    width: 93px;
    height: 60px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -110px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon {
    text-align: right;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon img {
    display: inline-block;
    margin: 0;
    width: 40px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon a:hover img {
    opacity: 0.7;
  }
  #lpProfile {
    padding: 0;
  }
  #lpProfile .sectionHeader {
    margin-bottom: 20px;
  }
  #lpProfile .sectionHeader .lpTitle img {
    width: 36px;
  }
  #lpProfile .profileItem {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 64px;
  }
  #lpProfile .profileItem .profileItemImg {
    margin-bottom: 20px;
  }
  #lpProfile .profileItem .profileText {
    max-width: 500px;
    margin: 0 auto;
  }
  #lpProfile .profileItem .profileText .profileTitle {
    font-weight: bold;
    color: #343434;
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 22px;
  }
  #lpProfile .profileItem .profileText .profileTitle .profileTitleSub {
    font-size: 12px;
  }
  #lpProfile .profileItem .profileText .profileNote {
    margin-bottom: 23px;
  }
  #lpWorks {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 51px;
    padding-bottom: 5px;
    background: url(../images/works_bg.png) repeat;
  }
  #lpWorks .sectionHeader {
    margin-bottom: 26px;
  }
  #lpWorks .sectionHeader .lpTitle img {
    width: 42px;
  }
  #lpWorks .worksBlock {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  #lpWorks .worksBlock .worksBlockHeader {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 7%;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle {
    display: inline-block;
    color: #525252;
    position: relative;
    padding: 15px 35px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before, #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #00a28e;
    position: absolute;
    box-sizing: border-box;
    width: 23px;
    height: 27px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    right: 0;
    bottom: 0;
    border-width: 0 5px 5px 0;
  }
  #lpWorks .worksBlock .worksList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    justify-content: space-between;
  }
  #lpWorks .worksBlock .worksList > li {
    width: 50%;
    margin-bottom: 40px;
  }
  #lpWorks .worksBlock .worksList > li:nth-child(odd) {
    padding-right: 8px;
  }
  #lpWorks .worksBlock .worksList > li:nth-child(even) {
    padding-left: 8px;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    flex-wrap: nowrap;
    max-width: 191px;
    margin: 0 auto 12px;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListTitle {
    font-weight: inherit;
    margin-bottom: 4px;
    line-height: 1.4;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListNote {
    font-size: 14px;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListNote + .worksListNote {
    margin-top: 5px;
  }
  #lpWorks .worksBlock .worksList.column1 {
    justify-content: center;
  }
  #lpWorks .worksBlock .worksList.column1 > li {
    width: inherit;
  }
  #lpWorks .worksBlock .worksList.column1.half > li .worksListImg {
    max-width: 290px;
  }
  #lpWorks .worksBlock .worksItem {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  #lpWorks .worksBlock .worksItem .worksItemImg {
    margin-bottom: 16px;
  }
  #lpWorks .worksBlock .worksItem .worksItemText {
    max-width: 417px;
    margin: 0 auto;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemTitle {
    color: #00a28e;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.4;
  }
  #lpMedia {
    color: #fff;
    background: #00a28e;
    padding: 53px 0 27px;
  }
  #lpMedia .sectionHeader {
    margin-bottom: 4%;
  }
  #lpMedia .sectionHeader .lpTitle img {
    width: 47px;
  }
  #lpMedia .mediaBlock {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 6%;
  }
  #lpMedia .mediaBlock .mediaTitleHeader {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 5%;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle {
    display: inline-block;
    position: relative;
    padding: 15px 35px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before, #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #93ebdf;
    position: absolute;
    box-sizing: border-box;
    width: 23px;
    height: 27px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    right: 0;
    bottom: 0;
    border-width: 0 5px 5px 0;
  }
  #lpMedia .mediaBlock .mediaList {
    list-style-type: none;
    max-width: 500px;
    margin: 0 auto 10%;
  }
  #lpMedia .mediaBlock .mediaList > li {
    margin-bottom: 3em;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemImg {
    margin-bottom: 12px;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText .mediaItemNote + .mediaItemNote {
    padding-top: 1em;
  }
  #lpMedia .mediaBlock .mediaListStrong {
    list-style-type: none;
    max-width: 500px;
    margin: 0 auto 10%;
  }
  #lpMedia .mediaBlock .mediaListStrong > li {
    margin-bottom: 3em;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemImg {
    margin-bottom: 12px;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote {
    word-break: break-all;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote + .mediaItemNote {
    padding-top: 1em;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    box-shadow: 3px 3px 0 #cef2ed;
    background: #fff;
    padding: 12px 22px;
    font-size: 14px;
  }
  #lpContact {
    position: relative;
    padding: 71px 0 70px;
  }
  #lpContact:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 16vw;
    background: url(../images/contact_bg_top_sp.png) no-repeat bottom center;
    background-size: cover;
  }
  #lpContact .sectionHeader {
    margin-bottom: 13px;
  }
  #lpContact .contactLead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
  }
  #lpContact .contactLead > span {
    display: block;
    background: url(../images/border_bot.png) repeat-x bottom left;
  }
  #lpContact .contactLead .contactLeadIcon {
    max-width: 44px;
    margin: 0 0 0 10px;
  }
  #lpContact .btnWrap {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #lpContact .btnWrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn_bg.png) repeat;
    width: 100%;
    max-width: 500px;
    padding: 22px 15px 22px;
    font-size: 18px;
    border-radius: 55px;
    box-shadow: 0 3px 0 #016d60;
  }
  #lpFooter {
    position: relative;
  }
  #lpFooter:before {
    content: "";
    width: 100%;
    height: 15.07vw;
    background: url(../images/footer_bg_bottom_sp.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  #lpFooter .lpFooterInner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 20px;
    text-align: right;
  }
  #lpFooter .lpFooterInner small {
    font-size: 12px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media screen and (max-width: 1370px) {
  @import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
  body {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.63;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
  }
  body.noScroll {
    overflow: hidden;
  }
  .en {
    font-family: "Cantarell", sans-serif;
  }
  .dInlineBlock {
    display: inline-block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #lpHeader .logoBox {
    font-family: "Cantarell", sans-serif;
    padding-top: 200px;
    display: none;
  }
  #lpHeader .logoBox .logo {
    font-weight: bold;
    text-align: center;
  }
  #lpHeader .logoBox .logo a {
    text-decoration: none;
    color: #00a28e;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }
  #lpHeader .logoBox .logo a .subLogo {
    color: #222222;
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  #lpHeader #lpHeaderMenuBtn {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #00a28e;
    background: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99;
  }
  #lpHeader #lpHeaderMenuBtn span {
    width: 20px;
    height: 2px;
    background: #00a28e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s transform;
  }
  #lpHeader #lpHeaderMenuBtn span:nth-child(1) {
    transform: translateY(-7px);
  }
  #lpHeader #lpHeaderMenuBtn span:nth-child(3) {
    transform: translateY(7px);
  }
  #lpHeader #lpHeaderMenuBtn.isOpen span:nth-child(1) {
    transform: rotate(45deg);
  }
  #lpHeader #lpHeaderMenuBtn.isOpen span:nth-child(2) {
    transform: rotate(-45deg);
  }
  #lpHeader #lpHeaderMenuBtn.isOpen span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #lpHeader .lpHeaderInner {
    width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #c3faf3;
    z-index: 98;
    display: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox {
    display: flex;
    flex-wrap: wrap;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu {
    list-style-type: none;
    font-family: "Cantarell", sans-serif;
    padding: 72px 15px 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li {
    border-bottom: 2px solid #00a28e;
    /*
    				@if $type==tb {
    					margin: 0;
    				}
    */
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a {
    color: #222222;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px 10px;
    font-size: 21px;
    line-height: 1.2;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a > p {
    width: 45%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    flex: none;
    display: block;
    width: 55%;
    font-size: 14px;
    font-weight: 400;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns > li {
    width: 30px;
    margin: 0 8px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #00a28e;
    background-color: #fff;
    color: #00a28e;
    text-decoration: none;
  }
  #lpHero {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap {
    position: relative;
  }
  #lpHero .heroCatchWrap .heroCatchImg,
  #lpHero .heroCatchWrap .heroCatchImg {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchText {
    pointer-events: none;
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchNote {
    font-weight: bold;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText {
    background: #1c8a7c;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText .heroCatchNote {
    color: #fff;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText {
    background: #6fe0d1;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText .heroCatchNote {
    color: #2d2c2f;
  }
  .lpTitle img {
    display: inline-block;
  }
  .commonList {
    list-style-type: none;
  }
  .commonList > li {
    padding-left: 1em;
    position: relative;
  }
  .commonList > li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectionHeader {
    position: relative;
  }
  .sectionHeader .lpTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #lpMessage .sectionHeader .lpTitle {
    position: relative;
  }
  #lpMessage .sectionHeader .lpTitle img {
    position: absolute;
  }
  #lpMessage .messageAbout {
    background: url(../images/message_about_bg.png) repeat center left;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle {
    line-height: 1;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle > span {
    background: linear-gradient(transparent 80%, #fff 0%);
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText {
    position: relative;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText:before {
    content: "";
    display: block;
    background: url(../images/messege_about_title_greeting.png) no-repeat;
    background-size: contain;
    position: absolute;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub {
    display: flex;
    align-items: center;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub > img {
    width: 90px;
    margin: 0 5px 0 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList > li {
    flex: 1 1 153px;
    max-width: 153px;
  }
  #lpMessage .messageList > li .messageListNumber {
    position: absolute;
  }
  #lpMessage .messageList > li .messegeListItem {
    position: relative;
    z-index: 1;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText,
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitle {
    color: #00a28e;
    font-weight: bold;
    line-height: 1.6;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote {
    color: #525252;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon {
    text-align: right;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon img {
    display: inline-block;
    margin: 0;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon a:hover img {
    opacity: 0.7;
  }
  #lpProfile .profileItem {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpProfile .profileItem .profileText .profileTitle {
    font-weight: bold;
    color: #343434;
    line-height: 1.6;
  }
  #lpWorks .worksBlock {
    background: #fff;
  }
  #lpWorks .worksBlock .worksBlockHeader {
    text-align: center;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle {
    display: inline-block;
    color: #525252;
    position: relative;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before, #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #00a28e;
    position: absolute;
    box-sizing: border-box;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpWorks .worksBlock .worksList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    list-style: none;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListTitle {
    font-weight: inherit;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemTitle {
    color: #00a28e;
  }
  #lpMedia {
    color: #fff;
    background: #00a28e;
  }
  #lpMedia .mediaBlock {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpMedia .mediaBlock .mediaTitleHeader {
    text-align: center;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle {
    display: inline-block;
    position: relative;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before, #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #93ebdf;
    position: absolute;
    box-sizing: border-box;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpMedia .mediaBlock .mediaList {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote {
    word-break: break-all;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    box-shadow: 3px 3px 0 #cef2ed;
    background: #fff;
  }
  #lpContact {
    position: relative;
  }
  #lpContact:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #lpContact .contactLead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #lpContact .contactLead > span {
    display: block;
    background: url(../images/border_bot.png) repeat-x bottom left;
  }
  #lpContact .btnWrap {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpContact .btnWrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn_bg.png) repeat;
  }
  #lpFooter .lpFooterInner {
    max-width: 1250px;
    margin: 0 auto;
  }
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 897px) {
  @import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
  body {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.63;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
  }
  body.noScroll {
    overflow: hidden;
  }
  .en {
    font-family: "Cantarell", sans-serif;
  }
  .dInlineBlock {
    display: inline-block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .linkUsual {
    color: #00a28e;
    text-decoration: none !important;
  }
  .linkUsual:hover {
    text-decoration: underline !important;
    opacity: 1 !important;
  }
  a {
    color: #6f6f6f;
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  #lpHeader .logoBox {
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .logoBox .logo {
    font-weight: bold;
    text-align: center;
  }
  #lpHeader .logoBox .logo a {
    text-decoration: none;
    color: #00a28e;
    display: inline-block;
    line-height: 1;
  }
  #lpHeader .logoBox .logo a .subLogo {
    color: #222222;
    display: block;
    margin-top: 5px;
  }
  #lpHeader .lpHeaderInner {
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox {
    display: flex;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu {
    list-style-type: none;
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li {
    /*
    				@if $type==tb {
    					margin: 0;
    				}
    */
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a {
    color: #222222;
    text-decoration: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns > li {
    width: 30px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #00a28e;
    background-color: #fff;
    color: #00a28e;
    text-decoration: none;
  }
  main {
    padding-top: 90px;
  }
  #lpHero {
    overflow: hidden;
    padding-bottom: 12px;
  }
  #lpHero .heroCatchWrap {
    position: relative;
    max-height: 620px;
    height: 43.06vw;
    margin-bottom: 20px;
    background: rgb(147, 235, 223);
    background: linear-gradient(263deg, rgb(147, 235, 223) 51%, rgb(0, 162, 142) 53%);
  }
  #lpHero .heroCatchWrap:before, #lpHero .heroCatchWrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: -1px;
    z-index: 10;
  }
  #lpHero .heroCatchWrap:before {
    border-width: 60px 0 0 43.56vw;
    border-color: transparent transparent transparent #fff;
    left: -7.5px;
  }
  #lpHero .heroCatchWrap:after {
    border-width: 0 0 65px 56.54vw;
    border-color: transparent transparent #fff transparent;
    right: -7.5px;
  }
  #lpHero .heroCatchWrap .heroCatchImg,
  #lpHero .heroCatchWrap .heroCatchImg {
    overflow: hidden;
    position: absolute;
    top: 0;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchImg {
    width: 61.51vw;
    max-height: 620px;
    height: 43.06vw;
    text-align: right;
    background: url(../images/hero_catch1_img_bg.png) no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    left: 50%;
    margin-left: -57%;
    transform: skewX(-16deg);
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchImg img {
    display: inline-block;
    max-height: 620px;
    height: 43.06vw;
    transform: skewX(16deg);
    position: absolute;
    top: 0;
    right: -4%;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchImg {
    width: 54.51vw;
    max-height: 620px;
    height: 43.06vw;
    background: url(../images/hero_catch2_img_bg.png) no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    top: 0;
    right: -5vw;
    transform: skewX(-16deg);
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchImg img {
    display: inline-block;
    max-height: 620px;
    height: 43.06vw;
    transform: skewX(16deg);
    position: absolute;
    top: 0;
    left: -6%;
  }
  #lpHero .heroCatchWrap .heroCatchText {
    pointer-events: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54.51vw;
    max-height: 620px;
    height: 43.06vw;
    position: absolute;
    top: 0;
    transform: skewX(-16deg);
    transition: 0.2s opacity;
    opacity: 0;
  }
  #lpHero .heroCatchWrap .heroCatchNote {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 2;
    transform: skewX(16deg);
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText {
    background: #1c8a7c;
    z-index: 1;
    width: 54.51vw;
    max-height: 620px;
    height: 43.06vw;
    right: -54.51vw;
    transition: 0.3s opacity ease-in, 0.3s right ease-in;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText .heroCatchNote {
    color: #fff;
    max-width: 664px;
    margin-right: 7.99vw;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText {
    background: #6fe0d1;
    z-index: 1;
    width: 61.51vw;
    max-height: 620px;
    left: 50%;
    margin-left: -121%;
    transition: 0.3s opacity ease-in, 0.3s margin-left ease-in;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText .heroCatchNote {
    color: #2d2c2f;
    max-width: 664px;
    margin-left: 7.99vw;
  }
  #lpHero .heroCatchWrap .heroCatchText.isHover {
    opacity: 1;
    right: -5vw;
  }
  #lpHero .heroCatchWrap .heroCatchText.isHover {
    opacity: 1;
    margin-left: -62%;
  }
  #lpHero .heroIcon {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .lpTitle img {
    display: inline-block;
    margin-left: 15px;
  }
  .commonList {
    list-style-type: none;
  }
  .commonList > li {
    padding-left: 1em;
    position: relative;
  }
  .commonList > li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectionHeader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
  }
  .sectionHeader .lpTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 34px;
    line-height: 1.2;
  }
  .sectionHeader .lpTitleEn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .tsukutsuku {
    border: 2px solid #ed3b50;
    border-radius: 20px;
    width: 700px;
    padding: 20px 20px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .tsukutsuku h2 {
    font-size: 1.4em;
    padding-bottom: 10px;
  }
  .tsukutsuku p {
    margin-top: 0;
  }
  .tsukutsuku li {
    list-style: none;
  }
	
  #lpMessage {
    padding-top: 34px;
    padding-bottom: 25px;
  }
  #lpMessage .sectionHeader {
    margin-bottom: 50px;
  }
  #lpMessage .sectionHeader .lpTitle {
    position: relative;
  }
  #lpMessage .sectionHeader .lpTitle img {
    position: absolute;
    top: -45px;
    right: -50px;
  }
  #lpMessage .messageAbout {
    background: url(../images/message_about_bg.png) repeat center left;
    max-width: 1380px;
    padding: 135px 20px 60px;
    margin: 0 auto 130px;
  }
  #lpMessage .messageAbout .messegeAboutItem {
    display: flex;
    max-width: 1210px;
    margin: 0 auto 90px;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(odd) .messageAboutItemImg {
    order: 0;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(odd) .messegeAboutText {
    order: 1;
    margin-left: 6.28%;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(even) .messageAboutItemImg {
    order: 1;
    margin-left: 5.37%;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(even) .messegeAboutText {
    order: 0;
    margin-left: 7.02%;
  }
  #lpMessage .messageAbout .messegeAboutItem:last-of-type {
    margin-bottom: 20px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImg {
    width: 44.46%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText {
    width: 44.31%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle {
    line-height: 1;
    margin-bottom: 30px;
    font-size: 30px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle > span {
    background: linear-gradient(transparent 80%, #fff 0%);
    margin-bottom: 16px;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText {
    position: relative;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText:before {
    content: "";
    display: block;
    background: url(../images/messege_about_title_greeting.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 220px;
    height: 110px;
    top: -86px;
    left: -62px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNote + .messegeAboutNote {
    margin-top: 28px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub > img {
    width: 90px;
    margin: 0 5px 0 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList > li {
    flex: 1 1 153px;
    max-width: 153px;
    margin: 10px 9px 0;
  }
  #lpMessage .messageList > li {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 80px;
  }
  #lpMessage .messageList > li:before {
    content: "";
    display: block;
    width: 92.01%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
  }
  #lpMessage .messageList > li:nth-of-type(odd):before {
    right: 0;
  }
  #lpMessage .messageList > li:nth-of-type(even):before {
    left: 0;
  }
  #lpMessage .messageList > li:after {
    content: "";
    display: block;
    position: absolute;
  }
  #lpMessage .messageList > li:nth-of-type(odd):after {
    width: 191px;
    height: 185px;
    top: 0;
    left: 7.99%;
    background: url(../images/message_list_bg_top.png);
    background-size: contain;
  }
  #lpMessage .messageList > li:nth-of-type(even):after {
    width: 222px;
    height: 220px;
    bottom: 0;
    right: 7.99%;
    background: url(../images/message_list_bg_bottom.png);
    background-size: contain;
  }
  #lpMessage .messageList > li.messageAdd {
    flex-wrap: wrap;
  }
  #lpMessage .messageList > li.messageAdd:before {
    height: calc(100% - 33.15vw);
  }
  #lpMessage .messageList > li.messageAdd * + .messageImages {
    margin-top: 1%;
  }
  #lpMessage .tsuikaarea {
    padding: 70px 0;
	background-color: #f5f5f5;
	position: sticky;
  }
  #lpMessage .tsuikamidasi h4{
	margin: 0 1.42vw;
	margin-bottom: 15px;
	font-size: 1.2em;
    color: #00a28e;
  }
  #lpMessage .tsuikamidasi p{
	color: #525252;
	margin: 0 1.42vw;
	width: 88%;
  }	
  #lpMessage .messageList > li.messageAdd .messageImages {
    display: flex;
    position: relative;
    list-style-type: none;
  }
  #lpMessage .messageList > li.messageAdd .messageImages > li {
    margin: 0 1.42vw;
  }
  #lpMessage .messageList > li .messageListNumber {
    position: absolute;
    top: -88px;
    width: 50vw;
    z-index: 1;
  }
  #lpMessage .messageList > li .messageListNumber .messageListNumberInner {
    width: 83.55%;
    max-width: 530px;
    padding-left: 13.19%;
    margin: 0 auto;
  }
  #lpMessage .messageList > li .messageListNumber .messageListNumberInner img {
    margin: 0;
  }
  #lpMessage .messageList > li .messegeListItem {
    position: relative;
    z-index: 1;
    display: flex;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListImg {
    order: 1;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListText {
    order: 0;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListText .messageListTextInner {
    padding-left: 13.19%;
  }
  #lpMessage .messageList > li .messegeListItem:last-of-type:not(:first-of-type) .messageListText .messageListTextInner {
    padding-right: 13.19%;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText,
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    position: relative;
    width: 50vw;
  }
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    display: flex;
    justify-content: center;
  }
  #lpMessage .messageList > li .messegeListItem .messageListImg img {
    width: 100%;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListImg {
    align-items: flex-end;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListText {
    padding-bottom: 50px;
  }
  #lpMessage .messageList > li .messegeListItem:last-of-type:not(:first-of-type) .messageListImg {
    align-items: flex-start;
  }
  #lpMessage .messageList > li .messegeListItem:last-of-type:not(:first-of-type) .messageListText {
    padding-top: 50px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText {
    display: flex;
    align-items: center;
    width: 50vw;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner {
    width: 83.55%;
    max-width: 530px;
    margin: 0 auto;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitle {
    color: #00a28e;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 30px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote {
    color: #525252;
    margin-bottom: 24px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitleSub {
    color: #00a28e;
    font-size: 16px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNoteSub {
    font-size: 14px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageBtn {
    text-align: left;
    width: 182px;
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageBtn:before {
    content: "";
    display: block;
    width: 130px;
    height: 80px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -140px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon {
    text-align: right;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon img {
    display: inline-block;
    margin: 0;
    width: 40px;
    transition: 0.2s opacity;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon a:hover img {
    opacity: 0.7;
  }
  #lpProfile {
    padding: 28px 0 138px;
  }
  #lpProfile .sectionHeader {
    margin-bottom: 36px;
  }
  #lpProfile .profileItem {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 7.02%;
    padding-right: 7.02%;
    margin-bottom: 44px !important;
  }
  #lpProfile .profileItem:nth-of-type(odd) .profileItemImg {
    order: 0;
  }
  #lpProfile .profileItem:nth-of-type(odd) .profileText {
    order: 1;
    margin-left: 3.52%;
  }
  #lpProfile .profileItem:nth-of-type(even) .profileItemImg {
    order: 1;
  }
  #lpProfile .profileItem:nth-of-type(even) .profileText {
    order: 0;
    margin-right: 3.52%;
  }
  #lpProfile .profileItem .profileText {
    width: 48.85%;
    max-width: 510px;
  }
  #lpProfile .profileItem .profileText .profileTitle {
    font-weight: bold;
    color: #343434;
    line-height: 1.6;
    margin-bottom: 22px;
    font-size: 30px;
  }
  #lpProfile .profileItem .profileText .profileTitle .profileTitleSub {
    font-size: 16px;
  }
  #lpProfile .profileItem .profileText .profileNote {
    margin-bottom: 28px;
  }
  #lpWorks {
    padding: 77px 0 5px;
    background: url(../images/works_bg.png) repeat;
  }
  #lpWorks .sectionHeader {
    margin-bottom: 35px;
  }
  #lpWorks .worksBlock {
    background: #fff;
    width: 95%;
    max-width: 1210px;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0 auto 80px;
  }
  #lpWorks .worksBlock .worksBlockHeader {
    text-align: center;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle {
    display: inline-block;
    color: #525252;
    position: relative;
    padding: 0 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 67px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before, #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #00a28e;
    position: absolute;
    box-sizing: border-box;
    width: 34px;
    height: 40px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before {
    top: 0;
    left: 0;
    border-width: 7px 0 0 7px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    right: 0;
    bottom: 0;
    border-width: 0 7px 7px 0;
  }
  #lpWorks .worksBlock .worksList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    padding: 0 4.78%;
  }
  #lpWorks .worksBlock .worksList > li {
    display: flex;
    justify-content: space-between;
    width: 27%;
    max-width: 310px;
    margin: 0 2.07% 4.79%;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    flex-wrap: nowrap;
    width: 40.97%;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    flex-wrap: nowrap;
    width: 50.32%;
    font-size: 14px;
    line-height: 1.57;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListTitle {
    font-weight: inherit;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListNote + .worksListNote {
    margin-top: 15px;
  }
  #lpWorks .worksBlock .worksList.column1 {
    justify-content: center;
  }
  #lpWorks .worksBlock .worksList.column1 > li {
    width: 48.85%;
    max-width: 500px;
  }
  #lpWorks .worksBlock .worksList.column1 > li .worksListImg {
    width: 38.24%;
  }
  #lpWorks .worksBlock .worksList.column1 > li .worksListText {
    width: 55.32%;
  }
  #lpWorks .worksBlock .worksList.column1.half > li {
    width: 70%;
    max-width: 1100px;
  }
  #lpWorks .worksBlock .worksList.column1.half > li a {
    display: block;
    transition: 0.2s opacity;
  }
  #lpWorks .worksBlock .worksList.column1.half > li a:hover {
    opacity: 0.7;
  }
  #lpWorks .worksBlock .worksList.column1.half > li .worksListImg {
    width: 45.45%;
    max-width: 500px;
  }
  #lpWorks .worksBlock .worksList.column1.half > li .worksListText {
    width: 51.73%;
    margin-left: auto;
  }
  #lpWorks .worksBlock .worksItem {
    display: flex;
    justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    padding-right: 3.02%;
    padding-left: 3.02%;
    margin-bottom: 50px;
  }
  #lpWorks .worksBlock .worksItem .worksItemImg {
    width: 39.94%;
    max-width: 417px;
    flex: none;
  }
  #lpWorks .worksBlock .worksItem .worksItemText {
    width: 57.47%;
    max-width: 600px;
    margin-left: 2.68%;
    flex: none;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemTitle {
    color: #00a28e;
    margin-bottom: 1em;
    font-size: 20px;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemNote {
    line-height: 1.63;
  }
  #lpMedia {
    color: #fff;
    background: #00a28e;
    padding: 80px 0 40px;
  }
  #lpMedia .sectionHeader {
    margin-bottom: 75px;
  }
  #lpMedia .mediaBlock {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 88px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader {
    text-align: center;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 67px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before, #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #93ebdf;
    position: absolute;
    box-sizing: border-box;
    width: 34px;
    height: 40px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before {
    top: 0;
    left: 0;
    border-width: 7px 0 0 7px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    right: 0;
    bottom: 0;
    border-width: 0 7px 7px 0;
  }
  #lpMedia .mediaBlock .mediaList {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #lpMedia .mediaBlock .mediaList > li {
    width: 29%;
    max-width: 328px;
    margin: 0 14px 30px;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemImg {
    margin-bottom: 12px;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText {
    font-weight: bold;
    padding: 0 12px;
    font-size: 16px;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText .mediaItemNote + .mediaItemNote {
    padding-top: 1.5em;
  }
  #lpMedia .mediaBlock .mediaListStrong {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaListStrong > li {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemImg {
    max-width: 417px;
    margin: 0 15px;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText {
    font-weight: bold;
    margin: 0 15px;
    font-size: 16px;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote {
    word-break: break-all;
    width: 400px;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote + .mediaItemNote {
    padding-top: 1.5em;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    box-shadow: 3px 3px 0 #cef2ed;
    background: #fff;
    padding: 12px 22px;
    font-size: 14px;
  }
  #lpContact {
    position: relative;
    padding: 76px 0 40px;
  }
  #lpContact:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 6.94vw;
    background: url(../images/contact_bg_top.png) no-repeat bottom center;
    background-size: cover;
  }
  #lpContact .sectionHeader {
    margin-bottom: 20px;
  }
  #lpContact .contactLead {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  #lpContact .contactLead > span {
    display: block;
    background: url(../images/border_bot.png) repeat-x bottom left;
  }
  #lpContact .contactLead .contactLeadIcon {
    margin: 0 0 0 15px;
  }
  #lpContact .btnWrap {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #lpContact .btnWrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn_bg.png) repeat;
    width: 100%;
    max-width: 740px;
    padding: 33px 0 37px;
    font-size: 24px;
    border-radius: 55px;
    box-shadow: 0 3px 0 #016d60;
    transition: 0.2s opacity;
  }
  #lpContact .btnWrap a:hover {
    opacity: 0.7;
  }
  #lpFooter {
    background: url(../images/footer_bg_bottom.png) no-repeat top center;
    background-size: cover;
  }
  #lpFooter .lpFooterInner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 8.33vw;
    text-align: right;
  }
  #lpFooter .lpFooterInner small {
    font-size: 14px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media print, screen and (min-width: 1371px) {
  @import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
  body {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.63;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
  }
  body.noScroll {
    overflow: hidden;
  }
  .en {
    font-family: "Cantarell", sans-serif;
  }
  .dInlineBlock {
    display: inline-block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #lpHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    min-height: 90px;
  }
  #lpHeader .logoBox {
    font-family: "Cantarell", sans-serif;
    width: 220px;
  }
  #lpHeader .logoBox .logo {
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
  }
  #lpHeader .logoBox .logo a {
    text-decoration: none;
    color: #00a28e;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
    font-size: 20px;
  }
  #lpHeader .logoBox .logo a:hover {
    opacity: 0.6;
  }
  #lpHeader .logoBox .logo a .subLogo {
    color: #222222;
    display: block;
    margin-top: 5px;
    font-size: 13px;
  }
  #lpHeader #lpHeaderMenuBtn {
    display: none;
  }
  #lpHeader .lpHeaderInner {
    width: 100%;
    display: flex !important;
    align-items: center;
    padding: 0 3%;
    margin: 0 auto;
    height: 59px;
    padding-top: 30px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox {
    display: flex;
    align-items: center;
    width: calc(100% - 220px);
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu {
    list-style-type: none;
    font-family: "Cantarell", sans-serif;
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: center;
    font-size: 22px;
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li {
    /*
    				@if $type==tb {
    					margin: 0;
    				}
    */
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li:not(:first-of-type) {
    margin-left: 3vw;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a {
    color: #222222;
    text-decoration: none;
    display: inline-block;
    text-align: center;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a:hover span:before {
    width: 50px;
    opacity: 1;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    font-size: 12px;
    margin-top: 2px;
    position: relative;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span:before {
    content: "";
    width: 0;
    height: 1px;
    background: #00a28e;
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: 0.2s opacity, 0.2s width;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding-top: 10px;
    margin-right: 1vw;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns > li {
    width: 30px;
    margin: 0 5px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox {
    padding-top: 10px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #00a28e;
    background-color: #fff;
    color: #00a28e;
    text-decoration: none;
    transition: 0.3s;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #00a28e;
  }
  #lpHero {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap {
    position: relative;
  }
  #lpHero .heroCatchWrap .heroCatchImg,
  #lpHero .heroCatchWrap .heroCatchImg {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchText {
    pointer-events: none;
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchNote {
    font-weight: bold;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText {
    background: #1c8a7c;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText .heroCatchNote {
    color: #fff;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText {
    background: #6fe0d1;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText .heroCatchNote {
    color: #2d2c2f;
  }
  .lpTitle img {
    display: inline-block;
  }
  .commonList {
    list-style-type: none;
  }
  .commonList > li {
    padding-left: 1em;
    position: relative;
  }
  .commonList > li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectionHeader {
    position: relative;
  }
  .sectionHeader .lpTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
	  .tsukutsuku {
    border: 2px solid #ed3b50;
    border-radius: 20px;
    width: 700px;
  }
  .tsukutsuku h2 {
    font-size: 1.4em;
    padding-bottom: 10px;
  }
  .tsukutsuku p {
    margin-top: 0;
  }
  .tsukutsuku li {
    list-style: none;
  }
  #lpMessage .sectionHeader .lpTitle {
    position: relative;
  }
  #lpMessage .sectionHeader .lpTitle img {
    position: absolute;
  }
  #lpMessage .messageAbout {
    background: url(../images/message_about_bg.png) repeat center left;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle {
    line-height: 1;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle > span {
    background: linear-gradient(transparent 80%, #fff 0%);
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText {
    position: relative;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText:before {
    content: "";
    display: block;
    background: url(../images/messege_about_title_greeting.png) no-repeat;
    background-size: contain;
    position: absolute;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub {
    display: flex;
    align-items: center;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub > img {
    width: 90px;
    margin: 0 5px 0 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList > li {
    flex: 1 1 153px;
    max-width: 153px;
  }
  #lpMessage .messageList > li .messageListNumber {
    position: absolute;
  }
  #lpMessage .messageList > li .messegeListItem {
    position: relative;
    z-index: 1;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText,
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitle {
    color: #00a28e;
    font-weight: bold;
    line-height: 1.6;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote {
    color: #525252;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon {
    text-align: right;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon img {
    display: inline-block;
    margin: 0;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon a:hover img {
    opacity: 0.7;
  }
  #lpProfile .profileItem {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpProfile .profileItem .profileText .profileTitle {
    font-weight: bold;
    color: #343434;
    line-height: 1.6;
  }
  #lpWorks .worksBlock {
    background: #fff;
  }
  #lpWorks .worksBlock .worksBlockHeader {
    text-align: center;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle {
    display: inline-block;
    color: #525252;
    position: relative;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before, #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #00a28e;
    position: absolute;
    box-sizing: border-box;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpWorks .worksBlock .worksList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    list-style: none;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListTitle {
    font-weight: inherit;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemTitle {
    color: #00a28e;
  }
  #lpMedia {
    color: #fff;
    background: #00a28e;
  }
  #lpMedia .mediaBlock {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpMedia .mediaBlock .mediaTitleHeader {
    text-align: center;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle {
    display: inline-block;
    position: relative;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before, #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #93ebdf;
    position: absolute;
    box-sizing: border-box;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpMedia .mediaBlock .mediaList {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote {
    word-break: break-all;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    box-shadow: 3px 3px 0 #cef2ed;
    background: #fff;
  }
  #lpContact {
    position: relative;
  }
  #lpContact:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #lpContact .contactLead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #lpContact .contactLead > span {
    display: block;
    background: url(../images/border_bot.png) repeat-x bottom left;
  }
  #lpContact .btnWrap {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpContact .btnWrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn_bg.png) repeat;
  }
  #lpFooter .lpFooterInner {
    max-width: 1250px;
    margin: 0 auto;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1250px) and (min-width: 897px) {
  @import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap");
  body {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.63;
    font-weight: 500;
    background: #fff;
    overflow-x: hidden;
  }
  body.noScroll {
    overflow: hidden;
  }
  .en {
    font-family: "Cantarell", sans-serif;
  }
  .dInlineBlock {
    display: inline-block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #lpHeader .logoBox {
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .logoBox .logo {
    font-weight: bold;
    text-align: center;
  }
  #lpHeader .logoBox .logo a {
    text-decoration: none;
    color: #00a28e;
    display: inline-block;
    line-height: 1;
  }
  #lpHeader .logoBox .logo a .subLogo {
    color: #222222;
    display: block;
    margin-top: 5px;
  }
  #lpHeader .lpHeaderInner {
    width: 100%;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox {
    display: flex;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu {
    list-style-type: none;
    font-family: "Cantarell", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li {
    /*
    				@if $type==tb {
    					margin: 0;
    				}
    */
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a {
    color: #222222;
    text-decoration: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderMenu > li a span {
    font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .lpHeaderSns > li {
    width: 30px;
  }
  #lpHeader .lpHeaderInner .lpHeaderMenuBox .changeBox a {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #00a28e;
    background-color: #fff;
    color: #00a28e;
    text-decoration: none;
  }
  #lpHero {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap {
    position: relative;
  }
  #lpHero .heroCatchWrap .heroCatchImg,
  #lpHero .heroCatchWrap .heroCatchImg {
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchText {
    pointer-events: none;
    overflow: hidden;
  }
  #lpHero .heroCatchWrap .heroCatchNote {
    font-weight: bold;
    font-size: 2.48vw;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText {
    background: #1c8a7c;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch1 .heroCatchText .heroCatchNote {
    color: #fff;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText {
    background: #6fe0d1;
    z-index: 1;
  }
  #lpHero .heroCatchWrap .heroCatch2 .heroCatchText .heroCatchNote {
    color: #2d2c2f;
  }
  .lpTitle img {
    display: inline-block;
  }
  .commonList {
    list-style-type: none;
  }
  .commonList > li {
    padding-left: 1em;
    position: relative;
  }
  .commonList > li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .sectionHeader {
    position: relative;
  }
  .sectionHeader .lpTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #lpMessage .sectionHeader .lpTitle {
    position: relative;
  }
  #lpMessage .sectionHeader .lpTitle img {
    position: absolute;
  }
  #lpMessage .messageAbout {
    background: url(../images/message_about_bg.png) repeat center left;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle {
    line-height: 1;
    font-size: 26px;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutText .messegeAboutTitle > span {
    background: linear-gradient(transparent 80%, #fff 0%);
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText {
    position: relative;
  }
  #lpMessage .messageAbout .messegeAboutItem:nth-of-type(1) .messegeAboutText:before {
    content: "";
    display: block;
    background: url(../images/messege_about_title_greeting.png) no-repeat;
    background-size: contain;
    position: absolute;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub {
    display: flex;
    align-items: center;
  }
  #lpMessage .messageAbout .messegeAboutItem .messegeAboutNoteSub > img {
    width: 90px;
    margin: 0 5px 0 0;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #lpMessage .messageAbout .messegeAboutItem .messageAboutItemImgList > li {
    flex: 1 1 153px;
    max-width: 153px;
  }
  #lpMessage .messageList > li:before {
    width: 96.01%;
  }
  #lpMessage .messageList > li:nth-of-type(odd):after {
    left: 3.99%;
  }
  #lpMessage .messageList > li:nth-of-type(even):after {
    right: 3.99%;
  }
  #lpMessage .messageList > li .messageListNumber {
    position: absolute;
  }
  #lpMessage .messageList > li .messageListNumber .messageListNumberInner {
    padding-left: 8.19%;
  }
  #lpMessage .messageList > li .messegeListItem {
    position: relative;
    z-index: 1;
  }
  #lpMessage .messageList > li .messegeListItem:first-of-type .messageListText .messageListTextInner {
    padding-left: 8.19%;
  }
  #lpMessage .messageList > li .messegeListItem:last-of-type:not(:first-of-type) .messageListText .messageListTextInner {
    padding-right: 8.19%;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText,
  #lpMessage .messageList > li .messegeListItem .messageListImg {
    position: relative;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListTitle {
    color: #00a28e;
    font-weight: bold;
    line-height: 1.6;
    font-size: 26px;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .messageListNote {
    color: #525252;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon {
    text-align: right;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon img {
    display: inline-block;
    margin: 0;
  }
  #lpMessage .messageList > li .messegeListItem .messageListText .messageListTextInner .facebookIcon a:hover img {
    opacity: 0.7;
  }
  #lpProfile .profileItem {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpProfile .profileItem .profileText .profileTitle {
    font-weight: bold;
    color: #343434;
    line-height: 1.6;
    font-size: 26px;
  }
  #lpWorks .worksBlock {
    background: #fff;
  }
  #lpWorks .worksBlock .worksBlockHeader {
    text-align: center;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle {
    display: inline-block;
    color: #525252;
    position: relative;
    font-size: 26px;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before, #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #00a28e;
    position: absolute;
    box-sizing: border-box;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpWorks .worksBlock .worksBlockHeader .worksBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpWorks .worksBlock .worksList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    list-style: none;
    padding: 0 9.78%;
    justify-content: space-between;
  }
  #lpWorks .worksBlock .worksList > li {
    width: 44%;
    max-width: 500px;
  }
  #lpWorks .worksBlock .worksList > li:nth-child(odd) {
    margin-left: 0 !important;
  }
  #lpWorks .worksBlock .worksList > li:nth-child(even) {
    margin-right: 0 !important;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    flex-wrap: nowrap;
  }
  #lpWorks .worksBlock .worksList > li .worksListText .worksListTitle {
    font-weight: inherit;
  }
  #lpWorks .worksBlock .worksList > li .worksListImg {
    max-width: 132px;
  }
  #lpWorks .worksBlock .worksList > li .worksListText {
    width: 67%;
    margin-left: 3%;
  }
  #lpWorks .worksBlock .worksItem .worksItemText .worksItemTitle {
    color: #00a28e;
  }
  #lpMedia {
    color: #fff;
    background: #00a28e;
  }
  #lpMedia .mediaBlock {
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpMedia .mediaBlock .mediaTitleHeader {
    text-align: center;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle {
    display: inline-block;
    position: relative;
    font-size: 26px;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before, #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    content: "";
    display: block;
    border-style: solid;
    border-color: #93ebdf;
    position: absolute;
    box-sizing: border-box;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:before {
    top: 0;
    left: 0;
  }
  #lpMedia .mediaBlock .mediaTitleHeader .mediaBlockTitle:after {
    right: 0;
    bottom: 0;
  }
  #lpMedia .mediaBlock .mediaList {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaList > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong {
    list-style-type: none;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText {
    font-weight: bold;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote {
    word-break: break-all;
  }
  #lpMedia .mediaBlock .mediaListStrong > li .mediaItemText .mediaItemNote a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    box-shadow: 3px 3px 0 #cef2ed;
    background: #fff;
  }
  #lpContact {
    position: relative;
  }
  #lpContact:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #lpContact .contactLead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #lpContact .contactLead > span {
    display: block;
    background: url(../images/border_bot.png) repeat-x bottom left;
  }
  #lpContact .btnWrap {
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
  }
  #lpContact .btnWrap a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: url(../images/btn_bg.png) repeat;
  }
  #lpFooter .lpFooterInner {
    max-width: 1250px;
    margin: 0 auto;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/style.css.map */
