@charset 'UTF-8';
/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  font-size: 100%;
  font-family: inherit;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
select, input, textarea {
  font-size: 100%;
}
header,footer,nav,section,article,figure,aside {
  display: block;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* reset
============================================================================================================ */
body {
    letter-spacing: 0.1em;
    word-wrap: break-word;
    color: #333;
    font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6875;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  }

*, *::after, *::before {
  box-sizing: initial;
}


.main {
  height: 450px;
  background: #4860E4;
  
}
.mainInr {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/mail_pc.png?v=24.04.26.01);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 53%;
  height: 450px;
}
.mainLogo {
  /*position: absolute;*/
  padding: 30px 0 0;
  width: 200px;
}
.mainLogo img {
  width: 100%;
}
.mainCopy {
  padding: 80px 0 0;
}

.mainCopy .copy {
  padding: 0 0 20px 0;
}

.mainCopy .mv {
  padding: 0 0 30px 0;
  width: 525px;
}

.mainCopy .mv img {
  padding: 0 0 20px 0;
}

.mainCopy .mv img:first-child {
  width: 390px;
}

.mainCopy .mv img:last-child {
  width: 525px;
}

.mainCopy .btnList {
  display: flex;
  justify-content: space-between;
}

.mainCopy .btnList .btnLeft {
  color: #4860E3;
  font-size: 14.5px;
  background: #FFF001;
  border: 4px solid #FFF;
  border-radius: 30px;
  letter-spacing: 0.1px;
  text-align: left;
  padding: 9px 15px 12px 20px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  height: 23px;
  width: 215px;
  text-align: left;
  position: relative;
}

.mainCopy .btnList .btnLeft:hover {
  background: #0EA8F7;
  color: #FFF;
}

.mainCopy .btnList .btnLeft:after{
  /* 画像サイズ */
  width: 13px;
  height: 16px;
  /* 画像とボタン文字列の間隔 */
  /*margin-left: 8px;*/
  /* 背景透過の白いアイコン画像 */
  background: url('../img/btn_icon_01.png') no-repeat 0 0;
  background-size: 100%;
  /*vertical-align: -10%;
   行内のブロック要素とする 
  display: inline-block;*/
  /* :beforeで表示する内容は空(背景画像として表示するため) */
  content: "";
  position: absolute;
  right: 9%;
  top: 33%;
}

.mainCopy .btnList .btnLeft:hover:after{
  background: url('../img/btn_icon_01_hover.png') no-repeat 0 0;
  background-size: 100%;
}

.mainCopy .btnList .btnRight {
  color: #4860E3;
  font-size: 15px;
  background: #FFF;
  border: 4px solid #FFF001;
  border-radius: 30px;
  padding: 9px 37px 12px 16px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  height: 23px;
  text-align: center;
  position: relative;
}

.mainCopy .btnList .btnRight:after{
  /* 画像サイズ */
  width: 13px;
  height: 16px;
  /* 画像とボタン文字列の間隔 */
  /*margin-left: 8px;*/
  /* 背景透過の白いアイコン画像 */
  background: url('../img/btn_icon_01.png') no-repeat 0 0;
  background-size: 100%;
  /*vertical-align: -10%;
   行内のブロック要素とする 
  display: inline-block;*/
  /* :beforeで表示する内容は空(背景画像として表示するため) */
  content: "";
  position: absolute;
  right: 6%;
  top: 33%;
}

.mainCopy .btnList .btnRight:hover {
  background: #0EA8F7;
  color: #FFF;
  border: 4px solid #FFF;
}

.mainCopy .btnList .btnRight:hover:after{
  background: url('../img/btn_icon_01_hover.png') no-repeat 0 0;
  background-size: 100%;
}

.lead {
  background: #ECEFFD;
  padding: 70px 0 120px;
}

.choice {
  background: #FFF;
  padding: 50px;
  width: 900px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}

.choice .choiceLeft {
  width: 460px;
  padding: 20px 0 0 0;
}

