@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
  --yellow: #FDFEAD;
  --green: #16A392;
  --light-green: #DFEFE3;
  --light-gray: #F1F1F1;
  --dark-gray: #4B4B4B; 
  --red: #BE4F4F;
}

html {
  font-size: 62.5%;
  font-family:source-han-sans-japanese,'源ノ角ゴシック','Noto Sans JP',"Yu Gothic",  "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-style: normal;
  font-size: 62.5%;
  color: #111111;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.mincho {
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wrapper,
.wrap {
  max-width: 980px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.inner_wrapper {
  max-width: 940px;
  margin: 0 auto;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {
  line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}
h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2.5rem;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.8rem;
  line-height: 1.4;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}



/*共通*/


/***色***/
.yellow {
  color: var(--yellow);
}


.y_border {
  background: linear-gradient(transparent 0%, transparent 60%, var(--yellow) 60%,var(--yellow) 90%, transparent 90%);
}


.two_column {
  display: flex;
  flex-wrap: wrap;
}

.text_center {
  text-align: center;
}

.sp {
  display: none;
}

.black_box {
  background-color: #000000;
}

.btn_box {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #000000 0%, #333333 100%);
}
.btn_box figure {
  max-width: 450px;
  width: calc(100% - 0px);
  margin: 0 auto;
  margin-bottom: 10px;
}

.btn_box p {
  font-size: 0.01rem;
  color: white;
}



.btn_box figure{   
  animation-name:dokidoki;
  animation-delay:0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;

  animation-iteration-count: infinite;
}

@keyframes dokidoki {
  0% {
      transform: scale(1);
  }

  40% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.1);
  }
  
  60% {
      transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }

  80% {
      transform: scale(1);
  }
   
  100% {
      transform: scale(1);
  }
}


@media screen and (max-width: 800px) {

  .sp {
    display: block
  }

  .pc {
    display: none;
  }
  /*共通*/
  h1 {
    font-size: 2.4rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 2rem;
  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }
  p,th,td,li,dt,dd {
    font-size: 1.6rem;

  }


  .two_column {
    flex-direction: column;
  }

  .two_column > * {
    width: 100%;
  }



}
@media screen and (min-width: 801px){
  .btn_box figure {
    max-width: 450px;
    margin-bottom: 20px;
  }
  .btn_box p {
    font-size: 1.2rem;
  text-align: center;
  }
}



/***ヘッダー***/

.header .btn_box {
  padding: 20px 0 0;
  background: #000;
}
@media screen and (min-width: 801px){
  .header .top img,
  .header .bottom img{
    width: 100%;
  }
  .header .btn_box {
    padding: 40px 0 0px;
  }
}


/***フリーランサーたち***/
.freelancer_sec .top_box {
  padding-top: 10px;
  background-color: #eac791;
}

.freelancer_sec .top_box p {
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
  border-bottom: 0;
  font-size: 1.4rem;
  font-style: italic;
}

.freelancer_sec .top_box p span {
  font-size: 2.2rem;
}

