@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "MS Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #333333;
}

@media screen and (max-width: 750px) {
  p {
    letter-spacing: 0.05rem;
  }
}

a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.5s ease;
  /*&:hover {
      opacity: 0.5;
  }*/
}

.opacity a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.5s ease;
}

.opacity a:hover {
  opacity: 0.5;
}

.col_wrapper {
  width: 1000px;
  margin: 0 auto;
}

.col_main {
  width: 660px;
  float: left;
}

.col_sub {
  width: 300px;
  float: right;
}

@media screen and (max-width: 750px) {
  .col_wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .col_main {
    width: 100%;
    float: none;
  }

  .col_sub {
    width: 100%;
    float: none;
  }
}

.disnone {
  display: none;
}


.clearfix:after {
  content: ".";
  /* 擬似要素を追加する */
  display: block;
  /*ブロックボックスを生成する*/
  visibility: hidden;
  /*ボックスを非表示にする*/
  clear: both;
  /* 左寄せ、または右寄せされた全ての要素にたいする回り込みを解除する。 */
  height: 0;
  /* 高さを、0pxにする。 */
  line-height: 0;
  /*行の高さは、0pxにする。*/
}

.pc_contents {
  display: inline-block;
}

.sp_contents {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_contents {
    display: none;
  }

  .sp_contents {
    display: inline-block;
  }
}

#wrapper {
  min-width: 1000px;
}

@media screen and (max-width: 750px) {
  #wrapper {
    min-width: initial;
  }
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #81aaef;
  z-index: 100;
}

.header_inner {
  display: flex;
  width: 1000px;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.header ul li a {
  text-decoration: none;
}

.header_hamb {
  display: none;
}


@media screen and (max-width: 750px) {
  .header {
    position: sticky;
  }

  .header_hamb {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
  }

  .header_hamb ._bar {
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    top: calc(50% - 1px);
    left: calc(50% - 20px);
    transition: transform 0.3s ease;
  }

  .header_hamb ._bar1 {
    transform: translateY(-8px);
  }

  .header_hamb ._bar3 {
    transform: translateY(8px);
  }

  .header_hamb.active ._bar1 {
    transform: translateY(0) rotate(45deg);
  }

  .header_hamb.active ._bar2 {
    transform: rotate(45deg);
  }

  .header_hamb.active ._bar3 {
    transform: translateY(0) rotate(-45deg);
  }

  .header_inner {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding-right: 5%;
    margin: 0 auto;
    transition: all 0.5s ease;
  }

  .header ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: rgba(129, 170, 239, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .header ul.active {
    opacity: 1;
    pointer-events: all;
  }

  .header ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
}

#wrapper {
  background-color: #e5e5e5;
}


/*key*/
.key {
  position: relative;
  margin: 0 auto;
  background-color: #7db5ef;
  background-image: url(/common/fxmail/v3/tamukai/hero-pc.png);
  background-position: center;
  background-repeat: no-repeat;
}

.key_col_wrapper {
  position: relative;
  margin: 0 auto;
  height: 643px;
  width: 100%;
  max-width: 1000px;
}

.key_logo {
  position: absolute;
  left: 0;
  display: block;
  width: 120px;
  z-index: 10;
  top: 74px;
}

.key_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.center {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .key {
    position: relative;
    margin: 0 auto;
  }

  .key_col_wrapper {
    height: auto;
    padding: 0;
    position: relative;
  }

  .key_bg.sp_contents {
    display: block;
    width: 100%;
  }

  .key_main {}

  .key_main img {
    width: 100%;
    height: auto;
  }

  .key_btn {
    position: absolute;
    bottom: 104%;
    width: 100%;
    left: 0;
  }

  .key_btn img {
    width: 90%;
    height: auto;
  }

  .key_logo {
    width: 16vw;
    z-index: 10;
    top: 10px;
    left: 5%;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}

/*profile*/
.profile {
  padding-bottom: 60px;
}

.profile_upper {
  position: relative;
  background-color: #2d323c;
  color: #fff;
  padding: 20px 0;
}

.profile_upper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 560px);
  height: 100%;
  background-color: #e5e5e5;
}

.profile_upper h2 {
  margin-bottom: 20px;
}

.profile_upper p {
  color: #fff;
  font-weight: 400;
}

.profile_desc {
  font-size: 1.8rem;
  margin: 40px 0;
  font-weight: 400;
}

.profile_youtube {
  text-align: center;
}

.profile_youtube h3 {
  margin-bottom: 40px;
}

.profile_youtube iframe {
  aspect-ratio: 16/9;
  width: 800px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }

  .profile_upper h2 img{
    height: 58px;
  }

  .profile_upper p {
    font-size: 1.5rem;
    padding: 0 20px;
  }

  .profile_upper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    background-color: #e5e5e5;
  }

  .profile_desc {
    font-size: 1.6rem;
    margin: 20px 0;
  }

  .profile_youtube iframe {
    width: 100%;
  }
}

/* books */
.books {
  background-color: #fff;
  padding: 60px 0;
}

.books_hdg {
  text-align: center;
  margin-bottom: 60px;
}

