@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
html {
  font-size: 62.5%;
  color: #3C3C3C;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
a {
  text-decoration: none;
  color: #3C3C3C;
  display: inline-block;
}
/*共通*/
.title-sub {
  font-size: 4rem;
  color: #036EB8;
  margin-bottom: 4rem;
}
@media screen and (max-width:1330px) {
  .title-sub {
    font-size: 3rem;
  }
}
@media screen and (max-width:767px) {
  .title-sub {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0em;
  }
}
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}
.indent-3 {
  padding-left: 3.3em;
  text-indent: -3.3em;
}
.indent-3 .no{
    opacity: 0;
}
.indent-4 {
  padding-left: 4.3em;
  text-indent: -4.3em;
}
.indent-5 {
  padding-left: 5em;
  text-indent: -5em;
}
.notes {
  font-size: 1.28rem;
}
@media screen and (max-width:1000px) {
  .notes br {
    display: none;
  }
	.notes.life br {
		display: block;
	}
}
/* :hoverが使える端末 */
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
/* :hoverが使えない端末 */
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}

/*firstView*/
#first {
  margin-bottom: -300px;
}
@media screen and (max-width:767px) {
  #first {
    margin-bottom: 0px;
  }
}

/*header*/
#header {
  display: none;
  height: 150px;
  position: fixed;
  z-index: 11;
  width: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 3px #00000029;
  animation: header_in 4s ease forwards;
}
@keyframes header_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header.in {
  display: block;
}
@media screen and (max-width:1330px) {
  #header {
    height: 140px;
  }
}
@media screen and (max-width:1000px) {
  #header {
    height: 60px;
  }
}
#header a {
  font-weight: bold;
}
#header .inner {
  text-align: left;
}
.inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:400px){
  .inner {
  padding: 0 15px 0 10px;
}  
}
.mygoals-logo {
  width: 177px;
  height: auto;
  position: absolute;
  top: 0;
  padding-top: 15px;
  z-index: 999;
}
@media screen and (max-width:1330px) {
  .mygoals-logo {
    width: 130px;
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width:1000px) {
  .mygoals-logo {
    width: 70px;
    padding-top: 5px;
    padding-left: 0;
  }
}
.smdam-logo {
  width: 350px;
  height: auto;
}
@media screen and (max-width:1330px) {
  .smdam-logo {
    margin-left: 200px;
  }
}
@media screen and (max-width:1000px) {
  .smdam-logo {
    margin-left: 0;
    width: 200px;
  }
}
.smdam-logo-wrap {
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width:1000px) {
  .smdam-logo-wrap {
    left: auto;
    right: 50px;
  }
}
.nav-sub li {
  display: inline-block;
}
.headerRight {
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  flex-direction: column-reverse;
}
@media screen and (max-width:1330px) {
  .headerRight {
    max-width: 100%;
    margin-right: auto;
  }
}
@media screen and (max-width:1000px) {
  .headerRight {
    flex-direction: column;
    display: block;
  }
}
.nav-sub ul li {
  margin-right: 4.2rem;
}
.nav-sub ul li:last-child {
  margin-right: 0;
}
.nav-sub {
  font-size: 1.4rem;
  width: 100%;
}
.nav-sub ul {
  text-align: right;
}
.line {
  height: 2px;
  width: 100vw;
  background: transparent linear-gradient(90deg, #3EA1FF83 0%, #3EA1FFAC 26%, #BEFD9C7E 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 30px;
}
@media screen and (max-width:1330px) {
  .line {
    left: 190px;
  }
}
@media screen and (max-width:1000px) {
  .line {
    left: -20px;
    top: -40px;
  }
}
.nav-main {
  font-size: 1.6rem;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width:1330px) {
  .nav-main {
    font-size: 1.5rem;
  }
}
.nav-main ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.nav-main ul li {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.nav-main ul li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3c3c3c;
}
.nav-main ul li:nth-child(2):after{
    display: none;
}
.nav-main ul li:first-child:before,
.nav-main ul li:last-child:before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3c3c3c;
}
@media screen and (max-width:1000px) {
  .nav-main {
    margin-top: 20px;
  }
  .nav-sub {
    margin-top: 244px;
  }
    
  /*safariのみ適用*/
  _::-webkit-full-page-media, _:future, :root .nav-sub {
    margin-top: 239px;
  }
  /*safariのみ適用*/
    
  .nav-main ul {
    margin-top: -15px;
  }
  .nav-sub ul {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }
  .nav-sub ul li:first-child {
    margin-right: 0;
  }
  .nav-main ul, .nav-sub ul {
    width: 300px;
    flex-direction: column;
    position: absolute;
    right: -100%;
    background: #FCFCFC;
    transition: all .5s ease;
  }
  .nav-main ul li, .nav-sub ul li {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #CBCBCB;
  }
  .nav-sub ul li:first-child {
    border-top: solid 1px #CBCBCB;
  }
  .nav-main ul li:after, .nav-main ul li:before {
    display: none;
  }
  .nav-list {
    display: inline-block;
    padding: 13px 20px;
    width: 100%;
  }
  .nav-main ul li:nth-last-of-type(odd) .nav-list {
    background: transparent linear-gradient(90deg, #3EA1FF00 0%, #BEFD9C7E 100%) 0% 0% no-repeat padding-box;
  }
  .nav-sub ul li:nth-child(2) .nav-list {
    background: transparent linear-gradient(90deg, #3EA1FF00 0%, #BEFD9C7E 100%) 0% 0% no-repeat padding-box;
  }
}

/*hamburgerMenu(1000px以下)*/
.hamburger {
  display: none;
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: all .3s ease;
}
.hamburger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #3c3c3c;
  width: 60%;
}
.hamburger span:nth-of-type(1) {
  top: 15px;
}
.hamburger span:nth-of-type(2) {
  top: 23px;
}
.hamburger span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width:1000px) {
  .hamburger {
    display: block;
  }
}
/*activeクラスが付与された後のボタンのアイコン設定*/
.hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
/*ハンバーガーメニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
.panelactive .nav-main ul, .panelactive .nav-sub ul {
  right: -20px;
}
/*headerここまで*/

/*about*/
#about {
  width: 100%;
  position: relative;
}
#about::before {
  content: '';
  position: absolute;
  top: -500px;
  height: 1150px;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(229deg, #53B0EF 49%, #ADF1A9 77%) 0% 0% no-repeat padding-box;
  transform: skewY(326deg);
  z-index: -101;
  opacity: 0.3;
}
@media screen and (max-width:767px) {
  #about::before {
    top: 0;
    height: 200px;
  }
}
#about {
  padding-top: 500px;
}
#about .inner {
  text-align: center;
}
@media screen and (max-width:767px) {
  #about {
    padding-top: 50px;
  }
}
.txt {
  font-size: 2.4rem;
}
@media screen and (max-width:1330px) {
  .txt {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:1000px) {
  .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .txt .pc {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .title-sub .pc {
    display: none;
  }
  #about .title-sub {
    font-size: 1.6rem;
  }
}
.about_illust {
  width: 450px;
  float: left;
  margin-top: 100px;
}
@media screen and (max-width:1330px) {
  .about_illust {
    width: 40%;
    margin-left: 2rem;
  }
}
.paints {
  position: absolute;
  right: 0;
  z-index: -110;
  opacity: 1;
  width: 500px;
  height: auto;
}
@media screen and (max-width:1330px) {
  .paints {
    width: 30%;
  }
}
@media screen and (max-width:767px) {
  .about_illust {
    margin-top: 20px;
  }
  .paints {
    display: none;
  }
}

/*step-overview*/
.step_title {
  width: 80%;
  position: relative;
  left: -10px;
}
@media screen and (max-width:1330px) {
  .step_title {
    width: 100%;
    left: -100px;
  }
}
@media screen and (max-width:999px) {
  .step_title {
    width: 100%;
    left: 0;
  }
}
#step-overview {
  margin-top: 500px;
}
@media screen and (max-width:1330px) {
  #step-overview {
    margin-top: 400px;
  }
}
@media screen and (max-width:767px) {
  #step-overview {
    margin-top: 150px;
  }
}
.step_title_illust {
  padding-top: 100px;
  width: 520px;
  display: block;
}
@media screen and (max-width:767px) {
  .step_title_illust {
    width: 80%;
    margin: 0 auto;
  }
}

