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




 .head-logo {
  width: 200px;
 }


 .main-visual {
  margin-bottom: 20px;
 }


 .hero-text {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
 }

 .char-row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  display: contents;
  /* rowのブロック構造を消してバラす */
 }

 .char-box {
  width: 40vw;
  height: 40vw;
  font-size: 40vw;
  max-width: 200px;
  max-height: 200px;
  line-height: 1;
  flex-shrink: 1;
 }



 .sub-box {
  width: 90%;
  padding-bottom: 30px;
  flex-direction: column-reverse;
 }


 .link-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
 }


 .btn {
  justify-content: space-between;
  width: 48%;
  height: 50px;
  margin-right: 0;

 }


 .btn i {
  font-size: 14px;
 }

 .btn .podcast {
  height: 25px;
  padding-right: 0;
  padding-left: 25px;
 }

 .btn .voicy {
  height: 25px;
  padding-right: 0;
  padding-left: 45px;
 }

 .sub-copy {
  font-size: calc(100vw / 12);
  /* 全角11文字に対して1文字あたりのvw */
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-left: 0;
 }


 .title-1 {
  font-size: calc(100vw / 7);
  /* 最も長い行に合わせて計算 */
  line-height: 1.4;

 }

 .title-1 span {
  display: inline-block;
  white-space: nowrap;
 }

 .message-box p {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 30px;
 }





 .act-list {
  flex-wrap: wrap;
 }


 .act-list .item {
  width: 50%;
 }



 .update-box {
  padding: 50px;
 }


 .update-box .list {
  margin-top: 20px;
 }


 .update-box .item {
  margin-bottom: 20px;
  font-size: 15px;
  flex-direction: column;
 }



 .profile-box {
  padding: 50px;
  width: 100%;
 }



 .profile-box .info {
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
 }


 .profile-box img {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: static;
  margin-bottom: 20px;
 }


 .profile-box .name {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
 }



 .btn-wrap {
  margin-top: 20px;
  text-align: center;
 }


 .btn-wrap a {
  display: block;
  margin-right: 0;
  font-size: 17px;
  margin-bottom: 10px;
 }


 .btn-wrap a:last-child {
  margin-bottom: 0;

 }






 footer {
  width: 100%;
  padding: 3%;
 }


 footer.ex {
  padding: 0 3%;
  padding-bottom: 3%;
 }


 footer .inner {
  padding: 20px;
 }

 footer .logo {
  margin-bottom: 10px;
  flex-direction: row;
 }


 footer .logo img {
  height: 30px;
  margin-right: 10px;
 }


 footer .logo span {
  font-weight: bold;
 }

 footer .nav {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }


 footer a {
  margin-left: 20px;
  margin-bottom: 5px;
 }


 footer .copyright {
  text-align: center;
  font-size: 12px;
 }



 form .txt {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
 }





 form {
  width: 90%;
 }

 form label {
  height: 50px;
  width: 100%;
 }

 form label.radio.ex {
  height: 50px;
  width: 100%;
 }


 form .item {
  margin-bottom: 20px;
  flex-direction: column;
 }

 .item.message,
 .item.radio {
  align-items: flex-start;
  height: auto;
 }


 form input {
  width: 100%;
 }

 textarea {
  width: 100%;
  height: 200px;
 }

 form button {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
 }

 ::placeholder {
  font-size: 15px;
  color: #bbb;
 }


 .radio .inner {
  width: 100%;
  height: auto;
 }

 .radio .inner div {
  margin-bottom: 10px;
 }


 .radio .inner span {
  line-height: 1.8;
 }



 .radio .inner.ex {
  height: 180px;
 }

 .radio.label {
  height: 50px;
 }

 .radio.label.ex {
  height: 50px;
 }


 .message.label {
  width: 100%;
  height: 50px;
 }


 .radio span {
  margin-left: 5px;
 }

 .check {
  width: 20px;
  margin-bottom: 3px;
 }

 .radio .inner div {
  display: flex;
  align-items: center;
 }


 .label-btn {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #F95F00;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
 }

 .label-btn.ex {
  background: #eee;
  color: #999;
 }




 .basic-wrap {
  padding: 30px 0;
  width: 90%;
 }

 .basic-wrap.ex {
  padding-top: 10px;
 }


 .mid-wrap {
  padding: 30px 0;
  width: 90%;
 }

 .mid-wrap.ex {
  padding-top: 10px;
 }



 .cont-box {
  flex-direction: column;
 }




 article {
  width: 100%;
 }



 .logo-big-gray {
  top: 230px;
 }

 .side-bar {
  width: 100%;
  margin-top: 30px;
 }


 .act-list.ex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 }


 .act-list.ex .item {
  width: 48%;
  margin-bottom: 20px;
 }

 .act-list.ex .item:nth-child(n+3) {
  margin-bottom: 0;
 }



 .title-2 {
  font-size: 24px;
  line-height: 1.2;
 }

 .box-title {
  font-size: 14px;
 }


 article .info {
  width: 88%;
  padding-bottom: 30px;
  margin-top: 30px;
 }




 .message-wrap {
  width: 100%;
  padding: 30px;

 }


 .message {
  height: 780px;
 }



 .message .txt {
  width: 100%;
  height: 780px;
  position: relative;
  margin: 0 auto;
 }


 .message h2 {
  font-size: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
 }

 .message p {
  line-height: 2;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: max-content;
 }



 .message .head {
  width: 100%;
  top: 60px;
 }



 .profile-wrap .info {
  width: 100%;
  padding: 30px;
  padding-bottom: 280px;
 }


 .profile-wrap img {
  position: absolute;
  width: 210px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
 }

 .profile-wrap h3 {
  text-align: center;
  font-size: 18px;
 }


 .flex-box {
  width: 90%;
  margin-bottom: 30px;
  flex-direction: column;
 }


 .flex-box.ex {
  flex-direction: column;
 }



 .flex-box img {
  width: 100%;
 }


 .gray-back {
  padding: 30px;
 }


 .white-back {
  padding: 30px;
 }



 .column-box {
  width: 100%;
 }


 .column-box.ex {
  width: 100%;
 }


 .column-box .item {
  width: 100%;
  margin-bottom: 60px;
 }

 .column-box .item p {
  margin-top: 10px;
 }


 .column-box.ex .item {
  width: 100%;
  margin-bottom: 30px;
 }


 .column-box .item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
 }

 .column-box .item img {
  margin-bottom: 20px;
 }



 .thanks .inner {
  width: 80%;

 }




 /*----------------------------*/


 .pc {
  display: none;
 }

 .tab {
  display: none;
 }

 .sp {
  display: block;
 }




 /*----------------------------*/

}