.books_prof_hdg {
  margin-bottom: 30px;
}

.books_prof_text {
  margin-bottom: 60px;
}

.books_intro {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.books_list {
  background-color: #e3e9f5;
  border-radius: 10px;
  padding: 40px 150px;
}

.books_list ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.books_list li {
  width: 150px;
}

.books_list li img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 10px;
}

.books_list li img._zai {
  margin-bottom: 14%;
}

.books_list li p {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.6em;
}

.books_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #37475a;
  font-size: 1.4rem;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .books {
    padding: 40px 0;
  }

  .books_hdg {
    text-align: center;
    margin-bottom: 40px;
  }

  .books_hdg img {
    width: 100%;
  }

  .books_prof_hdg {
    margin-bottom: 20px;
  }

  .books_prof_text {
    margin-bottom: 30px;
  }
  
  .books_intro {
    text-align: center;
    font-size: 1.6rem;
    padding: 0;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  
  .books_list {
    background-color: #e3e9f5;
    border-radius: 10px;
    padding: 20px;
    height: 400px;
    overflow: scroll;
  }
  
  .books_list ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .books_list li {
    width: calc(50% - 15px);
  }
}

/*news*/
.news {
  background-color: #e5e5e5;
  padding: 50px 0;
}

.breadcrumb {
  font-size: 1.4rem;
  padding: 25px 0;
}

.news_inner {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0 25px 25px;
}

.news_title {
  border-bottom: solid 2px #e5e5e5;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 7rem;
}

.news_text2 {
  padding-top: 25px;
  height: 100px;
  overflow-y: scroll;
}

.news_inner dl {
  display: table;
  margin: 5px 0;
}

.news_inner dt {
  display: table-cell;
  padding: 10px 24px 10px 0;
  vertical-align: top;
  white-space: nowrap;
}

.news_inner dd {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top;
}

.news_zoom {
  position: relative;
  background-color: #2d323c;
}

.news_zoom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 560px);
  height: 100%;
  background-color: #e5e5e5;
}

.news_zoomHdg {
  text-align: center;
  margin: 40px 0;
}

.news_zoomRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.news_zoomRow img {
  display: block;
  width: 400px;
  height: auto;
}

.news_zoomRow p {
  font-size: 1.8rem;
  color: #fff;
  width: calc(100% - 430px);
}

.news_bottom {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .news {
    background-color: #e5e5e5;
    padding-bottom: 40px;
  }

  .breadcrumb {
    font-size: 1.2rem;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .news_inner {
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0 20px 20px;
    margin: 0 20px;
  }

  .news_title {
    line-height: 5rem;
  }

  .news_text2 {
    padding-top: 0;
    height: 200px;
    overflow-y: scroll;
  }

  .news_inner dl {
    display: table;
    margin: 5px 0;
  }

  .news_inner dt {
    display: flex;
    padding: 10px 24px 10px 0;
    vertical-align: top;
    white-space: nowrap;
  }

  .news_inner dd {
    display: flex;
    padding: 0 0 10px;
    vertical-align: top;
  }

  .news_zoom {
    background-color: #2d323c;
  }
  
  .news_zoomHdg {
    text-align: center;
    margin: 30px 0;
  }
  
  .news_zoomRow {
    display: block;
    padding: 20px;
  }

  .news_zoom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    background-color: #e5e5e5;
  }
  
  .news_zoomRow img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .news_zoomRow p {
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
  }

  .news_bottom {
    text-align: center;
    margin-top: 30px;
  }

  .news_bottom img {
    width: 100%;
  }
}

/*news下告知*/
.fx8 {
  background-color: #e5e5e5;
  padding-bottom: 50px;
}

.fx8 .fx8_contents {
  border-top: 10px solid #0a1829;
  border-left: 10px solid #0a1829;
  border-right: 10px solid #0a1829;
  border-bottom: 10px solid #0a1829;
  padding: 10px;
  background-color: #ffffff;
}

.fx8 .fx8_contents p {
  margin-bottom: 1em;
  font-size: 14px;
}


@media screen and (max-width: 750px) {
  .fx8 h2 img {
    width: 100%;
    height: auto;
  }

  .fx8 .fx8_contents {
    border: none;
    padding: 10px 20px;
  }

  .fx8 .fx8_contents p {
    margin-bottom: 1em;
    font-size: 14px;
  }

}


/*explanation*/
.explanation {
  background-color: #e5e5e5;
  padding-bottom: 25px;
}

.explanation_title {
  text-align: center;
  width: 100%;
  padding-top: 25px;
}



@media screen and (max-width: 750px) {
  .explanation {
    background-color: #e5e5e5;
    padding: 0 20px;
  }

  .explanation_wrapper {}

  .explanation_title {}

  .explanation_title img {
    width: 100%;
    height: auto;
  }

  .explanation_text {
    text-align: center;
    color: #ffffff;
    padding: 0 25px 25px 25px;
  }

  .explanation_inner {
    padding: 25px;
    margin: 0 25px;
  }

  .explanation_inner img {
    width: 100%;
    height: auto;
  }
}


/*point*/