/*step01*/
.step_innerTitle {
  display: flex;
  align-items: flex-start;
  padding: 100px 0;
}
.step_innerTitle object {
  width: 37%;
}
.step_innerTitle_02 object {
  width: 37%;
}
@media screen and (max-width:767px) {
  .step_innerTitle {
    flex-direction: column;
    align-items: center;
    padding: 100px 0 30px;
  }
  .step_innerTitle object {
    max-width: 350px;
    width: 62%;
  }
  .step_innerTitle_02 object {
    max-width: 350px;
    width: 62%;
  }
}
.case01 {
  display: flex;
}
.case02 {
  display: flex;
  margin: 100px 0 0;
  flex-direction: row-reverse;
}
@media screen and (max-width:1000px) {
  .case01 {
    margin: 0 0 40px;
  }
  .case02 {
    margin: 40px 0 0;
  }
}
@media screen and (max-width:767px) {
  .case01 {
    flex-direction: column-reverse;
    margin: 0 0 20px;
  }
  .case02 {
    flex-direction: column-reverse;
  }
}
.case_txt_title {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:1000px) {
  .case_txt_title {
    font-size: 2rem;
  }
}
.case_txt_title span {
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #22AC38;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  margin-right: 2rem;
}
.case_txt {
  width: 60%;
}
.case_img {
  width: 40%;
}
@media screen and (max-width:767px) {
  .case_txt_title span {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
  .case_txt_title .pc {
    display: none;
  }
  .case_txt {
    width: 100%;
  }
  .case_img {
    width: 90%;
    margin: 0 auto;
  }
}
.case_img img {
  mix-blend-mode: multiply;
}
.case_img img {
  width: 100%;
}
.case_txt_money {
  color: #22AC38;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid #3c3c3c 1px;
  padding: 1rem 0 2rem 0;
}
@media screen and (max-width:1000px) {
  .case_txt_money {
    font-size: 1.8rem;
  }
}
.case_txt_money li:first-child {
  margin-right: 2rem;
}
@media screen and (max-width:767px) {
  .case_txt_money li {
    margin-right: 1rem;
  }
}
.case_txt_money li:last-child {
  width: 100%;
  margin-top: 2rem;
}
.money-b {
  font-size: 7rem;
}
@media screen and (max-width:1000px) {
  .money-b {
    font-size: 5rem;
  }
}
.case_txt_item {
  font-size: 2rem;
}
.case01 .case_txt_item{
   padding: 2rem 0 5rem; 
}
.case02 .case_txt_item{
   padding: 2rem 0 0; 
}
.case_txt_item .notes {
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
    .case01 .case_txt_item{
   padding: 1rem 0 0; 
}
    .case02 .case_txt_item{
   padding: 1rem 0 0; 
}
  .case_txt_money {
    font-size: 1.4rem;
  }
  .case_txt_item {
    padding: 1rem 0;
  }
  .money-b {
    font-size: 3rem;
  }
}
@media screen and (max-width:1000px) {
  .case_txt_item {
    font-size: 1.6rem;
  }
  .case_txt_item br {
    display: none;
  }
}
.step_innerTitle_right {
  margin-left: 8rem;
  margin-top: 80px;
}
.step_innerTitle_right.step02 {
  margin-right: 8rem;
  margin-left: 0;
}
.step_innerTitle_right p {
  font-size: 2rem;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .step_innerTitle_right {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .step_innerTitle_right.step02 {
    margin-right: 0;
    text-align: center;
  }
  .step_innerTitle_right p {
    font-size: 1.6rem;
  }
}
#step01 {
  position: relative;
  padding-bottom: 100px;
  margin-top: 80px;
}
@media screen and (max-width:767px){
   #step01 {
padding-bottom: 50px;
  margin-top: 50px;
} 
}
.step_about_illust {
  position: absolute;
  top: -65px;
  left: 0;
  z-index: -10;
  mix-blend-mode: multiply;
}
.step_about_illust img {
  width: 1000px;
  height: auto;
}
.step_about_illust_right {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: -10;
  mix-blend-mode: multiply;
  text-align: right;
}
.step_about_illust_right img {
  width: 1000px;
  height: auto;
}
@media screen and (max-width:1500px) {
  .step_about_illust {
    top: 0;
  }
  .step_about_illust img {
    width: 800px;
    height: auto;
  }
  .step_about_illust_right {
    top: 0;
  }
  .step_about_illust_right img {
    width: 800px;
    height: auto;
  }
}
@media screen and (max-width:1000px) {
  .step_about_illust {
    top: 30px;
  }
  .step_about_illust img {
    width: 500px;
    height: auto;
  }
  .step_about_illust_right {
    top: 0;
  }
  .step_about_illust_right img {
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .step_about_illust {
    top: 0;
  }
  .step_about_illust img {
    width: 100%;
  }
  .step_about_illust_right {
    top: 0;
  }
  .step_about_illust_right img {
    width: 100%;
  }
}
.step01_bennerArea_list_item {
  width: 50%;
  height: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  line-height: 0;
}
@media (hover: hover) {
  .step01_bennerArea_list_item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .step01_bennerArea_list_item:active {
    opacity: 0.7;
  }
}
.step01_bennerArea_list_item p {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width:1000px) {
  .step01_bennerArea_list_item p {
    font-size: 1.3rem;
  }
}
.step01_bennerArea_list_item img {
  width: 100%;
}
.step01_bannerArea {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .step01_bannerArea {
    flex-direction: column;
  }
  .step01_bennerArea_list_item {
    width: 100%;
  }
}
.step-icon {
  width: 37%;
flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .step-icon {
    max-width: 350px;
    width: 62%;
  }
}

/*step02*/
#step02 {
  position: relative;
  padding-bottom: 100px;
}
.step02_contents_copy p {
  font-size: 2.5rem;
  text-align: left;
}
@media screen and (max-width:1000px) {
  .step02_contents_copy p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:767px) {
  #step02 {
  padding-bottom: 50px;
}
  .step02_contents_copy p {
    font-size: 1.4rem;
  }
}
.step02_contents_copy {
  background-color: #FDF1F3;
  border-top: #F3D6DE solid 2px;
  border-bottom: #F3D6DE solid 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width:767px) {
  .step02_contents_copy {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width:550px) {
  .step02_contents_copy p br {
    display: none;
  }
}
.notes.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.step02_contents_figure,.step02_contents_figuref {
  width: 100%;
  margin: 40px 0;
}
.step02_contents_figureb {
  width: 100%;
  margin:0;
}
@media screen and (max-width:767px) {
	.step02_contents_figuref{
		margin: 40px 0 20px;
	}
  .step02_contents_figure:last-child {
    margin: 0;
  }
}
.step02_contents_figure img,.step02_contents_figuref img,.step02_contents_figureb img {
  width: 100%;
}
.step_innerTitle_02 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 100px 0;
}
@media screen and (max-width:767px) {
  .step_innerTitle_02 {
    flex-direction: column;
    align-items: center;
    padding: 100px 0 50px;
  }
}
.ttl_step02 {
  max-width: 660px;
  height: auto;
  margin: 100px auto 0;
  display: block;
}
.ttl_step02_bk-pink {
  max-width: 880px;
  height: auto;
  margin: 10px auto 0;
  display: block;
}
.bk-pink {
    background-color: #fef4f6;
    padding: 2rem;
        margin: 90px 0 10px;
}

