@charset "utf-8";

/*
==============
arttrip-pc.css
==============
*/

/* -----------------
■ mv_block
------------------- */
.mv_block {
  padding: 85px 0 56px;
  text-align: center; }

.mv_block h2 {
  margin-top: 88px; }

.mv_block .mv_name {
  margin-top: 35px; }

.mv_block p {
  margin-top: 43px;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: .05rem; }

.mv_block .mv_arrow {
  margin-top: 45px; }


/* -----------------
■ art_block
------------------- */
.art_block {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d; }

.art_inner {
  padding-top: 37px;
  padding-bottom: 200px;
  background-color: #f1f5f8; }

/* msg */
.art_msg {
  position: relative;
  left: 50%;
  max-width: 1000px;
  padding-top: 100px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: all;
  transform: translateX(-50%);
  box-sizing: border-box; }

.art_msg h2 {
  margin-right: 16px;
  margin-left: 96px;
  padding-top: 31px; }

.art_msg .art_text {
  color: #4c4c4c;
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: .43rem; }

.art_msg .art_text:nth-of-type(n+2) {
  margin-right: 56px; }

.art_msg1,
.art_msg2,
.art_msg3 {
  height: 650px; }

.art_msg4 {
  height: 622px; }




/* img */
.art_block .img {
  max-width: 1000px;
  margin: 50px auto 0;
  text-align: center; }

.art_block .img img {
  max-width: 100%; }

.art_block .img1 {
  margin-top: 117px; }

.art_block .img5 {
  margin-top: 94px; }

.art_block .img8 {
  margin-top: 128px; }

.art_block .img13 {
  margin-top: 110px; }

.art_block .img16 {
  margin-top: 198px; }



/* -----------------
■ profile_block
------------------- */
.profile_block {
  display: flex;
  justify-content: space-between;
  width: 650px;
  margin: 190px auto 0; }

.profile_block .img {
  width: 295px; }

.profile_block .text_block {
  width: 315px;
  color: #000; }

.profile_block .text_block .job {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .3rem; }

.profile_block .text_block .name {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: .13rem; }

.profile_block .text_block .name_en {
  margin-top: 6px; }

.profile_block .text_block .text {
  margin-top: 29px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .04rem;
  font-feature-settings: "palt"; }




