html{
  scroll-padding: 80px;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  html{
  scroll-padding: 100px;
}
}
.page{
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .page{
  padding-top: 80px;
}
}
.code,.request{
  background-color: #EAF4F8;
}
.body_messageText,.body_codeCard,.body_worksCard,.body_requestText{
  margin-right: auto;
  margin-left: auto;
}
.codeCard_list{
  letter-spacing: 0.9px;
}

.resume{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .resume{
  padding-top: 80px;
  padding-bottom: 50px;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
}
.resume_image{
  width: 100%;
  padding-left: 3%;
}
@media (max-width: 1023px) {
  .resume_image{
    padding-right: 3%;
    padding-top: 3%;
}
}
@media (min-width: 1024px) {
  .resume_image{
  width: calc(450px + 3%);
}
}
.resume_text{
  width: 100%;
  padding-right: 3%;
}
@media (max-width: 1023px) {
  .resume_text{
  padding-left: 3%;
  }
}
@media (min-width: 1024px) {
  .resume_text{
  width: calc(810px + 3%);
  }
}
.resume_profession,.resume_name{
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  text-align: center;
}
.resume_profession{
  letter-spacing: 0.51px;
  padding-top: 12px;
}
@media (max-width: 1023px) {
  .resume_profession{
  font-size: 12px;
  line-height: 17px;
  }
}
@media (min-width: 1024px) {
.resume_profession{
  padding-top: 14px;
}
}
.resume_name{
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.77px;
}
@media (min-width: 1024px) {
  .resume_name{
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 1.22px;
  }
}
.resume_profilePhoto{
  width: 100%;
  height: 450px;
}
@media (min-width: 768px) {
  .resume_profilePhoto{
  height: 580px;
}
}
.resume_profilePhoto img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .resume_profilePhoto img{
  object-position: 50% 18%;
}
}
.resume_title{
  font-size: 24px;
  line-height: 32px;
  color: #114B95;
  font-weight: 600;
}
@media (min-width: 768px){
  .resume_title{
  font-size: 28px;
}
}
.resume_list{
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 30px;
}
.resume_listHead{
  width: 31%;
  font-weight: 600;
  background-color: #EAF4F8;
  text-align: center;
}
@media (min-width: 1024px) {
.resume_listHead{
  width: 15%;
}
}
.resume_listBody{
  width: 69%;
  padding-left: 15px;
}
@media (min-width: 1024px) {
.resume_listBody{
  width: 85%;
}
}
.resume_listHead, .resume_listBody{
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .resume_listHead, .resume_listBody{
    line-height: 21px;
    letter-spacing: 0px;
}
}
.resume_listHead:not(:last-of-type),
.resume_listBody:not(:last-of-type){
  border-bottom: 1px solid #EFEFEF; 
}

.sectionHeading{
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 768px){
  .sectionHeading{
  font-size: 40px;
  line-height: 58px;
  text-align: center;
}
}
.sectionHeading span{
  font-family: 'Zen Old Mincho';
  font-size: initial;
  color: #114B95;
  display: block;
}
@media (max-width: 767px){
  .sectionHeading span{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
}
}
.sectionHeading::after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #114B95;
  position: absolute;
  left: calc(50% - 15px);
  margin-top: 8px;
}
@media (min-width: 768px){
.sectionHeading::after{
  width: 50px;
  height: 2px;
  left: calc(50% - 25px);
  margin-top: 14px;
}
}

.message{
position: relative;
}
.message_bgImage{
  height: 560px;
  background-color: #4795C2;
}
@media (min-width: 768px){
  .message_bgImage{
  height: 500px;
}
}
.message_bgImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.23;
}
#message{
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.message_text{
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  max-width: calc(1200px + 6%);
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0px 0px 6px #1B4781B8;
  line-height: 32px;
  letter-spacing: -0.06px;
}
@media (min-width: 768px){
  .message_text{
  font-size: 21px;
  line-height: 46px;
  letter-spacing: 0px;
}
}
@media (min-width: 1024px){
.message_text{
top: 166px;
}
}
@media (max-width: 767px){
.spSpace{
  height: 30px;
  display: block;
}
}

.code{
  padding: 60px 3%;
}
@media (min-width: 768px){
  .code{
  padding: 70px 3%;
}
}
.codeCard{
  display: flex;
  flex-direction: column;
  padding: 20px 12px;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
}
@media (min-width: 768px){
  .codeCard{
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
  gap: 30px;
}
}
.body_codeCard:first-of-type{
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .body_codeCard:first-of-type{
  margin-top:14px;
  margin-bottom: 30px;
}
}
@media (max-width: 767px){
  .body_codeCardImage{
  margin: 0 auto;
  }
}
.codeCard_image{
  aspect-ratio: 1 / 1;
  width: 140px;
  height: 140px;
}
@media (min-width: 768px){
.codeCard_image{
  width: 100px;
  height: 100px;
  transform: translateY(58px);
}
}
.codeCard_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.codeCard_title{
  font-size: 22px;
  line-height: 32px;
  color: #114B95;
  padding-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767px){
  .codeCard_title{
    text-align: center;
}
}
@media (min-width: 768px){
  .codeCard_title{
  font-size: 28px;
  padding-bottom: 16px;
}
}
.codeCard_listHead{
  line-height: 30px;
}
.codeCard_listBody:not(:last-of-type){
  padding-bottom: 16px;
}
@media (min-width: 768px){
  .codeCard_listHead,.codeCard_listBody{
letter-spacing: 0.32px;
}
}