@media screen and (max-width:767px) {
  .ttl_step02,.ttl_step02_bk-pink {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 0;
  }
    .bk-pink {
        margin: 0 0 10px;
}

}
.img_step02 {
  margin-top: 20px;
}
.bottom_p {
  padding-bottom: 10px;
}
.text_red {
  color: red;
}
.mt10 {
  margin-top: 10px;
}
/*step03*/
#step03 {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  #step03 {
    padding-bottom: 50px;
  }
}
.explanation {
  color: #A56D35;
  display: inline-block;
}
.summary {
  color: #fff;
  background-color: #A56D35;
  width: 324px;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  text-align: center;
  position: relative;
  margin-right: 40px;
}
.summary:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 58px 20px 0 0;
  border-style: solid;
  border-color: #A56D35 transparent transparent transparent;
}
.step03_contents_item_title {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1330px) {
  .summary {
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
  }
  .summary:after {
    border-width: 50px 20px 0 0;
  }
  .step03_contents_item_title {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:1000px) {
  .step03_contents_item_title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:767px) {
  .step03_contents_item_title {
    font-size: 1.4rem;
  }
  .summary {
    width: 160px;
    height: 25px;
    line-height: 25px;
  }
  .summary:after {
    border-width: 25px 20px 0 0;
  }
}
.step03_contents_item_img {
  background-color: #F8F3ED;
  width: 100%;
  padding: 70px 2rem;
  position: relative;
}
.step03_contents_item_img .notes {
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media screen and (max-width:767px) {
  .step03_contents_item_img {
    padding: 1rem 1rem 3rem;
  }
  .step03_contents_item_img .notes {
    bottom: 0.5rem;
  }
}
.step03_contents_item_img img {
  width: 1144px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width:1330px) {
  .step03_contents_item_img img {
    width: 100%;
  }
}
.step03_contents_item, .other_contents_item {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .step03_contents_item, .other_contents_item {
    margin-bottom: 30px;
  }
}
.step03_contents_item:last-child {
  margin-bottom: 10px;
}

/*other*/
.other_contents {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .other_contents {
    margin-top: 10px;
  }
}
.other_contents_item:last-child {
  margin-bottom: 10px;
}
.other_title p {
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .other_title p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.other_title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 80px 0;
}
.other_title img {
  margin-bottom: 40px;
  max-width: 260px;
  width: 30%;
}
@media screen and (max-width:767px) {
  .other_title {
    padding: 30px 0;
  }
  .other_title img {
    margin-bottom: 20px;
  }
}
.summary.other {
  color: #fff;
  background-color: #036EB8;
  width: 510px;
  height: 58px;
  display: inline-block;
  line-height: 58px;
  text-align: center;
  position: relative;
  margin-right: 40px;
}
.summary.other:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-width: 58px 20px 0 0;
  border-style: solid;
  border-color: #036EB8 transparent transparent transparent;
}
.explanation.other {
  color: #3c3c3c;
  display: inline-block;
  padding: 1.5rem 0;
}
@media screen and (max-width:767px) {
  .explanation.other {
    padding: 0rem 0;
  }
}
.other_contents_item_title {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width:1330px) {
  .summary.other {
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
  }
  .summary.other:after {
    border-width: 50px 20px 0 0;
  }
  .other_contents_item_title {
    font-size: 2.0rem;
  }
}
@media screen and (max-width:1000px) {
  .other_contents_item_title {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:767px) {
  .summary.other {
    width: 300px;
    height: 25px;
    line-height: 25px;
  }
  .summary.other:after {
    border-width: 25px 20px 0 0;
  }
  .other_contents_item_title {
    font-size: 1.4rem;
  }
}
.other_contents_item_img {
  background-color: #EDF5FA;
  width: 100%;
  padding: 30px 2rem 70px;
  position: relative;
}
.other_contents_item_img_inner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.other_contents_item_img_inner {
  max-width: 1144px;
  height: auto;
  margin: 0 auto;
}
.other_contents_item_img_inner dl {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
  .other_contents_item_img {
    padding: 10px 2rem 15px;
  }
  .other_contents_item_img_inner dl {
    font-size: 1.4rem;
    flex-direction: column;
  }
}
.other_contents_item_img_inner dl span {
  color: #036EB8;
}
.other_contents_item_img_inner dt {
  white-space: nowrap;
}
.info_title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
}
.title-sub.title_info {
  margin-bottom: 0;
}
#other {
  margin-bottom: 100px;
  position: relative;
}
#other::before {
  content: '';
  position: absolute;
  top: 700px;
  height: 1150px;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(229deg, #53B0EF 49%, #ADF1A9 77%) 0% 0% no-repeat padding-box;
  transform: skewY(326deg);
  z-index: -101;
  opacity: 0.2;
}
#other .paints {
  position: absolute;
  right: 0;
  z-index: -110;
  top: 1000px;
  opacity: 1;
  width: 500px;
  height: auto;
}
@media screen and (max-width:767px) {
  #other {
    margin-bottom: 50px;
  }
  #other::before {
    top: 400px;
    height: 800px;
  }
  #other .paints {
    display: none;
  }
}
.other_title_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*service*/
.service-title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
}
.service-title p {
  font-size: 2rem;
}
@media screen and (max-width:1000px) {
  .service-title p br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .service-title p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.service_list {
  font-size: 2.0rem;
  text-align: left;
  display: inline-block;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .service_list {
    font-size: 1.2rem;
    margin-top: 40px;
  }
}
.service_list li {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 1.5em;
}
.service_list li:last-child {
  margin-bottom: 0rem;
}
.service_list li:before {
  content: '●';
  color: #036EB8;
  position: absolute;
  left: -1.5em;
}
.inner.service-w {
  text-align: center;
}
.service_contents_item_img_inner {
  max-width: 1144px;
  height: auto;
  margin: 0 auto;
}
.service_contents_item_img_inner img {
  width: 100%;
  height: auto;
  margin: 70px auto 0;
  display: block;
}
@media screen and (max-width:767px) {
  .service_contents_item_img_inner img {
    margin: 30px auto 0;
  }
}
#service {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  #service {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:999px) {
  .sp01 {
    display: none;
  }
}
@media screen and (min-width:500px) {
  .sp02 {
    display: none;
  }
}