.freelancer_sec .black_box ul li {
  padding: 25px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.freelancer_sec .black_box ul li:nth-of-type(2n + 1) {
  padding-right: 0;
  background-position: center right;
}
.freelancer_sec .black_box ul li:nth-of-type(2n) {
  padding-left: 0;
  background-position: center left;
}


.freelancer_sec .black_box ul li:nth-of-type(1) {
  background-image: url(img/24634337_m.png);
}
.freelancer_sec .black_box ul li:nth-of-type(2) {
  background-image: url(img/92436337.png)
}
.freelancer_sec .black_box ul li:nth-of-type(3) {
  background-image: url(img/2216635_m.png);
}
.freelancer_sec .black_box ul li:nth-of-type(4) {
  background-image: url(img/91980007.png);
}



.freelancer_sec .black_box ul li::before,
.freelancer_sec .black_box ul li::after {
  content: '';
  border-top: 1px solid #eac690;
  border-bottom: 1px solid #eac690;
  position: absolute;
  width: 100%;
  height: calc(100% - 15px);
  top: 50%;
  transform: translateY(-50%);
}
.freelancer_sec .black_box ul li::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.freelancer_sec .black_box ul li:nth-of-type(2n + 1)::before {
  border-left: 1px solid #eac690;
} 
.freelancer_sec .black_box ul li:nth-of-type(2n)::before {
  border-right: 1px solid #eac690;
} 
.freelancer_sec .black_box ul li:nth-of-type(2n + 1)::after {
  left: calc(100% - 20px);
}
.freelancer_sec .black_box ul li:nth-of-type(2n)::after {
  right: calc(100% - 20px);
}
.freelancer_sec .black_box p {
  color: #fff;
  font-size: 1.4rem;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.freelancer_sec .black_box ul li:nth-of-type(2n) p {
  justify-content: flex-end;
  text-align: right;
}


@media screen and (max-width: 800px){
  .freelancer_sec .black_box .wrapper {
    width: 100%;
  }

  .freelancer_sec .black_box ul li::before {
    max-width: 980px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 801px){
  .freelancer_sec .top_box {
    padding-top: 20px;
  }
  .freelancer_sec .top_box p {
    padding: 10px;
    font-size: 2.8rem;
  }

  .freelancer_sec .top_box p span {
    font-size: 4.2rem;
  }
  .freelancer_sec .black_box ul li {
    padding: 50px 20px;
  }
  .freelancer_sec .black_box ul li::before,
.freelancer_sec .black_box ul li::after {
  height: calc(100% - 30px);
}
  .freelancer_sec .black_box p {
    font-size: 2.8rem;
    min-height: 200px;
  }






}



/***やじるし***/
.arrow_title_box {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.arrow_title_box.light_orange {
  background-color: #f2e2c9;
  color: #e5004f;

}

.arrow_title_box::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50vw 0 50vw;
  border-color: #f2e2c9 transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow_title_box.black {
  background-color: #000;
  color: white;
  padding-bottom: 10px;
}

.arrow_title_box.black::after {
  border-color: #000 transparent transparent transparent;
}

.arrow_title_box .wrapper {
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
}

.arrow_title_box p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.arrow_title_box p span {
  font-size: 3rem;
}


@media screen and (min-width: 801px){
  .arrow_title_box {
    margin-bottom: 70px;
  }

  .arrow_title_box::after {
    border-width: 50px 50vw 0 50vw;
    bottom: -50px;
  }
  .arrow_title_box .wrapper {
    max-width: 1080px;
  }
  .arrow_title_box p {
    font-size: 3.5rem;
  }
  .arrow_title_box p span {
    font-size: 5.8rem;
  }
}

/***チェックリスト***/
.check_list {
  padding-left: 4px;
  margin-bottom: 10px;
}
.check_list li{
  position: relative;
  padding-left: 30px;
  font-size: 1.7rem;
}

.check_list li::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.check_list li:not(:last-of-type) {
  margin-bottom: 3px;
}

.check_list.red li::before {
  background-image: url(img/check_red.png);
}
.check_list.blue li::before {
  background-image: url(img/check_blue.png);
}
@media screen and (min-width: 801px){
  .check_list {
    padding-left: 8px;
    margin-bottom: 20px;
  }
  .check_list li{
    padding-left: 60px;
    font-size: 3.4rem;
  }
  
  .check_list li::before {
    width: 40px;
    height: 40px;
  }
  .check_list li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}


/***ナンバーリスト***/
.num_list {
  counter-reset: rank 0;
  margin-bottom: 10px;
}
.num_list li {
  position: relative;
  margin-left: 25px;
  padding: 4px 10px;
  font-size: 2rem;
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  border: 1px solid #000;
}

.num_list li::before {
  counter-increment: rank;
  content: counter(rank);
  width: 25px;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% + 2px);
}

.num_list li:not(:last-of-type) {
  margin-bottom: 10px;
}

.num_list li::before {
  color: white;
  background-color: black;
  border: 1px solid #000;
}

.num_list.light_orange li {
  border: 1px solid #000;
  background-color: #eac791;
  font-size: 1.5rem;
}
@media screen and (min-width: 801px){
  .num_list {
    margin-bottom: 20px;
  }
  .num_list li {
    margin-left: 50px;
    padding: 8px 20px;
    font-size: 4rem;
  }
  
  .num_list li::before {
    width: 50px;
    left: -50px;
  }
  
  .num_list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .num_list.light_orange li {
    font-size: 3rem;
  }
}


/***悩み***/
.text_content {
  width: calc(100% - 60px);
  padding-bottom: 20px;
}
.text_content figure {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 12px;
}
.text_content p {
  font-size: 1.4rem;
}

.text_content > p:not(:last-of-type) {
  margin-bottom: 12px;
}

.text_content p b {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fcff00 50%);
}

.text_content p .big {
  font-size: 1.8rem;
}

@media screen and (min-width: 801px){
  .text_content {
    padding-bottom: 40px;
    max-width: 800px;
  }
  .text_content figure {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .text_content p {
    font-size: 2.4rem;
  }
  .text_content > p:not(:last-of-type) {
    margin-bottom: 24px;
  }
  
.text_content p .big {
  font-size: 3.6rem;
}
}



/***内容***/
.naiyou_sec {
 background-color: #333333; 
 padding: 30px 0;
 }
 .naiyou_sec .top {
  margin-bottom: 30px;
 }
 .naiyou_sec .top h2 {
  color: white;
  text-align: center;
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  margin-bottom: 20px;

 }

 .naiyou_sec .top p {
  color: #f6e6ce;
  font-size: 1.4rem;
 }

 .naiyou_list > li {
  background-color: white;
  padding: 5px 15px 15px;
 }

 .naiyou_list > li:not(:last-of-type) {
  margin-bottom: 15px;
 }


 .naiyou_list > li h3{
  text-align: center;
  background-color: #f6e6ce;
  max-width: 130px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 5px;
 }

 .naiyou_list > li p {
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
}

.naiyou_list > li p b {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fcff00 50%);
}

.naiyou_list > li figure {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 8px;
}

.arrow_list > li {
  position: relative;
  padding-left: 18px;
}

.arrow_list > li:not(:last-of-type) {
  margin-bottom: 15px;
}

.arrow_list > li::before {
  width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 12px;
border-color: transparent transparent transparent #000;
content: '';
position: absolute;
top: 5px;
left: 0;
}
@media screen and (min-width: 801px){
  .naiyou_sec {
    padding: 60px 0;
    }
    .naiyou_sec .top {
     margin-bottom: 60px;
    }
  .naiyou_sec .top h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
    }
    .naiyou_sec .top p {
    font-size: 2.8rem;
    }
    .naiyou_list > li {
    padding: 10px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .naiyou_list > li:not(:last-of-type) {
    margin-bottom: 30px;
    }
    .naiyou_list > li h3{
      max-width: 260px;
      width: 100%;
      font-size: 3.6rem;
      margin-bottom: 15px;
     }
     .naiyou_list > li p {
      font-size: 3.2rem;
      margin-bottom: 10px;
    }
    .naiyou_list > li figure {
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 16px;
    }

    .arrow_list > li {
      padding-left: 36px;
      font-size: 3.6rem;
    }

    .arrow_list > li:not(:last-of-type) {
      margin-bottom: 30px;
    }

    .arrow_list > li::before {
    border-width: 14px 0 14px 24px;
    top: 10px;
    left: 0;
    }
    
}



/***インタビュー動画***/

.interview_movie_sec {
  background-color: #f6e6cd;
  padding: 30px 5px;
}

.ex_title_box {
  background-color: #eac791;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  margin-bottom: 30px;
}

.ex_title_box.white {
  background-color: white;
}

.ex_title_box::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #000;
  position: absolute;
  top: -5px;
  left: -5px;
}