.point {
  background-color: #e5e5e5;
}

.point1 {
  margin: 0 auto;
  padding: 80px 0;
  background-color: #ffffff;
}

.point_1_col_wrapper {
  background-color: #ffffff;
  display: flex;
}

.point_1_inner {
  background-color: #ffffff;
  padding: 20px;
}

.point_1_merit {}

.point_1_title {
  padding-top: 25px;
}

.point_1_text {
  padding-top: 25px;
}

.point_1_main {
  padding: 40px 25px 40px 25px;
  margin: 0 0 0 auto;
}


.point2 {
  margin: 30px auto;
  padding: 80px 0;
  background-color: #ffffff;
}

.point_2_col_wrapper {
  background-color: #ffffff;
  display: flex;
}

.point_2_inner {
  background-color: #ffffff;
  padding: 20px;

}

.point_2_merit {}

.point_2_title {
  padding-top: 25px;
}

.point_2_text {
  padding-top: 25px;
}

.point_2_main {
  padding: 40px 25px 40px 25px;
}


.point3 {
  margin: 0 auto 30px;
  padding: 80px 0;
  background-color: #ffffff;
}

.point_3_col_wrapper {
  background-color: #ffffff;
  display: flex;
}

.point_3_inner {
  background-color: #ffffff;
  padding: 20px;
}

.point_3_merit {}

.point_3_title {
  padding-top: 25px;
}

.point_3_text {
  padding-top: 25px;
  padding-bottom: 40px;
}

.point_3_main {
  padding: 40px 25px 40px 25px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point_3_main img {
  box-shadow: 3px 3px 4px 4px #e5e5e5;
}



@media screen and (max-width: 750px) {
  .point1 {
    background-color: #e5e5e5;
    padding: 25px 20px 0;
  }

  .point_1_col_wrapper {
    background-color: #ffffff;
    display: block;
  }

  .point_1_inner {
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
  }

  .point_1_merit {}

  .point_1_title {
    padding-top: 25px;
  }

  .point_1_merit img {
    width: 100%;
    height: auto;
  }

  .point_1_text {
    padding-top: 25px;
  }

  .point_1_main {
    padding: 0 20px 20px 20px;
  }

  .point_1_main img {
    width: 100%;
    height: auto;
  }


  .point2 {
    background-color: #e5e5e5;
    padding: 25px 20px 0;
  }

  .point_2_col_wrapper {
    background-color: #ffffff;
    display: block;
  }

  .point_2_inner {
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
  }

  .point_2_merit img {
    width: 100%;
    height: auto;
  }

  .point_2_title {
    padding-top: 25px;
  }

  .point_2_title img {
    width: 100%;
    height: auto;
  }

  .point_2_text {
    padding-top: 25px;
  }

  .point_2_main {
    padding: 0 20px 20px 20px;
  }

  .point_2_main img {
    width: 100%;
    height: auto;
  }


  .point3 {
    background-color: #e5e5e5;
    padding: 25px 20px 50px;
    margin: 0;
  }

  .point_3_col_wrapper {
    background-color: #ffffff;
    display: block;
  }

  .point_3_inner {
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
  }

  .point_3_merit img {
    width: 100%;
    height: auto;
  }

  .point_3_title {
    padding-top: 25px;
  }

  .point_3_title img {
    width: 100%;
    height: auto;
  }

  .point_3_text {
    padding: 25px 0 0 0;
  }

  .point_3_main {
    padding: 0 20px 20px 20px;
  }

  .point_3_main img {
    width: 100%;
    height: auto;
  }

}


/*join*/
.join {
  background-color: #7db5ef;
}

.join a {
  display: block;
}

.join_col_wrapper {
  width: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/common/fxmail/v3/tamukai/fv-bg.png");
}


.join_btn_1 {
  padding: 50px 0 40px 0;
  text-align: center;
  z-index: 1;
  display: block;
}


@media screen and (max-width: 750px) {
  .join_col_wrapper {
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/fxmail/v3/kabupaul/sp/cv_bg_sp.png");
  }

  .join_btn_1 {
    padding: 20px
  }

  .join_btn_1 img {
    width: 100%;
    height: auto;
  }

}




/*profile*/
.profile {
  background-color: #e5e5e5;
}

.profile2 {
  padding-bottom: 50px;
}

.profile_col_wrapper {}

.profile_inner {
  display: flex;
  padding: 25px;
  background-color: #ffffff;
}

.profile_inner2 {
  display: flex;
  padding: 25px;
  background-color: #ffffff;
}

.profile_title {
  padding: 50px 0 25px;
}

.profile_subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 8px solid #f6cd81;
  padding: 7px 0 10px;
}

.profile_wrapper {
  padding-left: 25px;
}

.profile_title2 {
  padding: 25px 0;
}

.profile_text {
  font-size: 1.4rem;
}

.profile_text span {
  color: #ff0000;
}