/*smdam*/
.smdam-title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
}
.smdam-title p {
  font-size: 2rem;
}
@media screen and (max-width:1000px) {
  .smdam-title p br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .smdam-title p {
    font-size: 1.6rem;
    text-align: left;
  }
  .smdam-title .sp02 {
    display: none;
  }
}
caption {
  font-size: 2.5rem;
  background-color: #6C92CC;
  color: #fff;
  padding: 10px 0;
  border: 1px solid #fff;
}
.about_smdam {
  width: 100%;
  border-collapse: collapse;
  margin-top: 80px;
}
.about_smdam tr {
  font-size: 2rem;
}
.about_smdam th {
  background-color: #D1E5F1;
  font-weight: normal;
  border: solid 1px #fff;
}
.about_smdam td {
  background-color: #E8F3F9;
  padding: 20px 0 20px 20px;
  border: solid 1px #fff;
}
.about_smdam ul li {
  margin-bottom: 10px;
}
.about_smdam ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  caption {
    font-size: 1.4rem;
  }
  .about_smdam {
    margin-top: 50px;
  }
  .about_smdam tr {
    font-size: 1.4rem;
    border: solid 1px #fff;
  }
  .about_smdam th, .about_smdam td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border: none;
  }
  .about_smdam th br {
    display: none;
  }
  .about_smdam ul li {
    margin-bottom: 0;
  }
  .about_smdam tr:last-child td {
    padding-bottom: 10px;
  }
}
#smdam {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  #smdam {
    margin-bottom: 50px;
  }
}