.ex_title_box p {
  font-weight: bold;
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
}

.ex_title_box h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  width: 182px;
  padding: 4px 0px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1;
  font-family:source-han-sans-japanese,'源ノ角ゴシック','Noto Sans JP',"Yu Gothic",  "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  z-index: 2;
}
.interview_list > li {
  padding: 0 10px;
}

.interview_list > li:not(:last-of-type) {
  margin-bottom: 30px;
}
.interview_list .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.interview_list .title figure {
  max-width: 180px;
  margin-right: 5px;
}

.interview_list .title p {
  font-size: 2.2rem;
  font-family: source-han-sans-japanese,"源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (min-width: 801px){
  .interview_movie_sec {
    padding: 60px 10px;
  }
  .ex_title_box {
    padding: 20px 10px;
    margin-bottom: 50px;
  }
  .ex_title_box p {
    font-size: 3.2rem;
  }
  .ex_title_box h2 {
    top: -30px;
    width: 360px;
    padding: 8px 0px;
    font-size: 3.4rem;
  }

  .interview_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interview_list > li {
    padding: 0;
    width: calc(100% / 2 - 25px);
  }

  .interview_list > li:nth-of-type(n + 3) {
    margin-top: 25px;
  }
  .interview_list > li:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .interview_list .title {
    margin-bottom: 10px;
  }
  .interview_list .title figure {
    max-width: 220px;
    margin-right: 10px;
  }
  .interview_list .title p {
    font-size: 2.8rem;
  }
  
}


/***声***/

.voice_sec {
  background-color: #f3ebe9;
  padding: 30px 0px;
}

.voice_list > li {
  padding: 25px 10px;
}

.voice_list > li:nth-of-type(2n + 1) {
  border-bottom: 1px solid #000;
}
.voice_list > li:nth-of-type(2n) {
  border-bottom: 1px solid #c2bcba;
}

.voice_list > li:last-of-type {
  border-bottom: none;
}

.voice_list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #e5004f;
}