@media screen and (max-width: 750px) {
  .youtube__padding-top {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube__padding-top iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.profile_photo {}

/*twitter*/
#twitter {
  padding-bottom: 50px;
}

.twitter_left {
  float: left;
  background: #1da1f2;
  width: 540px;
  padding: 0 25px;
}

.twitter_left h2 {
  padding: 15px 0;
  text-align: center;
}

.twitter_left .twitter_left_content {
  background: #fff;
  padding: 15px;
}

.twitter_left .tw {
  font-size: 1.4rem;
}

.twitter_left .twitter_left_content b {
  font-weight: bold;
}

.twitter_left .twitter_left_content .btn_twitter {
  text-align: center;
  margin-top: 15px;
}

.twitter_left .cap {
  text-align: center;
  font-size: 1rem;
  padding: 15px 0;
  color: white;
}

.twitter_right {
  float: right;
  width: 383px;
  border: 1px solid #1da1f2;
  background: #fff;
  overflow: hidden;
}



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

  .profile2 {
    margin-top: -30px;
    padding-bottom: 0px;
  }

  .profile2 .profile_inner {
    display: block;
  }

  .profile_inner2 {
    display: block;
    box-sizing: border-box;
    margin: 25px 20px 25px;
    padding: 20px 20px 20px;
    background-color: #ffffff;
  }

  .profile_col_wrapper {
    /*padding: 50px 0 20px 0; ツイッター公開後こちらに変更*/
    padding: 15px 0 20px 0;
  }

  .profile_inner {
    box-sizing: border-box;
    margin: 25px 20px 25px;
    padding: 20px 20px 20px;
    background-color: #ffffff;
  }

  .profile_subtitle {
    margin-bottom: 15px;
    border-bottom: 5px solid #f6cd81;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 10px;
    transform: rotate(0deg);
  }

  .profile_wrapper {
    padding-left: 0;
  }


  .profile_title {
    text-align: left;
    padding: 60px 0 0 20px;
  }

  .profile_title img {
    width: 80%;
    height: auto;
  }

  .profile_text {
    padding: 0;
    width: auto;
    transform: rotate(0deg);
    font-size: 1.2rem;
  }

  .profile_text span {
    color: #ff0000;
  }

  .profile_photo {
    position: unset;
  }

  .profile_photo img {
    width: 100%;
    height: auto;
  }

  #twitter {
    padding: 0 20px 25px;
  }

  .twitter_left {
    background: #1da1f2;
    width: 100%;
    padding: 10px 20px 0;
    margin-bottom: 25px;
    box-sizing: border-box;
  }

  .twitter_left h2 {
    padding: 15px 0;
    text-align: center;
  }

  .twitter_left h2 img {
    width: 85%;
    height: auto;
  }

  .twitter_left .twitter_left_content {
    background: #fff;
    padding: 15px;
  }

  .twitter_left .tw {
    font-size: 1.4rem;
  }

  .twitter_left .twitter_left_content b {
    font-weight: bold;
  }

  .twitter_left .twitter_left_content .btn_twitter {
    text-align: center;
    margin-top: 15px;
  }

  .twitter_left .twitter_left_content .btn_twitter img {
    width: 100%;
    height: auto;
  }

  .twitter_left .cap {
    text-align: left;
    font-size: 1rem;
    padding: 15px 0;
    color: white;
  }

  .twitter_right {
    float: right;
    width: 100%;
    border: 1px solid #1da1f2;
    background: #fff;
    overflow: hidden;
  }

}





/*sample*/
.sample {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #e5e5e5;
}

.sample_mmaga_title_1 {
  padding-bottom: 25px;
}

.sample_mmaga_text_wrapper {
  padding: 25px;
  background-color: #ffffff;
}

.sample_mmaga_text {
  height: 296px;
  overflow-y: scroll;
  font-size: 1.4rem;
}


.sample_portfolio {}

.sample_portfolio_title_1 {
  padding-top: 50px;
  padding-bottom: 25px;
}

.sample_portfolio_text_wrapper {
  padding: 25px;
  background-color: #ffffff;
}

.sample_portfolio_text_wrapper>p {
  margin: 10px 0px;
  font-size: 1.6rem;
}

.sample_portfolio_img_wrapper {
  margin-top: 25px;
}