/*sales-company*/
.salesCompany-title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
}
.title-sub.salesCompany {
  margin-bottom: 0;
}
.title-sub.salesCompany span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  color: #3c3c3c;
}
.salesCompany-list:first-child {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  width: 100%;
}
.salesCompany-list p {
  font-size: 1.44rem;
  margin-top: 1rem;
}
.salesCompany-list li {
  /*  width: 33.3%;*/
  padding: 0 3%;
  text-align: center;
}
.salesCompany-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  width: 100%;
}
.campany {
  max-width: 218px;
  height: auto;
  width: 100%;
}
@media screen and (max-width:767px) {
  .campany {
    max-width: 180px;
  }
}
#sales-company {
  padding-bottom: 50px;
}
@media screen and (max-width:500px) {
  .salesCompany-list:first-child {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 25px;
  }
  /*    .salesCompany-list li{
    width: 50%;
}*/
}

/*info*/
.ttl_movie, .ttl_news {
  font-size: 3.0rem;
  color: #036EB8;
  padding-bottom: 13px;
  border-bottom: 1px solid #036EB8;
}
@media screen and (max-width:767px) {
  .ttl_movie, .ttl_news {
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 5px;
  }
}
.mov_wrap {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 0;
}
.mov_wrap img {
  max-width: 480px;
  height: auto;
  width: 45%;
}
.movie {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .mov_wrap {
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 0;
  }
  .mov_wrap img {
    width: 100%;
    margin-bottom: 5rem;
  }
  .mov_wrap img:last-child {
    margin-bottom: 0;
  }
  .movie {
    margin-top: 30px;
  }
}
.news_wrap {
  cursor: pointer;
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #C4C3C3;
}
@media screen and (max-width:767px) {
  .news_wrap {
    padding: 15px 0;
    align-items: center;
  }
}
.news_item {
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
  flex-wrap: nowrap;
}
.category {
  font-size: 1.8rem;
  color: #036EB8;
  border: 1px solid #036EB8;
  max-width: 195px;
  width: 100%;
  padding: 2px;
  text-align: center;
}
.date {
  font-size: 2rem;
  margin-left: 50px;
    margin-right: 40px;
    white-space: pre;
}
.news_d_t {
  font-size: 2rem;
    max-width: 800px;
}
@media screen and (max-width:767px) {
  .category {
    font-size: 1.2rem;
    max-width: 127px;
  }
  .date {
    font-size: 1.2rem;
    margin-left: 20px;
      margin-right: 20px;
  }
  .news_d_t {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:600px) {
    .news_item{
        flex-wrap: wrap;
    }
  .news_d_t {
    margin-top: 10px;
    width: 100%;
  }
}
.arrow {
  width: 11px;
  height: 11px;
  border-top: 3px solid #036EB8;
  border-right: 3px solid #036EB8;
  transform: rotate(45deg);
  position: relative;
  top: 13px;
  margin: 0 1rem;
}
@media screen and (max-width:767px) {
  .arrow {
    top: 8px;
  }
}
.news a {
  display: block;
  width: 100%;
}
.news_inner {
  margin-top: 20px;
  margin-bottom: 50px;
}
.news_btn {
  font-size: 1.8rem;
  color: #fff;
  background-color: #036EB8;
  max-width: 266px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  cursor: pointer;
}
.btn_text {
  margin-right: 18px;
}
@media (hover: hover) {
  .news_btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news_btn:active {
    opacity: 0.7;
  }
}
#info {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  #info {
    margin-bottom: 50px;
  }
}
.news {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .news_inner {
    margin-bottom: 20px;
  }
  .news {
    margin-top: 50px;
  }
}
.bg_white {
  max-width: 1400px;
  margin: 70px auto 0;
  background-color: #fff;
  padding: 10px 0 5px;
}
@media screen and (max-width:767px) {
  .bg_white {
    margin: 20px auto 0;
  }
}