.works{
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px){
  .works{
  padding-top: 90px;
  padding-bottom: 90px;
}
}
@media (min-width: 768px){
  .body_worksCard{
    margin-top: 5px;
  }
}
.worksCard{
  max-width: calc(1200px + 6%);
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
}
.worksCard_inner{
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px){
.worksCard_inner{
  flex-direction: row;
  justify-content: space-between;
}
}
.worksCard_inner:not(:last-of-type){
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
}
@media (min-width: 768px){
  .worksCard_inner:not(:last-of-type){
  padding-bottom: 40px;
}
}
.worksCard_inner:not(:first-of-type){
  padding-top: 37px;
}
@media (min-width: 768px){
.worksCard_text{
  width: 66%;
}
}
.worksCard_mark{
  color: #E4468A;
  border-radius: 165px;
  border: 2px solid #E4468A;
  padding: 6px 22px 6px 48px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Zen Old Mincho';
  font-weight: 900;
  max-width: 120px;
  position: relative;
}
@media (min-width: 768px){
  .worksCard_mark{
  padding: 4px 23px 6px 64px;
  font-size: 21px;
  line-height: 30px;
  max-width: 149px;
}
}
.worksCard_mark::before{
  content: "";
  background-image: url(../images/mascot.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-size: cover;
  position: absolute;
  top: -7px;
  left: -5px;
}
@media (min-width: 768px){
.worksCard_mark::before{
  width: 68px;
  height: 68px;
  top: -24px;
  left: -9px;
}
}
.body_worksCardMark{
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .body_worksCardMark{
  margin-top: 24px;
}
}
.worksCard_title{
  font-size: 20px;
  line-height: 29px;
  color: #114B95;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 768px){
  .worksCard_title{
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1.57px;
  padding-bottom: 22px;
}
}
.worksCard_lead{
  letter-spacing: 0.9px;
}
@media (max-width: 767px){
  .worksCard_lead{
  padding-bottom: 20px;
}
}
@media (min-width: 768px){
  .worksCard_lead{
  line-height: 30px;
}
}
@media (min-width: 768px){
.worksCard_image{
  width: 29%;
}
}
.worksCard_image01{
width: 44%;
border: 1px solid #2d2d2d;
}
.worksCard_image02{
width: 86%;
}
@media (min-width: 768px){
  .worksCard_image02{
  width: 86%;
  }
}
  .worksCard_image03{
  width: 58%;
  }
@media (min-width: 768px){
  .worksCard_image03{
  width: 58%;
  }
}
.worksCard_image01,
.worksCard_image02,
.worksCard_image03{
display: block;
}
.body_worksCardImage{
margin: 0 auto;
}

.request{
padding: 50px 3%;
}
@media (min-width: 768px){
  .request{
padding: 60px 3%;
}
}
.request_text{
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  padding: 20px 12px 25px;
  letter-spacing: 0.48px;
}
@media (min-width: 768px){
  .request_text{
  padding: 36px 24px;
  letter-spacing: 0.9px;
}
}


.saying{
  position: relative;
}
.saying_bgImage{
  height: 460px;
  background-color: #4795C2;
}
@media (min-width: 768px){
.saying_bgImage{
  height: 750px;
}
}
.saying_bgImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}
.saying_heading,.saying_textTop,.saying_textBottom{
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px 14px #3C8CBBA1;
  width: 100%;
  max-width: calc(1200px + 6%);
  text-align: center;
  font-family: 'Zen Old Mincho';
  font-weight: 900;
}
.saying_heading{
  top: 27%;
  font-size: 24px;
  line-height: 17px;
  letter-spacing: -0.48px;
}
@media (min-width: 768px){
  .saying_heading{
  top: 44%;
  line-height: 32px;
  letter-spacing: 1.47px;
  padding-right: 3%;
  padding-left: 3%;
}
}
@media (min-width: 768px) and (max-width: 819px){
  .saying_heading{
  font-size: 44px;
  }
}
@media (min-width: 820px){
  .saying_heading{
  font-size: 46px;
  }
}
.saying_textTop,.saying_textBottom{
  letter-spacing: 0.83px;
  padding-right: 3%;
  padding-left: 3%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.51px;
}
@media (min-width: 768px){
.saying_textTop,.saying_textBottom{
  line-height: 37px;
  letter-spacing: 0.83px;
}
}
@media (min-width: 768px) and (max-width: 819px){
  .saying_textTop,.saying_textBottom{
  font-size: 22px;
  }
}
@media (min-width: 820px){
  .saying_textTop,.saying_textBottom{
  font-size: 26px;
  }
}
.saying_textTop{
  top: 41%;
}
@media (min-width: 768px){
  .saying_textTop{
    top: 56%;
  }
}
.saying_textBottom{
  top: 70%;
}
@media (min-width: 768px){
  .saying_textBottom{
    top: 63%;
  }
}
@media (min-width: 768px){
  .sp{
    display: none;
  }
}