.sample_portfolio_tittle {
  padding: 0 0 25px 0;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .sample_portfolio_img_wrapper {
    margin-top: 15px;
  }

  .sample_portfolio_tittle {
    padding: 0 0 15px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/*.sample_portfolio_img {
  max-width: 50%;
  height: auto;
  margin: 0 auto;}*/

.sample_portfolio_img img {
  width: 100%;
  height: auto;
}

.sample_portfolio_text {
  height: 296px;
  overflow-y: scroll;
  font-size: 1.4rem;
}


@media screen and (max-width: 750px) {
  .sample {
    padding: 50px 0 50px;
    background-color: #e5e5e5;
  }

  .sample_mmaga {}

  .sample_mmaga_title_1 {
    text-align: left;
    padding: 0 20px 20px;
  }

  .sample_mmaga_title_1 img {
    width: 80%;
    height: auto;
  }

  .sample_mmaga_text_wrapper {
    box-sizing: border-box;
    margin: 0 20px;
    padding: 10px;
    background-color: #ffffff;
  }

  .sample_mmaga_text {
    height: 300px;
    overflow-y: scroll;
    font-size: 1.4rem;
  }

  .sample_portfolio {}

  .sample_portfolio_title_1 {
    text-align: left;
    padding: 30px 20px 20px 20px;
  }

  .sample_portfolio_title_1 img {
    width: 80%;
    height: auto;
  }

  .sample_portfolio_text_wrapper {
    box-sizing: border-box;
    margin: 0 20px;
    padding: 10px;
    background-color: #ffffff;
  }

  .sample_portfolio_text {
    height: 300px;
    overflow-y: scroll;
    font-size: 1.4rem;
  }
}


/*注意書き*/
.block {
  background-color: #e5e5e5;
}

.block_wrapper {
  padding-top: 50px;
}

.block_wrapper p {
  font-size: 1.2rem;
}

.cautions {
  background: #fff;
  padding: 7px;
  border: #fff 1px solid;
  font-size: 1.4rem;
}

.check_wrapper {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom: 100px;
}


.cautions .frame_02 {
  border: #e7e5e6 1px solid;
}

.cautions .frame_02 p {
  margin-bottom: 20px;
}

.cooling-off {
  margin-bottom: 20px;
}

.cautions .experience {
  padding: 20px;
  border: #fff 1px solid;
}

.cautions .column_2 {
  border-top: #e7e5e6 1px dotted;
  padding: 20px 0 0;
}

.cautions .column_2 .left {
  float: left;
  width: 435px;
}

.cautions .column_2 .right {
  float: right;
  padding-left: 25px;
  border-left: #e7e5e6 1px dotted;
  width: 430px;
}

.check {
  background: #fff;
  padding: 7px;
}

.check .frame_01 {
  background-color: #fefbc6;
  border: #e7e5e6 1px solid;
}

.check .frame_01 .checked {
  border: #fff 1px solid;
  font-size: 120%;
  padding: 35px 50px 35px;
}

.check .frame_01 .checked #checkbox1 {
  display: block;
}

.check .frame_01 .checked #checkbox2 {
  display: block;
  margin-top: 50px;
}

.check .frame_02 {
  border-bottom: #e7e5e6 1px solid;
  border-left: #e7e5e6 1px solid;
  border-right: #e7e5e6 1px solid;
}

.check .frame_02 .pdf {
  text-align: center;
  border: #fff 1px solid;
  padding: 16px;
}

.check .frame_02 .pdf a {
  font-size: 100%;
  display: inline-block;
}

.err_check1,
.err_check2 {
  display: inline-block;
  background-color: #F00;
  font-size: 11px;
  padding: 3px;
  border-radius: 4px;
  color: #FFF;
  margin-top: 5px;
  font-weight: bold;
  display: none;
}





footer {
  position: relative;
}

footer .menu {
  background: url(/common/fxmail/v3/tamukai/bg_footer.gif) repeat-x;
  height: 50px;
}


footer .menu ul li {
  margin-top: 10px;
  width: 192px;
  text-align: center;
  font-size: 90%;
  height: 30px;
  display: block;
  float: left;
}

footer .menu ul li.last {
  width: 191px;
}

footer .menu ul li a {
  text-decoration: none;
  color: #fff;
  background: url(/common/fxmail/v3/tamukai/img_footer_arrow_off.png) no-repeat right center;
  padding-right: 15px;
  display: inline-block;
  margin-top: 6px;
}

footer .menu ul li a:link {
  text-decoration: none;
  color: #fff;
}

footer .menu ul li a:visited {
  text-decoration: none;
  color: #fff;
}

footer .menu ul li a:hover {
  text-decoration: none;
  color: #ffbd39;
  background: url(/common/fxmail/v3/tamukai/img_footer_arrow_on.png) no-repeat right center;
}

footer .menu ul li a:active {
  text-decoration: none;
  color: #ffbd39;
  background: url(/common/fxmail/v3/tamukai/img_footer_arrow_on.png) no-repeat right center;
}

footer .copy {
  background: #000;
  padding: 8px 0 8px;
  font-size: 7px;
  color: rgba(255, 255, 255, 0.5);
}

footer .menu ul li {
  font-size: 1.2rem !important;
}

.footer_shadow {
  box-shadow: 0px -2px 3px 2px #ddd;
  -moz-box-shadow: 0px -2px 3px 2px #ddd;
  -webkit-box-shadow: 0px -2px 3px 2px #ddd;
  -o-box-shadow: 0px -2px 3px 2px #ddd;
  -ms-box-shadow: 0px -2px 3px 2px #ddd;
}

/* line 515, ../sass/_mobile.scss */
footer .menu {
  background: #262626;
  height: auto;
}

/* line 519, ../sass/_mobile.scss */
footer .menu .wrap ul {
  background: none;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #464646;
  height: auto;
}

/* line 527, ../sass/_mobile.scss */
footer .menu .wrap ul li {
  display: inline-block;
  width: auto;
  font-size: 8px;
  height: auto;
  float: none;
  border-right: 1px solid #464646;
  margin-top: 0;
  margin-right: 5px;
}

/* line 536, ../sass/_mobile.scss */
footer .menu .wrap ul li:last-child {
  border-right: none;
}