/* news accordion */
@media screen and (min-width:768px) {
  .news-accordion-wrap a:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .news-accordion-wrap a:nth-child(n+3) {
    display: none;
  }
}


/*モーダル*/
.modal-open {
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
  align-items: center;
  justify-content: center;
    
    overscroll-behavior: contain;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        touch-action: none;
}
.modal:before,
.modal:after {
        content: "";
        width: 1px;
        height: calc(100vh + 1px);
        display: flex;
      }

.modal-container .img {
  background: #fff;
  width: 100%;
}
.img02 {
  width: 100%;
  overflow: scroll;
  background-color: #fff;
  padding: 2rem 1rem;
}
#modal-11 .img02, #modal-12 .img02 {
  background-color: #EDF5FA;
}
.img02 img {
  width: 200%;
  max-width: 90vh;
}
.modal-container .notes {
  margin: 2rem;
}
/*.modal-container p:last-child {
    margin-bottom: 0;
}*/
.modal-content {
  background: #FFF;
  overflow-y: auto;
  width: 95%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
}
.modal-close {
  color: #3c3c3cb3;
  text-decoration: none;
  font-size: 5rem;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  .sp_no {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .pc_no {
    display: none;
  }
}
.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.step02-modal-close {
  position: absolute;
  top: -48px;
  right: 4%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1111;
  border-radius: 50%;
}
.step02-modal {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 2%;
  width: 100%;
  z-index: 101;
}
#modal-5 .modal-close,#modal-5b .modal-close, #modal-6 .modal-close, #modal-7 .modal-close, #modal-8 .modal-close, #modal-9 .modal-close, #modal-10 .modal-close, #modal-11 .modal-close, #modal-12 .modal-close, #modal-13 .modal-close, #modal-14 .modal-close, #modal-15 .modal-close, #modal-16 .modal-close{
  padding: 0;
  margin-left: -90px;
  z-index: 100;
  position: fixed;
  color: #fff;
}