.voice_list .prof_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.voice_list .prof_box figure {
  max-width: 110px;
  position: relative;
  z-index: 2;
  right: -10px;
}
.voice_list .prof_box .text {
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
}
.voice_list .prof_box .text::after {
  content: '';
  height: 1px;
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1;
}
.voice_list .prof_box .text p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.voice_list .prof_box .text p span {
  font-size: 2.4rem;
}

.voice_list .content p {
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (min-width: 801px){
  .voice_sec {
    padding: 50px 0px;
  }
  .voice_list > li {
    padding: 40px 20px;
  }
  .voice_sec .ex_title_box.white{
    margin-bottom: 20px;
  }
  .voice_list h3 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .voice_list .prof_box {
    margin-bottom: 30px;
  }
  .voice_list .prof_box figure {
    max-width: 220px;
    right: -20px;
  }
  .voice_list .prof_box .text {
    padding-left: 40px;
    padding-bottom: 10px;
  }
  .voice_list .prof_box .text::after {
    width: 300px;
  }
  .voice_list .prof_box .text p {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .voice_list .prof_box .text p span {
    font-size: 4.8rem;
  }
  .voice_list .content p {
    font-size: 2.8rem;
  }
}



/***講師紹介***/
.introduce_sec {
  background-color: #000;
  color: white;
  padding: 30px 0 20px;
}

.introduce_sec > .box:not(:last-of-type) {
  margin-bottom: 15px;
}
.introduce_sec .profile .top {
  text-align: center;
  margin-bottom: 15px;
}
.introduce_sec .profile .top h2 {
  text-align: center;
  font-weight: bold;
  background-color: #eac690;
  max-width: 130px;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  color: #000;
  font-style: italic;
}

.introduce_sec .profile .top p {
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
}

.introduce_sec .profile .top .title {
  margin-bottom: 4px;
  font-size: 1.8rem;
}
.introduce_sec .profile .top .name {
  font-size: 4rem;
}

.introduce_sec .profile .content {
  padding: 20px 10px;
}

.introduce_sec .profile .content h3,
.introduce_sec .profile .content p {
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.introduce_sec .profile .content h3 {
  text-align: center;
  color: #eac690;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 1.9rem;
}

.introduce_sec .profile .content > *:not(:last-child) {
  margin-bottom: 20px;
}

.introduce_sec .profile .content ul {
  border: 2px solid white;
  padding: 20px 18px;
}

.introduce_sec .profile .content ul > li {
  padding-left: 35px;
  position: relative;
}
.introduce_sec .profile .content ul > li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(img/checkgr.png) center / contain no-repeat;
  top: 3px;
  left: 0;
  position: absolute;
}

.introduce_sec .profile .content ul > li:not(:last-of-type) {
  margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .introduce_sec .box.wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 801px){
  .introduce_sec {
    padding: 50px 0;
  }
  .introduce_sec > .box:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .introduce_sec .box {
    display: flex;
  }


  .introduce_sec .box > * {
    width: 50%;
  }
  .introduce_sec .box .pcimage {
    display: flex;
    align-items: stretch;
  }

  .introduce_sec .box .pcimage figure {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .introduce_sec .box .pcimage figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: inherit;
  }
  .introduce_sec > .box:nth-of-type(2) .pcimage {
    order: 2;
  }
  .introduce_sec > .box:nth-of-type(2) .profile {
    order: 1;
  }
  .introduce_sec .profile .top {
    padding-top: 30px;
  }
  .introduce_sec .profile .top h2 {
    max-width: 260px;
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
  .introduce_sec .profile .top .title {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
  .introduce_sec .profile .top .name {
    font-size: 6rem;
  }
  .introduce_sec .profile .content h3 {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .introduce_sec .profile .content ul > li {
    padding-left: 35px;
    font-size: 2.2rem;
  }
  .introduce_sec .profile .content ul > li::before {
    width: 24px;
    height: 24px;
  }
  .introduce_sec .profile .content ul > li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}



/***フッター***/
.footer {
  font-family: "源ノ明朝",'Noto Serif JP',"YuMincho","Times New Roman",  "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: #000;
  color: white;
  padding: 10px 0 25px;
}
.footer ul {
  display: flex;
  margin-bottom: 15px;
}

.footer ul li {
  width: 50%;
  text-align: center;
  border-left: 1px solid white;
  font-size: 1.2rem;
}
.footer ul li:last-of-type {
  border-right: 1px solid white; 
}

.footer p {
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 801px){
  .footer {
    padding: 20px 0 30px;
  }
  .footer ul {
    margin-bottom: 30px;
  }
  .footer ul li {
    font-size: 2rem;
  }
  .footer p {
    font-size: 2rem;
  }
}