/* line 539, ../sass/_mobile.scss */
footer .menu .wrap ul li a {
  background: none;
  font-size: 8px;
  padding-right: 10px;
  margin-top: 0;
}

/* line 547, ../sass/_mobile.scss */
footer .menu .wrap .seotext {
  font-size: 7px;
  padding-bottom: 8px;
  color: #FFF;
  text-align: center;
}


/* line 1, ../sass/_global.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/* line 7, ../sass/_global.scss */
.wrap {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

/* line 13, ../sass/_global.scss */


/* line 21, ../sass/_global.scss */
h1 {
  font-size: 80%;
  font-weight: normal;
  color: #ccc;
}

/* line 27, ../sass/_global.scss */
h4 {
  margin-bottom: 20px;
  font-size: 120%;
}

/* line 32, ../sass/_global.scss */
.contents {
  text-align: left;
}

/* line 37, ../sass/_global.scss */
.shadow {
  box-shadow: 0px 1px 3px 2px #ddd;
  -moz-box-shadow: 0px 1px 3px 2px #ddd;
  -webkit-box-shadow: 0px 1px 3px 2px #ddd;
  -o-box-shadow: 0px 1px 3px 2px #ddd;
  -ms-box-shadow: 0px 1px 3px 2px #ddd;
}

/* --------------------clearfix-------------------- */
.clearfix {
  zoom: 1;
}

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

.button_wrapper {
  border-top: 1px solid #e7e5e6;
  border-bottom: 1px solid #e7e5e6;
  background-color: #fff5da;
  padding: 1px;
}

.button_wrapper .button {
  border-radius: 4px;
  padding: 25px 0;
  text-align: center;
  border: #fff 1px solid;
  margin-bottom: 0px;
}

.button_wrapper .button a.btn_trial {
  display: block;
  width: 816px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  background: url(/common/fxmail/v3/tamukai/btn_mail_off.png?rd=20170406) no-repeat;
}

.button_wrapper .button a.btn_trial:hover {
  background: url(/common/fxmail/v3/tamukai/btn_mail_on.png?rd=20170406) no-repeat;
}

.button_wrapper .button a.btn_trial .muryo {
  position: absolute;
  top: -15px;
  left: 170px;
}

.fixed-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 240, 201, 0.7);
  padding: 15px 0 17px;
  z-index: 1;
  box-sizing: border-box;
  display: none;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .fixed-btn {
    min-width: 960px;
  }
}

@media screen and (max-width: 750px) {
  .fixed-btn {
    min-width: none;
    padding: 15px 3.5% 17px;
  }

  .fixed-btn .button .sp_btn_trial {
    display: inline-block;
    position: relative;
  }

  .fixed-btn .button .sp_btn_trial img {
    width: 100%;
    height: auto;
    height: auto;
  }

  .fixed-btn .button .sp_btn_trial img.muryo {
    position: absolute;
    top: -10%;
    left: -4%;
    width: 18%;
    height: auto;
  }
}

.cautions .frame_02 {
  border: #e7e5e6 1px solid;
}


.cautions .frame_02 p {
  margin-bottom: 20px;
}

.cooling-off {
  margin-bottom: 20px;
}

.cautions .experience {
  padding: 20px;
  border: #fff 1px solid;
}

.cautions .column_2 {
  border-top: #e7e5e6 1px dotted;
  padding: 20px 0 0;
}

.cautions .column_2 .left {
  float: left;
  width: 435px;
}

.cautions .column_2 .right {
  float: right;
  padding-left: 25px;
  border-left: #e7e5e6 1px dotted;
  width: 430px;
}