/*アコーディオン*/
.accordion__head {
  position: relative;
}
.accordion__body {
  margin: 0;
  background: #fff;
  display: none;
}
.accordion__body-in {
  padding: 40px 0 24px;
  line-height: 1.5;
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
.accordion__icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .3s;
}
.accordion__icon.is-open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*アコーディオン*/

/*disclaimer*/
.disclaimer-title {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
}
.title-sub.disclaimer {
  margin-bottom: 0;
}
.disclaimer-subheading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}
.disclaimer-subheading-l {
  font-size: 1.7rem;
  font-weight: bold;
}
.disclaimer-list {
  font-size: 1.44rem;
  margin-top: 10px;
}
.disclaimer-list02 {
  font-size: 1.44rem;
  margin-top: 10px;
	margin-bottom: 10px;
}
.disclaimer-list02-l {
  font-size: 1.5rem;
}
.disclaimer-list03 {
  font-size: 1.44rem;
	margin-bottom: 5px;
}
.list-bold {
	font-size:1.6rem;
	font-weight: bold;
}
.disclaimer-note {
  font-size: 1.44rem;
}
@media screen and (max-width:767px) {
  .disclaimer-subheading {
    font-size: 1.4rem;
  }
  .disclaimer-subheading-l {
    font-size: 1.5rem;
  }
  .disclaimer-list, .disclaimer-list02,.disclaimer-list03 {
    font-size: 1.2rem;
  }
  .disclaimer-list02-l {
    font-size: 1.3rem;
  }
    .list-bold {
	font-size:1.4rem;
  }
  .disclaimer-note {
    font-size: 1.2rem;
  }
}
.disclaimer-list li,.disclaimer-list03 li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.disclaimer-list02 li {
  margin-bottom: 0.5rem;
}
.disclaimer-inner {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .disclaimer-inner {
    margin-top: 30px;
  }
}
.disclaimer-underline {
  font-size: 1.44rem;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .disclaimer-underline {
    font-size: 1.4rem;
  }
}
.example {
  font-size: 0.8em;
  vertical-align: text-top;
}
#disclaimer {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  #disclaimer {
    margin-bottom: 50px;
  }
}
.red_under {
  color: red;
}
.disclaimer-date {
    font-size: 1.44rem;
    margin-top: 2rem;
}
@media screen and (max-width:767px){
    .disclaimer-date {
    font-size: 1.2rem;
}
}

/*page_top*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  opacity: 0.6;
  z-index: 999;
}
#page_top a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #6C92CC;
}

/*footer*/
#footer {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(166, 236, 175, 0.6), rgba(62, 161, 255, 0.2));
  padding: 40px 0;
  font-size: 1.3rem;
  color: #005EB1;
}

.js-fadeup{
	opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.js-fadeup-row-child {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.5s, transform 1.5s
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
    opacity: 1;
    transform: translateY(0)
}

.dis-img {
	width: 70%;
}
@media screen and (max-width:767px){
	.dis-img {
	width: 100%;
}
}

.left-3 {
	margin-left: 3.3em;
}

.m-margin {
    margin-top: 1rem;
}


.full-width {
    margin-left:1.6rem;
}
@media screen and (max-width:767px){
   .full-width {
    display: block;
} 
}