.choice .choiceLeft .title {
  font-weight: bold;
  font-size: 26px;
  color: #4860E3;
  background: linear-gradient(transparent 65%, #FFF001 0%);
  display: inline;
  padding: 0 1px 0px;
}
.choice .choiceLeft p {
  font-size: 16px;
}

.choice .choiceLeft .text {
  padding: 40px 0 20px 0;

}

.choice .choiceLeft p span {
  color: #4860E3;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px;
}

.choice .choiceRight p {
  text-align: center;
  width: 380px;
}

.choice .choiceRight p:first-child {
  padding: 0 0 40px 0;
}

.choice .choiceRight p img {
  width: 100%;
}

.intro {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.intro .introInr {
  background: #FFF;
  width: 280px;
  border-radius: 8px;
  padding: 40px 20px;
  position: relative;
}
.intro .introInr .icon {
  position: absolute;
  top: -60px;
  left: 50%;
  height: 86px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.intro .introInr .icon img {
  height: 100%;
}
.intro .introInr .title {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  padding: 0 0 10px 0;
  line-height: 1.4;
}

.intro .introInr .title span {
  color: #4860E3;
}

.intro .introInr .img {
  margin: 0 0 15px;
  height: 200px;
}

.intro .introInr .img img {
  height: 100%;
}

.intro .introInr ul {
  display: flex;
  justify-content: space-between;
}

.intro .introInr ul li {
  height: 190px;
}

.intro .introInr .text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 20px 0;
}

.intro .introInr .btnIntro {
  color: #FFF;
  font-size: 15px;
  background: #4860E3;
  border: 4px solid #4860E3;
  border-radius: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 9px 15px 12px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  height: 23px;
  width: 240px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.intro .introInr .btnIntro:hover {
  background: #FFF;
  color: #4860E3;
}

.intro .introInr .btnIntro:after{
  /* 画像サイズ */
  width: 13px;
  height: 16px;
  /* 画像とボタン文字列の間隔 */
  /*margin-left: 8px;*/
  /* 背景透過の白いアイコン画像 */
  background: url('../img/btn_icon_02.png') no-repeat 0 0;
  background-size: 100%;
  /*vertical-align: -10%;
   行内のブロック要素とする 
  display: inline-block;*/
  /* :beforeで表示する内容は空(背景画像として表示するため) */
  content: "";
  position: absolute;
  right: 10%;
  top: 35%;
}

.intro .introInr .btnIntro:hover:after{
  background: url('../img/btn_icon_02_hover.png') no-repeat 0 0;
  background-size: 100%;
}


.about {
  background: #F0F0F0;
  padding: 0 0 110px;
}

.about .mainTitle {
  background: #4860E3;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  position: relative;
  margin: 0 0 70px;
}

.about .mainTitle img {
  width: 600px;
}

.about .mainTitle:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4860E3 transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}

.result {
  width: 915px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 90px 0;
}

.result .pcImg {
  position: relative;
  padding: 0 20px 0 0;
}

.result .pcImg img {
  width: 440px;
  max-width: none;
}
.result .pcImg img.resultImg {
  position: absolute;
  top: -10px;
  left: -25px;
  width: 110px
}

.result .textInr {
  padding: 25px 0 0 0;
}

.result .text {
  line-height: 1.8;
  padding: 0 0 20px 0;
  font-size: 16px;
}

.result .text span {
  color: #4860E3;
  font-weight: bold;
}

.result .caution {
  font-size: 13px;
}

.about .btnAbout {
  color: #4860E3;
  background: #FFF001;
  border: 4px solid #FFF;
  padding: 20px 10px 0;
  width: 580px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  display: inline-block;
  height: 60px;
  border-radius: 60px;
  font-size: 22px;
  text-align: center;
  position: relative;
  display: block;
  margin: 50px auto 0;
}

.about .btnAbout:after{
  /* 画像サイズ */
  width: 22px;
  height: 28px;
  /* 画像とボタン文字列の間隔 */
  /*margin-left: 8px;*/
  /* 背景透過の白いアイコン画像 */
  background: url('../img/btn_icon_03.png') no-repeat 0 0;
  background-size: 100%;
  /*vertical-align: -10%;
   行内のブロック要素とする 
  display: inline-block;*/
  /* :beforeで表示する内容は空(背景画像として表示するため) */
  content: "";
  position: absolute;
  right: 6%;
  top: 35%;
}

.about .btnAbout:hover {
  background: #0EA8F7;
  color: #FFF;
  border: 4px solid #FFF;
}

.about .btnAbout:hover:after{
  background: url('../img/btn_icon_03_hover.png') no-repeat 0 0;
  background-size: 100%;
}

.chara {
  width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px 0;
}

.chara .textInr {
  width: 450px;
  font-size: 16px;
}

.chara .textInr .title {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 30px;
}

.chara .textInr .title .icon {
  padding: 0 30px 0 0;
}

.chara .textInr .title .icon img {
  width: 55px;
}

.chara .textInr .title .ttl {
  font-weight: bold;
  font-size: 20px;
  color: #4860E3;
  padding: 25px 0 0 0;
}

.chara .textInr .title .text {
  line-height: 2;
}

.chara .photo .ph {
  padding: 0 0 10px 0;
  width: 395px;
}

.chara .photo .ph img {
  width: 100%;
}

.chara .photo .txt {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.flow {
  padding: 70px 0 90px;
}

.flow .title {
  text-align: center;
  margin: 0 0 40px 0;
}

.flow .title .titleInr {
  color: #4860E3;
  font-weight: bold;
  font-size: 26px;
  display: inline;
  background: linear-gradient(transparent 65%, #FFF001 0%);
}

.flow ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.flow ul li {
  background: #ECEFFC;
  width: 326px;
  border-radius: 8px;
}

.flow ul li p img {
  width: 100%;
}

.flow ul li .text {
  padding: 15px 20px 20px;
}


.flow ul li .text .name {
  color: #4860E3;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.flow ul li .text .name span {
  font-size: 20px;
}

.flow ul li .text .txt {
  font-size: 13px;
}

.contents {
  background: #eceffb;
  padding: 50px 0 80px;
}

.contents .mainTitle {
  text-align: center;
  margin: 0 0 100px 0;
}

.contents .mainTitle .titleInr {
  color: #4860E3;
  font-weight: bold;
  font-size: 26px;
  display: inline;
  background: linear-gradient(transparent 65%, #FFF001 0%);
}

.contact {
  text-align: center;
  background: #FFF001;
  padding: 80px 0 60px;
}

.contact p {
  color: #4860E3;
  font-size: 26px;
  font-weight: bold;
  padding: 0 0 50px 0;
}

.contact .btnList {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.contact .btnList .btnWork {
  font-size: 14px;
  width: 190px;
  letter-spacing: 0.1px;
  color: #4860E3;
  background: #FFF;
  border: 4px solid #FFF001;
  border-radius: 30px;
  padding: 12px 15px 12px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  height: 23px;
  text-align: center;
  position: relative;
}

.contact .btnList .btnWork:after{
  content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
 top:45%;
 right: 13px;
 /*矢印の形状*/
 width: 5px;
 height: 5px;
 border-top: 2px solid #4860E3;
 border-right: 2px solid #4860E3;
 transform: rotate(45deg);
  /*アニメーションの指定*/
 transition: all .3s;
}

.contact .btnList .btnWork:hover {
  background: #4860E3;
  color: #FFF;
  border: 4px solid #FFF;
}

.contact .btnList .btnWork:hover:after{
  right: 11px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.c-cta__fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.9375rem;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#3757d7), to(#122b9f));
  background: linear-gradient(to right, #3757d7, #122b9f);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .55);
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .55);
  padding: 10px;
}

.c-cta__fixed .c-container img {
    width: 230px;
    transform: rotate(-3deg);
    margin-top: -35px;
    border: 2px solid #ffffff;
  transition: all 0.1s ease;
}
.c-cta__fixed .c-container img:hover {
    transform: rotate(0deg);
  transition: all 0.1s ease;
}
.c-cta__titlebox {
    margin: 0 0 0 3%;
    z-index: 1000;
    text-align: left;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #fff;
}

.c-cta__fixed .c-cta__title {
    /* max-width: 1000px; */
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    /* text-align: center; */
    margin: 0;
}
.c-cta__titlebox div.c-cta__btn_txtbox {
  display: flex;
  margin-top: 10px;
  align-items: center;
  width: 810px;
}

.c-cta__btn {
  width: 310px;
  font-size: 20px;
  text-align: center;
  color: #4860E3;
  background: #FFF001;
  border: 4px solid #FFF;
  border-radius: 30px;
  letter-spacing: 0.1px;
  padding: 6px 15px 7px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  transition: .3s;
  position: relative;
}

.c-cta__btn:hover {
  background: #0EA8F7;
  color: #FFF;
}

.c-cta__btn:after{
  /* 画像サイズ */
  width: 15px;
  height: 20px;
  /* 画像とボタン文字列の間隔 */
  /*margin-left: 8px;*/
  /* 背景透過の白いアイコン画像 */
  background: url('../img/btn_icon_01.png') no-repeat 0 0;
  background-size: 100%;
  /*vertical-align: -10%;
   行内のブロック要素とする 
  display: inline-block;*/
  /* :beforeで表示する内容は空(背景画像として表示するため) */
  content: "";
  position: absolute;
  right: 10%;
  top: 33%;
}

.c-cta__btn:hover:after{
  width: 15px;
  height: 20px;
  background: url('../img/btn_icon_01_hover.png') no-repeat 0 0;
  background-size: 100%;
}

p.flex-sp-none {
  margin: 0 0 0 2%;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.c-cta__fixed.is-active {
  visibility: visible;
  opacity: 1;
}

.c-cta__fixed .subContent {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 999px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .sp {
    display: none;
  }
}

@media (min-width: 769px) {
  body.documentCont {
    min-width: auto; 
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .main {
    height: auto;
    text-align: center;
  }
  .mainInr {
    display: block;
    width: 90%;
    background-image: none;
  }
  .mainLogo {
    width: auto;
  }
  .mainLogo img {
    width: 50%;
  }
  .mainCopy {
    padding: 40px 0 0;
  }
  .mainCopy .copy img {
    width: 80%;
  }
  .mainCopy .mv {
    width: 100%;
  }
  .mainCopy .mv img:first-child {
    width: 80%;
  }
  .mainCopy .mv img:last-child {
    width: 100%;
  }
  .mainCopy .btnList {
    display: block;
  }
  .mainCopy .btnList .btnLeft {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 30px;
    height: auto;
    border-radius: 50px;
    padding: 9px 15px 17px;
  }
  .mainCopy .btnList .btnLeft:after {
    right: 6%;
    width: 20px;
    height: 24px;
  }
  .mainCopy .btnList .btnRight {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    height: auto;
    font-size: 30px;
    border-radius: 50px;
    padding: 9px 15px 17px;
  }
  .mainCopy .btnList .btnRight:after {
    right: 6%;
    width: 20px;
    height: 24px;
  }
  .lead {
    padding: 0 0 40px;
  }
  .choice {
    width: 100%;
    display: block;
    padding: 0 0 40px;
    margin: 0 auto 100px;
  }
  .choice .choiceLeft {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .choice .choiceLeft .title {
    font-size: 36px;
  }
  .choice .choiceLeft p {
    text-align: left;
    font-size: 24px;
  }
  .choice .choiceLeft p span {
    font-size: 24px;
  }
  .choice .choiceRight {
    width: 90%;
    margin: 0 auto;
  }
  .choice .choiceRight p {
    width: auto;
  }
  .choice .choiceRight p img {
    width: 100%;
  }
  .choice .choiceLeft p {
    padding: 0 0 30px 0;
    width: auto;
  }
  .choice .choiceLeft p.text {
    padding: 40px 0 30px 0;
  }
  .intro {
    width: 90%;
    display: block;
  }
  .intro .introInr {
    width: 100%;
    padding: 13% 0;
    text-align: center;
    margin: 0 0 90px;
  }
  .intro .introInr .text {
    font-size: 22px;
  }
  .intro .introInr .btnIntro:after {
    width: 18px;
    height: 22px;
  }
  .intro .introInr .img img {
    width: 80%;
  }
  .intro .introInr ul.img {
    width: 80%;
    margin: 0 auto;
  }
  .intro .introInr ul li {
    width: 100%;
    height: auto;
  }
  .intro .introInr ul.img li img {
    width: 90%;
    height: 90%;
  }
  .about {
    padding: 0 0 40px;
  }
  .about .mainTitle {
    margin: 0 0 100px;
  }
  .about .mainTitle img {
    width: 90%;
  }
  .about .mainTitle:after {
    bottom: -15px;
    border-width: 20px 25px 0 25px;
  }
  .about .btnAbout {
    width: 85%;
    font-size: 24px;
    padding: 10px 10px 10px;
    line-height: 32px;
    height: auto;
    margin: 0 auto;
  }
  .about .btnAbout:after {
    width: 20px;
    height: 26px;
  }
  .result {
    display: block;
    width: 90%;
    padding: 0 0 60px 0;
  }
  .result .pcImg {
    padding: 0;
  }
  .result .pcImg img {
    width: 100%;
  }
  .result .pcImg img.resultImg {
    width: 25%;
    top: -10%;
    left: 0%;
  }
  .result .text {
    font-size: 24px;
  }
  .result .caution {
    font-size: 18px;
  }
  .chara .textInr .title .icon img {
    width: 80px;
  }
  .chara {
    width: 90%;
    display: block;
    padding: 0 0 70px;
  }
  .chara.last {
    padding: 0 0 35px;
  }
  .chara .textInr {
    width: 100%;
  }
  .chara .textInr .title {
    padding: 0 0 15px;
  }
  .chara .textInr .title .ttl {
    font-size: 30px;
    padding: 0;
  }
  .chara .photo .ph {
    width: auto;
  }
  .chara .photo .ph img {
    width: 100%;
  }
  .chara .textInr .text {
    padding: 0 0 20px 0;
    font-size: 24px;
  }
  .chara .photo .txt {
    font-size: 24px;
  }
  .flow {
    padding: 40px 0;
  }
  .flow ul {
    display: block;
    width: 90%;
  }
  .flow ul li {
    margin: 0 0 20px;
    width: 100%;
  }
  .flow ul li .text .txt {
    font-size: 20px;
  }
  .flow ul li .text .name {
    font-size: 20px;
  }
  .flow ul li .text .name span {
    font-size: 24px;
  }
  .intro .introInr {
    margin: 0 0 90px;
  }
  .intro .introInr .title {
    font-size: 30px;
  }
  .intro .introInr:last-child {
    margin: 0;
  }
  .intro .introInr .icon {
    height: 130px;
  }
  .intro .introInr .img {
    height: auto;
  }
  .intro .introInr .btnIntro {
    width: 80%;
    height: auto;
    font-size: 24px;
  }
  .contents {
    padding: 50px 0;
  }
  .contact .btnList {
    display: block;
    width: 90%;
  }
  .contact .btnList .btnWork {
    width: 90%;
    display: block;
    font-size: 24px;
    padding: 20px 15px 24px;
    border-radius: 40px;
    margin: 0 0 10px;
    height: auto;
  }
  .contact {
    padding: 40px 0 30px;
  }
  .contact p {
    font-size: 28px;
    line-height: 1.6;
    padding: 0 0 30px 0;
  }
  .contact .btnList .btnWork:after {
    top: 39%;
    right: 27px;
    width: 20px;
    height: 20px;
  }
  .c-cta__fixed {
    padding: 15px 0;
  }
  .c-cta__titlebox div.c-cta__btn_txtbox {
    width: auto;
  }
  .c-cta__fixed.is-active .subContent {
    width: 50%;
    margin: 0 auto 15px;
  }
  .c-cta__fixed .c-container {
    width: 30%;
    width: 20%;
    margin-top: 42px;
  }
  .c-cta__fixed .c-container img {
    transform: none;
    width: 100%;
  }
  .c-cta__fixed .c-cta__title {
    font-size: 26px;
    margin: 30px 0 0 0;
  }
  .sp.c-cta__btn {
    font-size: 24px;
    margin: 0 auto;
    display: block;
    width: 60%;
  }
  .c-cta__btn:after {
    right: 8%;
    top: 30%;
  }
}

@media screen and (max-width: 768px) {
  .choice .choiceLeft .title {
    font-size: 20px;
  }
  .choice .choiceLeft p {
    font-size: 16px;
  }
  .choice .choiceLeft p span {
    font-size: 15px;
  }
  .intro .introInr .icon {
    height: 86px;
  }
  .intro .introInr .title {
    font-size: 18px;
  }
  .intro .introInr .text {
    font-size: 14px;
  }
  .intro .introInr .img {
    height: 200px;
  }
  .intro .introInr ul li {
    height: 190px;
  }
  .intro .introInr .btnIntro {
    height: 23px;
    width: 240px;
    font-size: 15px;
  }
  .intro .introInr .btnIntro:after {
    width: 13px;
    height: 16px 
  }
  .mainCopy .btnList .btnRight {
    font-size: 16.5px;
    height: 23px;
    border-radius: 30px;
  }
  .mainCopy .btnList .btnLeft {
    font-size: 16.5px;
    height: 23px;
    border-radius: 30px;
  }
  .mainCopy .btnList .btnLeft:after {
    width: 13px;
    height: 16px;
  }
  .mainCopy .btnList .btnRight:after {
    width: 13px;
    height: 16px;
  }
  .about .mainTitle {
    margin: 0 0 50px;
  }
  .result .text {
    font-size: 16px;
  }
  .chara .textInr .title .icon img {
    width: 55px;
  }
  .chara .textInr .title .ttl {
    font-size: 22px;
  }
  .chara .textInr .text {
    font-size: 16px;
  }
  .chara .photo .txt {
    font-size: 12px;
  }
  .about .btnAbout {
    font-size: 16px;
    line-height: 24px;
  }
  .about .btnAbout:after {
    width: 16px;
    height: 21px;
  }
  .flow ul li .text .name {
    font-size: 16px;
  }
  .flow ul li .text .name span {
    font-size: 20px
  }
  .flow ul li .text .txt {
    font-size: 13px;
  }
  .contact p {
    font-size: 20px;
  }
  .contact .btnList .btnWork {
    height: 23px;
    font-size: 16px;
  }
  .contact .btnList .btnWork:after {
    top:45%;
    right: 13px;
    width: 5px;
    height: 5px;
  }
  .c-cta__fixed .c-cta__title {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .c-cta__fixed.is-active .subContent {
    width: 96%;
    margin: -16px auto 2px
  }
  .sp.c-cta__btn {
    font-size: 14px;
    margin-bottom: 6px;
    padding: 5px 36px;
  }
  .result .caution {
    font-size: 13px;
  }
}

footer {
  letter-spacing: 0;
}

footer .inner_layout {
  max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

footer p, footer figure {
    margin: 0;
}
footer * {
  box-sizing: border-box;
}

footer a {
  color: #333;
  text-decoration: none;
}
footer img {
  margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

footer .inner_layout {
  max-width: 100%;
  padding: 0;
}
footer .address_wrap {
  display: flex;
  justify-content: space-between;
  background: #1a2876;
  padding: 60px;
  color: #fff;
}
footer .address_wrap figure.footer_logo {
  width: 200px;
}
footer .address_wrap figure.footer_logo_jpx {
  width: 72px;
}
footer .address_box {
  margin-left: 30px;
}
footer .address_box ul {
  display: flex;
}
footer .address_box ul li address {
  font-style: normal;
}
footer .address_box ul li {
  position: relative;
  margin-right: 30px;
  font-size: 16px;
}
footer .address_box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
footer .address_box ul li address span {
  margin-left: 10px;
  font-weight: bold;
}
footer .address_box p {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}
footer p.copy {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.copy_wrap {
  display: flex;
  justify-content: space-between;
  padding: 60px;
}
.copy_wrap ul {
  display: flex;
}
.copy_wrap ul li {
  font-size: 13px;
  margin-right: 20px;
}
.copy_wrap ul li a:hover {
  text-decoration: underline;
}
/* /////////// SP版 フッター START /////////// */
@media only screen and (max-width: 768px) {
  footer .inner_layout {
    width: 100%;
  }
  footer .address_wrap {
    display: block;
    padding: 20px;
  }
  footer .address_wrap figure.footer_logo {
    width: 150px;
    margin: 10px 0 20px;
  }
  footer .address_wrap figure.footer_logo_jpx {
    margin-top: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  footer .address_box {
    margin-left: 0;
  }
  footer .address_box ul {
    display: block;
  }
  footer .address_box ul li {
    margin-right: 0;
    font-size: 16px;
    text-align: left;
  }
  footer .address_box ul li:before {
    display: none;
  }
  footer p.copy {
    padding: 10px 0;
  }
  .copy_wrap {
    display: block;
    padding: 20px;
    text-align: center;
  }
  .copy_wrap ul {
    display: block;
  }
  .copy_wrap ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