.view_sp {
  display: none;
}

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

  /* line 10, ../sass/_mobile.scss */
  html,
  body {
    min-width: inherit;
  }

  .backnumberpage ul.year li a {
    display: block;
  }

  /* line 13, ../sass/_mobile.scss */
  .wrap {
    width: inherit;
  }

  /* line 14, ../sass/_mobile.scss */
  .view_pc {
    display: none;
  }

  /* line 15, ../sass/_mobile.scss */
  .view_sp {
    display: block;
  }

  /* line 16, ../sass/_mobile.scss */
  .wrap {
    margin: 0 10px;
  }

  /* line 20, ../sass/_mobile.scss */
  .sp_main {
    background-color: #000;
    padding: 0 5px 5px;
  }

  /* line 23, ../sass/_mobile.scss */
  .sp_main .mainimg {
    position: relative;
  }

  /* line 25, ../sass/_mobile.scss */
  .sp_main .mainimg .sp_zai_fx {
    position: absolute;
    width: 15%;
    height: auto;
    left: -5px;
    top: -5px;
  }

  /* line 33, ../sass/_mobile.scss */
  .sp_main img {
    width: 100%;
    height: auto;
  }

  /* line 37, ../sass/_mobile.scss */
  .sp_main .sp_main_head {
    position: relative;
    height: 45px;
  }

  /* line 40, ../sass/_mobile.scss */
  .sp_main .sp_main_head .credit {
    text-align: left;
    font-size: 9px;
    line-height: 1.6;
    padding-left: 10px;
    padding-top: 8px;
  }

  /* line 47, ../sass/_mobile.scss */
  .sp_main .sp_main_head .btn_menu {
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 99999;
  }

  /* line 52, ../sass/_mobile.scss */
  .sp_main .sp_main_head .btn_menu a {
    display: block;
    width: 56px;
    height: 51px;
    background: url(/common/fxmail/v3/tamukai/sp/btn_menu_off.png);
    background-size: 100% auto;
  }

  /* line 58, ../sass/_mobile.scss */
  .sp_main .sp_main_head .btn_menu a.active {
    background: url(/common/fxmail/v3/tamukai/sp/btn_menu_on.png);
    background-size: 100% auto;
  }

  /* line 65, ../sass/_mobile.scss */
  .sp_main .sp_main_text {
    text-align: left;
    padding: 10px;
  }

  /* line 70, ../sass/_mobile.scss */
  .sp_menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    padding-top: 45px;
    display: none;
  }

  /* line 79, ../sass/_mobile.scss */
  .sp_menu.visible {
    display: block;
  }

  /* line 82, ../sass/_mobile.scss */
  .sp_menu ul {
    float: none;
    border: none;
  }

  /* line 85, ../sass/_mobile.scss */
  .sp_menu ul li {
    float: none;
    text-align: left;
    height: 50px;
    border-left: none;
    border-top: 1px solid #333;
    display: block;
    width: 100%;
    font-size: 15px;
  }

  /* line 94, ../sass/_mobile.scss */
  .sp_menu ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none;
    color: #FFF;
    background: url(/common/fxmail/v3/tamukai/sp/btn_right_arr.png) no-repeat;
    background-size: 30px 30px;
    background-position: calc(100% - 10px) 10px;
    box-sizing: border-box;
  }

  /* line 109, ../sass/_mobile.scss */
  .sp_menu a.btn_close {
    border-top: 1px solid #333;
    padding-top: 13px;
    display: block;
  }

  /* line 113, ../sass/_mobile.scss */
  .sp_menu a.btn_close img {
    width: 135px;
    height: auto;
  }

  /* line 186, ../sass/_mobile.scss */
  .button_wrapper .button {
    padding: 3% 10%;
    line-height: 0;
  }

  /* line 189, ../sass/_mobile.scss */
  .button_wrapper .button .sp_btn_trial {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  /* line 193, ../sass/_mobile.scss */
  .button_wrapper .button .sp_btn_trial img {
    width: 100%;
    height: auto;
  }

  /* line 197, ../sass/_mobile.scss */
  .button_wrapper .button .sp_btn_trial img.muryo {
    position: absolute;
    top: -10%;
    left: -4%;
    width: 18%;
    height: auto;
  }



  /* line 431, ../sass/_mobile.scss */
  .cautions {}

  /* line 433, ../sass/_mobile.scss */
  .cautions img {
    width: 100%;
    height: auto;
  }

  /* line 437, ../sass/_mobile.scss */
  .cautions #experience {
    background-image: url("/common/fxmail/v2/images/bg_cautions_title.png");
    text-align: center;
    padding: 11px 0 10px;
  }

  /* line 441, ../sass/_mobile.scss */
  .cautions #experience img {
    max-width: 145px;
    height: auto;
    margin: 0 auto;
  }

  /* line 446, ../sass/_mobile.scss */
  .cautions .experience {
    padding: 0;
    border: 0;
  }

  /* line 450, ../sass/_mobile.scss */
  .cautions h4 {
    padding: 15px 10px 5px;
    border-top: 1px solid #e7e5e6;
    margin: 0;
  }

  /* line 455, ../sass/_mobile.scss */
  .cautions .frame_02 {
    border-bottom: 1px solid #e8e6e7;
  }

  /* line 457, ../sass/_mobile.scss */
  .cautions .frame_02 p {
    padding: 7px;
    margin: 0;
  }

  /* line 462, ../sass/_mobile.scss */
  .cautions .column_2 {
    border: none;
    padding: 15px 0 0;
  }

  /* line 465, ../sass/_mobile.scss */
  .cautions .column_2 .left {
    float: none;
    width: auto;
  }

  /* line 469, ../sass/_mobile.scss */
  .cautions .column_2 .right {
    padding-left: 0;
    width: 100%;
    border-left: none;
    float: none;
  }

  /* line 478, ../sass/_mobile.scss */
  .check_wrapper {
    padding-bottom: 15px;
  }

  /* line 481, ../sass/_mobile.scss */
  .check_wrapper .check h3 {
    background-image: url("/common/fxmail/v2/images/bg_cautions_title.png");
    text-align: center;
    padding: 11px 0 10px;
  }

  /* line 485, ../sass/_mobile.scss */
  .check_wrapper .check h3 img {
    height: auto;
    max-width: 131px;
    margin: 0 auto;
  }

  /* line 490, ../sass/_mobile.scss */
  .check_wrapper .check img {
    width: 100%;
    height: auto;
  }

  /* line 494, ../sass/_mobile.scss */
  .check_wrapper .check .checked {
    padding: 10px !important;
  }

  /* line 496, ../sass/_mobile.scss */
  .check_wrapper .check .checked #checkbox2 {
    margin-top: 10px !important;
  }

  /* line 504, ../sass/_mobile.scss */
  .button {
    padding: 3% 10%;
  }

  /* line 506, ../sass/_mobile.scss */
  .button input {
    width: 100%;
    height: auto;
  }

  /* line 511, ../sass/_mobile.scss */
  .btn_top {
    right: 10px;
  }

  footer .menu .wrap ul {
    margin-bottom: 8px;
  }

}



