@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.wrapper {
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.button span {
  display: none;
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}


/*------------------------------------------------------------------------------------------------------
追記ここから
------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------
共通CSS
------------------------------------------------------------------------------------------------------*/
body {
  text-align: center;
  margin: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
main {
  margin: 2rem;
}
img {
  width: 100%;
}
h2 {
  font-weight: 900;
  letter-spacing: 0.15rem;
}
h3 {
  text-align: left;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 960px) {
  main {
    margin: 1rem;
  }
  h2 {
    margin: 2rem 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/*------------------------------------------------------------------------------------------------------
キービジュアル
------------------------------------------------------------------------------------------------------*/
header.lp-header {

}
p.header-text {
  font-weight: 900;
  line-height: 2.5rem;
}
span.pink {
  color: #FB8AB6;
}
span.blue {
  color: #70DDFF;
}
span.gleen {
  color: #91E383;
}


/*------------------------------------------------------------------------------------------------------
ランドセルLABOについて
------------------------------------------------------------------------------------------------------*/
section.about {
  background: #FFE36D;
  padding: 5rem 2rem 2rem 2rem;
  border-radius: 30px;
  margin: 12rem 0 2rem 0;
}
div.about-icon {
  position: relative;
}
div.about-icon img {
  position: absolute;
  width: 200px;
  top: 50%;
  margin-top: -180px;
  right: 50%;
  margin-right: -100px;
}
p.txt {
  line-height: 2rem;
}
@media screen and (max-width: 960px) {
	section.about {
    padding: 3rem 2rem 2rem 2rem;
    margin: 8rem 0 2rem 0;
	}
  div.about-icon img {
    position: absolute;
    width: 150px;
    top: 50%;
    margin-top: -120px;
    right: 50%;
    margin-right: -75px;
  }
  p.txt {
    font-size: 0.8rem;
  }
}


/*------------------------------------------------------------------------------------------------------
おしえて！TK先生
------------------------------------------------------------------------------------------------------*/
section.tk {
  background: #88E3FF;
  padding: 0 2rem 2rem 2rem;
  border-radius: 30px;
  margin: 2rem 0;
}
section.tk h2 img {
  width: 100%;
  max-width: 600px;
}
div.tk-img {
  line-height: 0;
}
div.tk-img img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  max-width: 600px;
  margin: auto;
}
.col_2 > div{
	width: calc( 50% - 6px ) ;
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_2 > div:nth-child(2n){
	margin-right: auto;
}
.col_2 > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
		margin-right: auto;
	}
  .col_2 > div img {
    width: 100%;
    max-width: 250px;
	}
}


/*------------------------------------------------------------------------------------------------------
ランドセルLABOのメンバー
------------------------------------------------------------------------------------------------------*/
section.member {
  background: #FFB5D2;
  padding: 2rem 2rem 3rem;
  border-radius: 30px;
  margin: 2rem 0;
}
.member h2 {
  margin-bottom: 0.5rem;
}
span.member-span {
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0 1.5rem 0;
  display: block;
}
p.name {
  font-weight: 900;
  margin: 0;
}
p.name span {
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
}
.col_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.col_4 div {
  width: 10%;
  max-width: 100px;
}
@media screen and (max-width: 960px) {
	.col_4 div {
		width: 50%;
    max-width: none;
	}
  p.name {
    margin: 0 0 1rem;
  }
}
@media (min-width:961px) and (max-width:1065px) {
  .col_4 {
		flex-wrap: inherit;
	}
}


/*------------------------------------------------------------------------------------------------------
ランドセルが100年以上選ばれ続ける理由
------------------------------------------------------------------------------------------------------*/
section.point {
  background: #AFEFA4;
  padding: 5rem 8rem 2rem 8rem;
  border-radius: 30px;
  margin: 5rem 0 2rem 0;
}
section.point h2 img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.point h3 img {
  width: 100%;
  max-width: 1000px;
}
div.point-hukidashi {
  position: relative;
}
div.point-hukidashi img {
  position: absolute;
  width: 400px;
  top: 50%;
  margin-top: -120px;
  right: 50%;
  margin-right: -200px;
}
p.point-txt {
  color: #159100;
  text-align: left;
}
@media screen and (max-width: 960px) {
  section.point {
    background: #AFEFA4;
    padding: 2rem 1rem 2rem 1rem;
    border-radius: 30px;
    margin: 5rem 0 2rem 0;
  }
  section.point h2 img {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
  div.point-hukidashi img {
    position: absolute;
    width: 200px;
    top: 50%;
    margin-top: -50px;
    right: 50%;
    margin-right: -100px;
  }
  p.point-txt {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}


/*------------------------------------------------------------------------------------------------------
ランドセルLABO TOPICS
------------------------------------------------------------------------------------------------------*/
section.topics {
  background: #E4CAFF;
  padding: 2rem;
  border-radius: 30px;
  margin: 2rem 0;
}
.topics a {
  text-decoration: underline;
  color: #a354e9;
}
@media screen and (max-width: 960px) {
  .topics p {
    line-height: 1.5rem;
  }
}


/*------------------------------------------------------------------------------------------------------
フッター
------------------------------------------------------------------------------------------------------*/
footer {

}
small {

}