/*20230616*/

/*result*/
.result_wrapper {
  padding: 25px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.result_text {
  font-size: 1.4rem;
}



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

  .result_wrapper {
    box-sizing: border-box;
    margin: 0 20px 30px;
    padding: 10px;
    background-color: #ffffff;
  }

  .result_text {
    font-size: 1.2rem;
  }

}

.reason {
  padding: 60px 0;
}

.reason .container{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reason h2 {
  text-align: center;
}

.reason_graph {
  width: 960px;
  margin: 0 auto;

  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.reason_note {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
.reason {
  padding: 40px 0;
}

.reason .container{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reason h2 {
  text-align: center;
}

.reason h2 img{
  width: 300px;
}

.reason_graph {
  width: 100%;
  margin: 0 auto;

  img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.reason_note {
  width: 100%;
  margin: 0 auto;
}
}

.mailContents {
  padding: 60px 0;
  background-color: #fff;
}

.mailContents .container{
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.mailContents_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mailContents_border {
  padding: 30px;
  border: 1px solid #96989d;
}

@media screen and (max-width: 750px) {
.mailContents {
  padding: 40px 0;
  background-color: #fff;
}

.mailContents .container{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mailContents_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mailContents_box h2 img {
  display: block;
  width: 100%;
}

.mailContents_border {
  padding: 20px;
  border: 1px solid #96989d;
}
}

.meeting_intro {
  padding-top: 60px;
  background-color: #fff;
}

.meeting_intro h2 {
  text-align: center;
}

.meeting_arrow {
  height: 136px;
  background-image: url(/common/fxmail/v3/tamukai/mtg_arrow_pc.png);
  background-repeat: no-repeat;
  background-position: center;
}

.meeting_lower {
  padding: 60px 0;
}

.meeting_lower_hdg {
  text-align: center;
  margin-bottom: 60px;
}

.meeting_lower_text {
  text-align: center;
  margin-bottom: 60px;
}

.meeting_lower_subHdg {
  text-align: center;
  margin-bottom: 30px;
}

.meeting_shorts_wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.meeting_shorts_scroller {
  width: 1000px;
  margin: 0 auto;
}

.meeting_shorts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.meeting_shorts_arrow {
  display: none;
}

.meeting_card {
  width: 312px;
}

.meeting_card iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  object-fit: contain;
}

@media screen and (max-width: 750px) {
.meeting_intro {
  padding-top: 40px;
  background-color: #fff;
}

.meeting_intro h2 {
  text-align: center;
}

.meeting_intro h2 img {
  width: 320px;
}

.meeting_arrow {
  height: 136px;
  background-image: url(/common/fxmail/v3/tamukai/mtg_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.meeting_lower {
  padding: 40px 0;
}

.meeting_lower_hdg {
  text-align: center;
  margin-bottom: 40px;
}

.meeting_lower_hdg img {
  width: 100%;
  height: auto;
}

.meeting_lower_text {
  text-align: center;
  margin-bottom: 40px;
}

.meeting_lower_subHdg {
  text-align: center;
  margin-bottom: 30px;
}

.meeting_lower_subHdg img {
  width: 300px;
}

.meeting_shorts_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.meeting_shorts_scroller {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  padding-bottom: 20px;
  scroll-snap-type: x mandatory;
}

.meeting_shorts_arrow {
  display: block;
  width: 30px;
  position: absolute;
  top: 240px;
  right: 10px;
  pointer-events: none;
}

.meeting_shorts_arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.meeting_shorts {
  display: flex;
  width: fit-content;
  padding: 0 5%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.meeting_shorts .meeting_card {
  scroll-snap-align: center;
}

.meeting_card {
  width: 312px;
}

.meeting_card iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  object-fit: contain;
}
}

.voices {
  background-color: #a1dbf4;
  padding: 60px 0;
}

.voices h2 {
  text-align: center;
  margin-bottom: 30px;
}

.voices_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.voices_card {
  box-sizing: border-box;
  display: flex;
  width: 312px;
  height: stretch;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.voices_card_txt span {
  color: #0056ac;
}

.voices_card_bottom {
  color: #666;
}

@media screen and (max-width: 750px) {
.voices {
  background-color: #a1dbf4;
  padding: 40px 0;
}

.voices h2 {
  text-align: center;
  margin-bottom: 30px;
}

.voices h2 img {
  width: 300px;
  height: auto;
}

.voices_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.voices_card {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: stretch;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.voices_card_txt span {
  color: #0056ac;
}

.voices_card_bottom {
  color: #666;
}
}